Skip to content

Commit 73bd9dc

Browse files
committed
packaged version 1.3.0 from 9863a111d0a02384e1c42fb403e8dc21b483726d
1 parent 1f1fe1a commit 73bd9dc

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

Lines changed: 13 additions & 0 deletions
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

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bc-admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)