From f133c3e7e1c998d34304f641ab068d2429ebc0f7 Mon Sep 17 00:00:00 2001 From: John Spellman Date: Thu, 19 Jan 2023 09:05:06 -0700 Subject: [PATCH] Release 2.4.3 (#569) --- .gitattributes | 3 +-- CHANGELOG.md | 3 +++ README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 5 ++++- solr-power.php | 4 ++-- 7 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index eaf38200..3398ad66 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,5 +23,4 @@ /package.json export-ignore /phpcs.xml.dist export-ignore /phpunit.xml.dist export-ignore -/README.md export-ignore -/schema.xml export-ignore \ No newline at end of file +/README.md export-ignore \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 382ed0b5..c67ec5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog ## +## 2.4.3 (January 19, 2022) ## +* Include schema.xml in release distribution [[#568](https://github.com/pantheon-systems/solr-power/pull/568)] + ## 2.4.2 (December 2, 2022) ## * Re-add changelog heading to readme.txt [[#564](https://github.com/pantheon-systems/solr-power/pull/564)] diff --git a/README.md b/README.md index 5788243c..62dc97fb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Requires at least:** 4.6 **Requires PHP:** 7.1 **Tested up to:** 6.0 -**Stable tag:** 2.4.2 +**Stable tag:** 2.4.3 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/package-lock.json b/package-lock.json index 8938c630..dc440b41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "solr-power", - "version": "2.4.0", + "version": "2.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a876e6d..379fb750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solr-power", - "version": "2.4.2", + "version": "2.4.3", "repository": { "type": "git", "url": "https://github.com/pantheon-systems/solr-power.git" diff --git a/readme.txt b/readme.txt index f5261f07..1000e34a 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: 6.0 -Stable tag: 2.4.2 +Stable tag: 2.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -228,6 +228,9 @@ To force-commit data when this variable is defined outside of a normal cron run, == Changelog == += 2.4.3 (January 19, 2022) = +* Include schema.xml in release distribution [[#568](https://github.com/pantheon-systems/solr-power/pull/568)] + = 2.4.2 (December 2, 2022) = * Re-add changelog heading to readme.txt [[#564](https://github.com/pantheon-systems/solr-power/pull/564)] diff --git a/solr-power.php b/solr-power.php index 9ac1f6fa..a3e7f967 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.4.2 + * Version: 2.4.3 * Author: Pantheon * Author URI: http://pantheon.io * Text Domain: solr-for-wordpress-on-pantheon @@ -10,7 +10,7 @@ * @package Solr_Power **/ -define( 'SOLR_POWER_VERSION', '2.4.2' ); +define( 'SOLR_POWER_VERSION', '2.4.3' ); /** * Copyright (c) 2011-2022 Pantheon, Matt Weber, Solr Power contributors