Changeset 1944028
- Timestamp:
- 09/20/2018 04:46:48 AM (8 years ago)
- Location:
- wp-simple-related-posts
- Files:
-
- 6 edited
- 1 copied
-
tags/1.5.6 (copied) (copied from wp-simple-related-posts/trunk)
-
tags/1.5.6/admin/meta_box.php (modified) (1 diff)
-
tags/1.5.6/readme.txt (modified) (2 diffs)
-
tags/1.5.6/simple-related-posts.php (modified) (1 diff)
-
trunk/admin/meta_box.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-related-posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-simple-related-posts/tags/1.5.6/admin/meta_box.php
r1677992 r1944028 22 22 public function save_post($post_id) { 23 23 if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { 24 return; 25 } 26 if ( wp_doing_cron() ) { 24 27 return; 25 28 } -
wp-simple-related-posts/tags/1.5.6/readme.txt
r1864075 r1944028 3 3 Tags: related posts,related 4 4 Requires at least: 3.8.1 5 Tested up to: 4. 6.16 Stable tag: 1.5. 55 Tested up to: 4.9.8 6 Stable tag: 1.5.6 7 7 8 8 Related Posts plugin. It's flexible and fast and simple. … … 81 81 = 1.5.5 = 82 82 * Bug fix 83 = 1.5.6 = 84 * fix Skip processing at wp-cron, such as when publishing a future post -
wp-simple-related-posts/tags/1.5.6/simple-related-posts.php
r1677992 r1944028 2 2 /* 3 3 Plugin Name: WP Simple Related Posts 4 Plugin URI: https://github.com/ horike37/Simple-Related-Posts4 Plugin URI: https://github.com/megumiteam/wp-simple-related-posts 5 5 Description: Display Related Posts. Very Simple. 6 Author: horike takahiro7 Version: 1.5. 58 Author URI: https://github.com/ horike37/Simple-Related-Posts6 Author: digitalcube 7 Version: 1.5.6 8 Author URI: https://github.com/megumiteam/wp-simple-related-posts 9 9 Text Domain: simple-related-posts 10 10 Domain Path: /languages/ 11 11 12 12 13 Copyright 201 6 horike takahiro (email : horike37@gmail.com)13 Copyright 2018 degitalcube (email : info@digitalcube) 14 14 15 15 This program is free software; you can redistribute it and/or modify -
wp-simple-related-posts/trunk/admin/meta_box.php
r1677992 r1944028 22 22 public function save_post($post_id) { 23 23 if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { 24 return; 25 } 26 if ( wp_doing_cron() ) { 24 27 return; 25 28 } -
wp-simple-related-posts/trunk/readme.txt
r1864075 r1944028 3 3 Tags: related posts,related 4 4 Requires at least: 3.8.1 5 Tested up to: 4. 6.16 Stable tag: 1.5. 55 Tested up to: 4.9.8 6 Stable tag: 1.5.6 7 7 8 8 Related Posts plugin. It's flexible and fast and simple. … … 81 81 = 1.5.5 = 82 82 * Bug fix 83 = 1.5.6 = 84 * fix Skip processing at wp-cron, such as when publishing a future post -
wp-simple-related-posts/trunk/simple-related-posts.php
r1677992 r1944028 2 2 /* 3 3 Plugin Name: WP Simple Related Posts 4 Plugin URI: https://github.com/ horike37/Simple-Related-Posts4 Plugin URI: https://github.com/megumiteam/wp-simple-related-posts 5 5 Description: Display Related Posts. Very Simple. 6 Author: horike takahiro7 Version: 1.5. 58 Author URI: https://github.com/ horike37/Simple-Related-Posts6 Author: digitalcube 7 Version: 1.5.6 8 Author URI: https://github.com/megumiteam/wp-simple-related-posts 9 9 Text Domain: simple-related-posts 10 10 Domain Path: /languages/ 11 11 12 12 13 Copyright 201 6 horike takahiro (email : horike37@gmail.com)13 Copyright 2018 degitalcube (email : info@digitalcube) 14 14 15 15 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.