Plugin Directory

Changeset 2964529


Ignore:
Timestamp:
09/08/2023 02:13:06 PM (3 years ago)
Author:
showcaseidx
Message:

Version 3.2.8

Location:
showcase-idx/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • showcase-idx/trunk/3/page.php

    r2923401 r2964529  
    151151      {
    152152        add_filter( 'template_include', function( $template ) use ( $widget ) {
    153           if ( $widget->http_status == '404' ) {
     153          if ( isset( $widget->http_status ) && $widget->http_status == '404' ) {
    154154            status_header( 404 );
    155155          } else {
  • showcase-idx/trunk/readme.txt

    r2959958 r2964529  
    55Tested up to: 6.3
    66Requires PHP: 5.3.0
    7 Stable tag: 3.2.7
     7Stable tag: 3.2.8
    88
    99The ideal plugin for adding MLS search to your website, portal-quality search, lead generation, and SEO that works.
     
    141141
    142142== Changelog ==
     143
     144= 3.2.8 =
     145
     146* Fixed warning message.
    143147
    144148= 3.2.7 =
  • showcase-idx/trunk/showcaseidx.php

    r2959958 r2964529  
    66 * Author: Showcase IDX
    77 * Author URI: https://showcaseidx.com/
    8  * Version: 3.2.7
     8 * Version: 3.2.8
    99 */
    1010
Note: See TracChangeset for help on using the changeset viewer.