Plugin Directory

Changeset 3060590


Ignore:
Timestamp:
03/28/2024 02:09:00 PM (2 years ago)
Author:
adcaptcha
Message:

Update to version 1.0.1 from GitHub

Location:
adcaptcha
Files:
10 added
18 deleted
4 edited
1 copied

Legend:

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

    r3060548 r3060590  
    33 * Plugin Name: adCAPTCHA
    44 * Description: Secure your site. Elevate your brand. Boost Ad Revenue.
    5  * Version: 1.0
     5 * Version: 1.0.1
    66 * Requires at least: 6.4.2
    77 * Requires PHP: 7.4
     
    3535use AdCaptcha\Instantiate;
    3636
    37 const PLUGIN_VERSION = '1.0.0';
     37const PLUGIN_VERSION = '1.0.1';
    3838
    3939// Deletes data saved in the wp db on plugin uninstall
  • adcaptcha/tags/1.0.1/readme.txt

    r3060548 r3060590  
    55Requires at least: 6.0
    66Tested up to: 6.4
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    7979= 1.0 =
    8080- New: adCAPTCHA Plugin Published
     81
     82= 1.0.1 =
     83- Patch: update plugin assets
  • adcaptcha/trunk/adcaptcha.php

    r3060548 r3060590  
    33 * Plugin Name: adCAPTCHA
    44 * Description: Secure your site. Elevate your brand. Boost Ad Revenue.
    5  * Version: 1.0
     5 * Version: 1.0.1
    66 * Requires at least: 6.4.2
    77 * Requires PHP: 7.4
     
    3535use AdCaptcha\Instantiate;
    3636
    37 const PLUGIN_VERSION = '1.0.0';
     37const PLUGIN_VERSION = '1.0.1';
    3838
    3939// Deletes data saved in the wp db on plugin uninstall
  • adcaptcha/trunk/readme.txt

    r3060548 r3060590  
    55Requires at least: 6.0
    66Tested up to: 6.4
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    7979= 1.0 =
    8080- New: adCAPTCHA Plugin Published
     81
     82= 1.0.1 =
     83- Patch: update plugin assets
Note: See TracChangeset for help on using the changeset viewer.