ARI Adminer – WordPress Database Manager - Version 1.2.1

Version Description

  • Fix the broken functionality: search tables, search in records
Download this release

Release Info

Developer arisoft
Plugin Icon 128x128 ARI Adminer – WordPress Database Manager
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.2 to 1.2.1

Files changed (4) hide show
  1. adminer/wrapper.php +1 -3
  2. ari-adminer.php +1 -1
  3. includes/defines.php +1 -1
  4. readme.txt +2 -8
adminer/wrapper.php CHANGED
@@ -30,9 +30,7 @@ if ( ! $adminer_config->load( $session_key ) ) {
30
 
31
  $nonce = Request::get_var( '__wp_nonce' );
32
  if ( 0 === strlen( $nonce ) || 0 === strlen( $adminer_config->nonce ) || $nonce !== $adminer_config->nonce ) {
33
- if ( $_SERVER['REQUEST_METHOD'] !== 'GET' && !WP_Adminer_Bridge::is_ajax_request() ) {
34
- die( 'Access denied. Invalid token.' );
35
- }
36
  }
37
 
38
  if ( ! function_exists( 'adminer_object' ) ) {
30
 
31
  $nonce = Request::get_var( '__wp_nonce' );
32
  if ( 0 === strlen( $nonce ) || 0 === strlen( $adminer_config->nonce ) || $nonce !== $adminer_config->nonce ) {
33
+ die( 'Access denied. Invalid token.' );
 
 
34
  }
35
 
36
  if ( ! function_exists( 'adminer_object' ) ) {
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.2.2
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.2.1
7
  Author: ARI Soft
8
  Author URI: http://www.ari-soft.com
9
  Text Domain: ari-adminer
includes/defines.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  defined( 'ABSPATH' ) or die( 'Access forbidden!' );
3
 
4
- define( 'ARIADMINER_VERSION', '1.2.2' );
5
  define( 'ARIADMINER_SLUG', 'ari-adminer' );
6
  define( 'ARIADMINER_ASSETS_URL', ARIADMINER_URL . 'assets/' );
7
  define( 'ARIADMINER_VERSION_OPTION', 'ari_adminer' );
1
  <?php
2
  defined( 'ABSPATH' ) or die( 'Access forbidden!' );
3
 
4
+ define( 'ARIADMINER_VERSION', '1.2.1' );
5
  define( 'ARIADMINER_SLUG', 'ari-adminer' );
6
  define( 'ARIADMINER_ASSETS_URL', ARIADMINER_URL . 'assets/' );
7
  define( 'ARIADMINER_VERSION_OPTION', 'ari_adminer' );
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: 5.2.0
7
- Stable tag: 1.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -74,9 +74,6 @@ Sure, it is available [here](http://www.ari-soft.com/docs/wordpress/ari-adminer/
74
 
75
  == Changelog ==
76
 
77
- = 1.2.2 =
78
- * Fix bug: "Invalid token." message appears after adding a record
79
-
80
  = 1.2.1 =
81
  * Fix the broken functionality: search tables, search in records
82
 
@@ -163,9 +160,6 @@ Sure, it is available [here](http://www.ari-soft.com/docs/wordpress/ari-adminer/
163
 
164
  == Upgrade Notice ==
165
 
166
- = 1.2.2 =
167
- * Fix bug: "Invalid token." message appears after adding a record
168
-
169
  = 1.2.1 =
170
  * Fix the broken functionality: search tables, search in records
171
 
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: 5.1.1
7
+ Stable tag: 1.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
74
 
75
  == Changelog ==
76
 
 
 
 
77
  = 1.2.1 =
78
  * Fix the broken functionality: search tables, search in records
79
 
160
 
161
  == Upgrade Notice ==
162
 
 
 
 
163
  = 1.2.1 =
164
  * Fix the broken functionality: search tables, search in records
165