Plugin Directory

Changeset 2848220


Ignore:
Timestamp:
01/13/2023 10:00:52 PM (3 years ago)
Author:
showcaseidx
Message:

Version 3.2.4

Location:
showcase-idx/trunk
Files:
3 edited

Legend:

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

    r2846830 r2848220  
    152152        add_filter( 'template_include', function( $template ){
    153153          status_header( 200 );
    154           return get_page_template();
     154          return $template;
    155155        });
    156156        return showcaseidx_setup_query( $query, $page );
  • showcase-idx/trunk/readme.txt

    r2846830 r2848220  
    55Tested up to: 6.1.1
    66Requires PHP: 5.3.0
    7 Stable tag: 3.2.3
     7Stable tag: 3.2.4
    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.4 =
     145*Fixed an Elementor theme conflict.
    143146
    144147=3.2.3 =
  • showcase-idx/trunk/showcaseidx.php

    r2846830 r2848220  
    66 * Author: Showcase IDX
    77 * Author URI: https://showcaseidx.com/
    8  * Version: 3.2.3
     8 * Version: 3.2.4
    99 */
    1010
Note: See TracChangeset for help on using the changeset viewer.