Plugin Directory

Changeset 2883008


Ignore:
Timestamp:
03/19/2023 09:09:24 PM (3 years ago)
Author:
emreguler
Message:

wp 6.2 compatibility

Location:
wc-confetti
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wc-confetti

    • Property svn:ignore set to
      README.md
      LICENSE
      .git
  • wc-confetti/trunk/README.txt

    r2878614 r2883008  
    44Tags: woocommerce, confetti, cart
    55Requires at least: 3.0.1
    6 Tested up to: 6.1.1
    7 Stable tag: 1.0.0
     6Tested up to: 6.2
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2323== Changelog ==
    2424
    25 = 1.0 =
     25= 1.0.1 =
     26* WP 6.2 & WC 7.5 Compability
     27
     28= 1.0.0 =
    2629* First Release
    2730
  • wc-confetti/trunk/wc-confetti.php

    r2878614 r2883008  
    44 * Plugin URI: https://eguler.net/woocommerce-konfeti-yagmuru-eklentisi/
    55 * Description: You can "start a confetti rain and display a message" according to WooCommerce cart amount with this plugin.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * WC requires at least: 2.5
    8  * WC tested up to: 7.4.1
     8 * WC tested up to: 7.5.0
    99 * Author: Emre Güler
    1010 * Author URI: https://eguler.net
     
    2525 * Rename this for your plugin and update it as you release new versions.
    2626 */
    27 define( 'WC_CONFETTI_VERSION', '1.0.0' );
     27define( 'WC_CONFETTI_VERSION', '1.0.1' );
    2828
    2929/**
Note: See TracChangeset for help on using the changeset viewer.