Changeset 3127781
- Timestamp:
- 07/30/2024 04:33:26 AM (20 months ago)
- Location:
- bigcommerce
- Files:
-
- 8 edited
- 1 copied
-
tags/5.0.8 (copied) (copied from bigcommerce/trunk)
-
tags/5.0.8/CHANGELOG.md (modified) (2 diffs)
-
tags/5.0.8/bigcommerce.php (modified) (1 diff)
-
tags/5.0.8/readme.txt (modified) (1 diff)
-
tags/5.0.8/src/BigCommerce/Plugin.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (2 diffs)
-
trunk/bigcommerce.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/BigCommerce/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bigcommerce/tags/5.0.8/CHANGELOG.md
r3010297 r3127781 1 1 # Changelog 2 3 ## [5.0.8] 4 5 ### Changed 6 - Update plugin readme `tested up` version 2 7 3 8 ## [5.0.7] … … 1915 1920 1916 1921 1922 [5.0.8]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.7...5.0.8 1917 1923 [5.0.7]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.6...5.0.7 1918 1924 [5.0.6]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.5...5.0.6 -
bigcommerce/tags/5.0.8/bigcommerce.php
r3010297 r3127781 4 4 Description: Scale your ecommerce business with WordPress on the front-end and BigCommerce on the back end. Free up server resources from things like catalog management, processing payments, and managing fulfillment logistics. 5 5 Author: BigCommerce 6 Version: 5.0. 76 Version: 5.0.8 7 7 Author URI: https://www.bigcommerce.com/wordpress 8 8 Requires PHP: 7.4.0 -
bigcommerce/tags/5.0.8/readme.txt
r3026047 r3127781 1 1 === BigCommerce For WordPress === 2 Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani, jbirthler, kdiplas, iliabaum, joshliston, nickioa, fernando22, mr_speer, geoffgraham, yuenvision, xwp, karenpwhite, mlkilderkin 2 Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani, jbirthler, kdiplas, iliabaum, joshliston, nickioa, fernando22, mr_speer, geoffgraham, yuenvision, xwp, karenpwhite, mlkilderkin, ericbher, karmatosed, lukecarbis 3 3 Tags: ecommerce, online store, sell online, storefront, retail, online shop, bigcommerce, big commerce, e-commerce, physical products, buy buttons, commerce, shopping cart, checkout, cart, shop, headless commerce, shipping, payments, fulfillment 4 4 Requires at least: 5.2 5 Tested up to: 6. 3.16 Stable tag: 5.0. 75 Tested up to: 6.6 6 Stable tag: 5.0.8 7 7 Requires PHP: 7.4.0 8 8 License: GPLv2 or later -
bigcommerce/tags/5.0.8/src/BigCommerce/Plugin.php
r3010297 r3127781 5 5 6 6 class Plugin { 7 const VERSION = '5.0. 7';7 const VERSION = '5.0.8'; 8 8 9 9 protected static $_instance; -
bigcommerce/trunk/CHANGELOG.md
r3010297 r3127781 1 1 # Changelog 2 3 ## [5.0.8] 4 5 ### Changed 6 - Update plugin readme `tested up` version 2 7 3 8 ## [5.0.7] … … 1915 1920 1916 1921 1922 [5.0.8]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.7...5.0.8 1917 1923 [5.0.7]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.6...5.0.7 1918 1924 [5.0.6]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.5...5.0.6 -
bigcommerce/trunk/bigcommerce.php
r3010297 r3127781 4 4 Description: Scale your ecommerce business with WordPress on the front-end and BigCommerce on the back end. Free up server resources from things like catalog management, processing payments, and managing fulfillment logistics. 5 5 Author: BigCommerce 6 Version: 5.0. 76 Version: 5.0.8 7 7 Author URI: https://www.bigcommerce.com/wordpress 8 8 Requires PHP: 7.4.0 -
bigcommerce/trunk/readme.txt
r3026047 r3127781 1 1 === BigCommerce For WordPress === 2 Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani, jbirthler, kdiplas, iliabaum, joshliston, nickioa, fernando22, mr_speer, geoffgraham, yuenvision, xwp, karenpwhite, mlkilderkin 2 Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani, jbirthler, kdiplas, iliabaum, joshliston, nickioa, fernando22, mr_speer, geoffgraham, yuenvision, xwp, karenpwhite, mlkilderkin, ericbher, karmatosed, lukecarbis 3 3 Tags: ecommerce, online store, sell online, storefront, retail, online shop, bigcommerce, big commerce, e-commerce, physical products, buy buttons, commerce, shopping cart, checkout, cart, shop, headless commerce, shipping, payments, fulfillment 4 4 Requires at least: 5.2 5 Tested up to: 6. 3.16 Stable tag: 5.0. 75 Tested up to: 6.6 6 Stable tag: 5.0.8 7 7 Requires PHP: 7.4.0 8 8 License: GPLv2 or later -
bigcommerce/trunk/src/BigCommerce/Plugin.php
r3010297 r3127781 5 5 6 6 class Plugin { 7 const VERSION = '5.0. 7';7 const VERSION = '5.0.8'; 8 8 9 9 protected static $_instance;
Note: See TracChangeset
for help on using the changeset viewer.