Skip to content

Commit 09d5246

Browse files
Merge pull request #172 from pressidium/next
1.9.1
2 parents 9612f45 + 39a3a3c commit 09d5246

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

includes/AI/Gemini.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ protected function get_allowed_models(): array {
108108
'models/gemini-2.0-flash',
109109
'models/gemini-2.0-flash-lite',
110110
'models/gemini-2.5-flash-lite',
111+
'models/gemini-3-pro-preview',
111112
);
112113
}
113114

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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Plugin URI: https://pressidium.com/open-source/cookie-consent-plugin/
44
Contributors: pressidium, overengineer
55
Tags: cookie, consent, gdpr, ccpa, cookies
66
Requires at least: 6.0
7-
Tested up to: 6.8
7+
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)