Skip to content

Commit

Permalink
Release 4.0.0-alpha.10 (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Oct 16, 2023
1 parent 89de5be commit ab8905e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,25 @@
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.10] (October 16, 2023)

**Features**
* Move the highlight label from the active projects to the inactive ([#1680])
* Add a Grunt action to set GP_SCRIPT_DEBUG to false when we deploy to wporg ([#1697])
* Site Tour: Improve the pulse ([#1711])
* Add templates for bug and feature report ([#1713])
* Site tour: Use driver.js ([#1714])

**Bugfixes**
* Filter the placeholders to show them with the glossary words ([#1696])
* Avoid passing `null` to `trim()` ([#1698])
* Update a CSS comment that causes an build error ([#1703])
* Check if the project slug exists and is not null ([#1704])
* Add some properties in the translation-set to avoid deprecation notices ([#1705])
* Resolve a bug with the glossary variations ([#1706])
* Deprecation. Check if the preg_split parameter is null ([#1709])
* Deprecation. Check if the ctype_digit parameter is null ([#1708])

## [4.0.0-alpha.9] (September 25, 2023)

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

* Initial release.

[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
[4.0.0-alpha.7]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.6...4.0.0-alpha.7
Expand Down Expand Up @@ -692,3 +712,16 @@ Thanks to all the contributors so far: Aki Björklund, Daisuke Takahashi, Domini
[#1694]: https://github.com/GlotPress/GlotPress/pull/1694
[#1695]: https://github.com/GlotPress/GlotPress/pull/1695
[#1701]: https://github.com/GlotPress/GlotPress/pull/1701
[#1680]: https://github.com/GlotPress/GlotPress/pull/1680
[#1696]: https://github.com/GlotPress/GlotPress/pull/1696
[#1697]: https://github.com/GlotPress/GlotPress/pull/1697
[#1698]: https://github.com/GlotPress/GlotPress/pull/1698
[#1703]: https://github.com/GlotPress/GlotPress/pull/1703
[#1704]: https://github.com/GlotPress/GlotPress/pull/1704
[#1705]: https://github.com/GlotPress/GlotPress/pull/1705
[#1706]: https://github.com/GlotPress/GlotPress/pull/1706
[#1708]: https://github.com/GlotPress/GlotPress/pull/1708
[#1709]: https://github.com/GlotPress/GlotPress/pull/1709
[#1711]: https://github.com/GlotPress/GlotPress/pull/1711
[#1713]: https://github.com/GlotPress/GlotPress/pull/1713
[#1714]: https://github.com/GlotPress/GlotPress/pull/1714
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.9
* Version: 4.0.0-alpha.10
* 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.9' );
define( 'GP_VERSION', '4.0.0-alpha.10' );
define( 'GP_DB_VERSION', '980' );
define( 'GP_CACHE_VERSION', '3.0' );
define( 'GP_ROUTING', true );
Expand Down

0 comments on commit ab8905e

Please sign in to comment.