Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qriouslad committed Apr 24, 2022
1 parent 355a0fa commit 9fec225
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 4 deletions.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 47 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,47 @@
# database-admin
# Database Admin

Contributors: qriouslad
Donate link: https://paypal.me/qriouslad
Tags: database manager, adminer, mysql, mariadb, sql
Requires at least: 4.8
Tested up to: 5.9.3
Stable tag: 1.0.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

![](.wordpress-org/banner-772x250.png)

Securely manage your website's database with a clean and user-friendly interface.

## Description

**Database Admin** allows you to manage your website's database securely with the full-featured [Adminer](https://www.adminer.org/), [an alternative](https://www.adminer.org/en/phpmyadmin/) to [phpMyAdmin](https://www.phpmyadmin.net/) that offers faster speed and a more intuitive user interface.

### Give Back

* [A nice review](https://wordpress.org/plugins/database-admin/#reviews) would be great!
* [Give feedback](https://wordpress.org/support/plugin/database-admin/) and help improve future versions.
* [Github repo](https://github.com/qriouslad/database-admin) to contribute code.
* [Donate](https://paypal.me/qriouslad) and support my work.

## Screenshots

1. The main Database Admin page
![The main Database Admin page](.wordpress-org/screenshot-1.png)

## Frequently Asked Questions

### How was this plugin built?

System Dashboard was built with: [WordPress Plugin Boilerplate](https://github.com/devinvinson/WordPress-Plugin-Boilerplate/) | [wppb.me](https://wppb.me/) | [CodeStar framework](https://github.com/Codestar/codestar-framework) | [Adminer](https://www.adminer.org/)

## Changelog

### 1.0.0 (2022.04.24)

* Initial stable release

## Upgrade Notice

None required yet.
2 changes: 1 addition & 1 deletion admin/css/database-admin-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
.da #da-iframe {
width: 100%;
min-width: 100%;
min-height: calc(100vh - 136px);
min-height: calc(100vh - 148px);
position: absolute;
left: 0;
top: 0;
Expand Down
Binary file added admin/img/185097_database_icon_iconfinder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 23 additions & 1 deletion admin/lib/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ h3#indexes {
margin-top: 16px;
}

#tables {
border-top: 1px solid #eee;
}

#tables a.select {
color: #ccc;
}

#tables li:hover a.select {
color: #2e84e4;
}

#menu #dbs {
padding: 0 15px;
}
Expand All @@ -60,6 +72,16 @@ h3#indexes {

#breadcrumb {
left: 372px;
color: #999;
}

#breadcrumb a {
text-decoration: none;
}

#breadcrumb a:hover {
color: #2e84e4;
text-decoration: underline;
}

#content h2 {
Expand All @@ -83,7 +105,7 @@ h3#indexes {
}

#content p.links a.active,
#tables a.active,
#tables a.active.structure,
#tables a.active + a {
color: #34567c;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion database-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @wordpress-plugin
* Plugin Name: Database Admin
* Plugin URI: https://wordpress.org/plugins/database-admin/
* Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.
* Description: Securely manage your website's database with a clean and user-friendly interface.
* Version: 1.0.0
* Author: Bowo
* Author URI: https://bowo.io
Expand Down

0 comments on commit 9fec225

Please sign in to comment.