Plugin Directory

Changeset 1435029


Ignore:
Timestamp:
06/11/2016 05:51:24 PM (10 years ago)
Author:
jawittdesigns
Message:

Release 1.0.4, see readme.txt for the changelog.

Location:
wp-unsafe-comment-links
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-unsafe-comment-links/tags/1.0.4/readme.txt

    r1434138 r1435029  
    55Requires at least: 4.5.2
    66Tested up to: 4.5.2
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPL-2.0 or Later
    99License URI: http://opensource.org/licenses/gpl-2.0.php GNU Public License
     
    4949
    5050== Changelog ==
     51= v1.0.4 2016-06-11 =
     52* Fixed Typo
     53
    5154= v1.0.3 2016-05-31 =
    52   * New Deploy
     55* New Deploy
    5356
    5457= v1.0.2 2016-05-24 =
    55   * Fixed action link for settings
     58* Fixed action link for settings
    5659
    57 = v1.0.1 2016-05-23 =
    58   * Removed Multisite
     60= v1.0.` 2016-05-23 =
     61* Removed Multisite
    5962
    6063= v1.0.0 2016-05-16 =
  • wp-unsafe-comment-links/tags/1.0.4/wp-unsafe-comment-links.php

    r1427599 r1435029  
    88/**
    99 * WP_Unsafe_Comment_Links
    10  * 
     10 *
    1111 * @package     WP Unsafe Comment Links
    1212 * @author      Jason Witt <contact@jawittdesigns.com>
     
    1414 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
    1515 * @since       1.0.0
    16  * 
     16 *
    1717 * @wordpress-plugin
    1818 * Plugin Name:       WP Unsafe Comment Links
    1919 * Plugin URI:        https://github.com/jawittdesigns/wp-unsafe-comment-links
    2020 * Description:       Check the links in your WordPress comments for unsafe links using Google Safe Browsing API
    21  * Version:           1.0.3
     21 * Version:           1.0.4
    2222 * Author:            Jason Witt
    2323 * Author URI:        http://jawittdesigns.com
     
    3535if( !class_exists( 'WPUCL' ) ) {
    3636  class WPUCL {
    37    
     37
    3838    /**
    3939     * Instance of the class
     
    4949     * @since 1.0.0
    5050     * @static
    51      * @staticvar array 
     51     * @staticvar array
    5252     * @return Instance
    5353     */
     
    8080      // Plugin Version
    8181      if ( !defined( 'WPUCL_VERSION' ) ) {
    82         define( 'WPUCL_VERSION', '1.0.3' );
     82        define( 'WPUCL_VERSION', '1.0.4' );
    8383      }
    8484      // WPUCL
     
    195195} // end WPUCL
    196196/**
    197  * Return the instance 
     197 * Return the instance
    198198 *
    199199 * @since 1.0.0
  • wp-unsafe-comment-links/trunk/readme.txt

    r1434138 r1435029  
    55Requires at least: 4.5.2
    66Tested up to: 4.5.2
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPL-2.0 or Later
    99License URI: http://opensource.org/licenses/gpl-2.0.php GNU Public License
     
    4949
    5050== Changelog ==
     51= v1.0.4 2016-06-11 =
     52* Fixed Typo
     53
    5154= v1.0.3 2016-05-31 =
    52   * New Deploy
     55* New Deploy
    5356
    5457= v1.0.2 2016-05-24 =
    55   * Fixed action link for settings
     58* Fixed action link for settings
    5659
    57 = v1.0.1 2016-05-23 =
    58   * Removed Multisite
     60= v1.0.` 2016-05-23 =
     61* Removed Multisite
    5962
    6063= v1.0.0 2016-05-16 =
  • wp-unsafe-comment-links/trunk/wp-unsafe-comment-links.php

    r1427599 r1435029  
    88/**
    99 * WP_Unsafe_Comment_Links
    10  * 
     10 *
    1111 * @package     WP Unsafe Comment Links
    1212 * @author      Jason Witt <contact@jawittdesigns.com>
     
    1414 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
    1515 * @since       1.0.0
    16  * 
     16 *
    1717 * @wordpress-plugin
    1818 * Plugin Name:       WP Unsafe Comment Links
    1919 * Plugin URI:        https://github.com/jawittdesigns/wp-unsafe-comment-links
    2020 * Description:       Check the links in your WordPress comments for unsafe links using Google Safe Browsing API
    21  * Version:           1.0.3
     21 * Version:           1.0.4
    2222 * Author:            Jason Witt
    2323 * Author URI:        http://jawittdesigns.com
     
    3535if( !class_exists( 'WPUCL' ) ) {
    3636  class WPUCL {
    37    
     37
    3838    /**
    3939     * Instance of the class
     
    4949     * @since 1.0.0
    5050     * @static
    51      * @staticvar array 
     51     * @staticvar array
    5252     * @return Instance
    5353     */
     
    8080      // Plugin Version
    8181      if ( !defined( 'WPUCL_VERSION' ) ) {
    82         define( 'WPUCL_VERSION', '1.0.3' );
     82        define( 'WPUCL_VERSION', '1.0.4' );
    8383      }
    8484      // WPUCL
     
    195195} // end WPUCL
    196196/**
    197  * Return the instance 
     197 * Return the instance
    198198 *
    199199 * @since 1.0.0
Note: See TracChangeset for help on using the changeset viewer.