Plugin Directory

Changeset 2630861


Ignore:
Timestamp:
11/16/2021 05:27:42 PM (4 years ago)
Author:
RealtyTech
Message:

Linked common CSS file direct from plugin server to resolve minor issues without upgrading the plugin.

File:
1 edited

Legend:

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

    r2628608 r2630861  
    22/**
    33 * @package ApexIdx
    4  * @version 3.0.4
     4 * @version 3.0.5
    55 */
    66/*
     
    99Description: This plugin is used to show the listing of a Broker.
    1010Author: RealtyTech Inc
    11 Version: 3.0.4
     11Version: 3.0.5
    1212Author URI: http://realtytech.com
    1313*/
    1414
    15 define( 'RTAI_VERSION', '3.0.4' );
     15define( 'RTAI_VERSION', '3.0.5' );
    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.