Plugin Directory

Changeset 2742213


Ignore:
Timestamp:
06/14/2022 11:55:59 AM (4 years ago)
Author:
wcfusion
Message:

version 1.0.4

Location:
wcfusion
Files:
403 added
3 edited

Legend:

Unmodified
Added
Removed
  • wcfusion/trunk/modules/floating_cart/frontend/class-floating-cart-frontend-ajax.php

    r2738468 r2742213  
    8989
    9090                        if( $new_qty == 0 ){
    91                             $notice = _e( 'Item removed', 'wcfusion' );
     91                            $notice = 'Item removed';
    9292                        }
    9393                        else{
    94                             $notice = _e( 'Item updated', 'wcfusion' );
     94                            $notice ='Item updated';
    9595                        }
    9696                    }else{
    9797                        $notice_type = 'error';
    98                         $notice = _e('Opps: something is wrong!');
     98                        $notice = 'Opps: something is wrong!';
    9999                    }
    100100
  • wcfusion/trunk/readme.txt

    r2738468 r2742213  
    66Requires at least: 5.1
    77Tested up to: 6.0
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    390390== Changelog ==
    391391
     392= 1.0.4 =
     3931. Fixed: Floating Cart Frontent JS Issues.
     3942. Added: To access the plugin, WooCommerce must be activated.
     395
    392396= 1.0.3 =
    3933971. Updated: Fixed Dashboard Style Issues & WooCommerce activated issues if WooCommerce is not install & activate.
  • wcfusion/trunk/wcfusion.php

    r2738468 r2742213  
    44 * Plugin URI:        https://wcfusion.com
    55 * Description:       wcFusion provides multiple WooCommerce extensions in a single package you’ll ever require.
    6  * Version:           1.0.3
     6 * Version:           1.0.4
    77 * Author:            wcFusion
    88 * Author URI:        https://wcfusion.com
     
    2929
    3030
    31 define ('WCFUSION_VERSION', '1.0.3');
     31define ('WCFUSION_VERSION', '1.0.4');
    3232defined ('WCFUSION_PATH') or define ('WCFUSION_PATH', plugin_dir_path (__FILE__));
    3333defined ('WCFUSION_URL') or define ('WCFUSION_URL', plugin_dir_url (__FILE__));
Note: See TracChangeset for help on using the changeset viewer.