Plugin Directory

Changeset 3410979


Ignore:
Timestamp:
12/04/2025 01:20:54 PM (4 months ago)
Author:
chillcode
Message:

tagging version 1.0.9

Location:
untappd-ratings-for-woocommerce/tags
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • untappd-ratings-for-woocommerce/tags/1.0.8/untappd-ratings-for-woocommerce.php

    r3410008 r3410979  
    1212 * Plugin URI: https://github.com/chillcode/untappd-ratings-for-woocommerce
    1313 * Description: Connect your WooCommerce Store with Untappd
    14  * Version: 1.0.9
     14 * Version: 1.0.8
    1515 * Requires at least: 6.0
    1616 * Tested up to: 6.9
     
    3434define( 'URWC_PLUGIN_DIR', dirname( URWC_PLUGIN_FILE ) . DIRECTORY_SEPARATOR );
    3535define( 'URWC_NAME', 'Untappd Ratings for WooCommerce' );
    36 define( 'URWC_VERSION', '1.0.9' );
     36define( 'URWC_VERSION', '1.0.8' );
    3737
    3838require_once URWC_PLUGIN_DIR . 'includes' . DIRECTORY_SEPARATOR . 'class-urwc-ratings.php';
Note: See TracChangeset for help on using the changeset viewer.