Skip to content

Commit

Permalink
Prepare v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ouun committed Oct 28, 2024
1 parent fc878bc commit 0564429
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: werepack, philippmuenchen
Donate link: https://www.paypal.me/ouun
Tags: woocommerce, shipping, coupon, consent, recycle, reuse, ecommerce, sustainable
Requires at least: 4.0.0
Tested up to: 6.5
Tested up to: 6.7
Stable tag: 1.0
Requires PHP: 5.6
License: GPLv2 or later
Expand Down Expand Up @@ -114,6 +114,9 @@ Otherwise, just start to translate on [translate.wordpress.org/projects/wp-plugi

== Changelog ==

= 1.4.6 =
* Update supported WordPress & WooCommerce versions

= 1.4.5 =
* Update supported WordPress & WooCommerce versions

Expand Down
9 changes: 5 additions & 4 deletions repack.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
* Plugin Name: WeRePack - Reuse Packaging for WooCommerce
* Plugin URI: https://WeRePack.org/
* Description: Get permission from your customers to reuse already used shipping packaging. As a shop owner it is an easy way to save resources, money and above all to protect the environment.
* Version: 1.4.5
* Version: 1.4.6
* Author: WeRePack.org
* Author URI: https://WeRePack.org
* Text Domain: repack-for-woocommerce
* Domain Path: /languages
*
* WC requires at least: 3.6
* WC tested up to: 8.6
* Requires Plugins: woocommerce
* WC requires at least: 3.6
* WC tested up to: 9.3
*
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Expand All @@ -32,7 +33,7 @@
/**
* Currently plugin version.
*/
define( 'REPACK_VERSION', '1.4.5' );
define( 'REPACK_VERSION', '1.4.6' );
define( 'REPACK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'REPACK_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit 0564429

Please sign in to comment.