Plugin Directory

Changeset 3492975


Ignore:
Timestamp:
03/27/2026 08:42:32 PM (33 hours ago)
Author:
fernandot
Message:

Probado con wp 7

Location:
post-visibility-control
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • post-visibility-control/trunk/post-visibility-control.php

    r3458727 r3492975  
    44 * Plugin URI: https://servicios.ayudawp.com
    55 * Description: Control visibility of posts, pages, and custom post types in archives and search results.
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Fernando Tellado
    88 * Author URI: https://ayudawp.com
     
    1212 * Requires at least: 5.0
    1313 * Requires PHP: 7.4
    14  * Tested up to: 6.9
     14 * Tested up to: 7.0
    1515 *
    1616 * @package PostVisibilityControl
     
    2323
    2424// Plugin constants.
    25 define( 'AYUDAWP_PVC_VERSION', '1.0.1' );
     25define( 'AYUDAWP_PVC_VERSION', '1.0.2' );
    2626define( 'AYUDAWP_PVC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2727define( 'AYUDAWP_PVC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • post-visibility-control/trunk/readme.txt

    r3458731 r3492975  
    33Tags: visibility, exclude, search, archive, hide posts
    44Requires at least: 5.0
    5 Tested up to: 6.9
     5Tested up to: 7.0
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.0.2 =
     105Tested up to WordPress 7.0
     106
    104107= 1.0.1 =
    105108* Performance: Optimized database queries to prevent slow queries and server timeouts
Note: See TracChangeset for help on using the changeset viewer.