Changeset 1257308
- Timestamp:
- 10/01/2015 10:28:49 AM (11 years ago)
- Location:
- whats-new-genarator/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
whats-new-generator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
whats-new-genarator/trunk/readme.txt
r1127990 r1257308 5 5 Requires at least: 3.5 6 6 Tested up to: 4.1 7 Stable tag: 1.11. 17 Stable tag: 1.11.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 40 40 == Changelog == 41 42 = 1.11.2 = 43 * Text Domain追加 41 44 42 45 = 1.11.1 = -
whats-new-genarator/trunk/whats-new-generator.php
r1127990 r1257308 4 4 Plugin URI: http://residentbird.main.jp/bizplugin/ 5 5 Description: What's New(新着情報)を指定した固定ページや投稿に自動的に表示するプラグインです。 6 Version: 1.11. 16 Version: 1.11.2 7 7 Author:Hideki Tanaka 8 8 Author URI: http://residentbird.main.jp/bizplugin/ 9 Text Domain: whats-new-genarator 9 10 */ 10 11 … … 14 15 class WNG 15 16 { 16 const VERSION = "1.11. 1";17 const VERSION = "1.11.2"; 17 18 const SHORTCODE = "showwhatsnew"; 18 19 const OPTIONS = "whats_new_options";
Note: See TracChangeset
for help on using the changeset viewer.