Changeset 2428151
- Timestamp:
- 11/29/2020 03:56:42 PM (5 years ago)
- Location:
- wp1-like
- Files:
-
- 28 added
- 3 edited
-
tags/1.0 (added)
-
tags/1.0/assets (added)
-
tags/1.0/assets/css (added)
-
tags/1.0/assets/css/wp1-like.css (added)
-
tags/1.0/assets/js (added)
-
tags/1.0/assets/js/jscolor.js (added)
-
tags/1.0/assets/js/wp1-like.js (added)
-
tags/1.0/changelog.txt (added)
-
tags/1.0/inc (added)
-
tags/1.0/inc/wp1-like-functions.php (added)
-
tags/1.0/index.php (added)
-
tags/1.0/readme.txt (added)
-
tags/1.0/wp1-like.php (added)
-
tags/1.0/wp1-like_option.php (added)
-
tags/1.1 (added)
-
tags/1.1/assets (added)
-
tags/1.1/assets/css (added)
-
tags/1.1/assets/css/wp1-like.css (added)
-
tags/1.1/assets/js (added)
-
tags/1.1/assets/js/jscolor.js (added)
-
tags/1.1/assets/js/wp1-like.js (added)
-
tags/1.1/changelog.txt (added)
-
tags/1.1/inc (added)
-
tags/1.1/inc/wp1-like-functions.php (added)
-
tags/1.1/index.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/wp1-like.php (added)
-
tags/1.1/wp1-like_option.php (added)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp1-like.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp1-like/trunk/changelog.txt
r2140819 r2428151 1 1 == Changelog == 2 3 =1.1= 4 Plugin compatibility checked for WordPress version 5.5.3 5 2 6 =1.0= 3 4 7 Plugin compatible with WordPress version 5.2.2 -
wp1-like/trunk/readme.txt
r2142114 r2428151 3 3 Tags: like, rating, wp like, like button, review, woocommerce, fb like, facebook, facebook like, recommend, share, simple like, easy like, like shortcode, post like, simple like button, woocommerce like, bbpress like 4 4 Requires at least: 4.0 5 Tested up to: 5. 2.26 Stable tag: 1. 05 Tested up to: 5.5.3 6 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp1-like/trunk/wp1-like.php
r2140819 r2428151 6 6 * Author: WP1 7 7 * Author URI: http://wp1.co 8 * Version: 1. 08 * Version: 1.1 9 9 */ 10 10 … … 13 13 } 14 14 15 define('WP1_LIKE_VER','1. 0');15 define('WP1_LIKE_VER','1.1'); 16 16 define('WP1_LIKE_PLUGIN_DIR_URL', plugin_dir_url(__FILE__)); 17 17 define('WP1_LIKE_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.