Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxJedi committed Jun 8, 2023
1 parent 70c4ae2 commit 103a86f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inc/App/GeneralData.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package MariaDB_Health_Checks
* @version 1.0.2
* @version 1.0.3
*/

namespace MDBHC;
Expand Down
2 changes: 1 addition & 1 deletion languages/mariadb-health-checks.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the MariaDB Health Checks plugin.
msgid ""
msgstr ""
"Project-Id-Version: MariaDB Health Checks 1.0.2\n"
"Project-Id-Version: MariaDB Health Checks 1.0.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpress-mariadb-health-checks\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion mariadb-health-checks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: MariaDB Health Checks
* Plugin URI: http://github.com/MariaDB/wordpress-mariadb-health-checks
* Description: MariaDB Health Checks
* Version: 1.0.2
* Version: 1.0.3
* Plugin Prefixes: mdbhc, Mdbhc, MDBHC
* Text Domain: mariadb-health-checks
* Author: Cloudfest Hackathon 2023 Team
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: mariadb, site health, performance
Requires at least: 5.2
Tested up to: 6.2
Requires PHP: 7.2
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv2

MariaDB Health Checks helps you debug your MariaDB database with advanced information from your database.
Expand Down Expand Up @@ -39,6 +39,12 @@ Extract the contents of the ZIP and upload the contents to the `/wp-content/plug

== Changelog ==

= 1.0.3 =

* Fix DB error that can happen on install
* Add 11.0 to MariaDB versions table
* Make MariaDB versions table update on upgrade or activation

= 1.0.2 =

* Fix division by zero bug
Expand Down

0 comments on commit 103a86f

Please sign in to comment.