diff --git a/CHANGELOG.md b/CHANGELOG.md index acd5a08a..263ab24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.3.0: 2024-12-12 + +* Update PUC to v5 (T-23373) + ### 1.2.10: 2024-06-05 * Hide cookie consent box when all cookies are accepted via a button diff --git a/air-cookie.php b/air-cookie.php index a6b2ca9f..d23e3b48 100644 --- a/air-cookie.php +++ b/air-cookie.php @@ -3,7 +3,7 @@ * Plugin Name: Air cookie * Plugin URI: https://github.com/digitoimistodude/air-cookie * Description: Simple cookie banner and management. - * Version: 1.2.10 + * Version: 1.3.0 * Author: Digitoimisto Dude Oy * Author URI: https://www.dude.fi * Requires at least: 5.5 @@ -27,7 +27,8 @@ * @since 0.1.0 */ function get_plugin_version() { - return 128; + // 5 digits, 1.3.0 -> 10300 + return 13000; } // end plugin_version /** diff --git a/composer.json b/composer.json index bd6b1a13..8ef559a4 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "plugin" ], "license": "GPL-3.0+", - "version": "1.2.10", + "version": "1.3.0", "authors": [ { "name": "Timi Wahalahti", @@ -35,4 +35,4 @@ "wp-coding-standards/wpcs": "^3.0", "phpcompatibility/php-compatibility": "*" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index e3fab2c7..3e3ccb7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "air-cookie", - "version": "1.2.10", + "version": "1.3.0", "description": "Simple cookie banner and management.", "main": "air-cookie.php", "dependencies": {}, @@ -18,4 +18,4 @@ "url": "https://github.com/digitoimistodude/air-cookie/issues" }, "homepage": "https://github.com/digitoimistodude/air-cookie" -} +} \ No newline at end of file