Browse code

予約更新時にショートコードの内容が展開されるのを修正

nita authored on 2015/11/05 02:29:37
Showing 3 changed files
... ...
@@ -22,7 +22,7 @@ class Class_Rucy_Cron {
22 22
         // set update content
23 23
         $updates = array( 
24 24
             'ID' => (int)$post_id,    
25
-            'post_content' => apply_filters( 'the_content', $post_metas->content ),
25
+            'post_content' => $post_metas->content,
26 26
         );
27 27
         // set update post date
28 28
         if ( $post_metas->accept_update == "1" ) {
... ...
@@ -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.0
6
+Stable tag: 0.4.1
7 7
 License: GPLv2 or later
8 8
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
9 9
 
... ...
@@ -37,6 +37,10 @@ You can install this plugin directly from your WordPress dashboard:
37 37
 
38 38
 == Changelog ==
39 39
 
40
+= 0.4.1 =
41
+2015-11-05
42
+* modified update content include shortcode.
43
+
40 44
 = 0.4.0 =
41 45
 2015-10-21
42 46
 * add post rollback function.
... ...
@@ -3,7 +3,7 @@
3 3
  * Plugin Name: Rucy
4 4
  * Plugin URI: https://github.com/gips/rucy
5 5
  * Description: Reservation Update "Published" Content(Post & Page).
6
- * Version: 0.4.0
6
+ * Version: 0.4.1
7 7
  * Author: Nita
8 8
  * License: GPLv2 or later
9 9
  * Text Domain: rucy