PHP Settings - Version 1.0.6

Version Description

  • (FIX) Fixed an issue that was causing PHP 7.1 to throw a lexical error.
Download this release

Release Info

Developer Askupa Software
Plugin Icon 128x128 PHP Settings
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

assets/js/process-button.js CHANGED
@@ -1,10 +1,10 @@
1
  /**
2
  * @package PHP Settings
3
- * @date 2016-05-12
4
- * @version 1.0.5
5
- * @author Askupa Software <contact@askupasoftware.com>
6
  * @link http://products.askupasoftware.com/php-settings
7
- * @copyright 2016 Askupa Software
8
  */
9
 
10
  (function($){
1
  /**
2
  * @package PHP Settings
3
+ * @date 2017-03-04
4
+ * @version 1.0.6
5
+ * @author Askupa Software <hello@askupasoftware.com>
6
  * @link http://products.askupasoftware.com/php-settings
7
+ * @copyright 2017 Askupa Software
8
  */
9
 
10
  (function($){
assets/js/script.js CHANGED
@@ -1,10 +1,10 @@
1
  /**
2
  * @package PHP Settings
3
- * @date 2016-05-12
4
- * @version 1.0.5
5
- * @author Askupa Software <contact@askupasoftware.com>
6
  * @link http://products.askupasoftware.com/php-settings
7
- * @copyright 2016 Askupa Software
8
  */
9
 
10
  jQuery(document).ready(function($) {
1
  /**
2
  * @package PHP Settings
3
+ * @date 2017-03-04
4
+ * @version 1.0.6
5
+ * @author Askupa Software <hello@askupasoftware.com>
6
  * @link http://products.askupasoftware.com/php-settings
7
+ * @copyright 2017 Askupa Software
8
  */
9
 
10
  jQuery(document).ready(function($) {
bootstrap.php CHANGED
@@ -5,15 +5,15 @@
5
  * This plugin provides a simple user interface with a code editor to edit your local php.ini settings.
6
  *
7
  * @package php-settings
8
- * @author Askupa Software <contact@askupasoftware.com>
9
  * @link http://products.askupasoftware.com/php-settings
10
- * @copyright 2016 Askupa Software
11
  *
12
  * @wordpress-plugin
13
  * Plugin Name: PHP Settings
14
  * Plugin URI: http://products.askupasoftware.com/php-settings
15
  * Description: This plugin provides a simple user interface with a code editor to edit your local php.ini settings.
16
- * Version: 1.0.5
17
  * Author: Askupa Software
18
  * Author URI: http://www.askupasoftware.com
19
  * Text Domain: php-settings
@@ -22,7 +22,7 @@
22
 
23
  defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
24
 
25
- define( 'PHP_SETTINGS_VERSION', '1.0.5' );
26
  define( 'PHP_SETTINGS_JS_URL', plugins_url( '/assets/js/', __FILE__ ) );
27
  define( 'PHP_SETTINGS_CSS_URL', plugins_url( '/assets/css/', __FILE__ ) );
28
  define( 'PHP_SETTINGS_IMG_URL', plugins_url( '/assets/img/', __FILE__ ) );
5
  * This plugin provides a simple user interface with a code editor to edit your local php.ini settings.
6
  *
7
  * @package php-settings
8
+ * @author Askupa Software <hello@askupasoftware.com>
9
  * @link http://products.askupasoftware.com/php-settings
10
+ * @copyright 2017 Askupa Software
11
  *
12
  * @wordpress-plugin
13
  * Plugin Name: PHP Settings
14
  * Plugin URI: http://products.askupasoftware.com/php-settings
15
  * Description: This plugin provides a simple user interface with a code editor to edit your local php.ini settings.
16
+ * Version: 1.0.6
17
  * Author: Askupa Software
18
  * Author URI: http://www.askupasoftware.com
19
  * Text Domain: php-settings
22
 
23
  defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
24
 
25
+ define( 'PHP_SETTINGS_VERSION', '1.0.6' );
26
  define( 'PHP_SETTINGS_JS_URL', plugins_url( '/assets/js/', __FILE__ ) );
27
  define( 'PHP_SETTINGS_CSS_URL', plugins_url( '/assets/css/', __FILE__ ) );
28
  define( 'PHP_SETTINGS_IMG_URL', plugins_url( '/assets/img/', __FILE__ ) );
includes/EnvironmentValidator.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /**
3
  * @package PHP Settings
4
- * @date 2016-05-12
5
- * @version 1.0.5
6
- * @author Askupa Software <contact@askupasoftware.com>
7
  * @link http://products.askupasoftware.com/php-settings
8
- * @copyright 2016 Askupa Software
9
  */
10
 
11
  function php_settings_admin_notice()
1
  <?php
2
  /**
3
  * @package PHP Settings
4
+ * @date 2017-03-04
5
+ * @version 1.0.6
6
+ * @author Askupa Software <hello@askupasoftware.com>
7
  * @link http://products.askupasoftware.com/php-settings
8
+ * @copyright 2017 Askupa Software
9
  */
10
 
11
  function php_settings_admin_notice()
includes/INIFile.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /**
3
  * @package PHP Settings
4
- * @date 2016-05-12
5
- * @version 1.0.5
6
- * @author Askupa Software <contact@askupasoftware.com>
7
  * @link http://products.askupasoftware.com/php-settings
8
- * @copyright 2016 Askupa Software
9
  */
10
 
11
  class INIFile
1
  <?php
2
  /**
3
  * @package PHP Settings
4
+ * @date 2017-03-04
5
+ * @version 1.0.6
6
+ * @author Askupa Software <hello@askupasoftware.com>
7
  * @link http://products.askupasoftware.com/php-settings
8
+ * @copyright 2017 Askupa Software
9
  */
10
 
11
  class INIFile
includes/PHPInfo.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /**
3
  * @package PHP Settings
4
- * @date 2016-05-12
5
- * @version 1.0.5
6
- * @author Askupa Software <contact@askupasoftware.com>
7
  * @link http://products.askupasoftware.com/php-settings
8
- * @copyright 2016 Askupa Software
9
  */
10
 
11
 
1
  <?php
2
  /**
3
  * @package PHP Settings
4
+ * @date 2017-03-04
5
+ * @version 1.0.6
6
+ * @author Askupa Software <hello@askupasoftware.com>
7
  * @link http://products.askupasoftware.com/php-settings
8
+ * @copyright 2017 Askupa Software
9
  */
10
 
11
 
includes/PHPSettings.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /**
3
  * @package PHP Settings
4
- * @date 2016-05-12
5
- * @version 1.0.5
6
- * @author Askupa Software <contact@askupasoftware.com>
7
  * @link http://products.askupasoftware.com/php-settings
8
- * @copyright 2016 Askupa Software
9
  */
10
 
11
 
1
  <?php
2
  /**
3
  * @package PHP Settings
4
+ * @date 2017-03-04
5
+ * @version 1.0.6
6
+ * @author Askupa Software <hello@askupasoftware.com>
7
  * @link http://products.askupasoftware.com/php-settings
8
+ * @copyright 2017 Askupa Software
9
  */
10
 
11
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: Askupa Software, ykadosh
3
  Tags: admin, php settings, user.ini, ini rules, php.ini, php5.ini, post max size, post_max_size, upload limit, upload max filesize, upload_max_filesize, max_execution_time, max execution time
4
  Requires at least: 3.0
5
- Tested up to: 4.7
6
- Stable tag: 1.0.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -71,6 +71,9 @@ This can happen for multiple reasons.
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 1.0.5 =
75
  * (FIX) Fixed the "you do not have sufficient privileges" error
76
 
2
  Contributors: Askupa Software, ykadosh
3
  Tags: admin, php settings, user.ini, ini rules, php.ini, php5.ini, post max size, post_max_size, upload limit, upload max filesize, upload_max_filesize, max_execution_time, max execution time
4
  Requires at least: 3.0
5
+ Tested up to: 4.9
6
+ Stable tag: 1.0.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
71
 
72
  == Changelog ==
73
 
74
+ = 1.0.6 =
75
+ * (FIX) Fixed an issue that was causing PHP 7.1 to throw a lexical error.
76
+
77
  = 1.0.5 =
78
  * (FIX) Fixed the "you do not have sufficient privileges" error
79