Plugin Directory

Changeset 3110199

Timestamp:
07/01/2024 07:04:50 AM (4 weeks ago)
Author:
Magnigenie
Message:

version 1.0.2.2

Location:
restropress-menu-cart
Files:
40 added
3 edited

Legend:

Unmodified
Added
Removed
  • restropress-menu-cart/trunk/public/js/restropress-menu-cart-public.js

    r3109290 r3110199  
    3838    setInterval(function() {
    3939        var data = {
    40             'action': 'get_cart_details',
     40            'action': 'get_cart_details',
    4141        };
    4242        $.ajax({
  • restropress-menu-cart/trunk/readme.txt

    r3109557 r3110199  
    55Requires at least: 5.4
    66Tested up to: 6.5.5
    7 Stable tag: 1.0.2.1
     7Stable tag: 1.0.2.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96
     97
     98
    9699= 1.0.2.1 =
    97100* Fixed: Dynamic currency sign issue
  • restropress-menu-cart/trunk/restropress-menu-cart.php

    r3109290 r3110199  
    44 * Plugin Name:       Restropress Menu Cart
    55 * Description:       This plugin helps you to add a Cart Menu on your header.
    6  * Version:           1.0.2.1
     6 * Version:           1.0.2.
    77 * Author:            Magnigenie
    88 * Author URI:        https://restropress.com/
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'RESTROPRESS_MENU_CART_VERSION', '1.0.2.1' );
     37define( 'RESTROPRESS_MENU_CART_VERSION', '1.0.2.' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.