Changeset 2841823
- Timestamp:
- 12/31/2022 03:57:47 PM (3 years ago)
- Location:
- n360-splash-screen/trunk
- Files:
-
- 3 edited
-
includes/splash-screen.php (modified) (1 diff)
-
n360-splash-screen.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
n360-splash-screen/trunk/includes/splash-screen.php
r2675763 r2841823 21 21 function n360_splash_page() { 22 22 if ( isset( $this->config['enable_n360_ss'] ) && $this->config['enable_n360_ss'] == 1 ) { 23 $domain = ($_SERVER[' HTTP_HOST'] != 'localhost') ? $_SERVER['HTTP_HOST'] : false;23 $domain = ($_SERVER['SERVER_NAME'] != 'localhost') ? $_SERVER['SERVER_NAME'] : false; 24 24 setCookie( $this->cookie_name, "n360_splash_screen", $this->cookie_expiration, "/", $domain, $_SERVER['HTTPS'] ); 25 25 require_once ( N360_SPLASH_PAGE_ROOT_PATH . 'templates/default-template.php' ); -
n360-splash-screen/trunk/n360-splash-screen.php
r2693045 r2841823 5 5 Plugin URI: https://notion360.com/SplashScreen/ 6 6 Description: Creates a fading splash screen as a landing page for your Wordpress website 7 Version: 1.0. 57 Version: 1.0.6 8 8 Author: bistromatic 9 9 Author URI: https://notion360.com/ … … 12 12 Text Domain: n360splashscreen 13 13 Requires at least: 4.7 14 Tested up to: 5.914 Tested up to: 6.1.1 15 15 */ 16 16 -
n360-splash-screen/trunk/readme.txt
r2693039 r2841823 4 4 Tags: splash page, splash screen, splash landing page, responsive design, background image, full screen page, fade-in, fade-out 5 5 Requires at least: 4.7 6 Tested up to: 5.97 Stable tag: 1.0. 56 Tested up to: 6.1.1 7 Stable tag: 1.0.6 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 63 63 = 1.0.5 = 64 64 * added <meta> tags to improve google search results 65 = 1.0.6 = 66 * changed $_SERVER call to improve cookie handling
Note: See TracChangeset
for help on using the changeset viewer.