Changeset 1654402
- Timestamp:
- 05/10/2017 02:35:19 PM (9 years ago)
- Location:
- push7/trunk
- Files:
-
- 3 edited
-
classes/push7-post.php (modified) (2 diffs)
-
push7.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
push7/trunk/classes/push7-post.php
r1648728 r1654402 33 33 delete_option($future_opt_name); 34 34 } 35 } elseif ($this::push_default_config( ) === 'false') {35 } elseif ($this::push_default_config($postData) === 'false') { 36 36 return; 37 37 } … … 136 136 } 137 137 138 public function push_default_config($post) { 138 public function push_default_config($post = null) { 139 $post = get_post($post); 139 140 $opt = "push7_push_pt_".get_post_type($post); 140 141 if ($post->post_status === 'publish') { -
push7/trunk/push7.php
r1648729 r1654402 5 5 Plugin URI: https://push7.jp/ 6 6 Description: Push7 plugin for WordPress 7 Version: 2.2. 17 Version: 2.2.2 8 8 Author: GNEX Ltd. 9 9 Author URI: https://globalnet-ex.com -
push7/trunk/readme.txt
r1648729 r1654402 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4.1 6 Stable tag: 2.2. 16 Stable tag: 2.2.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 == Changelog == 27 = 2.2.2 = 28 * 500エラーを修正 27 29 28 30 = 2.2.1 = … … 31 33 = 2.2.0 = 32 34 * 外部エディタによるPostの際に、プッシュ通知を行うかどうかの設定を追加 33 34 = 2.1.0 =35 * 2017-3-28 v2.0.xで発生していた、プラグインのアンインストールがダッシュボード経由でできない不具合を修正36 35 37 36 = 2.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.