Changeset 1929875
- Timestamp:
- 08/24/2018 06:51:59 PM (8 years ago)
- Location:
- elasticpress/trunk
- Files:
-
- 2 edited
-
elasticpress.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elasticpress/trunk/elasticpress.php
r1928847 r1929875 4 4 * Plugin Name: ElasticPress 5 5 * Description: A fast and flexible search and query engine for WordPress. 6 * Version: 2.6. 06 * Version: 2.6.1 7 7 * Author: Taylor Lovett, Matt Gross, Aaron Holbrook, 10up 8 8 * Author URI: http://10up.com … … 23 23 define( 'EP_URL', plugin_dir_url( __FILE__ ) ); 24 24 define( 'EP_PATH', plugin_dir_path( __FILE__ ) ); 25 define( 'EP_VERSION', '2.6. 0' );25 define( 'EP_VERSION', '2.6.1' ); 26 26 27 27 /** -
elasticpress/trunk/readme.txt
r1928847 r1929875 40 40 41 41 == Changelog == 42 43 = 2.6.1 = 44 45 * Resolves issue of missing file for wp-cli. 42 46 43 47 = 2.6.0 =
Note: See TracChangeset
for help on using the changeset viewer.