Changeset 2756081
- Timestamp:
- 07/13/2022 09:37:46 PM (4 years ago)
- Location:
- spin360/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
spin360.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spin360/trunk/readme.txt
r2601415 r2756081 4 4 Tags: 360 deg viewer, 3d viewer, 3D model viewer, 3d model display, 3D Model Viewer WordPress, 360, 360 product view, 360 product viewer, 3d product viewer, 3d, 360 product rotation 5 5 Requires at least: 4.0.1 6 Tested up to: 5.87 Stable tag: 1.2. 66 Tested up to: 6.0 7 Stable tag: 1.2.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 134 == Upgrade Notice == 135 135 136 = 1.2.6 = 137 * better zoom resolution 138 * zoom option 136 = 1.2.7 = 137 * removed zoom by default 139 138 * buttons color on shortcode 140 139 * autostart option added … … 165 164 == Changelog == 166 165 166 = 1.2.7 = 167 Stable release (zoom removed), autostart, png and transparency allowed, multisite & CDN support support. Click, doubleclick and onrotation event; 168 167 169 = 1.2.6 = 168 170 Stable release with better zoom resolution, autostart, png and transparency allowed, multisite & CDN support support. Click, doubleclick and onrotation event; shortcode, multiple shows, relative upload folder path, -
spin360/trunk/spin360.php
r2066509 r2756081 4 4 Plugin URI: https://easyw.github.io/spin360/ 5 5 Description: A new plugin to add 360 rotation support in wp 6 Version: 1.2. 66 Version: 1.2.7 7 7 Author: Maurice 8 8 Author URI: https://github.com/easyw/spin360 … … 107 107 'autostart' => 'true', 108 108 'gesture' => 'horizontal', 109 'hide_cmds' => ' false',109 'hide_cmds' => 'zoom', 110 110 //'zoom' => 'false', 111 111 'button_color' => '#00ABFF',
Note: See TracChangeset
for help on using the changeset viewer.