Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecedik committed Apr 22, 2022
2 parents 88d4c01 + 918427e commit 719f57d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 31 deletions.
30 changes: 29 additions & 1 deletion woocommerce-shipcloud.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
<?php

/**
* Backwards compat.
* Plugin Name: shipcloud for WooCommerce
* Plugin URI: https://www.wordpress.org/plugins/shipcloud-for-woocommerce/
* Description: Integrates shipcloud shipment services to your WooCommerce shop.
* Version: 2.0.0
* Author: shipcloud GmbH
* Author URI: https://shipcloud.io
* Developer: shipcloud GmbH
* Developer URI: https://developers.shipcloud.io
* WC requires at least: 5.2
* WC tested up to: 6.2.0
* Tested up to: 5.9.1
* Text Domain: shipcloud-for-woocommerce
* Domain Path: /languages/
* Copyright: © 2022 shipcloud GmbH
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
* This plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the license, or
* any later version.
*
* The plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this plugin. If not, see License URI.
*
* @package WC_Shipping_Shipcloud
*/
Expand Down
30 changes: 0 additions & 30 deletions woocommerce-shipping-shipcloud.php
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
<?php
/**
* Plugin Name: shipcloud for WooCommerce
* Plugin URI: https://www.wordpress.org/plugins/shipcloud-for-woocommerce/
* Description: Integrates shipcloud shipment services to your WooCommerce shop.
* Version: 2.0.0
* Author: shipcloud GmbH
* Author URI: https://shipcloud.io
* Developer: shipcloud GmbH
* Developer URI: https://developers.shipcloud.io
* WC requires at least: 5.2
* WC tested up to: 6.2.0
* Tested up to: 5.9.1
* Text Domain: shipcloud-for-woocommerce
* Domain Path: /languages/
* Copyright: © 2022 shipcloud GmbH
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
* This plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the license, or
* any later version.
*
* The plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this plugin. If not, see License URI.
*
* @category Class
* @package WC_Shipping_Shipcloud
* @author Daniel Muenter <info@msltns.com>
Expand Down

0 comments on commit 719f57d

Please sign in to comment.