Browse code

バージョン、更新ログ更新

nita authored on 2015/11/15 00:41:30
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@ Contributors: gips-nita
3 3
 Tags: post, update content, update post, update page, schedule update, reserve update, reservation update, rucy, Rucy
4 4
 Requires at least: 3.5
5 5
 Tested up to: 4.3.1
6
-Stable tag: 0.4.1
6
+Stable tag: 0.4.2
7 7
 License: GPLv2 or later
8 8
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
9 9
 
... ...
@@ -37,40 +37,61 @@ You can install this plugin directly from your WordPress dashboard:
37 37
 
38 38
 == Changelog ==
39 39
 
40
+= 0.4.2 =
41
+
42
+2015-11-15
43
+
44
+* modified update message at setting page.
45
+* modified uninstall method. (add uninstall.php)
46
+
40 47
 = 0.4.1 =
48
+
41 49
 2015-11-05
50
+
42 51
 * modified update content include shortcode.
43 52
 
44 53
 = 0.4.0 =
54
+
45 55
 2015-10-21
56
+
46 57
 * add post rollback function.
47 58
 * refactoring
48 59
 * add plugin icon.
49 60
 * change banner image.
50 61
 
51 62
 = 0.3.0 =
63
+
52 64
 2015-04-09
65
+
53 66
 * add "feature image" and "post date" to reservation update.
54 67
 * when reservation post update, fixed iframe tag and more html tag it will be removed.
55 68
 
56 69
 = 0.2.0 =
70
+
57 71
 2014-06-13
72
+
58 73
 * fixed Bugs.
59 74
 * change input type reservation datetime.
60 75
 * add check validation reservation datetime is past.
61 76
 
62 77
 = 0.1.2 =
78
+
63 79
 2014-05-04
80
+
64 81
 * add reservation datetime post updated messages.
65 82
 * add "revision" and "attachment" in invalid custom post type Setting
66 83
 * refactoring
67 84
 
68 85
 = 0.1.1 =
86
+
69 87
 2014-04-25 
88
+
70 89
 * if accept checkbox unchecked , clean schedule update content. 
71 90
 * modified revision post_type do not add schedule update. 
72 91
 * add donation link.
73 92
 
74 93
 = 0.1.0 =
94
+
75 95
 2014-04-18
76
-* First release
77 96
\ No newline at end of file
97
+
98
+* First release