Plugin Directory

Changeset 3127781


Ignore:
Timestamp:
07/30/2024 04:33:26 AM (20 months ago)
Author:
bigcommerce
Message:

Update to version 5.0.8 from GitHub

Location:
bigcommerce
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bigcommerce/tags/5.0.8/CHANGELOG.md

    r3010297 r3127781  
    11# Changelog
     2
     3## [5.0.8]
     4
     5### Changed
     6- Update plugin readme `tested up` version
    27
    38## [5.0.7]
     
    19151920
    19161921
     1922[5.0.8]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.7...5.0.8
    19171923[5.0.7]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.6...5.0.7
    19181924[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  
    44Description:  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.
    55Author:       BigCommerce
    6 Version:      5.0.7
     6Version:      5.0.8
    77Author URI:   https://www.bigcommerce.com/wordpress
    88Requires PHP: 7.4.0
  • bigcommerce/tags/5.0.8/readme.txt

    r3026047 r3127781  
    11=== BigCommerce For WordPress ===
    2 Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani, jbirthler, kdiplas, iliabaum, joshliston, nickioa, fernando22, mr_speer, geoffgraham, yuenvision, xwp, karenpwhite, mlkilderkin
     2Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani, jbirthler, kdiplas, iliabaum, joshliston, nickioa, fernando22, mr_speer, geoffgraham, yuenvision, xwp, karenpwhite, mlkilderkin, ericbher, karmatosed, lukecarbis
    33Tags: 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
    44Requires at least: 5.2
    5 Tested up to: 6.3.1
    6 Stable tag: 5.0.7
     5Tested up to: 6.6
     6Stable tag: 5.0.8
    77Requires PHP: 7.4.0
    88License: GPLv2 or later
  • bigcommerce/tags/5.0.8/src/BigCommerce/Plugin.php

    r3010297 r3127781  
    55
    66class Plugin {
    7     const VERSION = '5.0.7';
     7    const VERSION = '5.0.8';
    88
    99    protected static $_instance;
  • bigcommerce/trunk/CHANGELOG.md

    r3010297 r3127781  
    11# Changelog
     2
     3## [5.0.8]
     4
     5### Changed
     6- Update plugin readme `tested up` version
    27
    38## [5.0.7]
     
    19151920
    19161921
     1922[5.0.8]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.7...5.0.8
    19171923[5.0.7]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.6...5.0.7
    19181924[5.0.6]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.5...5.0.6
  • bigcommerce/trunk/bigcommerce.php

    r3010297 r3127781  
    44Description:  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.
    55Author:       BigCommerce
    6 Version:      5.0.7
     6Version:      5.0.8
    77Author URI:   https://www.bigcommerce.com/wordpress
    88Requires PHP: 7.4.0
  • bigcommerce/trunk/readme.txt

    r3026047 r3127781  
    11=== BigCommerce For WordPress ===
    2 Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani, jbirthler, kdiplas, iliabaum, joshliston, nickioa, fernando22, mr_speer, geoffgraham, yuenvision, xwp, karenpwhite, mlkilderkin
     2Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani, jbirthler, kdiplas, iliabaum, joshliston, nickioa, fernando22, mr_speer, geoffgraham, yuenvision, xwp, karenpwhite, mlkilderkin, ericbher, karmatosed, lukecarbis
    33Tags: 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
    44Requires at least: 5.2
    5 Tested up to: 6.3.1
    6 Stable tag: 5.0.7
     5Tested up to: 6.6
     6Stable tag: 5.0.8
    77Requires PHP: 7.4.0
    88License: GPLv2 or later
  • bigcommerce/trunk/src/BigCommerce/Plugin.php

    r3010297 r3127781  
    55
    66class Plugin {
    7     const VERSION = '5.0.7';
     7    const VERSION = '5.0.8';
    88
    99    protected static $_instance;
Note: See TracChangeset for help on using the changeset viewer.