Plugin Directory

Changeset 3294985


Ignore:
Timestamp:
05/16/2025 06:52:34 PM (11 months ago)
Author:
slimndap
Message:

v1.31.1

Location:
jeero/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jeero/trunk/Jeero.php

    r3291026 r3294985  
    66 * Author:          Slim & Dapper
    77 * Author URI:      https://slimndap.com
    8  * Version:         1.31
     8 * Version:         1.31.1
    99 * Text Domain:     jeero
    1010 *
     
    1919}
    2020
    21 define( 'Jeero\VERSION', '1.31' );
     21define( 'Jeero\VERSION', '1.31.1' );
    2222define( 'Jeero\PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    2323define( 'Jeero\PLUGIN_URI', plugin_dir_url( __FILE__ ) );
    2424
    25 include_once \Jeero\PLUGIN_PATH.'includes/Jeero.php';
     25// Bootstrap plugin on init: include core functionality.
     26add_action( 'init', function() {
     27    include_once \Jeero\PLUGIN_PATH . 'includes/Jeero.php';
     28}, 5 );
  • jeero/trunk/readme.txt

    r3291026 r3294985  
    9898= 1.31 =
    9999* Avoid conflicts with plugins and themes that use older versions of Twig.
     100* Fixed WP 6.7+ textdomain loading notice (1.31.1).
    100101
    101102= 1.30 =
Note: See TracChangeset for help on using the changeset viewer.