Plugin Directory

Changeset 1257308


Ignore:
Timestamp:
10/01/2015 10:28:49 AM (11 years ago)
Author:
hidaka.bizplugin
Message:

Text Domain追加

Location:
whats-new-genarator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • whats-new-genarator/trunk/readme.txt

    r1127990 r1257308  
    55Requires at least: 3.5
    66Tested up to: 4.1
    7 Stable tag: 1.11.1
     7Stable tag: 1.11.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939
    4040== Changelog ==
     41
     42= 1.11.2 =
     43* Text Domain追加
    4144
    4245= 1.11.1 =
  • whats-new-genarator/trunk/whats-new-generator.php

    r1127990 r1257308  
    44Plugin URI: http://residentbird.main.jp/bizplugin/
    55Description: What's New(新着情報)を指定した固定ページや投稿に自動的に表示するプラグインです。
    6 Version: 1.11.1
     6Version: 1.11.2
    77Author:Hideki Tanaka
    88Author URI: http://residentbird.main.jp/bizplugin/
     9Text Domain: whats-new-genarator
    910*/
    1011
     
    1415class WNG
    1516{
    16     const VERSION = "1.11.1";
     17    const VERSION = "1.11.2";
    1718    const SHORTCODE = "showwhatsnew";
    1819    const OPTIONS = "whats_new_options";
Note: See TracChangeset for help on using the changeset viewer.