Changeset 2496144
- Timestamp:
- 03/15/2021 04:18:14 PM (5 years ago)
- Location:
- lifeline-donation/trunk
- Files:
-
- 2 edited
-
lifeline-donation.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lifeline-donation/trunk/lifeline-donation.php
r2494490 r2496144 8 8 * Text Domain: lifeline-donation 9 9 * Domain Path: /languages 10 * Version: 1.2.5. 110 * Version: 1.2.5.2 11 11 * 12 12 * @package Lifeline_Donation … … 16 16 defined( 'LIFELINE_DONATION_URL' ) || define( 'LIFELINE_DONATION_URL', plugin_dir_url( __FILE__ ) ); 17 17 18 require_once LIFELINE_DONATION_PATH . 'vendor/autoload.php'; 18 19 19 20 add_action('plugins_loaded', function() { 20 if ( ! class_exists('WebinaneCommerce\\Loader') ) {21 require_once LIFELINE_DONATION_PATH . 'vendor/autoload.php';22 }23 21 load_plugin_textdomain( 'lifeline-donation', false, basename( dirname( __FILE__ ) ) . '/languages' ); 24 22 }, 2); -
lifeline-donation/trunk/readme.txt
r2494490 r2496144 5 5 Requires at least: 5.0 6 6 Tested up to: 5.6 7 Stable tag: 1.2.5. 17 Stable tag: 1.2.5.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 77 77 78 78 == Changelog == 79 = Version 1.2.5.2 = 80 - Fixed: Plugin activation hook for database tables creation. 81 79 82 = Version 1.2.5.1 = 80 83 - Fixed: issue with getting wrong path for wp commerce.
Note: See TracChangeset
for help on using the changeset viewer.