Changeset 3076499
- Timestamp:
- 04/24/2024 01:45:50 PM (22 months ago)
- Location:
- adcaptcha
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from adcaptcha/trunk)
-
tags/1.1.1/adcaptcha.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
tags/1.1.1/src/Plugin/ContactForm7/Forms.php (modified) (1 diff)
-
tags/1.1.1/src/Settings/Settings.php (modified) (1 diff)
-
trunk/adcaptcha.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Plugin/ContactForm7/Forms.php (modified) (1 diff)
-
trunk/src/Settings/Settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adcaptcha/tags/1.1.1/adcaptcha.php
r3064464 r3076499 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Requires at least: 6.4.2 7 7 * Requires PHP: 7.4 -
adcaptcha/tags/1.1.1/readme.txt
r3064464 r3076499 5 5 Requires at least: 6.0 6 6 Tested up to: 6.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 92 92 = 1.1.0 = 93 93 - Feature: add plugin location selection in setting 94 95 = 1.1.1 = 96 - Minor patch: Fixed ContactForm7 not showing captcha on custom submit button -
adcaptcha/tags/1.1.1/src/Plugin/ContactForm7/Forms.php
r3060548 r3076499 39 39 public function captcha_trigger_filter(string $elements) { 40 40 return preg_replace( 41 '/(< input.*?type="submit")/',41 '/(<(input|button).*?type=(["\']?)submit(["\']?))/', 42 42 AdCaptcha::ob_captcha_trigger() . '$1', 43 43 $elements -
adcaptcha/tags/1.1.1/src/Settings/Settings.php
r3064464 r3076499 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.1. 0';73 return 'Version 1.1.1'; 74 74 } 75 75 } -
adcaptcha/trunk/adcaptcha.php
r3064464 r3076499 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Requires at least: 6.4.2 7 7 * Requires PHP: 7.4 -
adcaptcha/trunk/readme.txt
r3064464 r3076499 5 5 Requires at least: 6.0 6 6 Tested up to: 6.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 92 92 = 1.1.0 = 93 93 - Feature: add plugin location selection in setting 94 95 = 1.1.1 = 96 - Minor patch: Fixed ContactForm7 not showing captcha on custom submit button -
adcaptcha/trunk/src/Plugin/ContactForm7/Forms.php
r3060548 r3076499 39 39 public function captcha_trigger_filter(string $elements) { 40 40 return preg_replace( 41 '/(< input.*?type="submit")/',41 '/(<(input|button).*?type=(["\']?)submit(["\']?))/', 42 42 AdCaptcha::ob_captcha_trigger() . '$1', 43 43 $elements -
adcaptcha/trunk/src/Settings/Settings.php
r3064464 r3076499 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.1. 0';73 return 'Version 1.1.1'; 74 74 } 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.