Changeset 2630861
- Timestamp:
- 11/16/2021 05:27:42 PM (4 years ago)
- File:
-
- 1 edited
-
apex-idx/trunk/RTapexIdxGlobal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apex-idx/trunk/RTapexIdxGlobal.php
r2628608 r2630861 2 2 /** 3 3 * @package ApexIdx 4 * @version 3.0. 44 * @version 3.0.5 5 5 */ 6 6 /* … … 9 9 Description: This plugin is used to show the listing of a Broker. 10 10 Author: RealtyTech Inc 11 Version: 3.0. 411 Version: 3.0.5 12 12 Author URI: http://realtytech.com 13 13 */ 14 14 15 define( 'RTAI_VERSION', '3.0. 4' );15 define( 'RTAI_VERSION', '3.0.5' ); 16 16 define( 'RTAI_PLUGIN_URL', plugin_dir_url( __FILE__ )); 17 17 define( 'RTAI_PLUGIN_DIR', plugin_dir_path( __FILE__ ));
Note: See TracChangeset
for help on using the changeset viewer.