Changeset 1746937
- Timestamp:
- 10/15/2017 08:04:59 PM (8 years ago)
- Location:
- wp-config-file-editor/trunk
- Files:
-
- 1 added
- 1 deleted
- 6 edited
-
Installer/Installer.class.php (modified) (1 diff)
-
Modules/Editor/View/Editor/Media/ConfigForm.js (modified) (4 diffs)
-
Modules/Editor/View/Editor/Templates/Tabs/Tabs/Upgrade.class..php (deleted)
-
Modules/Editor/View/Editor/Templates/Tabs/Tabs/Upgrade.class.php (added)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/autoload_classmap.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (1 diff)
-
wp-config-file-editor.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-config-file-editor/trunk/Installer/Installer.class.php
r1621103 r1746937 62 62 63 63 '1.6.6', 64 65 66 '1.6.7', 64 67 65 68 ); -
wp-config-file-editor/trunk/Modules/Editor/View/Editor/Media/ConfigForm.js
r1375889 r1746937 134 134 case 'wcfe-dmm-about-contact': 135 135 136 window.open( 'http://w p-cfe.xptrdev.com/contact/' );136 window.open( 'http://www.cbspoint.com/plugins/wp-config-file-editor/' ); 137 137 138 138 break; … … 140 140 case 'wcfe-dmm-about-website': 141 141 142 window.open( 'http://w p-cfe.xptrdev.com/' );142 window.open( 'http://www.cbspoint.com/plugins/wp-config-file-editor/' ); 143 143 144 144 break; … … 158 158 case 'wcfe-dmm-about-online-help': 159 159 160 window.open( 'http://w p-cfe.xptrdev.com/docs/' );160 window.open( 'http://www.cbspoint.com/plugins/wp-config-file-editor/' ); 161 161 162 162 break; … … 170 170 case 'wcfe-dmm-about-info': 171 171 172 window.open( 'http://w p-cfe.xptrdev.com/' );172 window.open( 'http://www.cbspoint.com/plugins/wp-config-file-editor/' ); 173 173 174 174 break; -
wp-config-file-editor/trunk/readme.txt
r1621103 r1746937 4 4 Tags: system, admin, administration, ajax, authentication, dashboard, edit, wordpress, plugin, wp-config.php, configuration, config, settings, constants, parameters, defines, memory, database, security, upgrade, update, ftp, post, localization, lanaguage, cron, multi sites, ms, mu, database, authentication, salts, debugging, development, proxy, cookies, http requests 5 5 Requires at least: 4.0 6 Tested up to: 4. 7.27 Stable tag: 1.6. 66 Tested up to: 4.8.2 7 Stable tag: 1.6.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 281 281 == Changelog == 282 282 283 = 1.6.7 = 284 * Maintain Wordpress compatibility 285 * Set Help Menu website links to cbspoint.com 286 * Fix: Could not install Plugin from Wordpress repository 287 283 288 = 1.6.6 = 284 289 * Enhancement: Work in wide range of Server and PHP configurations -
wp-config-file-editor/trunk/vendor/composer/autoload_classmap.php
r1587324 r1746937 333 333 'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\SecureKeysOptionsTab' => $baseDir . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/SecureKeys.class.php', 334 334 'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\SecurityOptionsTab' => $baseDir . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/Security.class.php', 335 'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\UpgradeOptionsTab' => $baseDir . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/Upgrade.class. .php',335 'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\UpgradeOptionsTab' => $baseDir . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/Upgrade.class.php', 336 336 'WCFE\\Modules\\Editor\\View\\MultiSiteTools\\MultiSiteToolsHTMLView' => $baseDir . '/Modules/Editor/View/MultiSiteTools/View.html.php', 337 337 'WCFE\\Modules\\Editor\\View\\SystemCheckTools\\SystemCheckToolsHTMLView' => $baseDir . '/Modules/Editor/View/SystemCheckTools/View.html.php', -
wp-config-file-editor/trunk/vendor/composer/autoload_static.php
r1587324 r1746937 334 334 'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\SecureKeysOptionsTab' => __DIR__ . '/../..' . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/SecureKeys.class.php', 335 335 'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\SecurityOptionsTab' => __DIR__ . '/../..' . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/Security.class.php', 336 'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\UpgradeOptionsTab' => __DIR__ . '/../..' . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/Upgrade.class. .php',336 'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\UpgradeOptionsTab' => __DIR__ . '/../..' . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/Upgrade.class.php', 337 337 'WCFE\\Modules\\Editor\\View\\MultiSiteTools\\MultiSiteToolsHTMLView' => __DIR__ . '/../..' . '/Modules/Editor/View/MultiSiteTools/View.html.php', 338 338 'WCFE\\Modules\\Editor\\View\\SystemCheckTools\\SystemCheckToolsHTMLView' => __DIR__ . '/../..' . '/Modules/Editor/View/SystemCheckTools/View.html.php', -
wp-config-file-editor/trunk/wp-config-file-editor.php
r1621103 r1746937 7 7 * Author: AHMeD SAiD 8 8 * Author URI: http://www.cbspoint.com/ 9 * Version: 1.6. 69 * Version: 1.6.7 10 10 * Description: Modify Wordpress wp-config.php file values using a Simple User Interface Form, In additional is can be used to change wide system parameters 11 11 * License: GPL2 … … 46 46 */ 47 47 private $bindingHooks; 48 48 49 49 /** 50 50 * put your comment there... … … 175 175 $this->sysFiltersModule = new Services\SysFiltersModule( $this ); 176 176 $this->sysFiltersModule->start(); 177 177 178 178 # Profiles is totally relying on AJAX 179 179 # editor Ajax should be here too however I will do that
Note: See TracChangeset
for help on using the changeset viewer.