Plugin Directory

Changeset 1332008


Ignore:
Timestamp:
01/20/2016 09:42:16 AM (10 years ago)
Author:
grace-create
Message:

Ver 1.2.1

Location:
rating-writing/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • rating-writing/trunk/css/gcrw.css

    r1329871 r1332008  
    11aside.rating-writing {
    2   margin: 64px 0 0;
     2  margin: 64px 0;
    33}
    44
  • rating-writing/trunk/includes/meta-boxes.php

    r1324467 r1332008  
    33function gcrw_meta_box() {
    44  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' );
    56}
    67
  • rating-writing/trunk/rating-writing.php

    r1329871 r1332008  
    44Plugin URI:
    55Description: Plugin for write in your own rating star into a WordPress blog.
    6 Version: 1.2
     6Version: 1.2.1
    77Author: Tatsuhiro Sakata
    88Author URI: http://grace-create.com/
     
    2828*/
    2929
    30 // 1.2
     30// 1.2.1
    3131// 4.4
    3232// full path
     
    3636// http://~/wp-content/plugins/rating-writing
    3737
    38 define( 'GCRW_VERSION', '1.2' );
     38define( 'GCRW_VERSION', '1.2.1' );
    3939define( 'GCRW_REQUIRED_WP_VERSION', '4.4' );
    4040define( 'GCRW_PLUGIN', __FILE__ );
  • rating-writing/trunk/readme.txt

    r1329871 r1332008  
    55Requires at least: 4.4
    66Tested up to: 4.4
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3535== Changelog ==
    3636
     3720 Jan 2016
     38-----------
     39= V1.2.1 =
     40* Enabled the "page".
     41* fix CSS.
     42
    374317 Jan 2016
    3844-----------
Note: See TracChangeset for help on using the changeset viewer.