Changeset 2838713
- Timestamp:
- 12/23/2022 09:35:13 PM (3 years ago)
- Location:
- safety-exit
- Files:
-
- 6 edited
- 1 copied
-
tags/1.6.3 (copied) (copied from safety-exit/trunk)
-
tags/1.6.3/lib/Safety_Exit_Frontend.php (modified) (1 diff)
-
tags/1.6.3/readme.txt (modified) (2 diffs)
-
tags/1.6.3/safety-exit.php (modified) (1 diff)
-
trunk/lib/Safety_Exit_Frontend.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/safety-exit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
safety-exit/tags/1.6.3/lib/Safety_Exit_Frontend.php
r2837777 r2838713 23 23 add_action('wp_enqueue_scripts', array($this, 'sftExt_enqueue')); 24 24 add_action( 'wp_body_open', array($this, 'safety_exit_inject'), 100 ); 25 do_action( 'wp_body_open' );26 25 } 27 26 public function sftExt_enqueue() { -
safety-exit/tags/1.6.3/readme.txt
r2837777 r2838713 6 6 Tested up to: 6.1.1 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.6. 28 Stable tag: 1.6.3 9 9 License: GPL-2.0+ 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 48 48 49 49 == Changelog == 50 1.6.3: 51 - Fix: Fixed bug with login 50 52 1.6.2: 51 53 - Fix: Instead of depending on the theme to run fire the `wp_body_open` hook, we now run it in the plugin's init method. -
safety-exit/tags/1.6.3/safety-exit.php
r2837777 r2838713 12 12 * Plugin URI: 13 13 * Description: This plugin will inject a button on your website that will allow a website user to quickly navigate away from your website. 14 * Version: 1.6. 214 * Version: 1.6.3 15 15 * Author: Tomas Cordero 16 16 * Author URI: https://tomascordero.com -
safety-exit/trunk/lib/Safety_Exit_Frontend.php
r2837777 r2838713 23 23 add_action('wp_enqueue_scripts', array($this, 'sftExt_enqueue')); 24 24 add_action( 'wp_body_open', array($this, 'safety_exit_inject'), 100 ); 25 do_action( 'wp_body_open' );26 25 } 27 26 public function sftExt_enqueue() { -
safety-exit/trunk/readme.txt
r2837777 r2838713 6 6 Tested up to: 6.1.1 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.6. 28 Stable tag: 1.6.3 9 9 License: GPL-2.0+ 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 48 48 49 49 == Changelog == 50 1.6.3: 51 - Fix: Fixed bug with login 50 52 1.6.2: 51 53 - Fix: Instead of depending on the theme to run fire the `wp_body_open` hook, we now run it in the plugin's init method. -
safety-exit/trunk/safety-exit.php
r2837777 r2838713 12 12 * Plugin URI: 13 13 * Description: This plugin will inject a button on your website that will allow a website user to quickly navigate away from your website. 14 * Version: 1.6. 214 * Version: 1.6.3 15 15 * Author: Tomas Cordero 16 16 * Author URI: https://tomascordero.com
Note: See TracChangeset
for help on using the changeset viewer.