Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloasimoes committed Sep 3, 2024
1 parent 0654bbc commit 8815c62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1] - 2024-09-03

### Changed

- Lang url parameter set in language switch regardless of language not being default.
Expand Down Expand Up @@ -476,7 +478,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First Release!

[unreleased]: https://github.com/26b/unbabble/compare/0.5.0...HEAD
[unreleased]: https://github.com/26b/unbabble/compare/0.5.1...HEAD
[0.5.1]: https://github.com/26b/unbabble/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/26b/unbabble/compare/0.4.8...0.5.0
[0.4.8]: https://github.com/26b/unbabble/compare/0.4.7...0.4.8
[0.4.7]: https://github.com/26b/unbabble/compare/0.4.6...0.4.7
Expand Down
2 changes: 1 addition & 1 deletion lib/Admin/Redirector.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function register() {
/**
* Changes back-office language and redirects to new url.
*
* @since Unreleased Set lang param regardless of language not being default.
* @since 0.5.1 Set lang param regardless of language not being default.
* @since 0.0.1
*
* @param string $new_lang
Expand Down
4 changes: 2 additions & 2 deletions unbabble.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Unbabble
* Plugin URI: https://github.com/26B/unbabble
* Description: A new and simple i18n system for WordPress
* Version: 0.5.0
* Version: 0.5.1
* Author: 26B
* Author URI: https://26b.io/
* License: GPL-2.0+
Expand Down Expand Up @@ -42,7 +42,7 @@
*/
\register_deactivation_hook( __FILE__, '\TwentySixB\WP\Plugin\Unbabble\Deactivator::deactivate' );

$plugin = new TwentySixB\WP\Plugin\Unbabble\Plugin( 'unbabble', '0.5.0' );
$plugin = new TwentySixB\WP\Plugin\Unbabble\Plugin( 'unbabble', '0.5.1' );

// Initialize plugin.
$plugin->init();
Expand Down

0 comments on commit 8815c62

Please sign in to comment.