Plugin Directory

Changeset 2213493


Ignore:
Timestamp:
12/17/2019 09:40:46 AM (6 years ago)
Author:
wordpresssimpletools
Message:

rebranding

Location:
wpsimpletools-maintenance-mode/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpsimpletools-maintenance-mode/trunk/readme.txt

    r2211545 r2213493  
    1 === WpSimpleTools Maintenance Mode ===
     1=== Maintenance Mode with 'coming soon' page or redirect ===
    22Contributors: WpSimpleTools
    33Tags: maintenance mode, maintenance
     
    66Requires PHP: 5.0.0
    77Tested up to: 5.3
    8 Stable tag: 1.1.0
     8Stable tag: 1.1.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1919== Upgrade Notice ==
    2020
    21 = 1.0.0 =
    22 1.0.0 First release
    23 
    24 = 1.0.1 =
    25 1.0.1 Minor fixes
    26 
    27 = 1.0.2 =
    28 1.0.2 Minor fixes
    29 
    30 = 1.0.3 =
    31 1.0.3 Translation ready (email me to support!)
    32 
    33 = 1.0.4 =
    34 1.0.4 WP 5.2.3 supported
    35 
    36 = 1.0.5 =
    37 1.0.5 WP 5.3 supported
    38 
    39 = 1.1.0 =
    40 New settings page
     21= 1.1.2 =
     22Rebranding
    4123
    4224== Frequently Asked Questions ==
     
    5840= 1.1.0 =
    5941New settings page
     42= 1.1.2 =
     43Rebranding
    6044
    6145== Screenshots ==
  • wpsimpletools-maintenance-mode/trunk/wpsimpletools-maintenance.php

    r2211545 r2213493  
    66 * Author: WpSimpleTools
    77 * Author URI: https://profiles.wordpress.org/wpsimpletools/#content-plugins
    8  * Version: 1.1.0
     8 * Version: 1.1.2
    99 * Plugin Slug: wpsimpletools-maintenance
    1010 * Text Domain: wpsimpletools-maintenance-mode
     
    2020// }
    2121// add_action('plugins_loaded', 'wpst_m_init');
    22 
    2322function wpst_m_process_redirect() {
    2423
     
    5554add_action('send_headers', 'wpst_m_process_redirect', 1);
    5655
    57 function wpst_m_activation() {
     56// function wpst_m_activation() {
    5857
    59 }
    60 register_activation_hook(__FILE__, 'wpst_m_activation');
     58// }
     59// register_activation_hook(__FILE__, 'wpst_m_activation');
    6160
    6261function wpst_m_deactivation() {
     
    6564    delete_option('maintenancePage');
    6665    delete_option('url');
     66    delete_option('pageTitle');
     67    delete_option('pageText');
    6768}
    6869register_deactivation_hook(__FILE__, 'wpst_m_deactivation');
Note: See TracChangeset for help on using the changeset viewer.