Plugin Directory

Changeset 1746937


Ignore:
Timestamp:
10/15/2017 08:04:59 PM (8 years ago)
Author:
xpointer
Message:

Version 1.6.7

Location:
wp-config-file-editor/trunk
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • wp-config-file-editor/trunk/Installer/Installer.class.php

    r1621103 r1746937  
    6262       
    6363        '1.6.6',
     64       
     65       
     66        '1.6.7',
    6467       
    6568    );
  • wp-config-file-editor/trunk/Modules/Editor/View/Editor/Media/ConfigForm.js

    r1375889 r1746937  
    134134                case 'wcfe-dmm-about-contact':
    135135               
    136                     window.open( 'http://wp-cfe.xptrdev.com/contact/' );
     136                    window.open( 'http://www.cbspoint.com/plugins/wp-config-file-editor/' );
    137137                   
    138138                break;
     
    140140                case 'wcfe-dmm-about-website':
    141141               
    142                     window.open( 'http://wp-cfe.xptrdev.com/' );
     142                    window.open( 'http://www.cbspoint.com/plugins/wp-config-file-editor/' );
    143143                   
    144144                break;
     
    158158                case 'wcfe-dmm-about-online-help':
    159159               
    160                     window.open( 'http://wp-cfe.xptrdev.com/docs/' );
     160                    window.open( 'http://www.cbspoint.com/plugins/wp-config-file-editor/' );
    161161               
    162162                break;
     
    170170                case 'wcfe-dmm-about-info':
    171171               
    172                   window.open( 'http://wp-cfe.xptrdev.com/' );
     172                  window.open( 'http://www.cbspoint.com/plugins/wp-config-file-editor/' );
    173173                 
    174174                break;
  • wp-config-file-editor/trunk/readme.txt

    r1621103 r1746937  
    44Tags: 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
    55Requires at least: 4.0
    6 Tested up to: 4.7.2
    7 Stable tag: 1.6.6
     6Tested up to: 4.8.2
     7Stable tag: 1.6.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    281281== Changelog ==
    282282
     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
    283288= 1.6.6 =
    284289* Enhancement: Work in wide range of Server and PHP configurations
  • wp-config-file-editor/trunk/vendor/composer/autoload_classmap.php

    r1587324 r1746937  
    333333    'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\SecureKeysOptionsTab' => $baseDir . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/SecureKeys.class.php',
    334334    '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',
    336336    'WCFE\\Modules\\Editor\\View\\MultiSiteTools\\MultiSiteToolsHTMLView' => $baseDir . '/Modules/Editor/View/MultiSiteTools/View.html.php',
    337337    '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  
    334334        'WCFE\\Modules\\Editor\\View\\Editor\\Templates\\Tabs\\Tabs\\SecureKeysOptionsTab' => __DIR__ . '/../..' . '/Modules/Editor/View/Editor/Templates/Tabs/Tabs/SecureKeys.class.php',
    335335        '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',
    337337        'WCFE\\Modules\\Editor\\View\\MultiSiteTools\\MultiSiteToolsHTMLView' => __DIR__ . '/../..' . '/Modules/Editor/View/MultiSiteTools/View.html.php',
    338338        '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  
    77* Author: AHMeD SAiD
    88* Author URI: http://www.cbspoint.com/
    9 * Version: 1.6.6
     9* Version: 1.6.7
    1010* 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
    1111* License: GPL2
     
    4646    */
    4747    private $bindingHooks;
    48    
     48   
    4949    /**
    5050    * put your comment there...
     
    175175            $this->sysFiltersModule = new Services\SysFiltersModule( $this );
    176176            $this->sysFiltersModule->start();
    177            
     177           
    178178            # Profiles is totally relying on AJAX
    179179            # editor Ajax should be here too however I will do that
Note: See TracChangeset for help on using the changeset viewer.