Skip to content

Commit

Permalink
revert erroneous version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnderson684 committed Feb 16, 2017
1 parent 8462846 commit aafa250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions woocommerce-compat.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
WooCommerce compatibility library, version 0.3.1
WooCommerce compatibility library, version 0.2.1
Get full/current info at:
https://github.com/DavidAnderson684/woocommerce-compat/
Expand All @@ -14,8 +14,8 @@
*/

if (!class_exists('WooCommerce_Compat_0_3')):
class WooCommerce_Compat_0_3 {
if (!class_exists('WooCommerce_Compat_0_2')):
class WooCommerce_Compat_0_2 {

/**
* Get the ID of a passed object. This function abstracts the difference between objects with the get_id() method from WC 2.7 onwards, and before when the property was accessed directly.
Expand Down

0 comments on commit aafa250

Please sign in to comment.