Skip to content

Commit

Permalink
Merge pull request #96 from bigcommerce/v1-launch-update
Browse files Browse the repository at this point in the history
Update plugin details for v1 WP.org listing
  • Loading branch information
bookernath authored Nov 9, 2018
2 parents ba5a099 + fbe1963 commit ca94a89
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bigcommerce.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/*
Plugin Name: BigCommerce for WordPress
Description: BigCommerce for WordPress
Author: Modern Tribe
Version: 0.15.0
Author URI: http://www.tri.be
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.
Author: BigCommerce
Version: 1.0
Author URI: https://www.bigcommerce.com/wordpress
Requires PHP: 5.6.24
Text Domain: bigcommerce
License: GPL3
License: GPLv2 or later
*/

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down Expand Up @@ -61,4 +61,4 @@ function bigcommerce_get_env( $key ) {
}

return $value;
}
}

0 comments on commit ca94a89

Please sign in to comment.