Changeset 3183769
- Timestamp:
- 11/07/2024 11:26:41 AM (17 months ago)
- Location:
- adcaptcha
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4.2 (copied) (copied from adcaptcha/trunk)
-
tags/1.4.2/adcaptcha.php (modified) (2 diffs)
-
tags/1.4.2/readme.txt (modified) (2 diffs)
-
tags/1.4.2/src/Plugin/NinjaForms/AdCaptchaFieldController.js (modified) (1 diff)
-
tags/1.4.2/src/Settings/Settings.php (modified) (1 diff)
-
trunk/adcaptcha.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Plugin/NinjaForms/AdCaptchaFieldController.js (modified) (1 diff)
-
trunk/src/Settings/Settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adcaptcha/tags/1.4.2/adcaptcha.php
r3177954 r3183769 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1.4. 15 * Version: 1.4.2 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. 1';44 const PLUGIN_VERSION_ADCAPTCHA = '1.4.2'; 45 45 define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' )); 46 46 -
adcaptcha/tags/1.4.2/readme.txt
r3177954 r3183769 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5.2 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 125 125 = 1.4.1 = 126 126 - Update readme documentation 127 128 = 1.4.2 = 129 - Minor bug fix -
adcaptcha/tags/1.4.2/src/Plugin/NinjaForms/AdCaptchaFieldController.js
r3080455 r3183769 37 37 new AdCaptchaFieldController(); 38 38 }); 39 40 jQuery(document).on('nfFormReady', () => { 41 window.adcap.init(); 42 }); -
adcaptcha/tags/1.4.2/src/Settings/Settings.php
r3177954 r3183769 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.4. 1';73 return 'Version 1.4.2'; 74 74 } 75 75 } -
adcaptcha/trunk/adcaptcha.php
r3177954 r3183769 3 3 * Plugin Name: adCAPTCHA for WordPress 4 4 * Description: Secure your site. Elevate your brand. Boost Ad Revenue. 5 * Version: 1.4. 15 * Version: 1.4.2 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. 1';44 const PLUGIN_VERSION_ADCAPTCHA = '1.4.2'; 45 45 define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' )); 46 46 -
adcaptcha/trunk/readme.txt
r3177954 r3183769 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5.2 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 125 125 = 1.4.1 = 126 126 - Update readme documentation 127 128 = 1.4.2 = 129 - Minor bug fix -
adcaptcha/trunk/src/Plugin/NinjaForms/AdCaptchaFieldController.js
r3080455 r3183769 37 37 new AdCaptchaFieldController(); 38 38 }); 39 40 jQuery(document).on('nfFormReady', () => { 41 window.adcap.init(); 42 }); -
adcaptcha/trunk/src/Settings/Settings.php
r3177954 r3183769 71 71 72 72 public function change_admin_footer_version() { 73 return 'Version 1.4. 1';73 return 'Version 1.4.2'; 74 74 } 75 75 }
Note: See TracChangeset
for help on using the changeset viewer.