Skip to content

Commit

Permalink
Release 4.0.1 (#1823)
Browse files Browse the repository at this point in the history
* Release 4.0.1

* Update the "Tested up" and the "Stable tag"
  • Loading branch information
amieiro committed Apr 3, 2024
1 parent 592a42d commit 84cfcee
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.1] (April 3, 2024)

**Bugfixes**
* Fix errors when URL parameters like "filter[status]" aren't strings ([#1814])

## [4.0.0] (March 7, 2024)

(this space intentionally left blank)
Expand Down Expand Up @@ -649,7 +654,8 @@ Thanks to all the contributors so far: Aki Björklund, Daisuke Takahashi, Domini

* Initial release.

[Unreleased]: https://github.com/GlotPress/GlotPress/compare/4.0.0...HEAD
[Unreleased]: https://github.com/GlotPress/GlotPress/compare/4.0.1...HEAD
[4.0.1]: https://github.com/GlotPress/GlotPress/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/GlotPress/GlotPress/compare/4.0.0-rc.1...4.0.0
[4.0.0-rc.1]: https://github.com/GlotPress/GlotPress/compare/4.0.0-beta.3...4.0.0-rc.1
[4.0.0-beta.3]: https://github.com/GlotPress/GlotPress/compare/4.0.0-beta.2...4.0.0-beta.3
Expand Down Expand Up @@ -827,3 +833,13 @@ Thanks to all the contributors so far: Aki Björklund, Daisuke Takahashi, Domini
[#1796]: https://github.com/GlotPress/GlotPress/pull/1796
[#1786]: https://github.com/GlotPress/GlotPress/pull/1786
[#1792]: https://github.com/GlotPress/GlotPress/pull/1792
[#1803]: https://github.com/GlotPress/GlotPress/pull/1803
[#1814]: https://github.com/GlotPress/GlotPress/pull/1814
[#1815]: https://github.com/GlotPress/GlotPress/pull/1815
[#1820]: https://github.com/GlotPress/GlotPress/pull/1820
[#1821]: https://github.com/GlotPress/GlotPress/pull/1821
[#1819]: https://github.com/GlotPress/GlotPress/pull/1819
[#1818]: https://github.com/GlotPress/GlotPress/pull/1818
[#1809]: https://github.com/GlotPress/GlotPress/pull/1809
[#1807]: https://github.com/GlotPress/GlotPress/pull/1807
[#1773]: https://github.com/GlotPress/GlotPress/pull/1773
6 changes: 3 additions & 3 deletions glotpress.php
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: GlotPress
* Plugin URI: https://wordpress.org/plugins/glotpress/
* Description: GlotPress is a tool to help translators collaborate.
* Version: 4.0.0
* Version: 4.0.1
* Requires at least: 4.6
* Tested up to: 6.4
* Tested up to: 6.5
* Requires PHP: 7.4
* Author: the GlotPress team
* Author URI: https://glotpress.blog
Expand All @@ -29,7 +29,7 @@
* @package GlotPress
*/

define( 'GP_VERSION', '4.0.0' );
define( 'GP_VERSION', '4.0.1' );
define( 'GP_DB_VERSION', '980' );
define( 'GP_CACHE_VERSION', '3.0' );
define( 'GP_ROUTING', true );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Expand Up @@ -2,9 +2,9 @@
Contributors: A5hleyRich, akibjorklund, akirk, amieiro, atimmer, bradt, ChantalC, ckykenken, DaMsT, daveshine, dd32, evarlese, extendwings, gilbitron, GregRoss, javorszky, nacin, Nikschavan, ocean90, pedromendonca, petya, polevaultweb, ramiy, rmccue, samuelsidler, SergeyBiryukov, sunxiyuan, swissspidy, tobifjellner, vladytimy, xavivars, yoavf
Tags: translation
Requires at least: 4.6
Tested up to: 6.4.2
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 4.0.0
Stable tag: 4.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 84cfcee

Please sign in to comment.