Changeset 3492975
- Timestamp:
- 03/27/2026 08:42:32 PM (33 hours ago)
- Location:
- post-visibility-control
- Files:
-
- 16 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/admin.css (added)
-
tags/1.0.2/assets/js (added)
-
tags/1.0.2/assets/js/admin-metabox.js (added)
-
tags/1.0.2/assets/js/admin-notices.js (added)
-
tags/1.0.2/assets/js/block-editor.js (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/admin-metabox.php (added)
-
tags/1.0.2/includes/admin-notices.php (added)
-
tags/1.0.2/includes/block-editor.php (added)
-
tags/1.0.2/includes/frontend-filters.php (added)
-
tags/1.0.2/includes/helpers.php (added)
-
tags/1.0.2/post-visibility-control.php (added)
-
tags/1.0.2/readme.txt (added)
-
trunk/post-visibility-control.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-visibility-control/trunk/post-visibility-control.php
r3458727 r3492975 4 4 * Plugin URI: https://servicios.ayudawp.com 5 5 * Description: Control visibility of posts, pages, and custom post types in archives and search results. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Fernando Tellado 8 8 * Author URI: https://ayudawp.com … … 12 12 * Requires at least: 5.0 13 13 * Requires PHP: 7.4 14 * Tested up to: 6.914 * Tested up to: 7.0 15 15 * 16 16 * @package PostVisibilityControl … … 23 23 24 24 // Plugin constants. 25 define( 'AYUDAWP_PVC_VERSION', '1.0. 1' );25 define( 'AYUDAWP_PVC_VERSION', '1.0.2' ); 26 26 define( 'AYUDAWP_PVC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 27 27 define( 'AYUDAWP_PVC_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
post-visibility-control/trunk/readme.txt
r3458731 r3492975 3 3 Tags: visibility, exclude, search, archive, hide posts 4 4 Requires at least: 5.0 5 Tested up to: 6.95 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 102 102 == Changelog == 103 103 104 = 1.0.2 = 105 Tested up to WordPress 7.0 106 104 107 = 1.0.1 = 105 108 * Performance: Optimized database queries to prevent slow queries and server timeouts
Note: See TracChangeset
for help on using the changeset viewer.