Changeset 2713492
- Timestamp:
- 04/22/2022 08:19:36 PM (4 years ago)
- Location:
- plugin-optimizer/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/pages/page-filters-edit.php (modified) (1 diff)
-
plugin-optimizer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugin-optimizer/trunk/README.txt
r2713489 r2713492 4 4 Requires at least: 5.0 5 5 Tested up to: 5.7 6 Stable tag: 1.3. 36 Stable tag: 1.3.4 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 124 124 125 125 == Changelog == 126 127 = 1.3.4 = April 2022 128 * Fixed: Fixed bug with frontend checkbox 129 130 = 1.3.3 = April 2022 131 * Change: Added checkbox and alert for frontend checkbox on filter post type 126 132 127 133 = 1.3.1 = April 2022 -
plugin-optimizer/trunk/admin/pages/page-filters-edit.php
r2713489 r2713492 242 242 </div> 243 243 <div id="post_type_options" style="margin-top:5px; <?php echo $filter_type != '_endpoint' ? '' : 'display: none;'; ?> "> 244 <input type="checkbox" name="SOSPO_filter_data[frontend]" value="yes" id="frontend_check" <?php echo $frontend == ' yes' ? 'checked="checked"' : ''; ?>> Use only for customer facing pages244 <input type="checkbox" name="SOSPO_filter_data[frontend]" value="yes" id="frontend_check" <?php echo $frontend == 'true' ? 'checked="checked"' : ''; ?>> Use only for customer facing pages 245 245 </div> 246 246 </div> -
plugin-optimizer/trunk/plugin-optimizer.php
r2713489 r2713492 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. 37 * Version: 1.3.4 8 8 * Author: Plugin Optimizer 9 9 * Author URI: https://pluginoptimizer.com/about/
Note: See TracChangeset
for help on using the changeset viewer.