Skip to content

Commit

Permalink
Fix changelogs and versions up until 2.5.2 release (#1488)
Browse files Browse the repository at this point in the history
* Fix changelogs and versions up until 2.5.2 release

* Bump stable tag
  • Loading branch information
ilyasfoo authored Jun 20, 2024
1 parent ba9b2b2 commit 6a17453
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions includes/class-wc-calypso-bridge-base-admin-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/**
* Base Admin Menu file.
*
* @since x.x.x
* @version x.x.x
* @since 2.3.11
* @version 2.3.11
*
* The base admin menu controller for Ecommerce WoA sites.
* Copied from https://github.com/Automattic/jetpack/blob/45c299dc82c265f627328899697cfab154d2fa04/projects/plugins/jetpack/modules/masterbar/admin-menu/class-base-admin-menu.php#L15
Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-calypso-bridge-customize-store.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package WC_Calypso_Bridge/Classes
* @since 1.0.0
* @version x.x.x
* @version 2.5.2
*/

defined( 'ABSPATH' ) || exit;
Expand Down
6 changes: 3 additions & 3 deletions includes/class-wc-calypso-bridge-ecommerce-admin-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Class WC_Calypso_Bridge_Ecommerce_Admin_Menu.
*
* @since 1.9.8
* @version x.x.x
* @version 2.3.11
*
* The admin menu controller for Ecommerce WoA sites.
*/
Expand Down Expand Up @@ -427,7 +427,7 @@ public function maybe_hide_payments_menu() {
* Keep in mind that if there is custom css, a new menu item will appear `Additional CSS`
* so there is no need to handle this case.
*
* @since x.x.x
* @since 2.3.5
*/
public function maybe_remove_customizer_menu() {

Expand All @@ -451,7 +451,7 @@ public function maybe_remove_customizer_menu() {
/**
* Remove the Customizer node from the admin bar when a block theme is used.
*
* @since x.x.x
* @since 2.3.5
* @param WP_Admin_Bar $wp_admin_bar
*/
public function maybe_remove_customizer_admin_bar_menu( $wp_admin_bar ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package WC_Calypso_Bridge/Classes
* @since 1.0.0
* @version x.x.x
* @version 2.5.2
*/

defined( 'ABSPATH' ) || exit;
Expand Down
13 changes: 5 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: automattic, woothemes
Tags: woocommerce
Requires at least: 4.6
Tested up to: 4.9
Stable tag: 2.1.4
Stable tag: 2.5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -23,11 +23,10 @@ This section describes how to install the plugin and get it working.
== Changelog ==

= 2.5.2 =
* eCommerce Signup Flow: Add the "Welcome" note back

= Unreleased =
* eCommerce Signup Flow: Add the "Welcome" note back #1484
* Fix homepage crashing with WooCommerce 9.0.0 #1483
* Moved logic to ensure launch-your-store feature is disabled in all plans #1485
* Implement is_complete for the square task #1486

= 2.5.1 =
* Fix broken image on Woo launchpad header #1481
Expand All @@ -49,8 +48,6 @@ This section describes how to install the plugin and get it working.
= 2.3.15 =
* Open AI Woo store builder to all sites on WPCOM Entrepreneur plan

= Unreleased =

= 2.3.14 =
* Deactivate WooCommerce Services if either Woo Shipping or Woo Tax is active on an ecommerce-related plan (on WPCOM and Woo Express, including trial plans) #1458

Expand All @@ -62,10 +59,10 @@ This section describes how to install the plugin and get it working.
* Force launch-your-store feature flag to false #1450

= 2.3.11 =
* Fix the Woo Express navigation is missing when the wpcom_is_nav_redesign_enabled is enabled #xxx
* Fix the Woo Express navigation is missing when the wpcom_is_nav_redesign_enabled is enabled #1449

= 2.3.10 =
* Force square_cash_app_pay and square_credit_card order on the payment settings page -- follow up issue #1447
* Force square_cash_app_pay and square_credit_card order on the payment settings page -- follow up issue #1447

= 2.3.9 =
* Force square_cash_app_pay and square_credit_card order on the payment settings page #1445
Expand Down

0 comments on commit 6a17453

Please sign in to comment.