Skip to content

Commit 6d985d0

Browse files
committed
Release 1.4.14
Added woocommerce/woocommerce-gateway-id-column.php
1 parent b0312c1 commit 6d985d0

5 files changed

Lines changed: 984 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## Release 1.4.14
3+
* Added woocommerce/woocommerce-gateway-id-column.php
4+
5+
26
## Release 1.4.13
37
* Added plugins/gravityforms-text-notifications.php
48

README-snippets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134

135135
| Title | Version | Type | Status | Description |
136136
| ----- | ------- | ---- | ------ | ----------- |
137+
| [WooCommerce Subscription Gateway ID Column](./woocommerce/woocommerce-gateway-id-column.php) | 1.0.0 | mu-plugin | :white_check_mark: | Adds a Gateway ID column to the WooCommerce Subscriptions admin list showing the payment gateway for each subscription |
137138
| [woo-commerce-hide-costofgoodssold-metadata.php](./woocommerce/woocommerce-hide-costofgoodssold-metadata.php) | 1.0.0 | snippet | :white_check_mark: | Hides item metadata for the WooCommerce Costs of Goods Sold on specific Booster for WooCommerce plugin shortcodes |
138139
| [woocommerce-order-search-in-admin-bar.php](./woocommerce/woocommerce-order-search-in-admin-bar.php) | 1.0.0 | Snippet | :white_check_mark: | Add shop order search in the admin bar |
139140
| [woocommerce-wc_product_loop_transient-expiration-to-1-day.php](./woocommerce/woocommerce-wc_product_loop_transient-expiration-to-1-day.php) | 1.0.0 | snippet | :white_check_mark: | Change wc_product_loop transient expiration to 1 day |

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ The status field is used to indicate the current status of the snippet. This is
148148

149149
| Title | Version | Type | Status | Description |
150150
| ----- | ------- | ---- | ------ | ----------- |
151+
| [WooCommerce Subscription Gateway ID Column](./woocommerce/woocommerce-gateway-id-column.php) | 1.0.0 | mu-plugin | :white_check_mark: | Adds a Gateway ID column to the WooCommerce Subscriptions admin list showing the payment gateway for each subscription |
151152
| [woo-commerce-hide-costofgoodssold-metadata.php](./woocommerce/woocommerce-hide-costofgoodssold-metadata.php) | 1.0.0 | snippet | :white_check_mark: | Hides item metadata for the WooCommerce Costs of Goods Sold on specific Booster for WooCommerce plugin shortcodes |
152153
| [woocommerce-order-search-in-admin-bar.php](./woocommerce/woocommerce-order-search-in-admin-bar.php) | 1.0.0 | Snippet | :white_check_mark: | Add shop order search in the admin bar |
153154
| [woocommerce-wc_product_loop_transient-expiration-to-1-day.php](./woocommerce/woocommerce-wc_product_loop_transient-expiration-to-1-day.php) | 1.0.0 | snippet | :white_check_mark: | Change wc_product_loop transient expiration to 1 day |
@@ -159,6 +160,10 @@ The status field is used to indicate the current status of the snippet. This is
159160
| [Failover Status Monitor](./wp-failover/wp-failover.php) | 1.0.0 | mu-plugin | :white_check_mark: | Monitors failover status and provides notifications. |
160161

161162
# Changelog
163+
## Release 1.4.14
164+
* Added woocommerce/woocommerce-gateway-id-column.php
165+
166+
162167
## Release 1.4.13
163168
* Added plugins/gravityforms-text-notifications.php
164169

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.12
1+
1.4.14

0 commit comments

Comments
 (0)