Changeset 2848220
- Timestamp:
- 01/13/2023 10:00:52 PM (3 years ago)
- Location:
- showcase-idx/trunk
- Files:
-
- 3 edited
-
3/page.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
showcaseidx.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showcase-idx/trunk/3/page.php
r2846830 r2848220 152 152 add_filter( 'template_include', function( $template ){ 153 153 status_header( 200 ); 154 return get_page_template();154 return $template; 155 155 }); 156 156 return showcaseidx_setup_query( $query, $page ); -
showcase-idx/trunk/readme.txt
r2846830 r2848220 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.2. 37 Stable tag: 3.2.4 8 8 9 9 The ideal plugin for adding MLS search to your website, portal-quality search, lead generation, and SEO that works. … … 141 141 142 142 == Changelog == 143 144 =3.2.4 = 145 *Fixed an Elementor theme conflict. 143 146 144 147 =3.2.3 = -
showcase-idx/trunk/showcaseidx.php
r2846830 r2848220 6 6 * Author: Showcase IDX 7 7 * Author URI: https://showcaseidx.com/ 8 * Version: 3.2. 38 * Version: 3.2.4 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.