Plugin Directory

Changeset 932947


Ignore:
Timestamp:
06/16/2014 10:24:24 AM (12 years ago)
Author:
madpixels
Message:

Updated plugin version to 1.1.0 and committing lost widget.php file.

Location:
woocommerce-compare-list/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-compare-list/trunk/index.php

    r932945 r932947  
    44Plugin URI: http://wordpress.org/plugins/woocommerce-compare-list/
    55Description: The plugin adds ability to compare some products of your WooCommerce driven shop.
    6 Version: 1.1
     6Version: 1.1.0
    77Author: Madpixels
    88Author URI: http://madpixels.net
     
    4646 * Launches plugin if WooCommerce is active.
    4747 *
    48  * @since 1.1
     48 * @since 1.1.0
    4949 * @action plugins_loaded
    5050 *
     
    5656    }
    5757
    58     define( 'WCCM_VERISON', '1.1' );
     58    define( 'WCCM_VERISON', '1.1.0' );
    5959
    6060    load_plugin_textdomain( 'wccm', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
  • woocommerce-compare-list/trunk/readme.txt

    r932945 r932947  
    55Requires at least: 3.6
    66Tested up to: 3.9.1
    7 Stable tag: 1.0.0
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: http://www.opensource.org/licenses/gpl-license.php
Note: See TracChangeset for help on using the changeset viewer.