Plugin Directory

Changeset 1307647


Ignore:
Timestamp:
12/14/2015 02:12:44 AM (10 years ago)
Author:
techism
Message:

Updated Tested tag to 4.4

Location:
page-comments-off-please/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • page-comments-off-please/trunk/pagecommentsoffplease.php

    r807198 r1307647  
    22/*
    33Plugin Name: Page Comments Off Please
    4 Version: 2.0.2
     4Version: 2.0.3
    55License: GPL2
    66Plugin URI: http://techism.com/2010/dev/wp-plugins/page-comments-off-please/
     
    4646////////////////////////////////////////////////////////////////////////////
    4747////////////////////////////////////////////////////////////////////////////
     48//
     49defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
     50
    4851if(!class_exists('Page_Comments_Off_Please'))
    4952{
  • page-comments-off-please/trunk/readme.txt

    r807195 r1307647  
    44Tags: disable, page comments, page, checkbox, uncheck, discussion, check-box, please, turn off
    55Requires at least: 2.8
    6 Tested up to: 3.7.1
    7 Stable tag: 2.0.2
    8 Version: 2.0.2
     6Tested up to: 4.4
     7Stable tag: 2.0.3
     8Version: 2.0.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 2.0.3 =
     51* Security: Added wp-recommended security catch to stop direct-access of plugin primary php file.
     52
    5053= 2.0.2 =
    5154* Scripts only load when really needed, and using proper wp practices.
Note: See TracChangeset for help on using the changeset viewer.