Skip to content

Commit

Permalink
Release 1.0.0 version bump (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
timbocode authored Oct 1, 2020
1 parent fa54836 commit c2ef5ca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
== Changelog ==

= 1.0.0 - 2020-10-01
New: Complete new set of sample products created specifically for CC #284
Updated: All documentation links now point to classiccommerce.cc #274, #278, #281
Fixed: CC icon wasn't turning blue on hover #265
Updated: Update manager updated to v2 #264
Updated: node-sass and handlebars dependencies #258, #259
Improved: Stock levels are now hidden on the dashboard widget if inventory is disabled #261
Improved: Additional checks made during build process #269
Tweaks: Some well-hidden instances of WC purple changes to CC aqua #270, #271


= 1.0.0-rc.2 - 2020-08-29
Fixed: Corrected color of two images to CC aqua, missed in rc1. #255

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ All of the extensions compatible with WooCommerce 3.5.3 should still be usable,
To try out Classic Commerce you can manually install it as a plugin. Make sure you deactivate WooCommerce before activating Classic Commerce. If you want to uninstall WooCommerce completely you can do so safely, but we recommend you take a full backup of your site first. Note that deactivating and deleting WooCommerce *normally* only removes the plugin and its files; the settings, orders, products, pages, etc are retained in the database. However, there is a possibility that a setting in your site’s wp-config file may over-ride this, so it is worth checking to make sure the following condition has not been included anywhere in that file: `define( 'WC_REMOVE_ALL_DATA', true);`

## Documentation
* [WooCommerce Documentation](https://docs.woocommerce.com/documentation/plugins/woocommerce/)
* [WooCommerce Code Reference](https://docs.woocommerce.com/wc-apidocs/)
* [Classic Commerce Documentation](https://classiccommerce.cc/docs/)
* [Classic Commerce Code Reference](https://classiccommerce.cc/docs/)
* [WooCommerce REST API Docs](https://woocommerce.github.io/woocommerce-rest-api-docs/)

## Reporting Security Issues
Expand Down
2 changes: 1 addition & 1 deletion 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-plugins/classic-commerce
* Description: A simple, powerful and independent e-commerce platform. Sell anything with ease.
* Version: 1.0.0-rc.2
* Version: 1.0.0
* Author: ClassicPress Research Team
* Author URI: https://github.com/ClassicPress-plugins/classic-commerce
* Text Domain: classic-commerce
Expand Down

0 comments on commit c2ef5ca

Please sign in to comment.