Changeset 3154393
- Timestamp:
- 09/19/2024 09:01:45 AM (19 months ago)
- Location:
- image-editor-by-pixo
- Files:
-
- 3 edited
- 8 copied
-
tags/2.3.5 (copied) (copied from image-editor-by-pixo/trunk)
-
tags/2.3.5/admin.css (copied) (copied from image-editor-by-pixo/trunk/admin.css)
-
tags/2.3.5/admin.js (copied) (copied from image-editor-by-pixo/trunk/admin.js)
-
tags/2.3.5/frontend.php (copied) (copied from image-editor-by-pixo/trunk/frontend.php) (1 diff)
-
tags/2.3.5/get-custom-stickers.php (copied) (copied from image-editor-by-pixo/trunk/get-custom-stickers.php)
-
tags/2.3.5/pixo.php (copied) (copied from image-editor-by-pixo/trunk/pixo.php) (1 diff)
-
tags/2.3.5/post-types.php (copied) (copied from image-editor-by-pixo/trunk/post-types.php)
-
tags/2.3.5/readme.txt (copied) (copied from image-editor-by-pixo/trunk/readme.txt) (2 diffs)
-
trunk/frontend.php (modified) (1 diff)
-
trunk/pixo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-editor-by-pixo/tags/2.3.5/frontend.php
r2821906 r3154393 411 411 </label> 412 412 <label draggable="true"> 413 <input type="checkbox" id="pixo_config_features[]resize" value="resize" checked /> 414 Resize 415 </label> 416 <label draggable="true"> 417 <input type="checkbox" id="pixo_config_features[]background" value="background" checked /> 418 Background 419 </label> 420 <label draggable="true"> 413 421 <input type="checkbox" id="pixo_config_features[]transform" value="transform" checked /> 414 422 Transform -
image-editor-by-pixo/tags/2.3.5/pixo.php
r3131845 r3154393 4 4 Plugin URI: https://pixoeditor.com 5 5 Description: Provides Pixo as a replacement of the default image editor in your WordPress installation, as well as integrates to your website front-end 6 Version: 2.3. 46 Version: 2.3.5 7 7 */ 8 8 -
image-editor-by-pixo/tags/2.3.5/readme.txt
r3131845 r3154393 5 5 Requires at least: 3.5 6 6 Tested up to: 6.6 7 Stable tag: 2.3. 47 Stable tag: 2.3.5 8 8 Requires PHP: 5.2 9 9 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 2.3.5 = 107 * Added missing features in the front-end integration: Background and Resize 108 106 109 = 2.3.4 = 107 110 * Fixed a warning when WP_DEBUG mode is set (it was breaking the sign up form) -
image-editor-by-pixo/trunk/frontend.php
r2821906 r3154393 411 411 </label> 412 412 <label draggable="true"> 413 <input type="checkbox" id="pixo_config_features[]resize" value="resize" checked /> 414 Resize 415 </label> 416 <label draggable="true"> 417 <input type="checkbox" id="pixo_config_features[]background" value="background" checked /> 418 Background 419 </label> 420 <label draggable="true"> 413 421 <input type="checkbox" id="pixo_config_features[]transform" value="transform" checked /> 414 422 Transform -
image-editor-by-pixo/trunk/pixo.php
r3131845 r3154393 4 4 Plugin URI: https://pixoeditor.com 5 5 Description: Provides Pixo as a replacement of the default image editor in your WordPress installation, as well as integrates to your website front-end 6 Version: 2.3. 46 Version: 2.3.5 7 7 */ 8 8 -
image-editor-by-pixo/trunk/readme.txt
r3131845 r3154393 5 5 Requires at least: 3.5 6 6 Tested up to: 6.6 7 Stable tag: 2.3. 47 Stable tag: 2.3.5 8 8 Requires PHP: 5.2 9 9 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 2.3.5 = 107 * Added missing features in the front-end integration: Background and Resize 108 106 109 = 2.3.4 = 107 110 * Fixed a warning when WP_DEBUG mode is set (it was breaking the sign up form)
Note: See TracChangeset
for help on using the changeset viewer.