This commit is contained in:
erwanlr
2021-03-13 12:59:58 +01:00
parent 4581113741
commit 12d2d0ffb0
18 changed files with 4628 additions and 4 deletions

View File

@@ -0,0 +1,82 @@
# Theme Integration for WooCommerce Changelog
## 1.2.4, 20210311
### Update
- Plugin name for WPORG repository
### File updates
*.*
## 1.2.3, 20210311
### Add
- Shop page title styles
- Fallback values to CSS variables
### Fix
- WooCommerce blocks styles
### File updates
changelog.md
readme.txt
wc-theme-integration.php
assets/scss/woocommerce.scss
## 1.2.2, 20210126
### Update
- Preventing PHP error related to PHP7+ type hinting and plugins such as WPML
### File updates
changelog.md
wc-theme-integration.php
includes/Loop.php
## 1.2.1, 20201226
### Fix
- PHP error introduced in previous version
### File updates
changelog.md
wc-theme-integration.php
includes/Assets.php
## 1.2.0, 20201215
### Update
- All JavaScript is now vanilla (no jQuery)
- Calling `get_plugin_data` only when needed
### File updates
changelog.md
wc-theme-integration.php
includes/Assets.php
## 1.1.0, 20201119
### Add
- Featured Product block styling
- Active Filters block styling
### Update
- Styles
### Fixed
- Password reset procedure styles
### File updates
changelog.md
wc-theme-integration.php
assets/scss/woocommerce.scss
## 1.0.0, 20200804
- Initial release.