Plugin Directory

Changeset 3154393


Ignore:
Timestamp:
09/19/2024 09:01:45 AM (19 months ago)
Author:
Ickata
Message:

Added missing features in the front-end integration: Background and Resize

Location:
image-editor-by-pixo
Files:
3 edited
8 copied

Legend:

Unmodified
Added
Removed
  • image-editor-by-pixo/tags/2.3.5/frontend.php

    r2821906 r3154393  
    411411   </label>
    412412   <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">
    413421      <input type="checkbox" id="pixo_config_features[]transform" value="transform" checked />
    414422      Transform
  • image-editor-by-pixo/tags/2.3.5/pixo.php

    r3131845 r3154393  
    44Plugin URI: https://pixoeditor.com
    55Description: 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.4
     6Version: 2.3.5
    77*/
    88
  • image-editor-by-pixo/tags/2.3.5/readme.txt

    r3131845 r3154393  
    55Requires at least: 3.5
    66Tested up to: 6.6
    7 Stable tag: 2.3.4
     7Stable tag: 2.3.5
    88Requires PHP: 5.2
    99License: GPLv2 or later
     
    104104
    105105== Changelog ==
     106= 2.3.5 =
     107* Added missing features in the front-end integration: Background and Resize
     108
    106109= 2.3.4 =
    107110* 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  
    411411   </label>
    412412   <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">
    413421      <input type="checkbox" id="pixo_config_features[]transform" value="transform" checked />
    414422      Transform
  • image-editor-by-pixo/trunk/pixo.php

    r3131845 r3154393  
    44Plugin URI: https://pixoeditor.com
    55Description: 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.4
     6Version: 2.3.5
    77*/
    88
  • image-editor-by-pixo/trunk/readme.txt

    r3131845 r3154393  
    55Requires at least: 3.5
    66Tested up to: 6.6
    7 Stable tag: 2.3.4
     7Stable tag: 2.3.5
    88Requires PHP: 5.2
    99License: GPLv2 or later
     
    104104
    105105== Changelog ==
     106= 2.3.5 =
     107* Added missing features in the front-end integration: Background and Resize
     108
    106109= 2.3.4 =
    107110* 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.