diff --git a/README.md b/README.md index 686be73b..5d676490 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Requires at least:** 4.6 **Requires PHP:** 7.1 **Tested up to:** 5.2 -**Stable tag:** 2.1.0 +**Stable tag:** 2.1.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -166,6 +166,9 @@ To support searching by author name (e.g. where "Pantheon" would return posts au ## Changelog ## +### 2.1.1 (August 14, 2019) ### +* Uses some fancy `composer` magic to unblock WordPress.org plugin updates [[#418](https://github.com/pantheon-systems/solr-power/pull/418)]. + ### 2.1.0 (May 22, 2019) ### * Introduces `solr_index_stat` filter for allowing additional information to be included [[#396](https://github.com/pantheon-systems/solr-power/pull/396)]. * Introduces `solr_facet_operator` filter for allowing facet operator to be overridden [[#388](https://github.com/pantheon-systems/solr-power/pull/388)]. diff --git a/readme.txt b/readme.txt index 1b6807e5..300ff6fc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: search Requires at least: 4.6 Requires PHP: 7.1 Tested up to: 5.2 -Stable tag: 2.1.0 +Stable tag: 2.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -166,6 +166,9 @@ To support searching by author name (e.g. where "Pantheon" would return posts au == Changelog == += 2.1.1 (August 14, 2019) = +* Uses some fancy `composer` magic to unblock WordPress.org plugin updates [[#418](https://github.com/pantheon-systems/solr-power/pull/418)]. + = 2.1.0 (May 22, 2019) = * Introduces `solr_index_stat` filter for allowing additional information to be included [[#396](https://github.com/pantheon-systems/solr-power/pull/396)]. * Introduces `solr_facet_operator` filter for allowing facet operator to be overridden [[#388](https://github.com/pantheon-systems/solr-power/pull/388)]. diff --git a/solr-power.php b/solr-power.php index aff65d93..f2788fa9 100644 --- a/solr-power.php +++ b/solr-power.php @@ -2,7 +2,7 @@ /** * Plugin Name: Solr Power * Description: Allows WordPress sites to index and search content with ApacheSolr. - * Version: 2.1.0 + * Version: 2.1.1 * Author: Pantheon * Author URI: http://pantheon.io * Text Domain: solr-for-wordpress-on-pantheon @@ -10,10 +10,10 @@ * @package Solr_Power **/ -define( 'SOLR_POWER_VERSION', '2.1.0' ); +define( 'SOLR_POWER_VERSION', '2.1.1' ); /** - * Copyright (c) 2011-2017 Pantheon, Matt Weber, Solr Power contributors + * Copyright (c) 2011-2019 Pantheon, Matt Weber, Solr Power contributors * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights