Plugin Directory

Changeset 3425227


Ignore:
Timestamp:
12/22/2025 10:28:17 AM (3 months ago)
Author:
shipbubble
Message:

Bug fixes

Location:
shipbubble
Files:
59 added
21 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • shipbubble/trunk/admin/settings/js/settings.js

    r3280993 r3425227  
    113113        handleAddressFormSubmit()
    114114    })
     115
     116
     117    function showValidationFailedAlert() {
     118        Swal.fire({
     119            icon: 'warning',
     120            title: 'Validation Failed',
     121            text: 'Please fill in all required store information.',
     122            showConfirmButton: false,
     123            timer: 4500
     124        });
     125    }
    115126
    116127    function handleAddressFormSubmit() {
  • shipbubble/trunk/readme.txt

    r3422751 r3425227  
    55Requires at least: 4.0
    66Tested up to: 6.5
    7 Stable tag: 2.10.3
     7Stable tag: 2.10.4
    88Requires PHP: 5.6
    99License: GPLv3 or later
     
    7070
    7171== Changelog ==
     72= 2.10.4 =
     73* Bug fix
     74
    7275== 2.10.3 =
    7376* Multi site compability fix
  • shipbubble/trunk/shipbubble.php

    r3422751 r3425227  
    99 * Requires at least: 4.0
    1010 * Tested up to: 6.8
    11  * Version: 2.10.3
     11 * Version: 2.10.4
    1212 * Requires PHP: 5.6
    1313 * Text Domain:  shipbubble
Note: See TracChangeset for help on using the changeset viewer.