Plugin Directory

Changeset 2575852

Timestamp:
07/31/2021 09:41:07 PM (3 years ago)
Author:
s4gor
Message:

version 2.2.1

Location:
phpinfo-wp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • phpinfo-wp/tags/2.2.1/phpinfo-wp.php

    r2575850 r2575852  
    1 <<<<<<< .working
    21<?php
    32
     
    65Plugin URI: https://github.com/s4gor/phpinfo_wp
    76Description: A simple plugin to look up information about PHP and manage PHP configurations and directive values.
    8 Version: 2.2
     7Version: 2.2
    98Author: Imran Hossain Sagor
    109Author URI: https://imransagor.codes
  • phpinfo-wp/tags/2.2.1/readme.txt

    r2575850 r2575852  
    1 <<<<<<< .working
    21=== phpinfo() WP ===
    32Contributors: s4gor
     
    54Requires at least: 4.7
    65Tested up to: 5.8-beta1
    7 Stable tag: 2.2
     6Stable tag: 2.2
    87Requires PHP: 5.0
    98License: GPLv3
     
    4544== Change Log ==
    4645
    47 = 2.2 =
    48 Fixed editor issues
    49 Added log tab
    50 Fixed JS issues
    51 Fixed page appearance related issues
    52 
    53 = 2.1 =
    54 Fixed script and editor issues
    55 
    56 = 2.0 =
    57 Through this version, you can edit or set server configuration values
    58 
    59 = 1.0.5 =
    60 Added Extension page in which enabled extensions for wordpress can be seen along with disabled extensions
    61 
    62 = 1.0.4 =
    63 Added Extension page in which enabled extensions for wordpress can be seen
    64 
    65 = 1.0.3 =
    66 Added donation information and redesigned plugin's interface
    67 
    68 = 1.0.2 =
    69 Changed style and added scroll to top button
    70 
    71 = 1.0.1 =
    72 Updated position in admin menu. It it currently under tools in admin menu
    73 
    74 = 1.0.0 =
    75 First release
    76 
    77 == Upgrade Notice ==
    78 
    79 Make sure your [server setting](http://php.net/manual/en/ini.core.php#ini.disable-functions) is **enabled**. Editing .htaccess/nginx.conf. **Make sure root directory is writable. Except write permission, server configuration values can not be edited or set through this plugin**.
    80 ||||||| .old
    81 =======
    82 === phpinfo() WP ===
    83 Contributors: s4gor
    84 Tags: phpinfo, server info, php, server configuration, php ini, phpinfo(), php configuration, htaccess, apache
    85 Requires at least: 4.7
    86 Tested up to: 5.8-beta1
    87 Stable tag: 2.2
    88 Requires PHP: 5.0
    89 License: GPLv3
    90 License URI: https://www.gnu.org/licenses/gpl-3.0.html
    91 Donate link: https://www.paypal.com/donate?hosted_button_id=GUA4CQY8QFZ9G
    92 
    93 A simple plugin to look up server info and manage server configuration of wordpress site
    94 
    95 == Description ==
    96 
    97 A simple wordpress plugin to look up information about server and PHP's configuration and manage server configurations.
    98 
    99 This plugin gives a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers. For making information concise, PHP license has been removed.
    100 
    101 You can see what extensions are enabled in your server through this plugin. Except these, you can edit or set Server configuration values like max_file_uploads, upload_max_filesize, etc. You can edit or set any directive values through this plugin easily.
    102 
    103 == Updates ==
    104 
    105 Added .htaccess page in order to edit or set directive values of your server configurations like max_file_uploads, upload_max_filesize, etc.
    106 
    107 == Screenshots ==
    108 
    109 1. PHP Info
    110 2. Extensions
    111 3. Hyper Text Access
    112 
    113 == Installation ==
    114 
    115 You can [download](https://downloads.wordpress.org/plugin/phpinfo-wp.zip) and upload the plugin via Admin > Plugins > Add New > Upload Plugin. Or,
    116 Go to your website's admin panel. Select Plugins > Add New. search for **phpinfo() WP** by [Imran Hossain Sagor](https://github.com/s4gor). Click **Install Now button**. Then simply click **Active**.
    117 
    118 == Frequently Asked Questions ==
    119 
    120 = What is the requirements to active this plugin? =
    121 
    122 Nothing is needed. But sometimes, hosting providers disable [server setting](http://php.net/manual/en/ini.core.php#ini.disable-functions). In that case, you need to contact with your hosting provider
    123 See screenshot #1. Make sure site's root directory is writable to set or edit server configuration's directive values.
    124 
    125 == Change Log ==
     46= 2.2.1 =
     47Fixed PHP errors
     48Fixed CSS errors
    12649
    12750= 2.2 =
     
    15881
    15982Make sure your [server setting](http://php.net/manual/en/ini.core.php#ini.disable-functions) is **enabled**. Editing .htaccess/nginx.conf. **Make sure root directory is writable. Except write permission, server configuration values can not be edited or set through this plugin**.
    160 >>>>>>> .new
  • phpinfo-wp/trunk/phpinfo-wp.php

    r2575851 r2575852  
    129129
    130130    endif;
     131
  • phpinfo-wp/trunk/readme.txt

    r2575851 r2575852  
    4444== Change Log ==
    4545
     46
     47
     48
     49
    4650= 2.2 =
    4751Fixed editor issues
Note: See TracChangeset for help on using the changeset viewer.