What's New Generator - Version 1.11.2

Version Description

  • Text Domain
Download this release

Release Info

Developer hidaka.bizplugin
Plugin Icon wp plugin What's New Generator
Version 1.11.2
Comparing to
See all releases

Code changes from version 1.11.1 to 1.11.2

Files changed (2) hide show
  1. readme.txt +4 -1
  2. whats-new-generator.php +3 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: what's new, update Post page
5
  Requires at least: 3.5
6
  Tested up to: 4.1
7
- Stable tag: 1.11.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -39,6 +39,9 @@ What’s New Generatorは、投稿、固定ページ、ウィジェットに新
39
 
40
  == Changelog ==
41
 
 
 
 
42
  = 1.11.1 =
43
  * 軽微な不具合を修正しました
44
 
4
  Tags: what's new, update Post page
5
  Requires at least: 3.5
6
  Tested up to: 4.1
7
+ Stable tag: 1.11.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
39
 
40
  == Changelog ==
41
 
42
+ = 1.11.2 =
43
+ * Text Domain追加
44
+
45
  = 1.11.1 =
46
  * 軽微な不具合を修正しました
47
 
whats-new-generator.php CHANGED
@@ -3,9 +3,10 @@
3
  Plugin Name: What's New Generator
4
  Plugin URI: http://residentbird.main.jp/bizplugin/
5
  Description: What's New(新着情報)を指定した固定ページや投稿に自動的に表示するプラグインです。
6
- Version: 1.11.1
7
  Author:Hideki Tanaka
8
  Author URI: http://residentbird.main.jp/bizplugin/
 
9
  */
10
 
11
  include_once( dirname(__FILE__) . "/admin-ui.php" );
@@ -13,7 +14,7 @@ new WhatsNewPlugin();
13
 
14
  class WNG
15
  {
16
- const VERSION = "1.11.1";
17
  const SHORTCODE = "showwhatsnew";
18
  const OPTIONS = "whats_new_options";
19
 
3
  Plugin Name: What's New Generator
4
  Plugin URI: http://residentbird.main.jp/bizplugin/
5
  Description: What's New(新着情報)を指定した固定ページや投稿に自動的に表示するプラグインです。
6
+ Version: 1.11.2
7
  Author:Hideki Tanaka
8
  Author URI: http://residentbird.main.jp/bizplugin/
9
+ Text Domain: whats-new-genarator
10
  */
11
 
12
  include_once( dirname(__FILE__) . "/admin-ui.php" );
14
 
15
  class WNG
16
  {
17
+ const VERSION = "1.11.2";
18
  const SHORTCODE = "showwhatsnew";
19
  const OPTIONS = "whats_new_options";
20