Skip to content

Commit

Permalink
Release 4.0.0-beta.1 (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
amieiro committed Jan 25, 2024
1 parent 7b3ede4 commit b04c4a7
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.0-beta.1] (January 25, 2024)

**Features**
* Document how to use wp-env to run tests ([#1776])
* Improve placeholders match and visibility ([#1620])
* Change file extension for PHP format ([#1774])
* Set the slug ([#1768])
* Update readme.txt ([#1773])
* Add Plugin Preview to GlotPress ([#1748])
* Make it possible to run tests in PHP 8 ([#1760])
* Add suffixes for matching glossary terms ([#1373])
* Add new PHP format ([#1626])

**Bugfixes**
* Glossary: Fix fatal array in PHP8 for invalid post data ([#1750])
* Fix glossary matching left bounded by placeholder. ([#1733])
* Remove unused files ([#1723])
* Fix fatal error in PHP8.x for invalid get data ([#1754])

**Locales**
* Add a new locale: Andalusian (Andalûh) ([#1729])

## [4.0.0-alpha.11] (October 19, 2023)

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

* Initial release.

[Unreleased]: https://github.com/GlotPress/GlotPress/compare/3.0.0...HEAD
[4.0.0-beta.1]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.11...4.0.0-beta.1
[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
Expand Down Expand Up @@ -732,3 +756,30 @@ Thanks to all the contributors so far: Aki Björklund, Daisuke Takahashi, Domini
[#1713]: https://github.com/GlotPress/GlotPress/pull/1713
[#1714]: https://github.com/GlotPress/GlotPress/pull/1714
[#1726]: https://github.com/GlotPress/GlotPress/pull/1726
[#1776]: https://github.com/GlotPress/GlotPress/pull/1776
[#1754]: https://github.com/GlotPress/GlotPress/pull/1754
[#1620]: https://github.com/GlotPress/GlotPress/pull/1620
[#1772]: https://github.com/GlotPress/GlotPress/pull/1772
[#1771]: https://github.com/GlotPress/GlotPress/pull/1771
[#1774]: https://github.com/GlotPress/GlotPress/pull/1774
[#1768]: https://github.com/GlotPress/GlotPress/pull/1768
[#1773]: https://github.com/GlotPress/GlotPress/pull/1773
[#1723]: https://github.com/GlotPress/GlotPress/pull/1723
[#1748]: https://github.com/GlotPress/GlotPress/pull/1748
[#1761]: https://github.com/GlotPress/GlotPress/pull/1761
[#1760]: https://github.com/GlotPress/GlotPress/pull/1760
[#1733]: https://github.com/GlotPress/GlotPress/pull/1733
[#1756]: https://github.com/GlotPress/GlotPress/pull/1756
[#1373]: https://github.com/GlotPress/GlotPress/pull/1373
[#1626]: https://github.com/GlotPress/GlotPress/pull/1626
[#1736]: https://github.com/GlotPress/GlotPress/pull/1736
[#1689]: https://github.com/GlotPress/GlotPress/pull/1689
[#1747]: https://github.com/GlotPress/GlotPress/pull/1747
[#1750]: https://github.com/GlotPress/GlotPress/pull/1750
[#1752]: https://github.com/GlotPress/GlotPress/pull/1752
[#1734]: https://github.com/GlotPress/GlotPress/pull/1734
[#1688]: https://github.com/GlotPress/GlotPress/pull/1688
[#1731]: https://github.com/GlotPress/GlotPress/pull/1731
[#1730]: https://github.com/GlotPress/GlotPress/pull/1730
[#1729]: https://github.com/GlotPress/GlotPress/pull/1729

4 changes: 2 additions & 2 deletions glotpress.php
Original file line number Diff line number Diff line change
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.11
* Version: 4.0.0-beta.1
* 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.11' );
define( 'GP_VERSION', '4.0.0-beta.1' );
define( 'GP_DB_VERSION', '980' );
define( 'GP_CACHE_VERSION', '3.0' );
define( 'GP_ROUTING', true );
Expand Down

0 comments on commit b04c4a7

Please sign in to comment.