Skip to content

Commit 02ed9b6

Browse files
committed
start 2.9.2
1 parent 786c39d commit 02ed9b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
*** WooCommerce API Manager PHP Library for Plugins and Themes Changelog ***
22

3+
2024.03.18 - version 2.9.2
4+
35
2023.08.14 - version 2.9.1
46
* Fix: Process custom menu array using if > elseif > else rather than switch to fix PHP notices: Undefined index, Undefined array key.
57

wc-am-client.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* but are not limited to, the working concept, function, and behavior of this software,
99
* the logical code structure and expression as written.
1010
*
11-
* @version 2.9.1
11+
* @version 2.9.2
1212
* @author Todd Lahman LLC https://www.toddlahman.com/
1313
* @copyright Copyright (c) Todd Lahman LLC ([email protected])
1414
* @package WooCommerce API Manager plugin and theme library
@@ -17,8 +17,8 @@
1717

1818
defined( 'ABSPATH' ) || exit;
1919

20-
if ( ! class_exists( 'WC_AM_Client_2_9_1' ) ) {
21-
class WC_AM_Client_2_9_1 {
20+
if ( ! class_exists( 'WC_AM_Client_2_9_2' ) ) {
21+
class WC_AM_Client_2_9_2 {
2222

2323
/**
2424
* Class args

0 commit comments

Comments
 (0)