Plugin Directory

Changeset 3155192


Ignore:
Timestamp:
09/20/2024 12:26:37 PM (17 months ago)
Author:
adcaptcha
Message:

Update to version 1.3.1 from GitHub

Location:
adcaptcha
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • adcaptcha/tags/1.3.1/adcaptcha.php

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

    r3155182 r3155192  
    55Requires at least: 6.0
    66Tested up to: 6.5.2
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    125125- Feature: Support for Elementor
    126126- Update to adCAPTCHA settings page theme colour
     127
     128= 1.3.1 =
     129- Minor bug fix
  • adcaptcha/tags/1.3.1/src/Settings/Settings.php

    r3155182 r3155192  
    7171
    7272    public function change_admin_footer_version() {
    73         return 'Version 1.3.0';
     73        return 'Version 1.3.1';
    7474    }
    7575}
  • adcaptcha/trunk/adcaptcha.php

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

    r3155182 r3155192  
    55Requires at least: 6.0
    66Tested up to: 6.5.2
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    125125- Feature: Support for Elementor
    126126- Update to adCAPTCHA settings page theme colour
     127
     128= 1.3.1 =
     129- Minor bug fix
  • adcaptcha/trunk/src/Settings/Settings.php

    r3155182 r3155192  
    7171
    7272    public function change_admin_footer_version() {
    73         return 'Version 1.3.0';
     73        return 'Version 1.3.1';
    7474    }
    7575}
Note: See TracChangeset for help on using the changeset viewer.