diff --git a/.wordpress-org/icon-128x128.png b/.wordpress-org/icon-128x128.png new file mode 100644 index 0000000..173f8dd Binary files /dev/null and b/.wordpress-org/icon-128x128.png differ diff --git a/.wordpress-org/icon-256x256.png b/.wordpress-org/icon-256x256.png new file mode 100644 index 0000000..bd3968b Binary files /dev/null and b/.wordpress-org/icon-256x256.png differ diff --git a/liquid-assets-for-woocommerce.php b/liquid-assets-for-woocommerce.php index f5535b4..6105d8f 100644 --- a/liquid-assets-for-woocommerce.php +++ b/liquid-assets-for-woocommerce.php @@ -2,7 +2,7 @@ /* Plugin Name: Liquid Assets for WooCommerce Description: Configure your products to reference Liquid Assets. The plugin will send Liquid Assets (coinos.io and your own Elements RPC node supported) to customers after successful payment. -Version: 1.8.1 +Version: 1.8.2 Author: Andreas Tasch Author URI: https://attec.at License: MIT diff --git a/readme.txt b/readme.txt index 28ea7f2..afa27ea 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: ndeet Tags: WooCommerce, Liquid Network, Bitcoin, cryptocurrency Requires at least: 4.9 -Tested up to: 5.7 +Tested up to: 5.8 Requires PHP: 7.3 -Stable tag: 1.8 +Stable tag: 1.8.2 License: MIT Configure your products to reference your own Liquid Assets. The plugin will send Liquid Assets (coinos.io and your Elements RPC node supported) to customers after successful payment. @@ -90,10 +90,12 @@ In the search field type "Liquid Assets for WooCommerce". You can install it by 3. Activate the plugin from the Plugins menu within the WordPress admin. == Changelog == += 1.8.2 :: 2021-07-26 = +* Added: Icons for plugin directory +* Changed: Tested WP version 5.8.0 and changed supported version accordingly. = 1.8.1 :: 2021-07-26 = -### Changed -* Do not send admin notification mails if asset was already successfully sent. +* Changed: Do not send admin notification mails if asset was already successfully sent. = 1.8.0 :: 2021-07-26 = Initial public release.