Changeset 2527407
- Timestamp:
- 05/06/2021 05:34:10 PM (5 years ago)
- Location:
- dsidxpress/trunk
- Files:
-
- 3 edited
-
dsidxpress.php (modified) (1 diff)
-
idx-listings-pages.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dsidxpress/trunk/dsidxpress.php
r2498271 r2527407 7 7 Author: Diverse Solutions 8 8 Author URI: http://www.diversesolutions.com/ 9 Version: 3.13. 19 Version: 3.13.2 10 10 */ 11 11 -
dsidxpress/trunk/idx-listings-pages.php
r2497486 r2527407 49 49 'capability_type' => 'page', 50 50 'rewrite' => array('slug'=>'idx/listings', 'with_base'=>true), 51 'show_in_rest' => true, 52 'supports' => array('editor') 51 'show_in_rest' => true 53 52 ) 54 53 ); -
dsidxpress/trunk/readme.txt
r2498271 r2527407 4 4 Requires at least: 4.5.0 5 5 Tested up to: 5.7 6 Stable tag: 3.13. 16 Stable tag: 3.13.2 7 7 Requires PHP: 5.4.0 8 8 … … 120 120 121 121 == Changelog == 122 123 = 3.13.2 = 124 * Page Title of IDX Page fix 122 125 123 126 = 3.13.1 =
Note: See TracChangeset
for help on using the changeset viewer.