Plugin Directory

Changeset 1443551


Ignore:
Timestamp:
06/26/2016 06:59:01 AM (10 years ago)
Author:
drobertsorg
Message:

Updated root file constants with correct version.

Location:
wp-legisearch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-legisearch/tags/1.3.1/legisearch.php

    r1443549 r1443551  
    3030// Define macros
    3131global $wpdb;
    32 define( 'LEGISEARCH_VERSION', '1.3' );
     32define( 'LEGISEARCH_VERSION', '1.3.1' );
    3333define( 'LEGISEARCH__MINIMUM_WP_VERSION', '4.3' );
    3434define( 'LEGISEARCH__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • wp-legisearch/trunk/legisearch.php

    r1443549 r1443551  
    3030// Define macros
    3131global $wpdb;
    32 define( 'LEGISEARCH_VERSION', '1.3' );
     32define( 'LEGISEARCH_VERSION', '1.3.1' );
    3333define( 'LEGISEARCH__MINIMUM_WP_VERSION', '4.3' );
    3434define( 'LEGISEARCH__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.