updated author uri and email address

This commit is contained in:
2025-12-31 23:32:21 +01:00
parent ee81de86c2
commit 7931dbeef9
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"authors": [ "authors": [
{ {
"name": "Marco Graetsch", "name": "Marco Graetsch",
"email": "marco@example.com" "email": "magdev3.0@gmail.com"
} }
], ],
"require": { "require": {

View File

@@ -1,11 +1,12 @@
<?php <?php
/** /**
* Plugin Name: WooCommerce Composable Products * Plugin Name: WooCommerce Composable Products
* Plugin URI: https://github.com/magdev/wc-composable-product * Plugin URI: https://src.bundespruefstelle.ch/magdev/wc-composable-product
* Description: Create composable products where customers select a limited number of items from a configurable set * Description: Create composable products where customers select a limited number of items from a configurable set
* Version: 1.1.13 * Version: 1.1.13
* Author: Marco Graetsch * Author: Marco Graetsch
* Author URI: https://example.com * Author URI: https://src.bundespruefstelle.ch/magdev
* License: GPL v3 or later * License: GPL v3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html * License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: wc-composable-product * Text Domain: wc-composable-product