Version Description
- Fix bug: javascript files are not loaded and search and other functions don't work
Download this release
Release Info
Developer | arisoft |
Plugin | ARI Adminer – WordPress Database Manager |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- adminer/.htaccess +1 -1
- ari-adminer.php +1 -1
- includes/defines.php +1 -1
- readme.txt +7 -1
adminer/.htaccess
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<IfModule mod_rewrite.c>
|
2 |
RewriteEngine On
|
3 |
</IfModule>
|
4 |
-
<FilesMatch "
|
5 |
Order Allow,Deny
|
6 |
Deny from all
|
7 |
</FilesMatch>
|
1 |
<IfModule mod_rewrite.c>
|
2 |
RewriteEngine On
|
3 |
</IfModule>
|
4 |
+
<FilesMatch ".*\.php$">
|
5 |
Order Allow,Deny
|
6 |
Deny from all
|
7 |
</FilesMatch>
|
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.0.
|
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.0.7
|
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.0.
|
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.0.7' );
|
3 |
define( 'ARIADMINER_SLUG', 'ari-adminer' );
|
4 |
define( 'ARIADMINER_ASSETS_URL', ARIADMINER_URL . 'assets/' );
|
5 |
define( 'ARIADMINER_VERSION_OPTION', 'ari_adminer' );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.7.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -69,6 +69,9 @@ Sure, it is available [here](http://www.ari-soft.com/docs/wordpress/ari-adminer/
|
|
69 |
|
70 |
== Changelog ==
|
71 |
|
|
|
|
|
|
|
72 |
= 1.0.6 =
|
73 |
* Add .htaccess file to allow execution of Adminer wrapper to avoid "Forbidden" error
|
74 |
|
@@ -93,6 +96,9 @@ Sure, it is available [here](http://www.ari-soft.com/docs/wordpress/ari-adminer/
|
|
93 |
|
94 |
== Upgrade Notice ==
|
95 |
|
|
|
|
|
|
|
96 |
= 1.0.6 =
|
97 |
* Add .htaccess file to allow execution of Adminer wrapper to avoid "Forbidden" error
|
98 |
|
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.7.3
|
7 |
+
Stable tag: 1.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
69 |
|
70 |
== Changelog ==
|
71 |
|
72 |
+
= 1.0.7 =
|
73 |
+
* Fix bug: javascript files are not loaded and search and other functions don't work
|
74 |
+
|
75 |
= 1.0.6 =
|
76 |
* Add .htaccess file to allow execution of Adminer wrapper to avoid "Forbidden" error
|
77 |
|
96 |
|
97 |
== Upgrade Notice ==
|
98 |
|
99 |
+
= 1.0.7 =
|
100 |
+
* Fix bug: javascript files are not loaded and search and other functions don't work
|
101 |
+
|
102 |
= 1.0.6 =
|
103 |
* Add .htaccess file to allow execution of Adminer wrapper to avoid "Forbidden" error
|
104 |
|