Plugin Directory

Changeset 3056746


Ignore:
Timestamp:
03/22/2024 11:32:18 AM (2 years ago)
Author:
chillcode
Message:

Bump version 1.0.6

Location:
untappd-ratings-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • untappd-ratings-for-woocommerce/trunk/readme.txt

    r3055231 r3056746  
    55Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88WC requires at least: 6
    99WC tested up to: 8
  • untappd-ratings-for-woocommerce/trunk/untappd-ratings-for-woocommerce.php

    r3055231 r3056746  
    1212 * Plugin URI: https://github.com/chillcode/untappd-ratings-for-woocommerce
    1313 * Description: Connect your WooCommerce Store with Untappd
    14  * Version: 1.0.5
     14 * Version: 1.0.6
    1515 * Requires at least: 6.0
    1616 * Requires PHP: 7.4
     
    3333define( 'URWC_PLUGIN_DIR', dirname( URWC_PLUGIN_FILE ) . DIRECTORY_SEPARATOR );
    3434define( 'URWC_NAME', 'Untappd Ratings for WooCommerce' );
    35 define( 'URWC_VERSION', '1.0.5' );
     35define( 'URWC_VERSION', '1.0.6' );
    3636
    3737require_once URWC_PLUGIN_DIR . 'includes' . DIRECTORY_SEPARATOR . 'class-urwc-ratings.php';
Note: See TracChangeset for help on using the changeset viewer.