Changeset 3177954
- Timestamp:
- 10/29/2024 11:47:53 AM (16 months ago)
- Location:
- adcaptcha
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4.1 (copied) (copied from adcaptcha/trunk)
-
tags/1.4.1/README.md (modified) (2 diffs)
-
tags/1.4.1/adcaptcha.php (modified) (2 diffs)
-
tags/1.4.1/readme.txt (modified) (3 diffs)
-
tags/1.4.1/src/Settings/Settings.php (modified) (1 diff)
-
trunk/README.md (modified) (2 diffs)
-
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.4.1/README.md
r3155182 r3177954 30 30 ### ContactForm7 31 31 32 * Forms33 34 32 ### Mailchimp 35 36 * Forms37 33 38 34 ### Ninja Forms 39 35 40 * Forms41 42 36 ### WPForms 43 44 * Forms45 37 46 38 ### Elementor 47 39 48 *Forms40 ### Fluent Forms 49 41 50 42 ## Privacy Notices … … 57 49 58 50 [Privacy Policy](https://adcaptcha.com/privacy). 59 -
adcaptcha/tags/1.4.1/adcaptcha.php
r3177842 r3177954 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1.4. 05 * Version: 1.4.1 6 6 * Requires at least: 6.4.2 7 7 * Requires PHP: 7.4 … … 42 42 use AdCaptcha\Instantiate; 43 43 44 const PLUGIN_VERSION_ADCAPTCHA = '1.4. 0';44 const PLUGIN_VERSION_ADCAPTCHA = '1.4.1'; 45 45 define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' )); 46 46 -
adcaptcha/tags/1.4.1/readme.txt
r3177842 r3177954 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5.2 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 36 36 **ContactForm7** 37 37 38 * Forms39 40 38 **Mailchimp** 41 42 * Forms43 39 44 40 **Ninja Forms** 45 41 46 * Forms47 48 42 **WPForms** 49 50 * Forms51 43 52 44 **Elementor** 53 45 54 * Forms 55 46 **Fluent Forms** 56 47 57 48 == Installation == … … 131 122 = 1.4.0 = 132 123 - Feature: Support for Fluent Forms 124 125 = 1.4.1 = 126 - Update readme documentation -
adcaptcha/tags/1.4.1/src/Settings/Settings.php
r3177842 r3177954 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.4. 0';73 return 'Version 1.4.1'; 74 74 } 75 75 } -
adcaptcha/trunk/README.md
r3155182 r3177954 30 30 ### ContactForm7 31 31 32 * Forms33 34 32 ### Mailchimp 35 36 * Forms37 33 38 34 ### Ninja Forms 39 35 40 * Forms41 42 36 ### WPForms 43 44 * Forms45 37 46 38 ### Elementor 47 39 48 *Forms40 ### Fluent Forms 49 41 50 42 ## Privacy Notices … … 57 49 58 50 [Privacy Policy](https://adcaptcha.com/privacy). 59 -
adcaptcha/trunk/adcaptcha.php
r3177842 r3177954 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1.4. 05 * Version: 1.4.1 6 6 * Requires at least: 6.4.2 7 7 * Requires PHP: 7.4 … … 42 42 use AdCaptcha\Instantiate; 43 43 44 const PLUGIN_VERSION_ADCAPTCHA = '1.4. 0';44 const PLUGIN_VERSION_ADCAPTCHA = '1.4.1'; 45 45 define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' )); 46 46 -
adcaptcha/trunk/readme.txt
r3177842 r3177954 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5.2 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 36 36 **ContactForm7** 37 37 38 * Forms39 40 38 **Mailchimp** 41 42 * Forms43 39 44 40 **Ninja Forms** 45 41 46 * Forms47 48 42 **WPForms** 49 50 * Forms51 43 52 44 **Elementor** 53 45 54 * Forms 55 46 **Fluent Forms** 56 47 57 48 == Installation == … … 131 122 = 1.4.0 = 132 123 - Feature: Support for Fluent Forms 124 125 = 1.4.1 = 126 - Update readme documentation -
adcaptcha/trunk/src/Settings/Settings.php
r3177842 r3177954 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.4. 0';73 return 'Version 1.4.1'; 74 74 } 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.