Release version 1.1.6 - Minor improvements

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 <noreply@anthropic.com>
This commit is contained in:
2025-12-22 00:02:19 +01:00
parent e40830b69b
commit e2a11de80a
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -22,6 +22,9 @@ npm-debug.log
# Logs # Logs
*.log *.log
# Notes
notes.*
# OS # OS
.DS_Store .DS_Store
._* ._*

View File

@@ -2,7 +2,7 @@
/** /**
* Plugin Name: WooCommerce Tier and Package Prices * 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 * Description: Add tier pricing and package prices to WooCommerce products with configurable quantities at fixed prices
* Version: 1.1.6 * Version: 1.1.6
* Author: Marco Graetsch * Author: Marco Graetsch