Plugin Directory

Changeset 3177954


Ignore:
Timestamp:
10/29/2024 11:47:53 AM (16 months ago)
Author:
adcaptcha
Message:

Update to version 1.4.1 from GitHub

Location:
adcaptcha
Files:
8 edited
1 copied

Legend:

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

    r3155182 r3177954  
    3030### ContactForm7
    3131
    32 * Forms
    33 
    3432### Mailchimp
    35 
    36 * Forms
    3733
    3834### Ninja Forms
    3935
    40 * Forms
    41 
    4236### WPForms
    43 
    44 * Forms
    4537
    4638### Elementor
    4739
    48 * Forms
     40### Fluent Forms
    4941
    5042## Privacy Notices
     
    5749
    5850[Privacy Policy](https://adcaptcha.com/privacy).
    59 
  • adcaptcha/tags/1.4.1/adcaptcha.php

    r3177842 r3177954  
    33 * Plugin Name: adCAPTCHA for WordPress
    44 * Description: Secure your site. Elevate your brand. Boost Ad Revenue.
    5  * Version: 1.4.0
     5 * Version: 1.4.1
    66 * Requires at least: 6.4.2
    77 * Requires PHP: 7.4
     
    4242use AdCaptcha\Instantiate;
    4343
    44 const PLUGIN_VERSION_ADCAPTCHA = '1.4.0';
     44const PLUGIN_VERSION_ADCAPTCHA = '1.4.1';
    4545define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' ));
    4646
  • adcaptcha/tags/1.4.1/readme.txt

    r3177842 r3177954  
    55Requires at least: 6.0
    66Tested up to: 6.5.2
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    3636**ContactForm7**
    3737
    38 * Forms
    39 
    4038**Mailchimp**
    41 
    42 * Forms
    4339
    4440**Ninja Forms**
    4541
    46 * Forms
    47 
    4842**WPForms**
    49 
    50 * Forms
    5143
    5244**Elementor**
    5345
    54 * Forms
    55 
     46**Fluent Forms**
    5647
    5748== Installation ==
     
    131122= 1.4.0 =
    132123- 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  
    7171
    7272    public function change_admin_footer_version() {
    73         return 'Version 1.4.0';
     73        return 'Version 1.4.1';
    7474    }
    7575}
  • adcaptcha/trunk/README.md

    r3155182 r3177954  
    3030### ContactForm7
    3131
    32 * Forms
    33 
    3432### Mailchimp
    35 
    36 * Forms
    3733
    3834### Ninja Forms
    3935
    40 * Forms
    41 
    4236### WPForms
    43 
    44 * Forms
    4537
    4638### Elementor
    4739
    48 * Forms
     40### Fluent Forms
    4941
    5042## Privacy Notices
     
    5749
    5850[Privacy Policy](https://adcaptcha.com/privacy).
    59 
  • adcaptcha/trunk/adcaptcha.php

    r3177842 r3177954  
    33 * Plugin Name: adCAPTCHA for WordPress
    44 * Description: Secure your site. Elevate your brand. Boost Ad Revenue.
    5  * Version: 1.4.0
     5 * Version: 1.4.1
    66 * Requires at least: 6.4.2
    77 * Requires PHP: 7.4
     
    4242use AdCaptcha\Instantiate;
    4343
    44 const PLUGIN_VERSION_ADCAPTCHA = '1.4.0';
     44const PLUGIN_VERSION_ADCAPTCHA = '1.4.1';
    4545define('ADCAPTCHA_ERROR_MESSAGE', __( 'Please complete the I am human box.', 'adcaptcha' ));
    4646
  • adcaptcha/trunk/readme.txt

    r3177842 r3177954  
    55Requires at least: 6.0
    66Tested up to: 6.5.2
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    3636**ContactForm7**
    3737
    38 * Forms
    39 
    4038**Mailchimp**
    41 
    42 * Forms
    4339
    4440**Ninja Forms**
    4541
    46 * Forms
    47 
    4842**WPForms**
    49 
    50 * Forms
    5143
    5244**Elementor**
    5345
    54 * Forms
    55 
     46**Fluent Forms**
    5647
    5748== Installation ==
     
    131122= 1.4.0 =
    132123- Feature: Support for Fluent Forms
     124
     125= 1.4.1 =
     126- Update readme documentation
  • adcaptcha/trunk/src/Settings/Settings.php

    r3177842 r3177954  
    7171
    7272    public function change_admin_footer_version() {
    73         return 'Version 1.4.0';
     73        return 'Version 1.4.1';
    7474    }
    7575}
Note: See TracChangeset for help on using the changeset viewer.