Plugin Directory

Changeset 3204609


Ignore:
Timestamp:
12/09/2024 05:50:20 AM (16 months ago)
Author:
trackship
Message:

Version update 1.8.9

Location:
trackship-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trackship-for-woocommerce/trunk/readme.txt

    r3187579 r3204609  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.8.8
     7Stable tag: 1.8.9
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    138138
    139139== Changelog ==
     140= 1.8.9 - 2024-12-09 =
     141* Fix - Translation warning with WordPress 6.7.1 fixed
     142* Update - tested up to WP versions for the WordPress 6.7.1 release
     143* Update - tested up to WC versions for the WooCommerce 9.4.3 release
     144
    140145= 1.8.8 - 2024-11-13 =
    141146* Fix - Translation issue with WordPress 6.7 fixed
  • trackship-for-woocommerce/trunk/trackship-for-woocommerce.php

    r3187579 r3204609  
    33 * Plugin Name: TrackShip for WooCommerce
    44 * Description: TrackShip for WooCommerce integrates TrackShip into your WooCommerce Store and auto-tracks your orders, automates your post-shipping workflow and allows you to provide a superior Post-Purchase experience to your customers.
    5  * Version: 1.8.8
     5 * Version: 1.8.9
    66 * Author: TrackShip
    77 * Author URI: https://trackship.com/
     
    2525     * @var string
    2626    */
    27     public $version = '1.8.8';
     27    public $version = '1.8.9';
    2828    public $plugin_path;
    2929    public $ts_install;
     
    248248    */
    249249    public function on_plugins_loaded() {
    250         //load plugin textdomain
    251         load_plugin_textdomain( 'trackship-for-woocommerce', false, dirname( plugin_basename(__FILE__) ) . '/language/' );
    252        
    253250        $trackship_apikey = is_trackship_connected();
    254 
     251       
    255252        //load customizer
    256253        if ( $trackship_apikey ) {
     
    259256        }
    260257        require_once $this->get_plugin_path() . '/includes/trackship-email-manager.php';
     258       
     259        //load plugin textdomain
     260        load_plugin_textdomain( 'trackship-for-woocommerce', false, dirname( plugin_basename(__FILE__) ) . '/language/' );
    261261    }
    262262
Note: See TracChangeset for help on using the changeset viewer.