Plugin Directory

Changeset 3167189


Ignore:
Timestamp:
10/11/2024 01:29:02 PM (18 months ago)
Author:
tigriweb
Message:

FEAT: v1.0.1

  • Feature - Update readme with Playground Demo URL.
  • Fix - Replaced wp_remote_get with wp_remote_post to ensure compatibility with Playground.
Location:
packaging-fit
Files:
46 added
1 edited

Legend:

Unmodified
Added
Removed
  • packaging-fit/trunk/readme.txt

    r3133462 r3167189  
    55Tested up to:      6.6
    66Requires PHP:      7.4
    7 Stable tag:        1.0.0
     7Stable tag:        1.0.1
    88License:           GPLv2 or later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    10 Tags:              box, packer, packing, woocommerce
     10Tags:              box, packer, packing, fit, packing-fit, woocommerce
    1111
    1212Implementation of the “3D” bin packing/knapsack problem i.e. given a list of items, how many boxes do you need to fit them all in.
    1313
    1414== Description ==
     15
     16The Packaging Fit demo in the Playground tool is available [here](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/tigriweb/blueprints/master/packaging-fit/v1.1/blueprint.json).
    1517
    1618Packaging Fit is a comprehensive WordPress plugin designed to assist users in optimizing the packaging of their products. Utilizing advanced 3D bin packing algorithms, Packaging Fit helps determine the most cost-effective way to pack items into boxes, minimizing shipping costs and maximizing space utilization. The plugin is seamlessly integrated with WooCommerce, providing powerful tools for e-commerce store owners to streamline their packing processes.
     
    2628
    2729== Frequently Asked Questions ==
     30
     31= How can I test the plugin before using it on a live site? =
     32
     33A demo of the Packaging Fit plugin is available in the [Playground tool](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/tigriweb/blueprints/master/packaging-fit/v1.1/blueprint.json).
    2834
    2935= Where can I find Packaging Fit documentation? =
     
    8187== Changelog ==
    8288
     89= [1.0.1] 2024-10-11 =
     90
     91* Feature - Update readme with Playground Demo URL.
     92* Fix - Replaced `wp_remote_get` with `wp_remote_post` to ensure compatibility with Playground.
     93
    8394= [1.0.0] 2024-07-02 =
    8495
Note: See TracChangeset for help on using the changeset viewer.