Changeset 2664481
- Timestamp:
- 01/25/2022 11:14:14 AM (4 years ago)
- Location:
- wp-paint
- Files:
-
- 4 edited
- 1 copied
-
tags/0.5.3 (copied) (copied from wp-paint/trunk)
-
tags/0.5.3/readme.txt (modified) (1 diff)
-
tags/0.5.3/wp-paint.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-paint.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-paint/tags/0.5.3/readme.txt
r2612285 r2664481 4 4 Tags: image editor, photo editor, media editor, media, photo, image 5 5 Requires at least: 4.5 6 Tested up to: 5.8. 17 Stable tag: 0.5. 26 Tested up to: 5.8.3 7 Stable tag: 0.5.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
wp-paint/tags/0.5.3/wp-paint.php
r2612285 r2664481 7 7 * Author URI: https://zetamatic.com 8 8 * Text Domain: wp-paint 9 * Version: 0.5. 29 * Version: 0.5.3 10 10 * 11 11 * @package Wp_Paint … … 22 22 23 23 // // Define Path. 24 define('WPP_PLUGIN_VERSION', '0.5. 2');25 define('WPP_PLUGIN_VERSION_HASH', ' b8c1f6646b49d6fba49b4a06aeb75f9c28e11467c2b4d751');24 define('WPP_PLUGIN_VERSION', '0.5.3'); 25 define('WPP_PLUGIN_VERSION_HASH', '265a7a45dfae7602e2c850de563db7a673dce1c95bd0a2e0'); 26 26 define('WPP_PLUGIN_PATH', dirname(__FILE__)); 27 27 define('WPP_PLUGIN_URL', plugins_url('', __FILE__)); -
wp-paint/trunk/readme.txt
r2612285 r2664481 4 4 Tags: image editor, photo editor, media editor, media, photo, image 5 5 Requires at least: 4.5 6 Tested up to: 5.8. 17 Stable tag: 0.5. 26 Tested up to: 5.8.3 7 Stable tag: 0.5.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
wp-paint/trunk/wp-paint.php
r2612285 r2664481 7 7 * Author URI: https://zetamatic.com 8 8 * Text Domain: wp-paint 9 * Version: 0.5. 29 * Version: 0.5.3 10 10 * 11 11 * @package Wp_Paint … … 22 22 23 23 // // Define Path. 24 define('WPP_PLUGIN_VERSION', '0.5. 2');25 define('WPP_PLUGIN_VERSION_HASH', ' b8c1f6646b49d6fba49b4a06aeb75f9c28e11467c2b4d751');24 define('WPP_PLUGIN_VERSION', '0.5.3'); 25 define('WPP_PLUGIN_VERSION_HASH', '265a7a45dfae7602e2c850de563db7a673dce1c95bd0a2e0'); 26 26 define('WPP_PLUGIN_PATH', dirname(__FILE__)); 27 27 define('WPP_PLUGIN_URL', plugins_url('', __FILE__));
Note: See TracChangeset
for help on using the changeset viewer.