Changeset 2964529
- Timestamp:
- 09/08/2023 02:13:06 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
r2923401 r2964529 151 151 { 152 152 add_filter( 'template_include', function( $template ) use ( $widget ) { 153 if ( $widget->http_status == '404' ) {153 if ( isset( $widget->http_status ) && $widget->http_status == '404' ) { 154 154 status_header( 404 ); 155 155 } else { -
showcase-idx/trunk/readme.txt
r2959958 r2964529 5 5 Tested up to: 6.3 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.2. 77 Stable tag: 3.2.8 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.8 = 145 146 * Fixed warning message. 143 147 144 148 = 3.2.7 = -
showcase-idx/trunk/showcaseidx.php
r2959958 r2964529 6 6 * Author: Showcase IDX 7 7 * Author URI: https://showcaseidx.com/ 8 * Version: 3.2. 78 * Version: 3.2.8 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.