Skip to content

Commit

Permalink
Prepare 2.5.1-dev
Browse files Browse the repository at this point in the history
pwtyler committed Jul 12, 2023
1 parent e04d9b8 commit 84d3dee
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Changelog ##

### 2.5.1-dev ###

### 2.5.0 ###
* Updates CONTRIBUTING.md [[#585](https://github.com/pantheon-systems/solr-power/pull/585)] [[#594](https://github.com/pantheon-systems/solr-power/pull/594)]
* Fixes typo in var which caused undefined notice [[#582](https://github.com/pantheon-systems/solr-power/pull/582)]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
**Requires at least:** 4.6
**Requires PHP:** 7.1
**Tested up to:** 6.2
**Stable tag:** 2.5.0
**Stable tag:** 2.5.1-dev
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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": "solr-power",
"version": "2.5.0",
"version": "2.5.1-dev",
"repository": {
"type": "git",
"url": "https://github.com/pantheon-systems/solr-power.git"
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Tags: search
Requires at least: 4.6
Requires PHP: 7.1
Tested up to: 6.2
Stable tag: 2.5.0
Stable tag: 2.5.1-dev
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

@@ -235,8 +235,9 @@ Please report security bugs found in the source code of the Solr Power plugin th

== Changelog ==

= 2.5.0 =
= 2.5.1-dev =

= 2.5.0 =
* Updates CONTRIBUTING.md [[#585](https://github.com/pantheon-systems/solr-power/pull/585)] [[#594](https://github.com/pantheon-systems/solr-power/pull/594)]
* Fixes typo in var which caused undefined notice [[#582](https://github.com/pantheon-systems/solr-power/pull/582)]
* Update Composer dependencies [[#576](https://github.com/pantheon-systems/solr-power/pull/576)] [[#574](https://github.com/pantheon-systems/solr-power/pull/583)] [[#573](https://github.com/pantheon-systems/solr-power/pull/584)]
@@ -446,5 +447,5 @@ Please report security bugs found in the source code of the Solr Power plugin th

== Upgrade Notice ==

= 2.5.0 =
= 2.5.1-dev =
Changes the default auto-commit behavior to disabled. See [the README](https://github.com/pantheon-systems/solr-power/#explicit-commit-vs-autocommit) for instructions for keeping enabled.
4 changes: 2 additions & 2 deletions solr-power.php
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@
/**
* Plugin Name: Solr Power
* Description: Allows WordPress sites to index and search content with ApacheSolr.
* Version: 2.5.0
* Version: 2.5.1-dev
* Author: Pantheon
* Author URI: http://pantheon.io
* Text Domain: solr-for-wordpress-on-pantheon
*
* @package Solr_Power
**/

define( 'SOLR_POWER_VERSION', '2.5.0' );
define( 'SOLR_POWER_VERSION', '2.5.1-dev' );

/**
* Copyright (c) 2011-2022 Pantheon, Matt Weber, Solr Power contributors

0 comments on commit 84d3dee

Please sign in to comment.