Version Description
- Fix bug: editing.js file is not loaded in Adminer
Download this release
Release Info
Developer | arisoft |
Plugin | ARI Adminer – WordPress Database Manager |
Version | 1.1.11 |
Comparing to | |
See all releases |
Code changes from version 1.1.10 to 1.1.11
- ari-adminer.php +1 -1
- includes/defines.php +1 -1
- includes/helpers/class-bridge.php +4 -0
- readme.txt +8 -2
ari-adminer.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: ARI Adminer
|
4 |
Plugin URI: http://wp-quiz.ari-soft.com/plugins/wordpress-adminer.html
|
5 |
Description: Powerful, compact and easy to use database manager plugin for WordPress.
|
6 |
-
Version: 1.1.
|
7 |
Author: ARI Soft
|
8 |
Author URI: http://www.ari-soft.com
|
9 |
Text Domain: ari-adminer
|
3 |
Plugin Name: ARI Adminer
|
4 |
Plugin URI: http://wp-quiz.ari-soft.com/plugins/wordpress-adminer.html
|
5 |
Description: Powerful, compact and easy to use database manager plugin for WordPress.
|
6 |
+
Version: 1.1.11
|
7 |
Author: ARI Soft
|
8 |
Author URI: http://www.ari-soft.com
|
9 |
Text Domain: ari-adminer
|
includes/defines.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
define( 'ARIADMINER_VERSION', '1.1.
|
3 |
define( 'ARIADMINER_SLUG', 'ari-adminer' );
|
4 |
define( 'ARIADMINER_ASSETS_URL', ARIADMINER_URL . 'assets/' );
|
5 |
define( 'ARIADMINER_VERSION_OPTION', 'ari_adminer' );
|
1 |
<?php
|
2 |
+
define( 'ARIADMINER_VERSION', '1.1.11' );
|
3 |
define( 'ARIADMINER_SLUG', 'ari-adminer' );
|
4 |
define( 'ARIADMINER_ASSETS_URL', ARIADMINER_URL . 'assets/' );
|
5 |
define( 'ARIADMINER_VERSION_OPTION', 'ari_adminer' );
|
includes/helpers/class-bridge.php
CHANGED
@@ -24,6 +24,8 @@ class Bridge {
|
|
24 |
|
25 |
'"static/',
|
26 |
|
|
|
|
|
27 |
'../externals/',
|
28 |
),
|
29 |
array(
|
@@ -31,6 +33,8 @@ class Bridge {
|
|
31 |
|
32 |
'"adminer/' . $app_type . '/static/',
|
33 |
|
|
|
|
|
34 |
'adminer/externals/'
|
35 |
),
|
36 |
$head_content
|
24 |
|
25 |
'"static/',
|
26 |
|
27 |
+
'\'static/',
|
28 |
+
|
29 |
'../externals/',
|
30 |
),
|
31 |
array(
|
33 |
|
34 |
'"adminer/' . $app_type . '/static/',
|
35 |
|
36 |
+
'\'adminer/' . $app_type . '/static/',
|
37 |
+
|
38 |
'adminer/externals/'
|
39 |
),
|
40 |
$head_content
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: arisoft
|
|
3 |
Donate link: http://wp-quiz.ari-soft.com/plugins/wordpress-adminer.html
|
4 |
Tags: adminer, sql, database, mysql, report, sqlite, table, postgresql, dump, backup, import, export, phpmyadmin
|
5 |
Requires at least: 3.4
|
6 |
-
Tested up to: 4.9.
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -74,6 +74,9 @@ Sure, it is available [here](http://www.ari-soft.com/docs/wordpress/ari-adminer/
|
|
74 |
|
75 |
== Changelog ==
|
76 |
|
|
|
|
|
|
|
77 |
= 1.1.10 =
|
78 |
* Update Adminer to v. 4.6.2
|
79 |
* Update .htaccess file. Thank you to KZeni (https://wordpress.org/support/topic/conflict-sucuri-security-wp-content-folder-hardening-breaks-ari-adminer/)
|
@@ -139,6 +142,9 @@ Sure, it is available [here](http://www.ari-soft.com/docs/wordpress/ari-adminer/
|
|
139 |
|
140 |
== Upgrade Notice ==
|
141 |
|
|
|
|
|
|
|
142 |
= 1.1.10 =
|
143 |
* Update Adminer to v. 4.6.2
|
144 |
|
3 |
Donate link: http://wp-quiz.ari-soft.com/plugins/wordpress-adminer.html
|
4 |
Tags: adminer, sql, database, mysql, report, sqlite, table, postgresql, dump, backup, import, export, phpmyadmin
|
5 |
Requires at least: 3.4
|
6 |
+
Tested up to: 4.9.5
|
7 |
+
Stable tag: 1.1.11
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
74 |
|
75 |
== Changelog ==
|
76 |
|
77 |
+
= 1.1.11 =
|
78 |
+
* Fix bug: editing.js file is not loaded in Adminer
|
79 |
+
|
80 |
= 1.1.10 =
|
81 |
* Update Adminer to v. 4.6.2
|
82 |
* Update .htaccess file. Thank you to KZeni (https://wordpress.org/support/topic/conflict-sucuri-security-wp-content-folder-hardening-breaks-ari-adminer/)
|
142 |
|
143 |
== Upgrade Notice ==
|
144 |
|
145 |
+
= 1.1.11 =
|
146 |
+
* Fix bug: editing.js file is not loaded in Adminer
|
147 |
+
|
148 |
= 1.1.10 =
|
149 |
* Update Adminer to v. 4.6.2
|
150 |
|