Skip to content

Commit

Permalink
Release 4.0.0-alpha.11 (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
amieiro committed Oct 19, 2023
1 parent 7c700cc commit 32526de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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.0-alpha.11] (October 19, 2023)

**Bugfixes**
* Don't set context to empty string by default ([#1726])

## [4.0.0-alpha.10] (October 16, 2023)

**Features**
Expand Down Expand Up @@ -593,6 +598,7 @@ Thanks to all the contributors so far: Aki Björklund, Daisuke Takahashi, Domini

* Initial release.

[4.0.0-alpha.11]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.10...4.0.0-alpha.11
[4.0.0-alpha.10]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.9...4.0.0-alpha.10
[4.0.0-alpha.9]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.8...4.0.0-alpha.9
[4.0.0-alpha.8]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.7...4.0.0-alpha.8
Expand Down Expand Up @@ -725,3 +731,4 @@ Thanks to all the contributors so far: Aki Björklund, Daisuke Takahashi, Domini
[#1711]: https://github.com/GlotPress/GlotPress/pull/1711
[#1713]: https://github.com/GlotPress/GlotPress/pull/1713
[#1714]: https://github.com/GlotPress/GlotPress/pull/1714
[#1726]: https://github.com/GlotPress/GlotPress/pull/1726
4 changes: 2 additions & 2 deletions glotpress.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: GlotPress
* Plugin URI: https://wordpress.org/plugins/glotpress/
* Description: GlotPress is a tool to help translators collaborate.
* Version: 4.0.0-alpha.10
* Version: 4.0.0-alpha.11
* Requires at least: 4.6
* Tested up to: 5.9
* Requires PHP: 7.4
Expand All @@ -29,7 +29,7 @@
* @package GlotPress
*/

define( 'GP_VERSION', '4.0.0-alpha.10' );
define( 'GP_VERSION', '4.0.0-alpha.11' );
define( 'GP_DB_VERSION', '980' );
define( 'GP_CACHE_VERSION', '3.0' );
define( 'GP_ROUTING', true );
Expand Down

0 comments on commit 32526de

Please sign in to comment.