Skip to content

Commit

Permalink
Release 4.0.0-alpha.9 (#1702)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesús Amieiro Becerra <1667814+amieiro@users.noreply.github.com>
  • Loading branch information
trymebytes and amieiro committed Sep 25, 2023
1 parent 92d9301 commit a118ec2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,16 @@
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.9] (September 25, 2023)

**Features**
* Use filemtime to set the asset's version ([#1693])

**Bugfixes**
* Site Tour: Fix CORS error in accessing tour stylesheet ([#1694])
* Site Tour: Add popover offset property ([#1695])
* Add a slash at the end of a requested URI ([#1701])

## [4.0.0-alpha.8] (September 19, 2023)

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

* Initial release.

[4.0.0]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.7...4.0.0
[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
[4.0.0-alpha.6]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.5...4.0.0-alpha.6
[4.0.0-alpha.5]: https://github.com/GlotPress/GlotPress/compare/4.0.0-alpha.4...4.0.0-alpha.5
Expand Down Expand Up @@ -677,3 +688,7 @@ Thanks to all the contributors so far: Aki Björklund, Daisuke Takahashi, Domini
[#1679]: https://github.com/GlotPress/GlotPress/pull/1679
[#1682]: https://github.com/GlotPress/GlotPress/pull/1682
[#1684]: https://github.com/GlotPress/GlotPress/pull/1684
[#1693]: https://github.com/GlotPress/GlotPress/pull/1693
[#1694]: https://github.com/GlotPress/GlotPress/pull/1694
[#1695]: https://github.com/GlotPress/GlotPress/pull/1695
[#1701]: https://github.com/GlotPress/GlotPress/pull/1701
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.8
* Version: 4.0.0-alpha.9
* 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.8' );
define( 'GP_VERSION', '4.0.0-alpha.9' );
define( 'GP_DB_VERSION', '980' );
define( 'GP_CACHE_VERSION', '3.0' );
define( 'GP_ROUTING', true );
Expand Down

0 comments on commit a118ec2

Please sign in to comment.