Plugin Directory

Changeset 3181776


Ignore:
Timestamp:
11/04/2024 08:13:20 PM (17 months ago)
Author:
codeamp
Message:

v1.2.17

Location:
search-filter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • search-filter/trunk/readme.txt

    r3089396 r3181776  
    55Requires at least: 3.5
    66Tested up to: 6.5
    7 Stable tag: 1.2.16
     7Stable tag: 1.2.17
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    3535== Changelog ==
     36
     37= 1.2.17 =
     38* Fixed - PHP notice about frmqreserved not being initialised.
     39* Bump - version number + tested upto.
    3640
    3741= 1.2.16 =
  • search-filter/trunk/search-filter.php

    r2836249 r3181776  
    66Author: Code Amp
    77Author URI: https://codeamp.com
    8 Version: 1.2.16
     8Version: 1.2.17
    99Text Domain: searchandfilter
    1010License: GPLv2
     
    1515*/
    1616if ( ! defined( 'SEARCHANDFILTER_VERSION_NUM' ) ) {
    17     define( 'SEARCHANDFILTER_VERSION_NUM', '1.2.16' );
     17    define( 'SEARCHANDFILTER_VERSION_NUM', '1.2.17' );
    1818}
    1919
     
    6464        private $defaults        = array();
    6565        private $frmreserved     = array();
     66        private $frmqreserved    = array();
    6667        private $taxonomylist    = array();
    6768
Note: See TracChangeset for help on using the changeset viewer.