1.6.0 beta 1 version number updates
Corrects deprecated function version number, and plugin version number.
This commit is contained in:
parent
1b0a206bd9
commit
8fd4b636af
|
@ -119,7 +119,7 @@ class WC_Payment_Gateway extends WC_Settings_API {
|
|||
* @since 1.0.0
|
||||
*/
|
||||
function icon() {
|
||||
_deprecated_function( __FUNCTION__, '1.5.9', 'get_icon()' );
|
||||
_deprecated_function( __FUNCTION__, '1.6.0', 'get_icon()' );
|
||||
return $this->get_icon();
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce
|
||||
* Plugin URI: http://www.woothemes.com/woocommerce/
|
||||
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
|
||||
* Version: 1.5.8
|
||||
* Version: 1.6.0 beta1
|
||||
* Author: WooThemes
|
||||
* Author URI: http://woothemes.com
|
||||
* Requires at least: 3.3
|
||||
|
|
Loading…
Reference in New Issue