Plugin Directory

Changeset 2773789


Ignore:
Timestamp:
08/23/2022 01:28:20 AM (3 years ago)
Author:
pluginoptimizer
Message:

Tagging version trunk

Location:
plugin-optimizer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugin-optimizer/trunk/README.txt

    r2713492 r2773789  
    44Requires at least: 5.0
    55Tested up to: 5.7
    6 Stable tag: 1.3.4
     6Stable tag: 1.3.5
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    124124
    125125== Changelog ==
     126= 1.3.5 = August 2022
     127* Fixed: Exclude PO post_types from search
    126128
    127129= 1.3.4 = April 2022
  • plugin-optimizer/trunk/admin/class-po-admin.php

    r2652772 r2773789  
    461461                'menu_name'          => 'Filters',
    462462            ),
     463            'exclude_from_search' => true,
    463464            'description'   => 'Filter for your customers',
    464465            'public'        => true,
     
    496497                'menu_name'          => 'Groups plugins',
    497498            ),
     499                    'exclude_from_search' => true,
    498500            'description'   => 'Group plugins for your customers',
    499501            'public'        => true,
     
    531533                'menu_name'          => 'Works',
    532534            ),
     535                    'exclude_from_search' => true,
    533536            'description'   => 'Items that are created after activating the plugin, or creating a page or post and that are recorded in a Worklist',
    534537            'public'        => true,
  • plugin-optimizer/trunk/plugin-optimizer.php

    r2713492 r2773789  
    55 * Plugin URI:        https://pluginoptimizer.com
    66 * Description:       The Most Powerful Performance Plugin for WordPress is now available for FREE.
    7  * Version:           1.3.4
     7 * Version:           1.3.5
    88 * Author:            Plugin Optimizer
    99 * Author URI:        https://pluginoptimizer.com/about/
Note: See TracChangeset for help on using the changeset viewer.