Plugin Directory

Changeset 3147967


Ignore:
Timestamp:
09/07/2024 11:44:24 AM (19 months ago)
Author:
hippooo
Message:

1.4.3

Location:
hippoo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hippoo/trunk/app/web_api.php

    r3117864 r3147967  
    8383        }
    8484    }
     85    $total_weight = round($total_weight, 2);
    8586
    8687    // Retrieve weight unit from WooCommerce settings
     
    119120    $order_currency = $order->get_currency();
    120121
    121     $title = "New order received!";
    122     $content = "Order #" . $order_id;
    123     $content .= " | " . $order_count . " Items";
     122    $title = "Order {$order_id} {$order_status}!";
     123    $content  = $order_count . " Items";
    124124    $content .= " | " . $order_total_price . $order_currency;
    125125    $content .= " | " . "Status: " . $order_status;
  • hippoo/trunk/hippoo.php

    r3117871 r3147967  
    22/**
    33 * Plugin Name: Hippoo!
    4  * Version: 1.4.2
     4 * Version: 1.4.3
    55 * Plugin URI: https://Hippoo.app/
    66 * Description: The Hippoo WooCommerce Plugin enhances your shop by seamlessly integrating with the Hippoo mobile app, offering features like out-of-stock list management, order product image API integration, user authentication, customizable invoices and shipping labels, and barcode generation. Simplify inventory management, order fulfillment, and customer engagement effortlessly.
  • hippoo/trunk/readme.txt

    r3117869 r3147967  
    55Requires at least: 5.3
    66Tested up to: 6.5
    7 Stable tag: /trunk/
     7Stable tag: 1.4.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4949== Changelog ==
    5050
     51* 1.4.3 - Updated the mobile notification text and title, Round the weight on orders
    5152* 1.4.2 - Added invoice and shipping label creation, SKU barcode on product pages, and order ID barcode on order pages.
    5253* 1.3.5 - Change the "Tested up to" value
Note: See TracChangeset for help on using the changeset viewer.