Plugin Directory

Changeset 1438935


Ignore:
Timestamp:
06/18/2016 04:11:45 AM (10 years ago)
Author:
grace-create
Message:

V1.2.4

  • fix includes/meta-boxes.php.
Location:
rating-writing/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rating-writing/trunk/rating-writing.php

    r1376792 r1438935  
    44Plugin URI: https://wordpress.org/plugins/rating-writing/
    55Description: Plugin for write in your own rating star into a WordPress blog.
    6 Version: 1.2.3
     6Version: 1.2.4
    77Author: Tatsuhiro Sakata
    88Author URI: http://grace-create.com/
     
    2828*/
    2929
    30 // 1.2.3
    31 // 4.4
     30// 1.2.4
     31// 4.5
    3232// full path
    3333// rating-writing/rating-writing.php
     
    3636// http://~/wp-content/plugins/rating-writing
    3737
    38 define( 'GCRW_VERSION', '1.2.3' );
    39 define( 'GCRW_REQUIRED_WP_VERSION', '4.4' );
     38define( 'GCRW_VERSION', '1.2.4' );
     39define( 'GCRW_REQUIRED_WP_VERSION', '4.5' );
    4040define( 'GCRW_PLUGIN', __FILE__ );
    4141define( 'GCRW_PLUGIN_BASENAME', plugin_basename( GCRW_PLUGIN ) );
  • rating-writing/trunk/readme.txt

    r1438921 r1438935  
    33Donate link:
    44Tags: rating, blog, affiliate, simple
    5 Requires at least: 4.4
    6 Tested up to: 4.4
     5Requires at least: 4.5
     6Tested up to: 4.5
    77Stable tag: 1.2.4
    88License: GPLv3 or later
Note: See TracChangeset for help on using the changeset viewer.