diff --git a/altcha.php b/altcha.php index 070bd76..87689bf 100644 --- a/altcha.php +++ b/altcha.php @@ -7,8 +7,8 @@ * Description: ALTCHA is a free, open-source CAPTCHA alternative that offers robust protection without using cookies, ensuring full GDPR compliance by design. It also provides invisible anti-spam and anti-bot protection through ALTCHA's API. * Author: Altcha.org * Author URI: https://altcha.org - * Version: 1.14.0 - * Stable tag: 1.14.0 + * Version: 1.14.1 + * Stable tag: 1.14.1 * Requires at least: 5.0 * Requires PHP: 7.3 * Tested up to: 6.6 @@ -16,7 +16,7 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.html */ -define('ALTCHA_VERSION', '1.14.0'); +define('ALTCHA_VERSION', '1.14.1'); define('ALTCHA_WEBSITE', 'https://altcha.org/'); define('ALTCHA_WIDGET_VERSION', '1.0.0'); define('ALTCHA_LANGUAGES', [ diff --git a/includes/admin.php b/includes/admin.php index e10f06d..37b7c3e 100644 --- a/includes/admin.php +++ b/includes/admin.php @@ -23,6 +23,7 @@ function altcha_options_page() // Add link to settings in the plugin list add_filter('plugin_action_links_altcha/altcha.php', 'altcha_settings_link'); + add_filter('plugin_action_links_altcha-spam-protection/altcha.php', 'altcha_settings_link'); function altcha_settings_link($links) { diff --git a/readme.txt b/readme.txt index 0d391ca..da86c00 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Tags: altcha, captcha, spam, anti-spam, anti-bot, antispam, recaptcha, hcaptcha, gdpr Author: Altcha.org Author URI: https://altcha.org -Version: 1.14.0 -Stable tag: 1.14.0 +Version: 1.14.1 +Stable tag: 1.14.1 Requires at least: 5.0 Requires PHP: 7.3 Tested up to: 6.6 @@ -97,6 +97,9 @@ All source code for the plugin, and the ALTCHA widget is available on GitHub. In == Changelog == += 1.14.1 = +* Fix the "Settings" link [#32] + = 1.14.0 = * Automatic language detection [#31] * Change placement of the "Settings" link in the plugin list [#32]