Changeset 2427869
- Timestamp:
- 11/28/2020 08:49:23 PM (5 years ago)
- Location:
- super-simple-site-offline-beta
- Files:
-
- 32 added
- 1 deleted
- 4 edited
-
tags/1.10 (added)
-
tags/1.10/LICENSE (added)
-
tags/1.10/css (added)
-
tags/1.10/css/admin.css (added)
-
tags/1.10/css/style-bar.css (added)
-
tags/1.10/css/style-bar_light.css (added)
-
tags/1.10/css/style-classic_dark.css (added)
-
tags/1.10/css/style-dot.css (added)
-
tags/1.10/css/style.css (added)
-
tags/1.10/img (added)
-
tags/1.10/img/age-checkbox-for-woocommerce.png (added)
-
tags/1.10/img/betalogo-b.png (added)
-
tags/1.10/img/rebranded-pro-the-agency-toolkit.png (added)
-
tags/1.10/img/simple-analytics-tag-beta.png (added)
-
tags/1.10/img/super-simple-age-gate-beta.png (added)
-
tags/1.10/img/super-simple-recaptcha-v3.png (added)
-
tags/1.10/img/super-simple-site-offline-beta.png (added)
-
tags/1.10/inc (added)
-
tags/1.10/inc/functions-install.php (added)
-
tags/1.10/inc/functions-nav.php (added)
-
tags/1.10/inc/functions-offline.php (added)
-
tags/1.10/inc/functions-rest.php (added)
-
tags/1.10/inc/functions-wp-admin.php (added)
-
tags/1.10/readme.txt (added)
-
tags/1.10/screenshot-1.png (added)
-
tags/1.10/screenshot-2.png (added)
-
tags/1.10/screenshot-3.png (added)
-
tags/1.10/screenshot-4.png (added)
-
tags/1.10/simple-site-offline-beta.php (added)
-
tags/1.10/template (added)
-
tags/1.10/template/wp-admin-form.php (added)
-
tags/1.10/template/wp-offline-page.php (added)
-
trunk/inc/functions-wp-admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-site-offline-beta.php (modified) (2 diffs)
-
trunk/template/wp-offline-page.php (modified) (1 diff)
-
trunk/uninstall.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
super-simple-site-offline-beta/trunk/inc/functions-wp-admin.php
r2361706 r2427869 136 136 class="large-text code" 137 137 rows="10" 138 cols="50"><?php echo esc_html($arg['selected']); ?></textarea>138 cols="50"><?php echo $arg['selected']; ?></textarea> 139 139 </div> 140 140 <?php -
super-simple-site-offline-beta/trunk/readme.txt
r2376973 r2427869 4 4 Donate link: https://www.patreon.com/betadev 5 5 Requires at least: 5.2 6 Tested up to: 5. 56 Tested up to: 5.7 7 7 Requires PHP: 7 8 Stable tag: 1. 98 Stable tag: 1.10 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 51 51 52 52 == Changelog == 53 = 1.10 = 54 * Fixed an escape bug (thanks @pattihis) 55 * Tested up to 5.7 56 53 57 = 1.9 = 54 58 * 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 4 4 * Plugin URI: https://rikjanssen.info/plugins/super-simple-site-offline-for-wordpress/ 5 5 * 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. 96 * Version: 1.10 7 7 * Author: Rik Janssen 8 8 * Author URI: https://rikjanssen.info … … 42 42 register_activation_hook( __FILE__, 'bcSOFF_run_installation' ); 43 43 register_deactivation_hook( __FILE__, 'bcSOFF_run_deactivation' ); 44 45 46 47 ?> -
super-simple-site-offline-beta/trunk/template/wp-offline-page.php
r2376973 r2427869 33 33 <?php bcSOFF_tracking_tags('top'); ?> 34 34 <style> 35 <?php echo esc_html($message_css); ?>35 <?php echo $message_css; ?> 36 36 </style> 37 37 <body class="betaplugin">
Note: See TracChangeset
for help on using the changeset viewer.