Skip to content

Commit 3df57c0

Browse files
authored
Merge pull request #121 from moderntribe/release/1.3.0
Package version 1.3.0
2 parents 1f1fe1a + 73bd9dc commit 3df57c0

File tree

81 files changed

+9482
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+9482
-96
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.0]
4+
5+
### Added
6+
7+
- Added templates, styles, and plugin logic for compatibility with the Official AMP
8+
Plugin for Wordpress, through version 1.0. Themes still need to be made AMP-compatible
9+
if not using AMP classic mode.
10+
- Added REST endpoints to proxy several BigCommerce API endpoints, including catalog,
11+
channels and cart. Most requests are cached for ten minutes by default.
12+
- Added creation and handling of a BigCommerce webhook to bust cached proxy data
13+
related to a product when the product is updated in BigCommerce.
14+
315
## [1.2.0]
416

517
### Added
@@ -220,6 +232,7 @@
220232

221233

222234
[Unreleased]: https://github.com/moderntribe/bigcommerce/compare/master...develop
235+
[1.3.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.2.0...1.3.0
223236
[1.2.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.1.0...1.2.0
224237
[1.1.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.0.2...1.1.0
225238
[1.0.2]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.0.1...1.0.2

assets/css/bc-admin.css

+12-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bc-admin.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)