From 5861da05dbe4311f8bda57db9d44229556cc1af2 Mon Sep 17 00:00:00 2001 From: goncaloasimoes <32324608+goncaloasimoes@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:35:27 +0000 Subject: [PATCH] Release 0.5.4 - missed updates in unbabble.php --- unbabble.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unbabble.php b/unbabble.php index 53859a3..064c5b3 100644 --- a/unbabble.php +++ b/unbabble.php @@ -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.1 + * Version: 0.5.4 * Author: 26B * Author URI: https://26b.io/ * License: GPL-2.0+ @@ -42,7 +42,7 @@ */ \register_deactivation_hook( __FILE__, '\TwentySixB\WP\Plugin\Unbabble\Deactivator::deactivate' ); -$plugin = new TwentySixB\WP\Plugin\Unbabble\Plugin( 'unbabble', '0.5.1' ); +$plugin = new TwentySixB\WP\Plugin\Unbabble\Plugin( 'unbabble', '0.5.4' ); // Initialize plugin. $plugin->init();