Plugin Directory

Changeset 2176255


Ignore:
Timestamp:
10/20/2019 01:04:01 AM (6 years ago)
Author:
mihche
Message:

Version 3.1.32

Location:
goodbye-captcha/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • goodbye-captcha/trunk/goodbye-captcha.php

    r2172027 r2176255  
    55 * @author    Mihai Chelaru
    66 * @link      http://www.wpbruiser.com
    7  * @copyright 2018 WPBruiser
     7 * @copyright 2019 WPBruiser
    88 *
    99 * @wordpress-plugin
     
    1111 * Plugin URI: http://www.wpbruiser.com
    1212 * Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
    13  * Version: 3.1.32
     13 * Version: 3.1.33
    1414 * Author: Mihai Chelaru
    1515 * Author URI: http://www.wpbruiser.com
     
    2424    class GoodByeCaptcha
    2525    {
    26         CONST PLUGIN_VERSION    = '3.1.32';
     26        CONST PLUGIN_VERSION    = '3.1.33';
    2727        CONST PLUGIN_SLUG       = 'wp-bruiser';
    2828        CONST PLUGIN_NAME       = 'WPBruiser';
  • goodbye-captcha/trunk/readme.txt

    r2172027 r2176255  
    55Requires at least: 4.0
    66Tested up to: 5.2
    7 Stable tag: 3.1.32
     7Stable tag: 3.1.33
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    223223== Changelog ==
    224224
     225= 3.1.33 =
     226**Fixes**
     227- The plugin does not have a valid header issue
     228
    225229= 3.1.32 =
    226230**Improvements**
Note: See TracChangeset for help on using the changeset viewer.