Skip to content

Commit

Permalink
Update README for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Aug 14, 2019
1 parent 2e7243e commit 7506844
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)].
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)].
Expand Down
6 changes: 3 additions & 3 deletions solr-power.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
/**
* 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
*
* @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
Expand Down

0 comments on commit 7506844

Please sign in to comment.