Skip to content

Commit 39a3a3c

Browse files
committed
Bump version to 1.9.1
1 parent 747c67d commit 39a3a3c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pressidium-cookie-consent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Pressidium Cookie Consent
44
* Plugin URI: https://github.com/pressidium/pressidium-cookie-consent/
55
* Description: Lightweight, user-friendly and customizable cookie consent banner to help you comply with the EU GDPR cookie law and CCPA regulations.
6-
* Version: 1.9.0
6+
* Version: 1.9.1
77
* Author: Pressidium
88
* Author URI: https://pressidium.com/
99
* Text Domain: pressidium-cookie-consent
@@ -27,7 +27,7 @@
2727
*/
2828
function setup_constants(): void {
2929
if ( ! defined( 'Pressidium\WP\CookieConsent\VERSION' ) ) {
30-
define( 'Pressidium\WP\CookieConsent\VERSION', '1.9.0' );
30+
define( 'Pressidium\WP\CookieConsent\VERSION', '1.9.1' );
3131
}
3232

3333
if ( ! defined( 'Pressidium\WP\CookieConsent\PLUGIN_DIR' ) ) {

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: cookie, consent, gdpr, ccpa, cookies
66
Requires at least: 6.0
77
Tested up to: 6.9
88
Requires PHP: 8.1
9-
Stable Tag: 1.9.0
9+
Stable Tag: 1.9.1
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -190,6 +190,11 @@ If you have spotted any bugs, or would like to request additional features from
190190

191191
== Changelog ==
192192

193+
= 1.9.1: Dec 9, 2025 =
194+
195+
* Update “Tested up to” version to WordPress 6.9 to confirm compatibility
196+
* Update allowed AI models to include Gemini 3 Pro Preview
197+
193198
= 1.9.0: Nov 17, 2025 =
194199

195200
* Introduce a server-side PHP proxy to route traffic to Google tag gateway for advertisers

0 commit comments

Comments
 (0)