diff --git a/composer.json b/composer.json index f40a3b3..cc319f2 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "$schema": "https://getcomposer.org/schema.json", "name": "cleverogre/ogre-captcha", - "version": "0.0.0", + "version": "1.0.0", "title": "Ogre CAPTCHA", "description": "Protect your site with CAPTCHA", "author": "CleverOgre", diff --git a/inc/abstract-location.php b/inc/abstract-location.php index b8d57cf..e2e94c2 100644 --- a/inc/abstract-location.php +++ b/inc/abstract-location.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha; diff --git a/inc/class-api.php b/inc/class-api.php index fd35f85..a39f756 100644 --- a/inc/class-api.php +++ b/inc/class-api.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha; diff --git a/inc/class-settings.php b/inc/class-settings.php index ded856c..33210f7 100644 --- a/inc/class-settings.php +++ b/inc/class-settings.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha; diff --git a/inc/class-widget.php b/inc/class-widget.php index 7f46433..3195912 100644 --- a/inc/class-widget.php +++ b/inc/class-widget.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha; diff --git a/inc/location/class-comment-form.php b/inc/location/class-comment-form.php index 037b8f9..db6a7c2 100644 --- a/inc/location/class-comment-form.php +++ b/inc/location/class-comment-form.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location; diff --git a/inc/location/class-login-form.php b/inc/location/class-login-form.php index ce1815e..16f8eaa 100644 --- a/inc/location/class-login-form.php +++ b/inc/location/class-login-form.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location; diff --git a/inc/location/class-login-page.php b/inc/location/class-login-page.php index 2e1e152..8d46ac0 100644 --- a/inc/location/class-login-page.php +++ b/inc/location/class-login-page.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location; diff --git a/inc/location/class-lost-password-form.php b/inc/location/class-lost-password-form.php index 3c35da9..74ae73d 100644 --- a/inc/location/class-lost-password-form.php +++ b/inc/location/class-lost-password-form.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location; diff --git a/inc/location/class-post-password-form.php b/inc/location/class-post-password-form.php index c834a4b..a959b64 100644 --- a/inc/location/class-post-password-form.php +++ b/inc/location/class-post-password-form.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location; diff --git a/inc/location/class-registration-page.php b/inc/location/class-registration-page.php index 63110f2..92c1a2b 100644 --- a/inc/location/class-registration-page.php +++ b/inc/location/class-registration-page.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location; diff --git a/inc/location/woocommerce/class-checkout.php b/inc/location/woocommerce/class-checkout.php index 4743552..a3d50f2 100644 --- a/inc/location/woocommerce/class-checkout.php +++ b/inc/location/woocommerce/class-checkout.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location\WooCommerce; diff --git a/inc/location/woocommerce/class-login.php b/inc/location/woocommerce/class-login.php index 3bd913a..66fa069 100644 --- a/inc/location/woocommerce/class-login.php +++ b/inc/location/woocommerce/class-login.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location\WooCommerce; diff --git a/inc/location/woocommerce/class-lost-password.php b/inc/location/woocommerce/class-lost-password.php index 43f6e95..e366c4e 100644 --- a/inc/location/woocommerce/class-lost-password.php +++ b/inc/location/woocommerce/class-lost-password.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location\WooCommerce; diff --git a/inc/location/woocommerce/class-register.php b/inc/location/woocommerce/class-register.php index ca78875..b42cedd 100644 --- a/inc/location/woocommerce/class-register.php +++ b/inc/location/woocommerce/class-register.php @@ -4,8 +4,8 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 */ namespace Ogre\Captcha\Location\WooCommerce; diff --git a/ogre-captcha.php b/ogre-captcha.php index 21a77f3..2f4b22d 100644 --- a/ogre-captcha.php +++ b/ogre-captcha.php @@ -6,14 +6,14 @@ * @author cleverogre * @copyright 2026 CleverOgre * @license GLP-3.0-or-later - * @version 0.0.0 - * @since 0.0.0 + * @version 1.0.0 + * @since 1.0.0 * * @wordpress-plugin * Plugin Name: Ogre CAPTCHA * Plugin URI: https://git.cleverogre.com/cleverogre/ogre-captcha/ * Description: Protect your site with CAPTCHA - * Version: 0.0.0 + * Version: 1.0.0 * Requires at least: 6.0 * Requires PHP: 8.2 * Author: CleverOgre diff --git a/package-lock.json b/package-lock.json index d4dfbc5..47b4a20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cleverogre/ogre-captcha", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cleverogre/ogre-captcha", - "version": "0.0.0", + "version": "1.0.0", "license": "GPL-3.0+", "devDependencies": { "gulp": "^5.0.0", diff --git a/package.json b/package.json index 9188cfe..b5e31d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://www.schemastore.org/package.json", "name": "cleverogre/ogre-captcha", - "version": "0.0.0", + "version": "1.0.0", "title": "Ogre CAPTCHA", "description": "Protect your site with CAPTCHA", "author": "CleverOgre", diff --git a/readme.txt b/readme.txt index e6cb15a..bafe94a 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: 0.0.0 +Version: 1.0.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Copyright: CleverOgre @@ -28,5 +28,5 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t == Changelog == -= 0.1.0 - 2026-06-04 = += 1.0.0 - 2026-06-04 = * Initial release