Plugin Directory

Changeset 1929875


Ignore:
Timestamp:
08/24/2018 06:51:59 PM (8 years ago)
Author:
collinsinternet
Message:

2.6.1 - including wp-cli resolution.

Location:
elasticpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • elasticpress/trunk/elasticpress.php

    r1928847 r1929875  
    44 * Plugin Name: ElasticPress
    55 * Description: A fast and flexible search and query engine for WordPress.
    6  * Version:     2.6.0
     6 * Version:     2.6.1
    77 * Author:      Taylor Lovett, Matt Gross, Aaron Holbrook, 10up
    88 * Author URI:  http://10up.com
     
    2323define( 'EP_URL', plugin_dir_url( __FILE__ ) );
    2424define( 'EP_PATH', plugin_dir_path( __FILE__ ) );
    25 define( 'EP_VERSION', '2.6.0' );
     25define( 'EP_VERSION', '2.6.1' );
    2626
    2727/**
  • elasticpress/trunk/readme.txt

    r1928847 r1929875  
    4040
    4141== Changelog ==
     42
     43= 2.6.1 =
     44
     45* Resolves issue of missing file for wp-cli.
    4246
    4347= 2.6.0 =
Note: See TracChangeset for help on using the changeset viewer.