[TikiWiki-commits] [Git][tikiwiki/tiki][master] wrong version numbers
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69695987e3350_2c18194c32767@gitlab-sidekiq-low-urgency-cpu-bound-v2-54948666b-48h8w.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
a6c715d3 by luci at 2026-01-15T21:17:55+00:00
wrong version numbers
- - - - -
1 changed file:
- lib/wiki-plugins/wikiplugin_model3dviewer.php
Changes:
=====================================
lib/wiki-plugins/wikiplugin_model3dviewer.php
=====================================
@@ -21,7 +21,7 @@ function wikiplugin_model3dviewer_info()
'required' => true,
'name' => tra('3D Model Source'),
'description' => tra('Choose where to get the 3D model from'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'id',
'default' => '',
'filter' => 'word',
@@ -40,7 +40,7 @@ function wikiplugin_model3dviewer_info()
'Numeric ID of a 3D model in a file gallery (or a comma- or %0-separated list of IDs).',
'<code>|</code>'
),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'id',
'filter' => 'text',
'default' => '',
@@ -52,7 +52,7 @@ function wikiplugin_model3dviewer_info()
'required' => true,
'name' => tra('Image Source'),
'description' => tra('Full URL to the 3D Model to display.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'id',
'filter' => 'url',
'default' => '',
@@ -62,7 +62,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('3D Camera Position'),
'description' => tra('Optional camera position for 3D viewer, as X,Y,Z coordinates (e.g. "0,1,5"). Only for supported viewers.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'text',
'filter' => 'text',
'default' => '',
@@ -71,7 +71,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Camera Type'),
'description' => tra('Type of camera to use , Perspective mimics human eye, Orthographic is a parallel projection.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'text',
'filter' => 'text',
'default' => 'Perspective',
@@ -84,7 +84,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Auto-rotate'),
'description' => tra('Enable or disable auto-rotation of the 3D model. Supported by some viewers.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'flag',
'filter' => 'word',
'default' => 'n',
@@ -97,7 +97,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Viewer Background Color'),
'description' => tra('Hex background color for the viewer (e.g., "#ffffff"). Leave blank for transparent.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'color',
'filter' => 'text',
'default' => '',
@@ -107,7 +107,7 @@ function wikiplugin_model3dviewer_info()
'name' => tra('Image Height'),
'description' => tr('Height in pixels or percent. Syntax: %0100%1 or %0100px%1 means 100 pixels;
%050%%1 means 50 percent. Default is 400px.', '<code>', '</code>'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'size',
'filter' => 'text',
'default' => '400px',
@@ -117,7 +117,7 @@ function wikiplugin_model3dviewer_info()
'name' => tra('Image Width'),
'description' => tr('Width in pixels or percent. Syntax: %0100%1 or %0100px%1 means 100 pixels;
%050%%1 means 50 percent. Default is 100%.', '<code>', '</code>'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'size',
'filter' => 'text',
'default' => '100',
@@ -125,7 +125,7 @@ function wikiplugin_model3dviewer_info()
'desc' => [
'required' => false,
'name' => tra('Caption'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'text',
'filter' => 'text',
'description' => tr('Image caption. Use %0name%1 or %0desc%1 or %0namedesc%1 for Tiki name and
@@ -137,7 +137,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Enable Controls'),
'description' => tra('Allow mouse/touch camera control (orbit, zoom).'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'flag',
'filter' => 'word',
'default' => 'y',
@@ -150,7 +150,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Enable Shadows'),
'description' => tra('Render model shadows (if supported by viewer).'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'flag',
'filter' => 'word',
'default' => 'n',
@@ -163,7 +163,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Lighting Preset'),
'description' => tra('Lighting mode (e.g., "soft", "rembrandt"). Applies mainly to Model Viewer.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'selector',
'default' => '',
'filter' => 'word',
@@ -179,7 +179,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Lighting Exposure'),
'description' => tra('Adjust scene brightness. Applies to some 3D viewers.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'type' => 'range',
'filter' => 'float',
'default' => '1.0',
@@ -191,7 +191,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Autoplay Animation'),
'description' => tra('Automatically start animation on model load if any.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'flag',
'filter' => 'word',
'default' => 'n',
@@ -204,7 +204,7 @@ function wikiplugin_model3dviewer_info()
'required' => false,
'name' => tra('Loop Animation'),
'description' => tra('Enable or disable looping of the animation.'),
- 'since' => '28.0',
+ 'since' => '30.0',
'doctype' => 'flag',
'filter' => 'word',
'default' => 'n',
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/a6c715d379e32689e57e1617156b974828eaada2
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/a6c715d379e32689e57e1617156b974828eaada2
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs