From e2a11de80a3221b708c27d2cce48948c671a4b6b Mon Sep 17 00:00:00 2001 From: magdev Date: Mon, 22 Dec 2025 00:02:19 +0100 Subject: [PATCH] Release version 1.1.6 - Minor improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated Plugin URI to correct repository path and added notes files to gitignore. Changes: - Updated Plugin URI from /wc-tier-package-prices to /magdev/wc-tier-package-prices - Added notes.* to .gitignore to exclude local notes files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 3 +++ wc-tier-and-package-prices.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5b4e88..bce07e6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,9 @@ npm-debug.log # Logs *.log +# Notes +notes.* + # OS .DS_Store ._* diff --git a/wc-tier-and-package-prices.php b/wc-tier-and-package-prices.php index 4949a1d..238d8a9 100644 --- a/wc-tier-and-package-prices.php +++ b/wc-tier-and-package-prices.php @@ -2,7 +2,7 @@ /** * Plugin Name: WooCommerce Tier and Package Prices - * Plugin URI: https://src.bundespruefstelle.ch/wc-tier-package-prices + * Plugin URI: https://src.bundespruefstelle.ch/magdev/wc-tier-package-prices * Description: Add tier pricing and package prices to WooCommerce products with configurable quantities at fixed prices * Version: 1.1.6 * Author: Marco Graetsch