Skip to content

Commit

Permalink
Release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloasimoes committed Nov 11, 2024
1 parent 306423d commit a7219c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,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.5...HEAD
[unreleased]: https://github.com/26b/unbabble/compare/0.5.6...HEAD
[0.5.6]: https://github.com/26b/unbabble/compare/0.5.5...0.5.6
[0.5.5]: https://github.com/26b/unbabble/compare/0.5.4...0.5.5
[0.5.4]: https://github.com/26b/unbabble/compare/0.5.3...0.5.4
[0.5.3]: https://github.com/26b/unbabble/compare/0.5.2...0.5.3
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.5
* Version: 0.5.6
* 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.5' );
$plugin = new TwentySixB\WP\Plugin\Unbabble\Plugin( 'unbabble', '0.5.6' );

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

0 comments on commit a7219c7

Please sign in to comment.