Plugin Directory

Changeset 3080465


Ignore:
Timestamp:
05/02/2024 02:40:00 PM (22 months ago)
Author:
adcaptcha
Message:

Update to version 1.2.1 from GitHub

Location:
adcaptcha
Files:
9 edited
1 copied

Legend:

Unmodified
Added
Removed
  • adcaptcha/tags/1.2.1/README.md

    r3064464 r3080465  
    4040* Forms
    4141
     42### Ninja Forms
     43
     44* Forms
     45
     46### WPForms
     47
     48* Forms
     49
    4250## Privacy Notices
    4351
  • adcaptcha/tags/1.2.1/adcaptcha.php

    r3080455 r3080465  
    33 * Plugin Name: adCAPTCHA for WordPress
    44 * Description: Secure your site. Elevate your brand. Boost Ad Revenue.
    5  * Version: 1.2.0
     5 * Version: 1.2.1
    66 * Requires at least: 6.4.2
    77 * Requires PHP: 7.4
     
    4040use AdCaptcha\Instantiate;
    4141
    42 const PLUGIN_VERSION_ADCAPTCHA = '1.2.0';
     42const PLUGIN_VERSION_ADCAPTCHA = '1.2.1';
    4343define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' ));
    4444
  • adcaptcha/tags/1.2.1/readme.txt

    r3080455 r3080465  
    55Requires at least: 6.0
    66Tested up to: 6.5.2
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    4545
    4646* Forms
     47
     48**Ninja Forms**
     49
     50* Forms
     51
     52**WPForms**
     53
     54* Forms
     55
    4756
    4857== Installation ==
     
    106115- Feature: Support for WPForms
    107116- 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  
    7171
    7272    public function change_admin_footer_version() {
    73         return 'Version 1.2.0';
     73        return 'Version 1.2.1';
    7474    }
    7575}
  • adcaptcha/trunk/README.md

    r3064464 r3080465  
    4040* Forms
    4141
     42### Ninja Forms
     43
     44* Forms
     45
     46### WPForms
     47
     48* Forms
     49
    4250## Privacy Notices
    4351
  • adcaptcha/trunk/adcaptcha.php

    r3080455 r3080465  
    33 * Plugin Name: adCAPTCHA for WordPress
    44 * Description: Secure your site. Elevate your brand. Boost Ad Revenue.
    5  * Version: 1.2.0
     5 * Version: 1.2.1
    66 * Requires at least: 6.4.2
    77 * Requires PHP: 7.4
     
    4040use AdCaptcha\Instantiate;
    4141
    42 const PLUGIN_VERSION_ADCAPTCHA = '1.2.0';
     42const PLUGIN_VERSION_ADCAPTCHA = '1.2.1';
    4343define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' ));
    4444
  • adcaptcha/trunk/readme.txt

    r3080455 r3080465  
    55Requires at least: 6.0
    66Tested up to: 6.5.2
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    4545
    4646* Forms
     47
     48**Ninja Forms**
     49
     50* Forms
     51
     52**WPForms**
     53
     54* Forms
     55
    4756
    4857== Installation ==
     
    106115- Feature: Support for WPForms
    107116- Test: WordPress v6.5.2
     117
     118= 1.2.1 =
     119- Update readme documentation
  • adcaptcha/trunk/src/Settings/Settings.php

    r3080455 r3080465  
    7171
    7272    public function change_admin_footer_version() {
    73         return 'Version 1.2.0';
     73        return 'Version 1.2.1';
    7474    }
    7575}
Note: See TracChangeset for help on using the changeset viewer.