diff --git a/composer.json b/composer.json index 358421a..3358a42 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "$schema": "https://getcomposer.org/schema.json", "name": "cleverogre/ogre-captcha", - "version": "1.0.0", + "version": "1.0.1", "title": "Ogre CAPTCHA", "description": "Protect your site with CAPTCHA", "author": "CleverOgre", diff --git a/composer.lock b/composer.lock index 3a62212..cc39dbd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "58638c9a456e7f5d17440e11821a51bd", + "content-hash": "1daff9d4452a2ff8f159fea23468a225", "packages": [ { "name": "cleverogre/plugin-framework", diff --git a/package.json b/package.json index b5e31d4..3a2ade7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://www.schemastore.org/package.json", "name": "cleverogre/ogre-captcha", - "version": "1.0.0", + "version": "1.0.1", "title": "Ogre CAPTCHA", "description": "Protect your site with CAPTCHA", "author": "CleverOgre", diff --git a/readme.txt b/readme.txt index bafe94a..49f3252 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ogrecooper, cleverogre Tested up to: 7.0 Requires at least: 6.0 Requires PHP: 8.2 -Version: 1.0.0 +Version: 1.0.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Copyright: CleverOgre @@ -28,5 +28,8 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t == Changelog == += 1.0.1 - 2026-06-05 = +* Update to use UpdatePulse server + = 1.0.0 - 2026-06-04 = * Initial release