Plugin Directory

Changeset 2713492


Ignore:
Timestamp:
04/22/2022 08:19:36 PM (4 years ago)
Author:
pluginoptimizer
Message:

Tagging version trunk

Location:
plugin-optimizer/trunk
Files:
3 edited

Legend:

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

    r2713489 r2713492  
    44Requires at least: 5.0
    55Tested up to: 5.7
    6 Stable tag: 1.3.3
     6Stable tag: 1.3.4
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    124124
    125125== 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
    126132
    127133= 1.3.1 = April 2022
  • plugin-optimizer/trunk/admin/pages/page-filters-edit.php

    r2713489 r2713492  
    242242                     </div>
    243243                     <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 pages
     244                        <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
    245245                     </div>
    246246                  </div>
  • plugin-optimizer/trunk/plugin-optimizer.php

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