Skip to content

Commit

Permalink
Bump version. First alpha. (#158)
Browse files Browse the repository at this point in the history
* Bump version first alpha

* Revert changes

Co-authored-by: Laurence Bahiirwa <laurence@mediauganda.com>
  • Loading branch information
timbocode and bahiirwa committed Dec 28, 2019
1 parent c48a83a commit e07b088
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog ==

= 1.0.0-alpha1 - 2019-12-28
First alpha release of Classic Commerce

= 0.1.0 - 2018-05-24 =
WIP - Forking and documenting ClassicCommerce 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions classic-commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Classic Commerce
* Plugin URI: https://github.com/ClassicPress-research/classic-commerce
* Description: A simple, powerful and independent e-commerce platform. Sell anything with ease.
* Version: 0.1.0
* Version: 1.0.0-alpha1
* Author: ClassicPress Research Team
* Author URI: https://github.com/ClassicPress-research/classic-commerce
* Text Domain: classic-commerce
Expand All @@ -21,7 +21,7 @@
}

function cc_wc_already_active_notice() {
echo '<div class="error notice is_dismissable"><p>';
echo '<div class="error notice is_dismissible"><p>';
echo __( 'You must deactivate WooCommerce before activating Classic Commerce.', 'classic-commerce' );
echo '</p></div>';
}
Expand Down
2 changes: 1 addition & 1 deletion includes/class-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class WooCommerce {
* @var string
*/
public $version = '3.5.3';
public $cc_version = '0.1.0';
public $cc_version = '1.0.0';

/**
* The single instance of the class.
Expand Down

0 comments on commit e07b088

Please sign in to comment.