Changeset 3294985
- Timestamp:
- 05/16/2025 06:52:34 PM (11 months ago)
- Location:
- jeero/trunk
- Files:
-
- 2 edited
-
Jeero.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jeero/trunk/Jeero.php
r3291026 r3294985 6 6 * Author: Slim & Dapper 7 7 * Author URI: https://slimndap.com 8 * Version: 1.31 8 * Version: 1.31.1 9 9 * Text Domain: jeero 10 10 * … … 19 19 } 20 20 21 define( 'Jeero\VERSION', '1.31 ' );21 define( 'Jeero\VERSION', '1.31.1' ); 22 22 define( 'Jeero\PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 23 23 define( 'Jeero\PLUGIN_URI', plugin_dir_url( __FILE__ ) ); 24 24 25 include_once \Jeero\PLUGIN_PATH.'includes/Jeero.php'; 25 // Bootstrap plugin on init: include core functionality. 26 add_action( 'init', function() { 27 include_once \Jeero\PLUGIN_PATH . 'includes/Jeero.php'; 28 }, 5 ); -
jeero/trunk/readme.txt
r3291026 r3294985 98 98 = 1.31 = 99 99 * Avoid conflicts with plugins and themes that use older versions of Twig. 100 * Fixed WP 6.7+ textdomain loading notice (1.31.1). 100 101 101 102 = 1.30 =
Note: See TracChangeset
for help on using the changeset viewer.