Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Tag 0.13.2
Browse files Browse the repository at this point in the history
Bump version so database migrations are run.
  • Loading branch information
jeffstieler committed Jun 13, 2019
1 parent 5a62ce8 commit cb8cd5a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-library",
"version": "0.13.0",
"version": "0.13.2",
"homepage": "https://woocommerce.github.io/woocommerce-admin/",
"repository": {
"type": "git",
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,15 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt

== Changelog ==

= 0.13.0 2019-06-12 =
= 0.13.2 2019-06-13 =

- Fix: Bump plugin version for database update.

= 0.13.1 2019-06-12 =

- Fix: Exit deactivate early if WooCommerce not active. #2410

= 0.13.0 2019-06-12

- Fix: Notes: update sales record link #2397
- Enhancement: Settings: Add default date settings #2292 (Components, Dashboard, Packages)
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-admin
* Domain Path: /languages
* Version: 0.13.0
* Version: 0.13.2
*
* WC requires at least: 3.6.0
* WC tested up to: 3.6.2
* WC tested up to: 3.6.4
*
* @package WC_Admin
*/
Expand Down Expand Up @@ -122,7 +122,7 @@ protected function define_constants() {
$this->define( 'WC_ADMIN_DIST_CSS_FOLDER', 'dist/' );
$this->define( 'WC_ADMIN_FEATURES_PATH', WC_ADMIN_ABSPATH . 'includes/features/' );
$this->define( 'WC_ADMIN_PLUGIN_FILE', __FILE__ );
$this->define( 'WC_ADMIN_VERSION_NUMBER', '0.12.0' );
$this->define( 'WC_ADMIN_VERSION_NUMBER', '0.13.2' );
}

/**
Expand Down

0 comments on commit cb8cd5a

Please sign in to comment.