Changeset 1332008
- Timestamp:
- 01/20/2016 09:42:16 AM (10 years ago)
- Location:
- rating-writing/trunk
- Files:
-
- 4 edited
-
css/gcrw.css (modified) (1 diff)
-
includes/meta-boxes.php (modified) (1 diff)
-
rating-writing.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rating-writing/trunk/css/gcrw.css
r1329871 r1332008 1 1 aside.rating-writing { 2 margin: 64px 0 0;2 margin: 64px 0; 3 3 } 4 4 -
rating-writing/trunk/includes/meta-boxes.php
r1324467 r1332008 3 3 function gcrw_meta_box() { 4 4 add_meta_box( 'rating', __( 'rating writing', 'gcrw' ), 'gcrw_meta_box_html', 'post', 'normal', 'high' ); 5 add_meta_box( 'rating', __( 'rating writing', 'gcrw' ), 'gcrw_meta_box_html', 'page', 'normal', 'high' ); 5 6 } 6 7 -
rating-writing/trunk/rating-writing.php
r1329871 r1332008 4 4 Plugin URI: 5 5 Description: Plugin for write in your own rating star into a WordPress blog. 6 Version: 1.2 6 Version: 1.2.1 7 7 Author: Tatsuhiro Sakata 8 8 Author URI: http://grace-create.com/ … … 28 28 */ 29 29 30 // 1.2 30 // 1.2.1 31 31 // 4.4 32 32 // full path … … 36 36 // http://~/wp-content/plugins/rating-writing 37 37 38 define( 'GCRW_VERSION', '1.2 ' );38 define( 'GCRW_VERSION', '1.2.1' ); 39 39 define( 'GCRW_REQUIRED_WP_VERSION', '4.4' ); 40 40 define( 'GCRW_PLUGIN', __FILE__ ); -
rating-writing/trunk/readme.txt
r1329871 r1332008 5 5 Requires at least: 4.4 6 6 Tested up to: 4.4 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 35 35 == Changelog == 36 36 37 20 Jan 2016 38 ----------- 39 = V1.2.1 = 40 * Enabled the "page". 41 * fix CSS. 42 37 43 17 Jan 2016 38 44 -----------
Note: See TracChangeset
for help on using the changeset viewer.