Skip to content

Commit

Permalink
Merge pull request #1334 from Automattic/update-version-2.2.18
Browse files Browse the repository at this point in the history
Prepare for release 2.2.18
  • Loading branch information
PanosSynetos authored Oct 24, 2023
2 parents 56b98db + 2858ee5 commit 865aa80
Show file tree
Hide file tree
Showing 47 changed files with 8,457 additions and 1,350 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automattic/wc-calypso-bridge",
"version": "v2.2.17",
"version": "v2.2.18",
"autoload": {
"files": [
"wc-calypso-bridge.php"
Expand Down
4 changes: 2 additions & 2 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 Ecommerce_Atomic_Admin_Menu.
*
* @since 1.9.8
* @version x.x.x
* @version 2.2.18
*
* The admin menu controller for Ecommerce WoA sites.
*/
Expand Down Expand Up @@ -97,7 +97,7 @@ protected function handle_free_trial_menu() {
/**
* Moves the "WooCommerce > Orders" menu item to the top level.
*
* @since x.x.x
* @since 2.2.18
*
* @return void
*/
Expand Down
4 changes: 2 additions & 2 deletions includes/class-wc-calypso-bridge-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package WC_Calypso_Bridge/Classes
* @since 1.1.6
* @version x.x.x
* @version 2.2.18
*/

defined( 'ABSPATH' ) || exit;
Expand Down Expand Up @@ -130,7 +130,7 @@ public function add_woocommerce_task_list_options_to_jetpack_sync( $allowed_opti
/**
* Function to filter the theme recommendations for sites on WPCOM
*
* @since x.x.x
* @since 2.2.18
*
* @param array $result
* @param string $industry
Expand Down
4 changes: 2 additions & 2 deletions includes/class-wc-calypso-bridge-setup.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.2.18
*/

use Automattic\WooCommerce\Admin\WCAdminHelper;
Expand Down Expand Up @@ -656,7 +656,7 @@ public function set_wc_subscriptions_siteurl_add_domain_callback() {
/**
* Preconfigure product measurement units.
*
* @since x.x.x
* @since 2.2.18
*/
public function set_wc_measurement_units_callback() {

Expand Down
Binary file modified languages/wc-calypso-bridge-ar.mo
Binary file not shown.
483 changes: 419 additions & 64 deletions languages/wc-calypso-bridge-ar.po

Large diffs are not rendered by default.

Binary file modified languages/wc-calypso-bridge-de_DE.mo
Binary file not shown.
Loading

0 comments on commit 865aa80

Please sign in to comment.