Changeset 3221229
- Timestamp:
- 01/12/2025 09:35:08 PM (11 months ago)
- Location:
- whp-hide-posts
- Files:
-
- 34 added
- 3 edited
-
tags/2.0.3 (added)
-
tags/2.0.3/LICENSE (added)
-
tags/2.0.3/README.md (added)
-
tags/2.0.3/assets (added)
-
tags/2.0.3/assets/admin (added)
-
tags/2.0.3/assets/admin/css (added)
-
tags/2.0.3/assets/admin/css/whp-style.css (added)
-
tags/2.0.3/assets/admin/js (added)
-
tags/2.0.3/assets/admin/js/whp-script.js (added)
-
tags/2.0.3/inc (added)
-
tags/2.0.3/inc/admin (added)
-
tags/2.0.3/inc/admin/class-dashboard.php (added)
-
tags/2.0.3/inc/admin/class-post-hide-metabox.php (added)
-
tags/2.0.3/inc/class-post-hide.php (added)
-
tags/2.0.3/inc/class-yoast-duplicate-post.php (added)
-
tags/2.0.3/inc/class-zeen-theme.php (added)
-
tags/2.0.3/inc/core (added)
-
tags/2.0.3/inc/core/autoloader.php (added)
-
tags/2.0.3/inc/core/class-constants.php (added)
-
tags/2.0.3/inc/core/class-database.php (added)
-
tags/2.0.3/inc/core/class-plugin.php (added)
-
tags/2.0.3/inc/core/helpers.php (added)
-
tags/2.0.3/inc/traits (added)
-
tags/2.0.3/inc/traits/trait-singleton.php (added)
-
tags/2.0.3/languages (added)
-
tags/2.0.3/languages/whp-hide-posts-mk_MK.mo (added)
-
tags/2.0.3/languages/whp-hide-posts-mk_MK.po (added)
-
tags/2.0.3/uninstall.php (added)
-
tags/2.0.3/views (added)
-
tags/2.0.3/views/admin (added)
-
tags/2.0.3/views/admin/template-admin-dashboard.php (added)
-
tags/2.0.3/views/admin/template-admin-post-metabox.php (added)
-
tags/2.0.3/whp-hide-posts.php (added)
-
trunk/README.md (modified) (2 diffs)
-
trunk/inc/admin/class-dashboard.php (modified) (1 diff)
-
trunk/inc/class-yoast-duplicate-post.php (added)
-
trunk/whp-hide-posts.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
whp-hide-posts/trunk/README.md
r3214971 r3221229 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 7.3 8 Stable tag: 2.0. 28 Stable tag: 2.0.3 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 65 65 66 66 == Changelog == 67 68 = 2.0.3 69 _Release Date - 12 January 2024_ 70 71 - Added support for Yoast Duplicate Post to clone the hidden flags over to the new copy 67 72 68 73 = 2.0.2 -
whp-hide-posts/trunk/inc/admin/class-dashboard.php
r3213942 r3221229 182 182 183 183 echo '<div class="notice notice-success">'; 184 echo '<p>Mig aration Complete.</p>';184 echo '<p>Migration Complete.</p>'; 185 185 echo '<p><a href="' . esc_url( $action_url ) . '" class="button button-primary">Close Notice</a></p>'; 186 186 echo '</div>'; -
whp-hide-posts/trunk/whp-hide-posts.php
r3214970 r3221229 5 5 * Author: MartinCV 6 6 * Author URI: https://www.martincv.com 7 * Version: 2.0. 27 * Version: 2.0.3 8 8 * Text Domain: whp-hide-posts 9 9 * … … 49 49 * @var string 50 50 */ 51 private $version = '2.0. 2';51 private $version = '2.0.3'; 52 52 53 53 /** … … 120 120 \MartinCV\WHP\Admin\Dashboard::get_instance(); 121 121 \MartinCV\WHP\Admin\Post_Hide_Metabox::get_instance(); 122 \MartinCV\WHP\Yoast_Duplicate_Post::get_instance(); 122 123 } else { 123 124 \MartinCV\WHP\Post_Hide::get_instance();
Note: See TracChangeset
for help on using the changeset viewer.