Plugin Directory

Changeset 2838713


Ignore:
Timestamp:
12/23/2022 09:35:13 PM (3 years ago)
Author:
tcordero
Message:

Update to version 1.6.3 from GitHub

Location:
safety-exit
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • safety-exit/tags/1.6.3/lib/Safety_Exit_Frontend.php

    r2837777 r2838713  
    2323        add_action('wp_enqueue_scripts', array($this, 'sftExt_enqueue'));
    2424        add_action( 'wp_body_open', array($this, 'safety_exit_inject'), 100 );
    25         do_action( 'wp_body_open' );
    2625    }
    2726    public function sftExt_enqueue() {
  • safety-exit/tags/1.6.3/readme.txt

    r2837777 r2838713  
    66Tested up to: 6.1.1
    77Requires PHP: 5.2.4
    8 Stable tag: 1.6.2
     8Stable tag: 1.6.3
    99License: GPL-2.0+
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== Changelog ==
     501.6.3:
     51    - Fix: Fixed bug with login
    50521.6.2:
    5153    - 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  
    1212 * Plugin URI:
    1313 * 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.2
     14 * Version:     1.6.3
    1515 * Author:      Tomas Cordero
    1616 * Author URI:  https://tomascordero.com
  • safety-exit/trunk/lib/Safety_Exit_Frontend.php

    r2837777 r2838713  
    2323        add_action('wp_enqueue_scripts', array($this, 'sftExt_enqueue'));
    2424        add_action( 'wp_body_open', array($this, 'safety_exit_inject'), 100 );
    25         do_action( 'wp_body_open' );
    2625    }
    2726    public function sftExt_enqueue() {
  • safety-exit/trunk/readme.txt

    r2837777 r2838713  
    66Tested up to: 6.1.1
    77Requires PHP: 5.2.4
    8 Stable tag: 1.6.2
     8Stable tag: 1.6.3
    99License: GPL-2.0+
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== Changelog ==
     501.6.3:
     51    - Fix: Fixed bug with login
    50521.6.2:
    5153    - 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  
    1212 * Plugin URI:
    1313 * 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.2
     14 * Version:     1.6.3
    1515 * Author:      Tomas Cordero
    1616 * Author URI:  https://tomascordero.com
Note: See TracChangeset for help on using the changeset viewer.