Changeset 2683289
- Timestamp:
- 02/22/2022 08:45:10 PM (3 years ago)
- Location:
- mini-wp-gdpr
- Files:
-
- 3 edited
- 7 copied
Legend:
- Unmodified
- Added
- Removed
-
mini-wp-gdpr/tags/1.0.12/mini-wp-gdpr.php
r2683207 r2683289 5 5 * Plugin URI: https://power-plugins.com/docs/mini-gdpr-for-wp/ 6 6 * description: Mini GDPR compliance plugin with cookie and tracking-script consent popup. 7 * Version: 1.0.1 17 * Version: 1.0.12 8 8 * Author: Power Plugins 9 9 * Author URI: https://power-plugins.com/ … … 16 16 17 17 const PP_MWG_NAME = 'mini-wp-gdpr'; 18 const PP_MWG_VERSION = '1.0.1 1';18 const PP_MWG_VERSION = '1.0.12'; 19 19 20 20 define('PP_MWG_DIR', plugin_dir_path(__FILE__)); -
mini-wp-gdpr/tags/1.0.12/readme.txt
r2683288 r2683289 4 4 Requires at least: 5.8.0 5 5 Tested up to: 5.9.1 6 Stable tag: 1.0.1 16 Stable tag: 1.0.12 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html … … 28 28 29 29 == Changelog == 30 31 ## Version 1.0.12 32 33 *Released 22nd February 2022* 34 35 * Minified the JS/CSS assets and removed debugging messages from the JavaScript. 30 36 31 37 ## Version 1.0.11 -
mini-wp-gdpr/trunk/mini-wp-gdpr.php
r2683207 r2683289 5 5 * Plugin URI: https://power-plugins.com/docs/mini-gdpr-for-wp/ 6 6 * description: Mini GDPR compliance plugin with cookie and tracking-script consent popup. 7 * Version: 1.0.1 17 * Version: 1.0.12 8 8 * Author: Power Plugins 9 9 * Author URI: https://power-plugins.com/ … … 16 16 17 17 const PP_MWG_NAME = 'mini-wp-gdpr'; 18 const PP_MWG_VERSION = '1.0.1 1';18 const PP_MWG_VERSION = '1.0.12'; 19 19 20 20 define('PP_MWG_DIR', plugin_dir_path(__FILE__)); -
mini-wp-gdpr/trunk/readme.txt
r2683288 r2683289 4 4 Requires at least: 5.8.0 5 5 Tested up to: 5.9.1 6 Stable tag: 1.0.1 16 Stable tag: 1.0.12 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html … … 28 28 29 29 == Changelog == 30 31 ## Version 1.0.12 32 33 *Released 22nd February 2022* 34 35 * Minified the JS/CSS assets and removed debugging messages from the JavaScript. 30 36 31 37 ## Version 1.0.11
Note: See TracChangeset
for help on using the changeset viewer.