Plugin Directory

Changeset 2579818


Ignore:
Timestamp:
08/08/2021 06:29:00 AM (5 years ago)
Author:
betacore
Message:

2.0.2 bugfix

Location:
super-simple-site-offline-beta/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • super-simple-site-offline-beta/trunk/functions/admin.php

    r2579448 r2579818  
    108108    register_setting( 'bcSOFF_offlinedesign', 'bcSOFF_offline_theme', $args_text );
    109109    register_setting( 'bcSOFF_offlinedesign', 'bcSOFF_offline_css', $args_html );
    110    
    111110    register_setting( 'bcSOFF_offlinedesign', 'bcSOFF_offline_label', $args_html );
    112111   
  • super-simple-site-offline-beta/trunk/readme.txt

    r2579453 r2579818  
    55Tested up to: 5.8
    66Requires PHP: 7
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5050
    5151== Changelog ==
     52
     53= 2.0.2 =
     54* Data from WP_Editor wasn't being saved
     55
    5256= 2.0.1 =
    5357* Fixed a static class
  • super-simple-site-offline-beta/trunk/simple-site-offline.php

    r2579453 r2579818  
    44* Plugin URI: https://rikjanssen.info/plugins/super-simple-site-offline-for-wordpress/
    55* Description: Hide or redirect your website in an instant! The Super Simple Site Offline Plugin does exactly that and is above all easy to customize and track via Google Analytics or Google Tagmanager. But for your visitor just a nice little maintenance message or redirect. Nothing more.
    6 * Version: 2.0.1
     6* Version: 2.0.2
    77* Author: Rik Janssen
    88* Author URI: https://rikjanssen.info
  • super-simple-site-offline-beta/trunk/template/wp-admin-design.php

    r2579448 r2579818  
    5656                }
    5757
    58                 wp_editor( $get_a_message, 'ssso_message_editor' ); ?>
     58                $textarea_vars = array( 'name'=>'offline_message',
     59                                     'selected'=>$get_a_message
     60                                   );
     61
     62                sso_forms::textarea($textarea_vars); ?>
    5963                                         <p><?php _e('Write a message for the people that visit your site when offline mode is enabled. You can use HTML in this field but no javascript. If you like to return to the original message, just empty this field and save. You can also use shortcodes to embed forms like the one from Contact Form 7 here.','betaoffline'); ?></p><br />
    6064                 </td>
Note: See TracChangeset for help on using the changeset viewer.