Plugin Directory

Changeset 2954789


Ignore:
Timestamp:
08/17/2023 08:53:46 AM (3 years ago)
Author:
RealtyTech
Message:

Modified script version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apex-idx/trunk/RTapexIdxGlobal.php

    r2954721 r2954789  
    22/**
    33 * @package ApexIdx
    4  * @version 3.1.0
     4 * @version 3.1.1
    55 */
    66/*
     
    99Description: This plugin is used to show the listing of a Broker.
    1010Author: RealtyTech Inc
    11 Version: 3.1.0
     11Version: 3.1.1
    1212Author URI: http://realtytech.com
    1313*/
    1414
    15 define( 'RTAI_VERSION', '3.1.0');
     15define( 'RTAI_VERSION', '3.1.1');
    1616define( 'RTAI_PLUGIN_URL', plugin_dir_url( __FILE__ ));
    1717define( 'RTAI_PLUGIN_DIR', plugin_dir_path( __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.