Plugin Directory

Changeset 3087068

Timestamp:
05/15/2024 10:49:39 AM (2 months ago)
Author:
wpswings
Message:

Released Version 2.3.3

Location:
upsell-order-bump-offer-for-woocommerce
Files:
116 added
6 edited

Legend:

Unmodified
Added
Removed
  • upsell-order-bump-offer-for-woocommerce/trunk/languages/upsell-order-bump-offer-for-woocommerce-en_US.po

    r3080968 r3087068  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Upsell Order Bump Offer for WooCommerce 2.3.2\n"
    4 "POT-Creation-Date: 2024-05-03 17:10+0530\n"
    5 "PO-Revision-Date: 2024-05-03 17:10+0530\n"
     3"Project-Id-Version: Upsell Order Bump Offer for WooCommerce 2.3.\n"
     4"POT-Creation-Date: 2024-05-+0530\n"
     5"PO-Revision-Date: 2024-05-+0530\n"
    66"Last-Translator: \n"
    77"Language-Team: WP Swings\n"
     
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    13 "X-Generator: Poedit 3.4.2\n"
     13"X-Generator: Poedit 3.4.\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-SourceCharset: UTF-8\n"
  • upsell-order-bump-offer-for-woocommerce/trunk/languages/upsell-order-bump-offer-for-woocommerce.pot

    r3080968 r3087068  
    22msgid ""
    33msgstr ""
    4 "Project-Id-Version: Upsell Order Bump Offer for WooCommerce 2.3.2\n"
    5 "POT-Creation-Date: 2024-05-03 17:10+0530\n"
     4"Project-Id-Version: Upsell Order Bump Offer for WooCommerce 2.3.\n"
     5"POT-Creation-Date: 2024-05-+0530\n"
    66"PO-Revision-Date: 2022-07-07 19:17+0530\n"
    77"Last-Translator: \n"
     
    1212"Content-Transfer-Encoding: 8bit\n"
    1313"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    14 "X-Generator: Poedit 3.4.2\n"
     14"X-Generator: Poedit 3.4.\n"
    1515"X-Poedit-Basepath: ..\n"
    1616"X-Poedit-SourceCharset: UTF-8\n"
  • upsell-order-bump-offer-for-woocommerce/trunk/public/js/wps_ubo_lite_public_script.js

    r3080968 r3087068  
    66    }
    77
    8     var bodyElements = document.getElementsByTagName('body')[0].getElementsByTagName('*');
    9     for (var i = 0; i < bodyElements.length; i++) {
    10         if (bodyElements[i].classList.contains('wrapup_order_bump')) {
    11             bodyElements[i].style.display = 'none';
    12             console.log('First occurrence of the specific class found:', bodyElements[i]);
    13             break;
    14         }
    15     }
    16    
     8
    179    setTimeout(function () {
    1810
     
    2012
    2113        if (wps_is_checkout_block_use) {
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
    2225            if (jQuery('.wrapup_order_bump').length > 0) {
    2326                var data = jQuery('.wrapup_order_bump').html();
  • upsell-order-bump-offer-for-woocommerce/trunk/readme.txt

    r3080968 r3087068  
    22Contributors: wpswings
    33Donate link: https://wpswings.com/
    4 Tags: upsell, ab testing offers, order bump, frequently bought together, upsell offers, cross-sell, sales funnels
     4Tags: upsell,
    55Requires at least: 5.5.0
    6 Tested up to: 6.5.2
     6Tested up to: 6.5.
    77WC requires at least: 5.5.0
    8 WC tested up to: 8.8.3
    9 Stable tag: 2.3.2
     8WC tested up to: 8.
     9Stable tag: 2.3.
    1010Requires PHP: 7.0.0
    1111License: GPLv3 or later
     
    2121
    2222Show your customers an exclusive offer deal at an unbelievable price at the very moment that they are checking out.
    23 
    2423
    2524Relevant offers can be set for specific targets with [**WooCommerce Order Bump**](https://wpswings.com/product/upsell-order-bump-offer-for-woocommerce-pro/?utm_source=wpswings-order-bump-pro&utm_medium=order-bump-org-page&utm_campaign=order-bump-pro) which ensures customer satisfaction and thus results in improved sales improvements.
     
    264263== Changelog ==
    265264
     265
     266
     267
     268
    266269= 2.3.2 - Released on 03 May 2024 =
    267270* New: Compatibility with WP (6.5.2) and WC (8.8.3)
     
    423426== Upgrade Notice ==
    424427
    425 = 2.3.2 - Released on 03 May 2024 =
    426 * New: Compatibility with WP (6.5.2) and WC (8.8.3)
    427 * Added: Banner Image in Overview Section
     428= 2.3. May 2024 =
     429*
     430*
  • upsell-order-bump-offer-for-woocommerce/trunk/upsell-order-bump-offer-for-woocommerce.php

    r3080968 r3087068  
    1818 *
    1919 * Requires at least:       5.5.0
    20  * Tested up to:            6.5.2
     20 * Tested up to:            6.5.
    2121 * WC requires at least:    6.1.0
    22  * WC tested up to:         8.8.3
     22 * WC tested up to:         8.
    2323 *
    24  * Version:           2.3.2
     24 * Version:           2.3.
    2525 * Author:            WP Swings
    2626 * Author URI:        https://wpswings.com/?utm_source=wpswings-official&utm_medium=order-bump-org-backend&utm_campaign=official
     
    8181     * Currently plugin version.
    8282     */
    83     define( 'UPSELL_ORDER_BUMP_OFFER_FOR_WOOCOMMERCE_VERSION', '2.3.2' );
     83    define( 'UPSELL_ORDER_BUMP_OFFER_FOR_WOOCOMMERCE_VERSION', '2.3.' );
    8484
    8585    $old_pro_present   = false;
Note: See TracChangeset for help on using the changeset viewer.