Plugin Directory

Changeset 3376197


Ignore:
Timestamp:
10/10/2025 11:35:51 AM (4 months ago)
Author:
robertosnap
Message:

Update to version 7.12.2 from GitHub

Location:
logistra-woocommerce-integrasjon-fra-wildrobot-app
Files:
4 added
4 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • logistra-woocommerce-integrasjon-fra-wildrobot-app/tags/7.12.2/README.txt

    r3351793 r3376197  
    55Requires at least: 5.1
    66Tested up to: 6.7.2
    7 Stable tag: 7.12.0
     7Stable tag: 7.12.2
    88WC requires at least: 3.0.0
    99WC tested up to: 9.8.1
     
    4949== Changelog ==
    5050
     51== 7.12.2 ==
     52* FIX Bug with print again from order notes.
    5153
    5254== 7.12.1 ==
  • logistra-woocommerce-integrasjon-fra-wildrobot-app/tags/7.12.2/admin/class-wildrobot-logistra-admin.php

    r3351793 r3376197  
    260260    public function display_tracking_in_email($fields, $sent_to_admin, $order)
    261261    {
    262         if (get_option('wildrobot_logistra_freight_track_url_email', "no") === 'yes') {
     262        $send_track_url_email = get_option('wildrobot_logistra_freight_track_url_email');
     263        if ($send_track_url_email === 'yes') {
    263264            $tracking_url = $order->get_meta('logistra-robots-tracking-url', true);
    264265            if (strlen($tracking_url) > 0) {
  • logistra-woocommerce-integrasjon-fra-wildrobot-app/tags/7.12.2/includes/class-wildrobot-logistra-cargonizer.php

    r3258342 r3376197  
    324324
    325325        try {
    326             // $result = Wildrobot_Logistra_Cargonizer::print_consignment($printer_id, $consignment_id);
     326            Wildrobot_Logistra_Cargonizer::print_consignment($printer_id, $consignment_id);
    327327            // Redirect back to the referring page if available
    328328            $referer = wp_get_referer();
  • logistra-woocommerce-integrasjon-fra-wildrobot-app/tags/7.12.2/logistra-robots.php

    r3351793 r3376197  
    1717 * Plugin URI:        https://wildrobot.app/wildrobot-logistra-cargonizer-woocommerce-integrasjon/
    1818 * Description:       Integrate WooCommerce with Profrakt or Logistra - Freight administration made easy by Wildrobot!
    19  * Version:           7.12.1
     19 * Version:           7.12.2
    2020 * Author:            Robertosnap
    2121 * Author URI:        https://wildrobot.app/wildrobot-logistra-cargonizer-woocommerce-integrasjon/
     
    3939 * Rename this for your plugin and update it as you release new versions.
    4040 */
    41 define('WILDROBOT_LOGISTRA_VERSION', '7.12.1');
     41define('WILDROBOT_LOGISTRA_VERSION', '7.12.2');
    4242
    4343/**
  • logistra-woocommerce-integrasjon-fra-wildrobot-app/trunk/README.txt

    r3351793 r3376197  
    55Requires at least: 5.1
    66Tested up to: 6.7.2
    7 Stable tag: 7.12.0
     7Stable tag: 7.12.2
    88WC requires at least: 3.0.0
    99WC tested up to: 9.8.1
     
    4949== Changelog ==
    5050
     51== 7.12.2 ==
     52* FIX Bug with print again from order notes.
    5153
    5254== 7.12.1 ==
  • logistra-woocommerce-integrasjon-fra-wildrobot-app/trunk/admin/class-wildrobot-logistra-admin.php

    r3351793 r3376197  
    260260    public function display_tracking_in_email($fields, $sent_to_admin, $order)
    261261    {
    262         if (get_option('wildrobot_logistra_freight_track_url_email', "no") === 'yes') {
     262        $send_track_url_email = get_option('wildrobot_logistra_freight_track_url_email');
     263        if ($send_track_url_email === 'yes') {
    263264            $tracking_url = $order->get_meta('logistra-robots-tracking-url', true);
    264265            if (strlen($tracking_url) > 0) {
  • logistra-woocommerce-integrasjon-fra-wildrobot-app/trunk/includes/class-wildrobot-logistra-cargonizer.php

    r3258342 r3376197  
    324324
    325325        try {
    326             // $result = Wildrobot_Logistra_Cargonizer::print_consignment($printer_id, $consignment_id);
     326            Wildrobot_Logistra_Cargonizer::print_consignment($printer_id, $consignment_id);
    327327            // Redirect back to the referring page if available
    328328            $referer = wp_get_referer();
  • logistra-woocommerce-integrasjon-fra-wildrobot-app/trunk/logistra-robots.php

    r3351793 r3376197  
    1717 * Plugin URI:        https://wildrobot.app/wildrobot-logistra-cargonizer-woocommerce-integrasjon/
    1818 * Description:       Integrate WooCommerce with Profrakt or Logistra - Freight administration made easy by Wildrobot!
    19  * Version:           7.12.1
     19 * Version:           7.12.2
    2020 * Author:            Robertosnap
    2121 * Author URI:        https://wildrobot.app/wildrobot-logistra-cargonizer-woocommerce-integrasjon/
     
    3939 * Rename this for your plugin and update it as you release new versions.
    4040 */
    41 define('WILDROBOT_LOGISTRA_VERSION', '7.12.1');
     41define('WILDROBOT_LOGISTRA_VERSION', '7.12.2');
    4242
    4343/**
Note: See TracChangeset for help on using the changeset viewer.