Changeset 3080465
- Timestamp:
- 05/02/2024 02:40:00 PM (22 months ago)
- Location:
- adcaptcha
- Files:
-
- 9 edited
- 1 copied
-
assets/screenshot-6.png (modified) (previous)
-
tags/1.2.1 (copied) (copied from adcaptcha/trunk)
-
tags/1.2.1/README.md (modified) (1 diff)
-
tags/1.2.1/adcaptcha.php (modified) (2 diffs)
-
tags/1.2.1/readme.txt (modified) (3 diffs)
-
tags/1.2.1/src/Settings/Settings.php (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/adcaptcha.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/Settings/Settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adcaptcha/tags/1.2.1/README.md
r3064464 r3080465 40 40 * Forms 41 41 42 ### Ninja Forms 43 44 * Forms 45 46 ### WPForms 47 48 * Forms 49 42 50 ## Privacy Notices 43 51 -
adcaptcha/tags/1.2.1/adcaptcha.php
r3080455 r3080465 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1.2. 05 * Version: 1.2.1 6 6 * Requires at least: 6.4.2 7 7 * Requires PHP: 7.4 … … 40 40 use AdCaptcha\Instantiate; 41 41 42 const PLUGIN_VERSION_ADCAPTCHA = '1.2. 0';42 const PLUGIN_VERSION_ADCAPTCHA = '1.2.1'; 43 43 define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' )); 44 44 -
adcaptcha/tags/1.2.1/readme.txt
r3080455 r3080465 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5.2 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 45 45 46 46 * Forms 47 48 **Ninja Forms** 49 50 * Forms 51 52 **WPForms** 53 54 * Forms 55 47 56 48 57 == Installation == … … 106 115 - Feature: Support for WPForms 107 116 - Test: WordPress v6.5.2 117 118 = 1.2.1 = 119 - Update readme documentation -
adcaptcha/tags/1.2.1/src/Settings/Settings.php
r3080455 r3080465 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.2. 0';73 return 'Version 1.2.1'; 74 74 } 75 75 } -
adcaptcha/trunk/README.md
r3064464 r3080465 40 40 * Forms 41 41 42 ### Ninja Forms 43 44 * Forms 45 46 ### WPForms 47 48 * Forms 49 42 50 ## Privacy Notices 43 51 -
adcaptcha/trunk/adcaptcha.php
r3080455 r3080465 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1.2. 05 * Version: 1.2.1 6 6 * Requires at least: 6.4.2 7 7 * Requires PHP: 7.4 … … 40 40 use AdCaptcha\Instantiate; 41 41 42 const PLUGIN_VERSION_ADCAPTCHA = '1.2. 0';42 const PLUGIN_VERSION_ADCAPTCHA = '1.2.1'; 43 43 define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' )); 44 44 -
adcaptcha/trunk/readme.txt
r3080455 r3080465 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5.2 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 45 45 46 46 * Forms 47 48 **Ninja Forms** 49 50 * Forms 51 52 **WPForms** 53 54 * Forms 55 47 56 48 57 == Installation == … … 106 115 - Feature: Support for WPForms 107 116 - Test: WordPress v6.5.2 117 118 = 1.2.1 = 119 - Update readme documentation -
adcaptcha/trunk/src/Settings/Settings.php
r3080455 r3080465 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.2. 0';73 return 'Version 1.2.1'; 74 74 } 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.