Changeset 1435029
- Timestamp:
- 06/11/2016 05:51:24 PM (10 years ago)
- Location:
- wp-unsafe-comment-links
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from wp-unsafe-comment-links/trunk)
-
tags/1.0.4/readme.txt (modified) (2 diffs)
-
tags/1.0.4/wp-unsafe-comment-links.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-unsafe-comment-links.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-unsafe-comment-links/tags/1.0.4/readme.txt
r1434138 r1435029 5 5 Requires at least: 4.5.2 6 6 Tested up to: 4.5.2 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPL-2.0 or Later 9 9 License URI: http://opensource.org/licenses/gpl-2.0.php GNU Public License … … 49 49 50 50 == Changelog == 51 = v1.0.4 2016-06-11 = 52 * Fixed Typo 53 51 54 = v1.0.3 2016-05-31 = 52 * New Deploy55 * New Deploy 53 56 54 57 = v1.0.2 2016-05-24 = 55 * Fixed action link for settings58 * Fixed action link for settings 56 59 57 = v1.0. 12016-05-23 =58 * Removed Multisite60 = v1.0.` 2016-05-23 = 61 * Removed Multisite 59 62 60 63 = v1.0.0 2016-05-16 = -
wp-unsafe-comment-links/tags/1.0.4/wp-unsafe-comment-links.php
r1427599 r1435029 8 8 /** 9 9 * WP_Unsafe_Comment_Links 10 * 10 * 11 11 * @package WP Unsafe Comment Links 12 12 * @author Jason Witt <contact@jawittdesigns.com> … … 14 14 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License 15 15 * @since 1.0.0 16 * 16 * 17 17 * @wordpress-plugin 18 18 * Plugin Name: WP Unsafe Comment Links 19 19 * Plugin URI: https://github.com/jawittdesigns/wp-unsafe-comment-links 20 20 * Description: Check the links in your WordPress comments for unsafe links using Google Safe Browsing API 21 * Version: 1.0. 321 * Version: 1.0.4 22 22 * Author: Jason Witt 23 23 * Author URI: http://jawittdesigns.com … … 35 35 if( !class_exists( 'WPUCL' ) ) { 36 36 class WPUCL { 37 37 38 38 /** 39 39 * Instance of the class … … 49 49 * @since 1.0.0 50 50 * @static 51 * @staticvar array 51 * @staticvar array 52 52 * @return Instance 53 53 */ … … 80 80 // Plugin Version 81 81 if ( !defined( 'WPUCL_VERSION' ) ) { 82 define( 'WPUCL_VERSION', '1.0. 3' );82 define( 'WPUCL_VERSION', '1.0.4' ); 83 83 } 84 84 // WPUCL … … 195 195 } // end WPUCL 196 196 /** 197 * Return the instance 197 * Return the instance 198 198 * 199 199 * @since 1.0.0 -
wp-unsafe-comment-links/trunk/readme.txt
r1434138 r1435029 5 5 Requires at least: 4.5.2 6 6 Tested up to: 4.5.2 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPL-2.0 or Later 9 9 License URI: http://opensource.org/licenses/gpl-2.0.php GNU Public License … … 49 49 50 50 == Changelog == 51 = v1.0.4 2016-06-11 = 52 * Fixed Typo 53 51 54 = v1.0.3 2016-05-31 = 52 * New Deploy55 * New Deploy 53 56 54 57 = v1.0.2 2016-05-24 = 55 * Fixed action link for settings58 * Fixed action link for settings 56 59 57 = v1.0. 12016-05-23 =58 * Removed Multisite60 = v1.0.` 2016-05-23 = 61 * Removed Multisite 59 62 60 63 = v1.0.0 2016-05-16 = -
wp-unsafe-comment-links/trunk/wp-unsafe-comment-links.php
r1427599 r1435029 8 8 /** 9 9 * WP_Unsafe_Comment_Links 10 * 10 * 11 11 * @package WP Unsafe Comment Links 12 12 * @author Jason Witt <contact@jawittdesigns.com> … … 14 14 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License 15 15 * @since 1.0.0 16 * 16 * 17 17 * @wordpress-plugin 18 18 * Plugin Name: WP Unsafe Comment Links 19 19 * Plugin URI: https://github.com/jawittdesigns/wp-unsafe-comment-links 20 20 * Description: Check the links in your WordPress comments for unsafe links using Google Safe Browsing API 21 * Version: 1.0. 321 * Version: 1.0.4 22 22 * Author: Jason Witt 23 23 * Author URI: http://jawittdesigns.com … … 35 35 if( !class_exists( 'WPUCL' ) ) { 36 36 class WPUCL { 37 37 38 38 /** 39 39 * Instance of the class … … 49 49 * @since 1.0.0 50 50 * @static 51 * @staticvar array 51 * @staticvar array 52 52 * @return Instance 53 53 */ … … 80 80 // Plugin Version 81 81 if ( !defined( 'WPUCL_VERSION' ) ) { 82 define( 'WPUCL_VERSION', '1.0. 3' );82 define( 'WPUCL_VERSION', '1.0.4' ); 83 83 } 84 84 // WPUCL … … 195 195 } // end WPUCL 196 196 /** 197 * Return the instance 197 * Return the instance 198 198 * 199 199 * @since 1.0.0
Note: See TracChangeset
for help on using the changeset viewer.