Skip to content

Commit a54bb0c

Browse files
committed
Merge branch 'release/v1.0.1' into develop
2 parents adb2f44 + 57e1dcb commit a54bb0c

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://paypal.me/qriouslad
55
Tags: database manager, adminer, mysql, mariadb, sql
66
Requires at least: 4.8
77
Tested up to: 5.9.3
8-
Stable tag: 1.0.0
8+
Stable tag: 1.0.1
99
Requires PHP: 5.6
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -42,6 +42,13 @@ System Dashboard was built with: [WordPress Plugin Boilerplate](https://github.c
4242

4343
## Changelog
4444

45+
### 1.0.1 (2022.04.30)
46+
47+
* Fix: deprecated sanitize_url() function
48+
* Fix: can not redeclare is_ajax() function
49+
* Improvement: enable Adminer permanent login by default
50+
* Improvement: several CSS styling changes for better consistency
51+
4552
### 1.0.0 (2022.04.24)
4653

4754
* Initial stable release

database-admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Database Admin
1717
* Plugin URI: https://wordpress.org/plugins/database-admin/
1818
* Description: Securely manage your website's database with a clean and user-friendly interface.
19-
* Version: 1.0.0
19+
* Version: 1.0.1
2020
* Author: Bowo
2121
* Author URI: https://bowo.io
2222
* License: GPL-2.0+
@@ -35,7 +35,7 @@
3535
* Start at version 1.0.0 and use SemVer - https://semver.org
3636
* Rename this for your plugin and update it as you release new versions.
3737
*/
38-
define( 'DATABASE_ADMIN_VERSION', '1.0.0' );
38+
define( 'DATABASE_ADMIN_VERSION', '1.0.1' );
3939

4040
/**
4141
* The code that runs during plugin activation.

0 commit comments

Comments
 (0)