Changeset 1443551
- Timestamp:
- 06/26/2016 06:59:01 AM (10 years ago)
- Location:
- wp-legisearch
- Files:
-
- 2 edited
-
tags/1.3.1/legisearch.php (modified) (1 diff)
-
trunk/legisearch.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-legisearch/tags/1.3.1/legisearch.php
r1443549 r1443551 30 30 // Define macros 31 31 global $wpdb; 32 define( 'LEGISEARCH_VERSION', '1.3 ' );32 define( 'LEGISEARCH_VERSION', '1.3.1' ); 33 33 define( 'LEGISEARCH__MINIMUM_WP_VERSION', '4.3' ); 34 34 define( 'LEGISEARCH__PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
wp-legisearch/trunk/legisearch.php
r1443549 r1443551 30 30 // Define macros 31 31 global $wpdb; 32 define( 'LEGISEARCH_VERSION', '1.3 ' );32 define( 'LEGISEARCH_VERSION', '1.3.1' ); 33 33 define( 'LEGISEARCH__MINIMUM_WP_VERSION', '4.3' ); 34 34 define( 'LEGISEARCH__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.