Changeset 2954721
- Timestamp:
- 08/17/2023 07:08:21 AM (3 years ago)
- File:
-
- 1 edited
-
apex-idx/trunk/RTapexIdxGlobal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apex-idx/trunk/RTapexIdxGlobal.php
r2849240 r2954721 2 2 /** 3 3 * @package ApexIdx 4 * @version 3. 0.94 * @version 3.1.0 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.911 Version: 3.1.0 12 12 Author URI: http://realtytech.com 13 13 */ 14 14 15 define( 'RTAI_VERSION', '3. 0.9');15 define( 'RTAI_VERSION', '3.1.0'); 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.