Changeset 3155192
- Timestamp:
- 09/20/2024 12:26:37 PM (17 months ago)
- Location:
- adcaptcha
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from adcaptcha/trunk)
-
tags/1.3.1/adcaptcha.php (modified) (2 diffs)
-
tags/1.3.1/readme.txt (modified) (2 diffs)
-
tags/1.3.1/src/Settings/Settings.php (modified) (1 diff)
-
trunk/adcaptcha.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Settings/Settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adcaptcha/tags/1.3.1/adcaptcha.php
r3155182 r3155192 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1. 2.25 * Version: 1.3.1 6 6 * Requires at least: 6.4.2 7 7 * Requires PHP: 7.4 … … 41 41 use AdCaptcha\Instantiate; 42 42 43 const PLUGIN_VERSION_ADCAPTCHA = '1.3. 0';43 const PLUGIN_VERSION_ADCAPTCHA = '1.3.1'; 44 44 define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' )); 45 45 -
adcaptcha/tags/1.3.1/readme.txt
r3155182 r3155192 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5.2 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 125 125 - Feature: Support for Elementor 126 126 - Update to adCAPTCHA settings page theme colour 127 128 = 1.3.1 = 129 - Minor bug fix -
adcaptcha/tags/1.3.1/src/Settings/Settings.php
r3155182 r3155192 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.3. 0';73 return 'Version 1.3.1'; 74 74 } 75 75 } -
adcaptcha/trunk/adcaptcha.php
r3155182 r3155192 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1. 2.25 * Version: 1.3.1 6 6 * Requires at least: 6.4.2 7 7 * Requires PHP: 7.4 … … 41 41 use AdCaptcha\Instantiate; 42 42 43 const PLUGIN_VERSION_ADCAPTCHA = '1.3. 0';43 const PLUGIN_VERSION_ADCAPTCHA = '1.3.1'; 44 44 define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' )); 45 45 -
adcaptcha/trunk/readme.txt
r3155182 r3155192 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5.2 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 125 125 - Feature: Support for Elementor 126 126 - Update to adCAPTCHA settings page theme colour 127 128 = 1.3.1 = 129 - Minor bug fix -
adcaptcha/trunk/src/Settings/Settings.php
r3155182 r3155192 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.3. 0';73 return 'Version 1.3.1'; 74 74 } 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.