Skip to content

Commit

Permalink
Merge pull request #74 from 10up/release/2.1.1
Browse files Browse the repository at this point in the history
[Release] 2.1.1
  • Loading branch information
felipeelia authored Sep 28, 2023
2 parents 95aac06 + e090c64 commit fe9de38
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 21 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ All notable changes to this project will be documented in this file, per [the Ke
### Security
-->

## [2.1.1] - 2023-09-28

### Added
- Integrate with WP update system to alert users about new versions. Props [@felipeelia](https://github.com/felipeelia) via [#76](https://github.com/10up/ElasticPress/pull/76).

### Changed
- Update the User Indexable files (bringing from the main plugin.) Props [@MARQAS](https://github.com/MARQAS) via [#72](https://github.com/10up/ElasticPress/pull/72) and [#79](https://github.com/10up/ElasticPress/pull/79).

### Removed
- Remove old Mapping files for Users. Props [@MARQAS](https://github.com/MARQAS) via [#72](https://github.com/10up/ElasticPress/pull/72).

### Fixed
- Boolean Operator (Not) not giving the expected result. Props [@MARQAS](https://github.com/MARQAS) via [#67](https://github.com/10up/ElasticPress/pull/67).
- Fatal Error in command line. Props [@MARQAS](https://github.com/MARQAS) via [#69](https://github.com/10up/ElasticPress/pull/69).
- PHP Warnings. Props [@felipeelia](https://github.com/felipeelia) via [#71](https://github.com/10up/ElasticPress/pull/71).

### Security
- Bumped `webpack` from 5.74.0 to 5.76.1. Props [@dependabot](https://github.com/dependabot) via [#64](https://github.com/10up/ElasticPressLabs/pull/64).
- Bumped `tough-cookie` from 4.1.2 to 4.1.3. Props [@dependabot](https://github.com/dependabot) via [#78](https://github.com/10up/ElasticPressLabs/pull/78).

## [2.1.0] - 2023-03-02

### Added
Expand Down Expand Up @@ -70,6 +90,7 @@ All notable changes to this project will be documented in this file, per [the Ke
- Initial plugin release.

[Unreleased]: https://github.com/10up/ElasticPressLabs/compare/trunk...develop
[2.1.1]: https://github.com/10up/ElasticPressLabs/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/10up/ElasticPressLabs/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/10up/ElasticPressLabs/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/10up/ElasticPressLabs/compare/1.1.0...1.2.0
Expand Down
4 changes: 2 additions & 2 deletions elasticpresslabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ElasticPress Labs
* Plugin URI: https://github.com/10up/ElasticPressLabs
* Description: A developer focused interface to commonly ElasticPress plugin issues.
* Version: 2.1.0
* Version: 2.1.1
* Requires at least: 5.6
* Requires PHP: 7.0
* Author: 10up
Expand All @@ -18,7 +18,7 @@
*/

// Useful global constants.
define( 'ELASTICPRESS_LABS_VERSION', '2.1.0' );
define( 'ELASTICPRESS_LABS_VERSION', '2.1.1' );
define( 'ELASTICPRESS_LABS_URL', plugin_dir_url( __FILE__ ) );
define( 'ELASTICPRESS_LABS_PATH', plugin_dir_path( __FILE__ ) );
define( 'ELASTICPRESS_LABS_INC', ELASTICPRESS_LABS_PATH . 'includes/' );
Expand Down
36 changes: 22 additions & 14 deletions languages/ElasticPressLabs.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: ElasticPress Labs 2.1.0\n"
"Project-Id-Version: ElasticPress Labs 2.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elasticpress-labs\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-02-28T13:04:54+00:00\n"
"POT-Creation-Date: 2023-09-28T12:19:38+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: elasticpress-labs\n"

#. Plugin Name of the plugin
Expand All @@ -35,6 +35,10 @@ msgstr ""
msgid "https://10up.com"
msgstr ""

#: elasticpresslabs.php:35
msgid "Error: Please run $ composer install in the ElasticPress Labs plugin directory."
msgstr ""

#: includes/classes/Feature/BooleanSearchOperators.php:39
msgid "Boolean Search Operators"
msgstr ""
Expand Down Expand Up @@ -86,35 +90,35 @@ msgstr ""
msgid "%1$s signifies slop if used on a phrase. eg.: \"modern art\"~2. Signifies fuzziness if used on a word: eg: modern~1"
msgstr ""

#: includes/classes/Feature/CoAuthorsPlus.php:41
#: includes/classes/Feature/CoAuthorsPlus.php:49
msgid "Co-Authors Plus"
msgstr ""

#: includes/classes/Feature/CoAuthorsPlus.php:187
#: includes/classes/Feature/CoAuthorsPlus.php:195
msgid "Add support for the Co-Authors Plus plugin in the Admin Post List screen by Author name."
msgstr ""

#: includes/classes/Feature/CoAuthorsPlus.php:198
#: includes/classes/Feature/CoAuthorsPlus.php:206
msgid "If using the Co-Authors Plus plugin and the Protected Content feature, enable this feature to visit the Admin Post List screen by Author name <code>wp-admin/edit.php?author_name=&lt;name&gt;</code> and see correct results."
msgstr ""

#: includes/classes/Feature/CoAuthorsPlus.php:213
#: includes/classes/Feature/CoAuthorsPlus.php:222
msgid "You need to have Co-Authors Plus installed and activated."
msgstr ""

#: includes/classes/Feature/CoAuthorsPlus.php:216
#: includes/classes/Feature/CoAuthorsPlus.php:225
msgid "You need to activate the Protected Content Feature to this feature work properly."
msgstr ""

#: includes/classes/Feature/ElasticPressLabs.php:50
msgid "Enable or disable the ElastisPress Labs Features."
msgstr ""

#: includes/classes/Feature/ElasticPressLabs.php:132
#: includes/classes/Feature/ElasticPressLabs.php:136
msgid "Register feature"
msgstr ""

#: includes/classes/Feature/ElasticPressLabs.php:143
#: includes/classes/Feature/ElasticPressLabs.php:147
msgid "Unregister feature"
msgstr ""

Expand Down Expand Up @@ -165,7 +169,7 @@ msgid "Version"
msgstr ""

#: includes/classes/Feature/SearchAlgorithm.php:138
#: includes/classes/Feature/WooCommerceSubscriptionSearch.php:141
#: includes/classes/Feature/WooCommerceSubscriptionSearch.php:145
msgid "Changes in this feature will be reflected only on the next page reload or expiration of any front-end caches."
msgstr ""

Expand All @@ -181,15 +185,19 @@ msgstr ""
msgid "By default, WooCommerce Subscriptions does not use ElasticPress. This tells it to index and search those, just like ElasticPress does for orders."
msgstr ""

#: includes/classes/Feature/WooCommerceSubscriptionSearch.php:139
#: includes/classes/Feature/WooCommerceSubscriptionSearch.php:140
msgid "This feature requires the WooCommerce Subscriptions plugin to be activated."
msgstr ""

#: includes/classes/Feature/WooCommerceSubscriptionSearch.php:143
msgid "This feature requires the WooCommerce and Protected Content features to be enabled."
msgstr ""

#: includes/functions/core.php:219
#: includes/functions/core.php:218
msgid "ElasticPress Labs needs ElasticPress to work."
msgstr ""

#. translators: Min. EP version
#: includes/functions/core.php:234
#: includes/functions/core.php:233
msgid "ElasticPress Labs needs at least ElasticPress %s to work properly."
msgstr ""
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elasticpress-labs",
"version": "2.1.0",
"version": "2.1.1",
"description": "ElasticPress Labs",
"author": {
"name": "10up",
Expand Down
30 changes: 28 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: 10up
Tags: Elasticsearch, ElasticPress, search, boolean, Co-Authors Plus
Requires at least: 5.6
Tested up to: 6.1
Stable tag: 2.0.0
Tested up to: 6.3
Stable tag: 2.1.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -28,6 +28,32 @@ This plugin provides a simple interface to enable and disable features.

== Changelog ==

= 2.1.1 - 2023-09-28 =

__Added:__

* Integrate with WP update system to alert users about new versions. Props [@felipeelia](https://github.com/felipeelia).

__Changed:__

* Update the User Indexable files (bringing from the main plugin.) Props [@MARQAS](https://github.com/MARQAS).

__Removed:__

* Remove old Mapping files for Users. Props [@MARQAS](https://github.com/MARQAS).

__Fixed:__

* Boolean Operator (Not) not giving the expected result. Props [@MARQAS](https://github.com/MARQAS).
* Fatal Error in command line. Props [@MARQAS](https://github.com/MARQAS).
* PHP Warnings. Props [@felipeelia](https://github.com/felipeelia).

__Security:__

* Bumped `webpack` from 5.74.0 to 5.76.1. Props [@dependabot](https://github.com/dependabot).
* Bumped `tough-cookie` from 4.1.2 to 4.1.3. Props [@dependabot](https://github.com/dependabot).


= 2.1.0 - 2023-03-02 =

__Added:__
Expand Down

0 comments on commit fe9de38

Please sign in to comment.