Plugin Directory

Changeset 3453558


Ignore:
Timestamp:
02/04/2026 07:12:18 AM (7 weeks ago)
Author:
wpxteam
Message:

v1.2.1: * Security- Check based on Plugin Check Plugin (PCP). * Compatibility- WooCommerce 10.4.3

Location:
fast-cart
Files:
66 added
12 edited

Legend:

Unmodified
Added
Removed
  • fast-cart/trunk/fast-cart.php

    r3406219 r3453558  
    55 * Description: Beautiful & Responsive floating cart to ensure the best shopping experience and more sales. 🛒️
    66 * Author: WPXtension
    7  * Version: 1.2.0
     7 * Version: 1.2.1
    88 * Domain Path: /languages
    99 * Requires at least: 5.5
     
    1111 * Requires PHP: 7.2
    1212 * WC requires at least: 5.5
    13  * WC tested up to: 10.3.5
     13 * WC tested up to: 10.4.3
    1414 * Text Domain: fast-cart
    1515 * Author URI: https://wpxtension.com
  • fast-cart/trunk/includes/class-fast-cart-admin-settings.php

    r3406219 r3453558  
    11<?php
     2
     3defined( 'ABSPATH' ) or die( 'Keep Silent' );
    24
    35class Fast_Cart_Admin_Settings{
  • fast-cart/trunk/includes/class-fast-cart-front.php

    r3406219 r3453558  
    11<?php
     2
     3defined( 'ABSPATH' ) or die( 'Keep Silent' );
    24
    35class Fast_Cart_Front{
  • fast-cart/trunk/includes/class-fast-cart-popup.php

    r3406219 r3453558  
    11<?php
     2
     3defined( 'ABSPATH' ) or die( 'Keep Silent' );
    24
    35class Fast_Cart_Popup{
  • fast-cart/trunk/includes/class-fast-cart.php

    r3406219 r3453558  
    1212    protected $_plugin = 'fast-cart';
    1313   
    14     protected $_version = '1.2.0';
     14    protected $_version = '1.2.1';
    1515
    1616    protected static $_instance = null;
  • fast-cart/trunk/includes/layout.php

    r3406219 r3453558  
     1<?php defined( 'ABSPATH' ) or die( 'Keep Silent' ); ?>
     2
    13<div class="wrap">
    24
  • fast-cart/trunk/includes/setting-tab/general.php

    r3406219 r3453558  
     1<?php defined( 'ABSPATH' ) or die( 'Keep Silent' ); ?>
     2
    13<section class="general" id="fc-general-section">
    24
  • fast-cart/trunk/includes/setting-tab/styling.php

    r3406219 r3453558  
     1<?php defined( 'ABSPATH' ) or die( 'Keep Silent' ); ?>
     2
    13<section class="advanced" id="fc-advanced-section">
    24
  • fast-cart/trunk/includes/style.php

    r3247948 r3453558  
    11<?php
     2
     3defined( 'ABSPATH' ) or die( 'Keep Silent' );
    24
    35if( !function_exists( 'fast_cart_css_variables' ) ){
  • fast-cart/trunk/languages/fast-cart.pot

    r3406219 r3453558  
    1 # Copyright (C) 2025 fast-cart
     1# Copyright (C) 2026 fast-cart
    22# This file is distributed under the GPLv2 or later license.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: fast-cart 1.2.0\n"
     5"Project-Id-Version: fast-cart 1.2.1\n"
    66"Report-Msgid-Bugs-To: WPXtension <EMAIL>\n"
    77"MIME-Version: 1.0\n"
     
    99"Content-Type: text/plain; charset=iso-8859-1\n"
    1010"Plural-Forms: nplurals=2; plural=(n!=1);\n"
    11 "POT-Creation-Date: 2025-11-30T12:42:10.355Z\n"
    12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     11"POT-Creation-Date: 2026-02-04T08:13:45.157Z\n"
     12"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: WPXtension <EMAIL>\n"
    1414"Language-Team: WPXtension <EMAIL>\n"
     
    5252msgstr ""
    5353
    54 #: includes/layout.php:4
     54#: includes/layout.php:6
    5555msgid "Fast Cart for WooCommerce Settings"
    5656msgstr ""
    5757
    58 #: includes/layout.php:37
     58#: includes/layout.php:39
    5959msgid "General"
    6060msgstr ""
    6161
    62 #: includes/layout.php:38
     62#: includes/layout.php:40
    6363msgid "Styling"
    6464msgstr ""
    6565
    66 #: includes/layout.php:67
     66#: includes/layout.php:69
    6767msgid "Save Settings"
    6868msgstr ""
    6969
    70 #: includes/layout.php:88
     70#: includes/layout.php:90
    7171msgid "Are you sure to reset?"
    7272msgstr ""
    7373
    74 #: includes/layout.php:88
     74#: includes/layout.php:90
    7575msgid "Reset Current Tab"
    7676msgstr ""
    7777
    78 #: includes/class-fast-cart-popup.php:75
     78#: includes/class-fast-cart-popup.php:77
    7979msgid "Product successfully added to your cart"
    8080msgstr ""
    8181
    82 #: includes/class-fast-cart-popup.php:76
     82#: includes/class-fast-cart-popup.php:78
    8383msgid "Product updated successfully"
    8484msgstr ""
    8585
    86 #: includes/class-fast-cart-popup.php:77
     86#: includes/class-fast-cart-popup.php:79
    8787msgid "Product removed from your cart"
    8888msgstr ""
    8989
    90 #: includes/class-fast-cart-popup.php:220
    91 #: includes/class-fast-cart-front.php:548
     90#: includes/class-fast-cart-popup.php:222
     91#: includes/class-fast-cart-front.php:550
    9292msgid "Total:"
    9393msgstr ""
    9494
    95 #: includes/class-fast-cart-popup.php:232
     95#: includes/class-fast-cart-popup.php:234
    9696msgid "Continue Shopping"
    9797msgstr ""
    9898
    99 #: includes/class-fast-cart-front.php:151
    100 #: includes/class-fast-cart-front.php:176
    101 #: includes/class-fast-cart-front.php:211
    102 #: includes/class-fast-cart-front.php:229
     99#: includes/class-fast-cart-front.php:153
     100#: includes/class-fast-cart-front.php:178
     101#: includes/class-fast-cart-front.php:213
     102#: includes/class-fast-cart-front.php:231
    103103msgid "Shopping Cart"
    104104msgstr ""
    105105
    106 #: includes/class-fast-cart-front.php:318
     106#: includes/class-fast-cart-front.php:320
    107107msgid "Are you sure? It will remove all the carted items."
    108108msgstr ""
    109109
    110 #: includes/class-fast-cart-front.php:570
     110#: includes/class-fast-cart-front.php:572
    111111msgid "(includes %1$s estimated for %2$s)"
    112112msgstr ""
    113113
    114 #: includes/class-fast-cart-front.php:573
     114#: includes/class-fast-cart-front.php:575
    115115msgid "(includes %s)"
    116116msgstr ""
    117117
    118 #: includes/class-fast-cart-front.php:590
     118#: includes/class-fast-cart-front.php:592
    119119msgid "Subtotal:"
    120120msgstr ""
    121121
    122 #: includes/class-fast-cart-front.php:602
     122#: includes/class-fast-cart-front.php:604
    123123msgid "View cart"
    124124msgstr ""
    125125
    126 #: includes/class-fast-cart-admin-settings.php:273
     126#: includes/class-fast-cart-admin-settings.php:275
    127127msgid "Settings"
    128128msgstr ""
    129129
    130 #: includes/class-fast-cart-admin-settings.php:334
     130#: includes/class-fast-cart-admin-settings.php:336
    131131msgid "Security check"
    132132msgstr ""
     
    138138
    139139#: includes/templates/fast-mini-cart.php:43
    140 #: includes/setting-tab/general.php:242
     140#: includes/setting-tab/general.php:244
    141141msgid "Empty Cart"
    142142msgstr ""
    143143
    144144#: includes/templates/fast-mini-cart.php:193
    145 #: includes/setting-tab/general.php:345
     145#: includes/setting-tab/general.php:347
    146146msgid "No products in the cart."
    147147msgstr ""
    148148
    149 #: includes/setting-tab/styling.php:3
     149#: includes/setting-tab/styling.php:5
    150150msgid "Tray Style"
    151151msgstr ""
    152152
    153 #: includes/setting-tab/styling.php:11
     153#: includes/setting-tab/styling.php:13
    154154msgid "Mode"
    155155msgstr ""
    156156
    157 #: includes/setting-tab/styling.php:26
     157#: includes/setting-tab/styling.php:28
    158158msgid ""
    159159"You can set your desired light/dark color from below. Initially, #ffffff "
     
    161161msgstr ""
    162162
    163 #: includes/setting-tab/styling.php:34
     163#: includes/setting-tab/styling.php:36
    164164msgid "Light Mode Color"
    165165msgstr ""
    166166
    167 #: includes/setting-tab/styling.php:48
     167#: includes/setting-tab/styling.php:50
    168168msgid "Dark Mode Color"
    169169msgstr ""
    170170
    171 #: includes/setting-tab/styling.php:62
     171#: includes/setting-tab/styling.php:64
    172172msgid "Color"
    173173msgstr ""
    174174
    175 #: includes/setting-tab/styling.php:75
     175#: includes/setting-tab/styling.php:77
    176176msgid "Tray Bottom Color"
    177177msgstr ""
    178178
    179 #: includes/setting-tab/styling.php:89
     179#: includes/setting-tab/styling.php:91
    180180msgid "Tray Bottom Border Color"
    181181msgstr ""
    182182
    183 #: includes/setting-tab/styling.php:104
     183#: includes/setting-tab/styling.php:106
    184184msgid "Buttons Style"
    185185msgstr ""
    186186
    187 #: includes/setting-tab/general.php:3
     187#: includes/setting-tab/general.php:5
    188188msgid "Basic Settings"
    189189msgstr ""
    190190
    191 #: includes/setting-tab/general.php:11
     191#: includes/setting-tab/general.php:13
    192192msgid "AJAX Add to Cart"
    193193msgstr ""
    194194
    195 #: includes/setting-tab/general.php:16
     195#: includes/setting-tab/general.php:18
    196196msgid ""
    197197"Fast cart will be opened immediately after whenever click to AJAX Add to "
     
    199199msgstr ""
    200200
    201 #: includes/setting-tab/general.php:26
     201#: includes/setting-tab/general.php:28
    202202msgid "Normal (Non-Ajax) Add to cart"
    203203msgstr ""
    204204
    205 #: includes/setting-tab/general.php:31
     205#: includes/setting-tab/general.php:33
    206206msgid ""
    207207"Fast cart will be opened immediately after whenever click to normal Add to "
     
    210210msgstr ""
    211211
    212 #: includes/setting-tab/general.php:41
     212#: includes/setting-tab/general.php:43
    213213msgid "Hide Overlay Layer"
    214214msgstr ""
    215215
    216 #: includes/setting-tab/general.php:46
     216#: includes/setting-tab/general.php:48
    217217msgid ""
    218218"If you hide the overlay layer, the user still can work on your site even "
     
    220220msgstr ""
    221221
    222 #: includes/setting-tab/general.php:47
     222#: includes/setting-tab/general.php:49
    223223msgid ""
    224224"If you enable this option, by default, a close icon will appear on the cart "
     
    226226msgstr ""
    227227
    228 #: includes/setting-tab/general.php:56
     228#: includes/setting-tab/general.php:58
    229229msgid "Floating Tray Closure"
    230230msgstr ""
    231231
    232 #: includes/setting-tab/general.php:85
     232#: includes/setting-tab/general.php:87
    233233msgid "Floating Tray Position"
    234234msgstr ""
    235235
    236 #: includes/setting-tab/general.php:124
     236#: includes/setting-tab/general.php:126
    237237msgid "Refresh Cart on Page Load"
    238238msgstr ""
    239239
    240 #: includes/setting-tab/general.php:129
     240#: includes/setting-tab/general.php:131
    241241msgid ""
    242242"Will refresh the fragment and display the effects of settings immediately "
     
    244244msgstr ""
    245245
    246 #: includes/setting-tab/general.php:159
     246#: includes/setting-tab/general.php:161
    247247msgid "Place Cart Icon in Menus"
    248248msgstr ""
    249249
    250 #: includes/setting-tab/general.php:164
     250#: includes/setting-tab/general.php:166
    251251msgid ""
    252252"Choose the menu(s) you want to add toggle cart icon and total at the end, "
     
    254254msgstr ""
    255255
    256 #: includes/setting-tab/general.php:173
     256#: includes/setting-tab/general.php:175
    257257msgid "Cart Popup"
    258258msgstr ""
    259259
    260 #: includes/setting-tab/general.php:178
     260#: includes/setting-tab/general.php:180
    261261msgid "Display popup after adding products to the cart."
    262262msgstr ""
    263263
    264 #: includes/setting-tab/general.php:179
     264#: includes/setting-tab/general.php:181
    265265msgid ""
    266266"Note: This popup will display the current carted items, not all the carted "
     
    268268msgstr ""
    269269
    270 #: includes/setting-tab/general.php:189
     270#: includes/setting-tab/general.php:191
    271271msgid "Item Settings"
    272272msgstr ""
    273273
    274 #: includes/setting-tab/general.php:198
     274#: includes/setting-tab/general.php:200
    275275msgid "How to Open Item Links"
    276276msgstr ""
    277277
    278 #: includes/setting-tab/general.php:227
     278#: includes/setting-tab/general.php:229
    279279msgid "Reverse Cart Items"
    280280msgstr ""
    281281
    282 #: includes/setting-tab/general.php:232
     282#: includes/setting-tab/general.php:234
    283283msgid "Display current cart items at the top of the cart tray."
    284284msgstr ""
    285285
    286 #: includes/setting-tab/general.php:247
     286#: includes/setting-tab/general.php:249
    287287msgid "Display a link to remove all the carted items."
    288288msgstr ""
    289289
    290 #: includes/setting-tab/general.php:255
     290#: includes/setting-tab/general.php:257
    291291msgid "Confirm Emptying"
    292292msgstr ""
    293293
    294 #: includes/setting-tab/general.php:260
     294#: includes/setting-tab/general.php:262
    295295msgid "Display a confirmation alert before emptying cart."
    296296msgstr ""
    297297
    298 #: includes/setting-tab/general.php:269
     298#: includes/setting-tab/general.php:271
    299299msgid "Enable Regular Price"
    300300msgstr ""
    301301
    302 #: includes/setting-tab/general.php:274
     302#: includes/setting-tab/general.php:276
    303303msgid "Display Total at the bottom of the cart tray."
    304304msgstr ""
    305305
    306 #: includes/setting-tab/general.php:283
     306#: includes/setting-tab/general.php:285
    307307msgid "Disable Remove Button"
    308308msgstr ""
    309309
    310 #: includes/setting-tab/general.php:288
     310#: includes/setting-tab/general.php:290
    311311msgid "Hide the remove button for the item."
    312312msgstr ""
    313313
    314 #: includes/setting-tab/general.php:299
     314#: includes/setting-tab/general.php:301
    315315msgid "Enable Quantity Field"
    316316msgstr ""
    317317
    318 #: includes/setting-tab/general.php:304
     318#: includes/setting-tab/general.php:306
    319319msgid "Display Quantity Field to increase the carted product from cart tray."
    320320msgstr ""
    321321
    322 #: includes/setting-tab/general.php:314
     322#: includes/setting-tab/general.php:316
    323323msgid "Enable +/- Button"
    324324msgstr ""
    325325
    326 #: includes/setting-tab/general.php:319
     326#: includes/setting-tab/general.php:321
    327327msgid ""
    328328"Display +/- button with Quantity Field to increase the carted product from "
     
    330330msgstr ""
    331331
    332 #: includes/setting-tab/general.php:328
     332#: includes/setting-tab/general.php:330
    333333msgid "Display Total"
    334334msgstr ""
    335335
    336 #: includes/setting-tab/general.php:333
     336#: includes/setting-tab/general.php:335
    337337msgid "Display Total bottom of the cart tray."
    338338msgstr ""
    339339
    340 #: includes/setting-tab/general.php:343
     340#: includes/setting-tab/general.php:345
    341341msgid "Empty Cart Message"
    342342msgstr ""
    343343
    344 #: includes/setting-tab/general.php:347
     344#: includes/setting-tab/general.php:349
    345345msgid "This message will be displayed when your cart is empty."
    346346msgstr ""
    347347
    348 #: includes/setting-tab/general.php:351
     348#: includes/setting-tab/general.php:353
    349349msgid "New"
    350350msgstr ""
    351351
    352 #: includes/setting-tab/general.php:360
     352#: includes/setting-tab/general.php:362
    353353msgid "Icon Settings"
    354354msgstr ""
    355355
    356 #: includes/setting-tab/general.php:366
     356#: includes/setting-tab/general.php:368
    357357msgid "Choose Cart Icon"
    358358msgstr ""
    359359
    360 #: includes/setting-tab/general.php:378
     360#: includes/setting-tab/general.php:380
    361361msgid "More Icons"
    362362msgstr ""
    363363
    364 #: includes/setting-tab/general.php:409
     364#: includes/setting-tab/general.php:411
    365365msgid "Floating Cart Settings"
    366366msgstr ""
    367367
    368 #: includes/setting-tab/general.php:417
     368#: includes/setting-tab/general.php:419
    369369msgid "Enable Floating Cart Icon"
    370370msgstr ""
    371371
    372 #: includes/setting-tab/general.php:422
     372#: includes/setting-tab/general.php:424
    373373msgid "Enable Foating Icon."
    374374msgstr ""
    375375
    376 #: includes/setting-tab/general.php:432
     376#: includes/setting-tab/general.php:434
    377377msgid "Floating Icon Position"
    378378msgstr ""
    379379
    380 #: includes/setting-tab/general.php:467
     380#: includes/setting-tab/general.php:469
    381381msgid "Enable Shake Effect"
    382382msgstr ""
    383383
    384 #: includes/setting-tab/general.php:472
     384#: includes/setting-tab/general.php:474
    385385msgid ""
    386386"Shake the icon when some items added into the cart. It is a reminder for "
     
    388388msgstr ""
    389389
    390 #: includes/setting-tab/general.php:482
     390#: includes/setting-tab/general.php:484
    391391msgid "Hide Quantity Bubble"
    392392msgstr ""
    393393
    394 #: includes/setting-tab/general.php:487
     394#: includes/setting-tab/general.php:489
    395395msgid "Hide quantity bubble if cart is empty."
    396396msgstr ""
    397397
    398 #: includes/setting-tab/general.php:497
     398#: includes/setting-tab/general.php:499
    399399msgid "Hide If Empty"
    400400msgstr ""
    401401
    402 #: includes/setting-tab/general.php:502
     402#: includes/setting-tab/general.php:504
    403403msgid "Hide the entire icon if cart is empty."
    404404msgstr ""
  • fast-cart/trunk/package.json

    r3406219 r3453558  
    11{
    22  "name": "fast-cart",
    3   "version": "1.2.0",
     3  "version": "1.2.1",
    44  "description": "Beautiful & Responsive floating cart to ensure the best shopping experience and more sales.",
    55  "main": "index.js",
  • fast-cart/trunk/readme.txt

    r3406219 r3453558  
    66WC requires at least: 5.5
    77Tested up to: 6.9
    8 WC tested up to: 10.3.5
    9 Stable tag: 1.2.0
     8WC tested up to: 10.4.3
     9Stable tag: 1.2.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108== Changelog ==
    109109
     110= 1.2.1 [04-02-2026] Wednesday =
     111* Security- Check based on Plugin Check Plugin (PCP).
     112* Compatibility- WooCommerce 10.4.3
     113
    110114= 1.2.0 [30-11-2025] Sunday =
    111115* Feature: Added an option to close the tray using either the overlay layer or the close button.
Note: See TracChangeset for help on using the changeset viewer.