Plugin Directory

Changeset 2427869


Ignore:
Timestamp:
11/28/2020 08:49:23 PM (5 years ago)
Author:
betacore
Message:

1.10 Version, some bug fixes and tested up to WP 5.7

Location:
super-simple-site-offline-beta
Files:
32 added
1 deleted
4 edited

Legend:

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

    r2361706 r2427869  
    136136              class="large-text code"
    137137              rows="10"
    138               cols="50"><?php echo esc_html($arg['selected']); ?></textarea>
     138              cols="50"><?php echo $arg['selected']; ?></textarea>
    139139</div>
    140140<?php   
  • super-simple-site-offline-beta/trunk/readme.txt

    r2376973 r2427869  
    44Donate link: https://www.patreon.com/betadev
    55Requires at least: 5.2
    6 Tested up to: 5.5
     6Tested up to: 5.7
    77Requires PHP: 7
    8 Stable tag: 1.9
     8Stable tag: 1.10
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5151
    5252== Changelog ==
     53= 1.10 =
     54* Fixed an escape bug (thanks @pattihis)
     55* Tested up to 5.7
     56
    5357= 1.9 =
    5458* Added a way to check for bugs and keep track of running instances.
  • super-simple-site-offline-beta/trunk/simple-site-offline-beta.php

    r2376976 r2427869  
    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: 1.9
     6* Version: 1.10
    77* Author: Rik Janssen
    88* Author URI: https://rikjanssen.info
     
    4242register_activation_hook( __FILE__, 'bcSOFF_run_installation' );
    4343register_deactivation_hook( __FILE__, 'bcSOFF_run_deactivation' );
    44 
    45 
    46 
    47 ?>
  • super-simple-site-offline-beta/trunk/template/wp-offline-page.php

    r2376973 r2427869  
    3333    <?php bcSOFF_tracking_tags('top'); ?>
    3434    <style>
    35         <?php echo esc_html($message_css); ?>
     35        <?php echo $message_css; ?>
    3636    </style>
    3737    <body class="betaplugin">
Note: See TracChangeset for help on using the changeset viewer.