Plugin Directory

Changeset 1781851


Ignore:
Timestamp:
12/06/2017 10:22:54 AM (8 years ago)
Author:
wpdevmgr2678
Message:

version 4.2.3

Location:
captcha/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • captcha/trunk/captcha.php

    r1781847 r1781851  
    1 <?php
     1<?php
    22
    33/*
     
    1414Domain Path: /languages
    1515
    16 Version: 4.4.2
     16Version: 4.4.3
    1717
    1818Author URI: https://wordpress.org/plugins/captcha/
  • captcha/trunk/hcptc-custom-code.php

    r1781845 r1781851  
    7373
    7474
    75 if($cptch_plugin_activation_status == 1 and empty($cptch_enable_advanced_blocking) and $cptch_plugin_install_status == 2 )
     75if($cptch_plugin_activation_status == 1 and empty($cptch_enable_advanced_blocking) )
    7676
    7777add_action( 'admin_notices', 'cptch_esccss_notice'); // call action
  • captcha/trunk/readme.txt

    r1781847 r1781851  
    44Requires at least: 3.9
    55Tested up to: 4.9.1
    6 Stable tag: 4.4.2
     6Stable tag: 4.4.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    283283
    284284== Changelog ==
     285
     286= V4.4.3 - 06.12.2017 =
     287* resolve issue that comes in v4.4.2
    285288
    286289= V4.4.2 - 06.12.2017 =
Note: See TracChangeset for help on using the changeset viewer.