-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dd2b0f
commit ae96f5f
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* but are not limited to, the working concept, function, and behavior of this software, | ||
* the logical code structure and expression as written. | ||
* | ||
* @version 2.8.1 | ||
* @version 2.8.2 | ||
* @author Todd Lahman LLC https://www.toddlahman.com/ | ||
* @copyright Copyright (c) Todd Lahman LLC ([email protected]) | ||
* @package WooCommerce API Manager plugin and theme library | ||
|
@@ -17,8 +17,8 @@ | |
|
||
defined( 'ABSPATH' ) || exit; | ||
|
||
if ( ! class_exists( 'WC_AM_Client_2_8_1' ) ) { | ||
class WC_AM_Client_2_8_1 { | ||
if ( ! class_exists( 'WC_AM_Client_2_8_2' ) ) { | ||
class WC_AM_Client_2_8_2 { | ||
|
||
/** | ||
* Class args | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters