Changeset 1438935
- Timestamp:
- 06/18/2016 04:11:45 AM (10 years ago)
- Location:
- rating-writing/trunk
- Files:
-
- 2 edited
-
rating-writing.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rating-writing/trunk/rating-writing.php
r1376792 r1438935 4 4 Plugin URI: https://wordpress.org/plugins/rating-writing/ 5 5 Description: Plugin for write in your own rating star into a WordPress blog. 6 Version: 1.2. 36 Version: 1.2.4 7 7 Author: Tatsuhiro Sakata 8 8 Author URI: http://grace-create.com/ … … 28 28 */ 29 29 30 // 1.2. 331 // 4. 430 // 1.2.4 31 // 4.5 32 32 // full path 33 33 // rating-writing/rating-writing.php … … 36 36 // http://~/wp-content/plugins/rating-writing 37 37 38 define( 'GCRW_VERSION', '1.2. 3' );39 define( 'GCRW_REQUIRED_WP_VERSION', '4. 4' );38 define( 'GCRW_VERSION', '1.2.4' ); 39 define( 'GCRW_REQUIRED_WP_VERSION', '4.5' ); 40 40 define( 'GCRW_PLUGIN', __FILE__ ); 41 41 define( 'GCRW_PLUGIN_BASENAME', plugin_basename( GCRW_PLUGIN ) ); -
rating-writing/trunk/readme.txt
r1438921 r1438935 3 3 Donate link: 4 4 Tags: rating, blog, affiliate, simple 5 Requires at least: 4. 46 Tested up to: 4. 45 Requires at least: 4.5 6 Tested up to: 4.5 7 7 Stable tag: 1.2.4 8 8 License: GPLv3 or later
Note: See TracChangeset
for help on using the changeset viewer.