Changeset 2773789
- Timestamp:
- 08/23/2022 01:28:20 AM (3 years ago)
- Location:
- plugin-optimizer/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-po-admin.php (modified) (3 diffs)
-
plugin-optimizer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugin-optimizer/trunk/README.txt
r2713492 r2773789 4 4 Requires at least: 5.0 5 5 Tested up to: 5.7 6 Stable tag: 1.3. 46 Stable tag: 1.3.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 124 124 125 125 == Changelog == 126 = 1.3.5 = August 2022 127 * Fixed: Exclude PO post_types from search 126 128 127 129 = 1.3.4 = April 2022 -
plugin-optimizer/trunk/admin/class-po-admin.php
r2652772 r2773789 461 461 'menu_name' => 'Filters', 462 462 ), 463 'exclude_from_search' => true, 463 464 'description' => 'Filter for your customers', 464 465 'public' => true, … … 496 497 'menu_name' => 'Groups plugins', 497 498 ), 499 'exclude_from_search' => true, 498 500 'description' => 'Group plugins for your customers', 499 501 'public' => true, … … 531 533 'menu_name' => 'Works', 532 534 ), 535 'exclude_from_search' => true, 533 536 'description' => 'Items that are created after activating the plugin, or creating a page or post and that are recorded in a Worklist', 534 537 'public' => true, -
plugin-optimizer/trunk/plugin-optimizer.php
r2713492 r2773789 5 5 * Plugin URI: https://pluginoptimizer.com 6 6 * Description: The Most Powerful Performance Plugin for WordPress is now available for FREE. 7 * Version: 1.3. 47 * Version: 1.3.5 8 8 * Author: Plugin Optimizer 9 9 * Author URI: https://pluginoptimizer.com/about/
Note: See TracChangeset
for help on using the changeset viewer.