Changeset 3167189
- Timestamp:
- 10/11/2024 01:29:02 PM (18 months ago)
- Location:
- packaging-fit
- Files:
-
- 46 added
- 1 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/css (added)
-
tags/1.0.1/assets/css/_base (added)
-
tags/1.0.1/assets/css/_base/_css-variables.scss (added)
-
tags/1.0.1/assets/css/_base/_general.scss (added)
-
tags/1.0.1/assets/css/_base/_keyframes.scss (added)
-
tags/1.0.1/assets/css/_base/_mixins.scss (added)
-
tags/1.0.1/assets/css/_base/_variables.scss (added)
-
tags/1.0.1/assets/css/admin.css (added)
-
tags/1.0.1/assets/css/admin.scss (added)
-
tags/1.0.1/assets/css/generate-data.css (added)
-
tags/1.0.1/assets/css/generate-data.scss (added)
-
tags/1.0.1/assets/js (added)
-
tags/1.0.1/assets/js/admin.bundle.js (added)
-
tags/1.0.1/assets/js/admin.js (added)
-
tags/1.0.1/assets/js/generate-data.bundle.js (added)
-
tags/1.0.1/assets/js/generate-data.js (added)
-
tags/1.0.1/assets/js/modules (added)
-
tags/1.0.1/assets/js/modules/twpfBoxUpdater.js (added)
-
tags/1.0.1/assets/js/modules/twpfInnerBoxUpdater.js (added)
-
tags/1.0.1/assets/js/plugins (added)
-
tags/1.0.1/assets/js/plugins/popper.min.js (added)
-
tags/1.0.1/assets/js/plugins/tippy.min.js (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/admin (added)
-
tags/1.0.1/includes/admin/class-twpf-admin-menu.php (added)
-
tags/1.0.1/includes/admin/class-twpf-admin-settings.php (added)
-
tags/1.0.1/includes/admin/class-twpf-global-options.php (added)
-
tags/1.0.1/includes/admin/class-twpf-sanitizer.php (added)
-
tags/1.0.1/includes/admin/index.php (added)
-
tags/1.0.1/includes/helpers (added)
-
tags/1.0.1/includes/helpers/class-twpf-api-helper.php (added)
-
tags/1.0.1/includes/index.php (added)
-
tags/1.0.1/includes/integrations (added)
-
tags/1.0.1/includes/integrations/woocommerce (added)
-
tags/1.0.1/includes/integrations/woocommerce/class-twpf-woocommerce.php (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/packaging-fit-pl_PL.mo (added)
-
tags/1.0.1/languages/packaging-fit-pl_PL.po (added)
-
tags/1.0.1/languages/packaging-fit-uk.mo (added)
-
tags/1.0.1/languages/packaging-fit-uk.po (added)
-
tags/1.0.1/languages/packaging-fit.pot (added)
-
tags/1.0.1/packaging-fit.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
packaging-fit/trunk/readme.txt
r3133462 r3167189 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 Tags: box, packer, packing, woocommerce10 Tags: box, packer, packing, fit, packing-fit, woocommerce 11 11 12 12 Implementation 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. 13 13 14 14 == Description == 15 16 The 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). 15 17 16 18 Packaging 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. … … 26 28 27 29 == Frequently Asked Questions == 30 31 = How can I test the plugin before using it on a live site? = 32 33 A 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). 28 34 29 35 = Where can I find Packaging Fit documentation? = … … 81 87 == Changelog == 82 88 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 83 94 = [1.0.0] 2024-07-02 = 84 95
Note: See TracChangeset
for help on using the changeset viewer.