diff --git a/CHANGELOG.md b/CHANGELOG.md index d616cf2..6cdd82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.1.0-beta.2 +## 30-04-2016 + +1. [](#new) + * Use the new URL callback structure for ShoppingCart 1.1 + # v1.0.2 ## 21-04-2016 diff --git a/blueprints.yaml b/blueprints.yaml index f03b541..4920a12 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,17 +1,19 @@ name: Shopping Cart PayPal Express Addon -version: 1.0.2 +version: 1.1.0-beta.2 description: "Add PayPal Express checkout to the Grav Shopping Cart Plugin. Requires a PayPal Premier / Business account." icon: shopping-cart author: name: Flavio Copes email: copesc@gmail.com - url: http://flaviocopes.com -homepage: http://gravshoppingcart.com + url: https://flaviocopes.com +homepage: https://gravcart.com keywords: shoppingcart, ecommerce, e-commerce, plugin, shop, cart, paypal -readme: https://gravshoppingcart.com/docs +readme: https://gravcart.com/docs bugs: https://github.com/flaviocopes/grav-plugin-shoppingcart/issues license: MIT +testing: true + dependencies: - { name: shoppingcart, version: '~1.1' }