Changeset 3213112 for simple-gdpr-cookie-compliance
- Timestamp:
- 12/26/2024 05:55:55 AM (15 months ago)
- Location:
- simple-gdpr-cookie-compliance
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.10 (copied) (copied from simple-gdpr-cookie-compliance/trunk)
-
tags/1.1.10/README.txt (modified) (2 diffs)
-
tags/1.1.10/languages/simple-gdpr-cookie-compliance.pot (modified) (3 diffs)
-
tags/1.1.10/simple-gdpr-cookie-compliance.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/languages/simple-gdpr-cookie-compliance.pot (modified) (3 diffs)
-
trunk/simple-gdpr-cookie-compliance.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-gdpr-cookie-compliance/tags/1.1.10/README.txt
r3212439 r3213112 7 7 Tested up to: 6.7.1. 8 8 Requires PHP: 7.4 9 Stable tag: 1.1. 99 Stable tag: 1.1.10 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 95 95 == Changelog == 96 96 97 = 1.1.10 - 26 December, 2024 = 98 99 - Added: Tested and required up-to tag in main class. 100 97 101 = 1.1.9 - 13 December, 2024 = 98 102 -
simple-gdpr-cookie-compliance/tags/1.1.10/languages/simple-gdpr-cookie-compliance.pot
r3177670 r3213112 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple GDPR Cookie Compliance 1.1. 8\n"5 "Project-Id-Version: Simple GDPR Cookie Compliance 1.1.10\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-gdpr-cookie-compliance\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-1 0-29T05:20:13+00:00\n"12 "POT-Creation-Date: 2024-12-26T05:53:06+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: simple-gdpr-cookie-compliance\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: simple-gdpr-cookie-compliance.php 18 19 #: admin/class-simple-gdpr-cookie-compliance-admin.php:156 19 20 #: admin/partials/simple-gdpr-cookie-compliance-admin-page.php:21 … … 22 23 23 24 #. Plugin URI of the plugin 25 #: simple-gdpr-cookie-compliance.php 24 26 msgid "https://themebeez.com/plugins/simple-gdpr-cookie-compliance" 25 27 msgstr "" 26 28 27 29 #. Description of the plugin 30 #: simple-gdpr-cookie-compliance.php 28 31 msgid "Simple GDPR Cookie Compliance is a simple plugin that helps to display cookie notice on your WordPress website." 29 32 msgstr "" 30 33 31 34 #. Author of the plugin 35 #: simple-gdpr-cookie-compliance.php 32 36 msgid "themebeez" 33 37 msgstr "" 34 38 35 39 #. Author URI of the plugin 40 #: simple-gdpr-cookie-compliance.php 36 41 msgid "https://themebeez.com/" 37 42 msgstr "" -
simple-gdpr-cookie-compliance/tags/1.1.10/simple-gdpr-cookie-compliance.php
r3212439 r3213112 10 10 * Plugin URI: https://themebeez.com/plugins/simple-gdpr-cookie-compliance 11 11 * Description: Simple GDPR Cookie Compliance is a simple plugin that helps to display cookie notice on your WordPress website. 12 * Version: 1.1.9 12 * Version: 1.1.10 13 * Requires at least: 5.6 14 * Requires PHP: 7.4 15 * Tested up to: 6.7.1 13 16 * Author: themebeez 14 17 * Author URI: https://themebeez.com/ … … 29 32 * Rename this for your plugin and update it as you release new versions. 30 33 */ 31 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1. 9' );34 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.10' ); 32 35 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) ); 33 36 -
simple-gdpr-cookie-compliance/trunk/README.txt
r3212439 r3213112 7 7 Tested up to: 6.7.1. 8 8 Requires PHP: 7.4 9 Stable tag: 1.1. 99 Stable tag: 1.1.10 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 95 95 == Changelog == 96 96 97 = 1.1.10 - 26 December, 2024 = 98 99 - Added: Tested and required up-to tag in main class. 100 97 101 = 1.1.9 - 13 December, 2024 = 98 102 -
simple-gdpr-cookie-compliance/trunk/languages/simple-gdpr-cookie-compliance.pot
r3177670 r3213112 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple GDPR Cookie Compliance 1.1. 8\n"5 "Project-Id-Version: Simple GDPR Cookie Compliance 1.1.10\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-gdpr-cookie-compliance\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-1 0-29T05:20:13+00:00\n"12 "POT-Creation-Date: 2024-12-26T05:53:06+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: simple-gdpr-cookie-compliance\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: simple-gdpr-cookie-compliance.php 18 19 #: admin/class-simple-gdpr-cookie-compliance-admin.php:156 19 20 #: admin/partials/simple-gdpr-cookie-compliance-admin-page.php:21 … … 22 23 23 24 #. Plugin URI of the plugin 25 #: simple-gdpr-cookie-compliance.php 24 26 msgid "https://themebeez.com/plugins/simple-gdpr-cookie-compliance" 25 27 msgstr "" 26 28 27 29 #. Description of the plugin 30 #: simple-gdpr-cookie-compliance.php 28 31 msgid "Simple GDPR Cookie Compliance is a simple plugin that helps to display cookie notice on your WordPress website." 29 32 msgstr "" 30 33 31 34 #. Author of the plugin 35 #: simple-gdpr-cookie-compliance.php 32 36 msgid "themebeez" 33 37 msgstr "" 34 38 35 39 #. Author URI of the plugin 40 #: simple-gdpr-cookie-compliance.php 36 41 msgid "https://themebeez.com/" 37 42 msgstr "" -
simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php
r3212439 r3213112 10 10 * Plugin URI: https://themebeez.com/plugins/simple-gdpr-cookie-compliance 11 11 * Description: Simple GDPR Cookie Compliance is a simple plugin that helps to display cookie notice on your WordPress website. 12 * Version: 1.1.9 12 * Version: 1.1.10 13 * Requires at least: 5.6 14 * Requires PHP: 7.4 15 * Tested up to: 6.7.1 13 16 * Author: themebeez 14 17 * Author URI: https://themebeez.com/ … … 29 32 * Rename this for your plugin and update it as you release new versions. 30 33 */ 31 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1. 9' );34 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.1.10' ); 32 35 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) ); 33 36
Note: See TracChangeset
for help on using the changeset viewer.