Plugin Directory

Changeset 2664481


Ignore:
Timestamp:
01/25/2022 11:14:14 AM (4 years ago)
Author:
devadattas
Message:

Deploying 0.5.3:1643109242

Location:
wp-paint
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-paint/tags/0.5.3/readme.txt

    r2612285 r2664481  
    44Tags: image editor, photo editor, media editor, media, photo, image
    55Requires at least: 4.5
    6 Tested up to: 5.8.1
    7 Stable tag: 0.5.2
     6Tested up to: 5.8.3
     7Stable tag: 0.5.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • wp-paint/tags/0.5.3/wp-paint.php

    r2612285 r2664481  
    77 * Author URI:      https://zetamatic.com
    88 * Text Domain:     wp-paint
    9  * Version:         0.5.2
     9 * Version:         0.5.3
    1010 *
    1111 * @package         Wp_Paint
     
    2222
    2323// // Define Path.
    24 define('WPP_PLUGIN_VERSION', '0.5.2');
    25 define('WPP_PLUGIN_VERSION_HASH', 'b8c1f6646b49d6fba49b4a06aeb75f9c28e11467c2b4d751');
     24define('WPP_PLUGIN_VERSION', '0.5.3');
     25define('WPP_PLUGIN_VERSION_HASH', '265a7a45dfae7602e2c850de563db7a673dce1c95bd0a2e0');
    2626define('WPP_PLUGIN_PATH', dirname(__FILE__));
    2727define('WPP_PLUGIN_URL', plugins_url('', __FILE__));
  • wp-paint/trunk/readme.txt

    r2612285 r2664481  
    44Tags: image editor, photo editor, media editor, media, photo, image
    55Requires at least: 4.5
    6 Tested up to: 5.8.1
    7 Stable tag: 0.5.2
     6Tested up to: 5.8.3
     7Stable tag: 0.5.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • wp-paint/trunk/wp-paint.php

    r2612285 r2664481  
    77 * Author URI:      https://zetamatic.com
    88 * Text Domain:     wp-paint
    9  * Version:         0.5.2
     9 * Version:         0.5.3
    1010 *
    1111 * @package         Wp_Paint
     
    2222
    2323// // Define Path.
    24 define('WPP_PLUGIN_VERSION', '0.5.2');
    25 define('WPP_PLUGIN_VERSION_HASH', 'b8c1f6646b49d6fba49b4a06aeb75f9c28e11467c2b4d751');
     24define('WPP_PLUGIN_VERSION', '0.5.3');
     25define('WPP_PLUGIN_VERSION_HASH', '265a7a45dfae7602e2c850de563db7a673dce1c95bd0a2e0');
    2626define('WPP_PLUGIN_PATH', dirname(__FILE__));
    2727define('WPP_PLUGIN_URL', plugins_url('', __FILE__));
Note: See TracChangeset for help on using the changeset viewer.