Skip to content

Commit 67a88cd

Browse files
chore(2.x): release 2.0.0 (#52)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7988120 commit 67a88cd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Timber Integration for WooCommerce
22

3+
## [2.0.0](https://github.com/mindkomm/timber-integration-woocommerce/compare/v1.1.0...v2.0.0) (2025-04-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Deprecate `theme/woocommerce/views_folder` filter in favor of `timber/woocommerce/views_folder`
9+
* Deprecate timber/integration/woocommerce/product filter in favor of timber/woocommerce/product ([#50](https://github.com/mindkomm/timber-integration-woocommerce/issues/50))
10+
* Remove `woocommerce_shop_loop` hook call in `Product::setup()` to reduce side effects ([#48](https://github.com/mindkomm/timber-integration-woocommerce/issues/48))
11+
12+
### Features
13+
14+
* Deprecate `theme/woocommerce/views_folder` filter in favor of `timber/woocommerce/views_folder` ([ac58e4f](https://github.com/mindkomm/timber-integration-woocommerce/commit/ac58e4fc991ad79fa2057660c5be285d5af278d2))
15+
* Deprecate timber/integration/woocommerce/product filter in favor of timber/woocommerce/product ([#50](https://github.com/mindkomm/timber-integration-woocommerce/issues/50)) ([359eddb](https://github.com/mindkomm/timber-integration-woocommerce/commit/359eddbeec707b90ad4a7cd6fe4b2edf3ba9e458))
16+
* Remove `woocommerce_shop_loop` hook call in `Product::setup()` to reduce side effects ([#48](https://github.com/mindkomm/timber-integration-woocommerce/issues/48)) ([484e621](https://github.com/mindkomm/timber-integration-woocommerce/commit/484e6211d3b703626bce9daea7bbd00decf39f36))
17+
18+
19+
### Bug Fixes
20+
21+
* Fix bugs when templates are accessed in the WooCommerce status screen ([7988120](https://github.com/mindkomm/timber-integration-woocommerce/commit/79881205eacdbf0eabfe50c86596be6fcb16f536))
22+
323
## [1.1.0](https://github.com/mindkomm/timber-integration-woocommerce/compare/1.0.1...v1.1.0) (2024-09-10)
424

525

0 commit comments

Comments
 (0)