Plugin Directory

Changeset 2496144


Ignore:
Timestamp:
03/15/2021 04:18:14 PM (5 years ago)
Author:
webinnane
Message:

Fixed issue #20

Location:
lifeline-donation/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lifeline-donation/trunk/lifeline-donation.php

    r2494490 r2496144  
    88 * Text Domain:     lifeline-donation
    99 * Domain Path:     /languages
    10  * Version:         1.2.5.1
     10 * Version:         1.2.5.2
    1111 *
    1212 * @package         Lifeline_Donation
     
    1616defined( 'LIFELINE_DONATION_URL' ) || define( 'LIFELINE_DONATION_URL', plugin_dir_url( __FILE__ ) );
    1717
     18require_once LIFELINE_DONATION_PATH . 'vendor/autoload.php';
    1819
    1920add_action('plugins_loaded', function() {
    20     if ( ! class_exists('WebinaneCommerce\\Loader') ) {
    21         require_once LIFELINE_DONATION_PATH . 'vendor/autoload.php';
    22     }
    2321    load_plugin_textdomain( 'lifeline-donation', false, basename( dirname( __FILE__ ) ) . '/languages' );
    2422}, 2);
  • lifeline-donation/trunk/readme.txt

    r2494490 r2496144  
    55Requires at least: 5.0
    66Tested up to: 5.6
    7 Stable tag: 1.2.5.1
     7Stable tag: 1.2.5.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    7777
    7878== Changelog ==
     79= Version 1.2.5.2 =
     80- Fixed: Plugin activation hook for database tables creation.
     81
    7982= Version 1.2.5.1 =
    8083- Fixed: issue with getting wrong path for wp commerce.
Note: See TracChangeset for help on using the changeset viewer.