Plugin Directory

Changeset 3408931


Ignore:
Timestamp:
12/03/2025 07:14:37 AM (4 months ago)
Author:
ronyp
Message:

V7.8.0

Location:
woocommerce-jetpack/trunk
Files:
3 added
8 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-jetpack/trunk/includes/classes/class-wcj-module-product-by-condition.php

    r2888876 r3408931  
    33 * Booster for WooCommerce - Module - Product by Condition
    44 *
    5  * @version 6.0.5
     5 * @version 7.8.0
    66 * @since   3.6.0
    77 * @author  Pluggabl LLC.
     
    271271         * Add_bulk_and_quick_edit_fields.
    272272         *
    273          * @version 3.6.0
     273         * @version 7.8.0
    274274         * @since   3.6.0
    275275         */
     
    283283                ?><br class="clear" />
    284284            <label>
    285                 <span class="title"><?php echo wp_kses_post( $this->title ) . ': ' . esc_html_e( 'Visible', 'woocommerce-jetpack' ); ?></span>
     285                <span class="title"><?php echo wp_kses_post( $this->title ) . ': ' . esc_html__( 'Visible', 'woocommerce-jetpack' ); ?></span>
    286286                <select multiple id="wcj_<?php echo wp_kses_post( $this->id ); ?>_visible" name="wcj_<?php echo wp_kses_post( $this->id ); ?>_visible[]">
    287287                    <?php echo wp_kses_post( $all_options ); ?>
     
    294294            <br class="clear" />
    295295            <label>
    296                 <span class="title"><?php echo wp_kses_post( $this->title ) . ': ' . esc_html_e( 'Invisible', 'woocommerce-jetpack' ); ?></span>
     296                <span class="title"><?php echo wp_kses_post( $this->title ) . ': ' . esc_html__( 'Invisible', 'woocommerce-jetpack' ); ?></span>
    297297                <select multiple id="wcj_<?php echo wp_kses_post( $this->id ); ?>_invisible" name="wcj_<?php echo wp_kses_post( $this->id ); ?>_invisible[]">
    298298                    <?php echo wp_kses_post( $all_options ); ?>
  • woocommerce-jetpack/trunk/includes/core/class-wcj-admin.php

    r3403099 r3408931  
    33 * Booster for WooCommerce - Core - Admin
    44 *
    5  * @version 7.7.0
     5 * @version 7.8.0
    66 * @since   3.2.4
    77 * @author  Pluggabl LLC.
     
    922922         * Output_settings.
    923923         *
    924          * @version 7.7.0
     924         * @version 7.8.0
    925925         * @param   array $current_section defines the current section.
    926926         */
     
    930930
    931931            if ( ! $this->is_dashboard_section( $current_section ) ) {
     932                // Quick Start Box Rendering (Before module settings).
     933                if ( function_exists( 'wcj_quick_start_render_box' ) ) {
     934                    wcj_quick_start_render_box( $current_section );
     935                }
    932936                $settings = $this->enhance_settings_for_module( $settings, $current_section );
    933937            }
  • woocommerce-jetpack/trunk/includes/core/wcj-loader.php

    r3328788 r3408931  
    33 * Booster for WooCommerce - Core - Loader
    44 *
    5  * @version 7.2.8
     5 * @version 7.8.0
    66 * @since   3.2.4
    77 * @author  Pluggabl LLC.
     
    4848// Functions.
    4949require_once 'wcj-functions.php';
     50
     51// Quick Start Presets.
     52require_once WCJ_FREE_PLUGIN_PATH . '/includes/wcj-quick-start-presets.php';
     53
     54// Quick Start Admin UI.
     55if ( is_admin() ) {
     56    require_once WCJ_FREE_PLUGIN_PATH . '/includes/admin/wcj-quick-start-admin.php';
     57}
    5058
    5159// Classes.
  • woocommerce-jetpack/trunk/includes/css/wcj-admin.css

    r3367619 r3408931  
    22 * wcj-admin.
    33 *
    4  * @version 7.3.1
     4 * @version 7.8.0
    55 * @since   2.5.3
    66 */
     
    362362    filter: brightness(0) invert(1); /* White icon */
    363363}
     364
     365/* Quick box button styling */
     366
     367button.wcj-quick-start-apply {
     368    background-color: #2271b1;
     369    border-radius: 4px;
     370    font-family: 'Inter-SemiBold';
     371    border: 0;
     372    cursor: pointer;
     373    padding: 10px;
     374    color: #fff;
     375}
  • woocommerce-jetpack/trunk/langs/woocommerce-jetpack.pot

    r3403099 r3408931  
    756756
    757757#: includes/admin/class-wcj-settings-custom-fields.php:79
    758 #: includes/core/class-wcj-admin.php:1261
     758#: includes/core/class-wcj-admin.php:1265
    759759#, php-format
    760760msgid "Grab raw %1$s rate from %2$s."
     
    762762
    763763#: includes/admin/class-wcj-settings-custom-fields.php:80
    764 #: includes/core/class-wcj-admin.php:1262
     764#: includes/core/class-wcj-admin.php:1266
    765765msgid "Doesn't apply rounding, offset etc."
    766766msgstr ""
    767767
    768768#: includes/admin/class-wcj-settings-custom-fields.php:350
    769 #: includes/core/class-wcj-admin.php:1199
     769#: includes/core/class-wcj-admin.php:1203
    770770msgid "Save changes"
    771771msgstr ""
     
    12621262msgstr ""
    12631263
     1264#: includes/admin/wcj-quick-start-admin.php:60
     1265#, php-format
     1266msgid "Quick Start: %s"
     1267msgstr ""
     1268
     1269#: includes/admin/wcj-quick-start-admin.php:121
     1270msgid "See advanced options →"
     1271msgstr ""
     1272
     1273#: includes/admin/wcj-quick-start-admin.php:156
     1274msgid "Preset applied! Review the settings below and click \"Save changes\"."
     1275msgstr ""
     1276
    12641277#: includes/admin/wcj-settings-dashboard.php:24
    12651278msgid "Welcome to Booster!"
     
    14351448
    14361449#: includes/admin/wcj-settings-plugins.php:67
    1437 #: includes/core/class-wcj-admin.php:1055 includes/core/class-wcj-admin.php:1418
     1450#: includes/core/class-wcj-admin.php:1059 includes/core/class-wcj-admin.php:1422
    14381451msgid "Save Changes"
    14391452msgstr ""
     
    14511464
    14521465#: includes/admin/wcj-settings-plugins.php:101
    1453 #: includes/core/class-wcj-admin.php:861 includes/core/class-wcj-admin.php:1014
     1466#: includes/core/class-wcj-admin.php:861 includes/core/class-wcj-admin.php:1018
    14541467#: includes/settings/meta-box/wcj-settings-meta-box-product-add-to-cart.php:81
    14551468#: includes/settings/wcj-settings-add-to-cart-button-visibility.php:45
     
    14801493#: includes/classes/class-wcj-module.php:306
    14811494#: includes/classes/class-wcj-module.php:327
    1482 #: includes/core/class-wcj-admin.php:862 includes/core/class-wcj-admin.php:1015
     1495#: includes/core/class-wcj-admin.php:862 includes/core/class-wcj-admin.php:1019
    14831496#: includes/settings/meta-box/wcj-settings-meta-box-product-add-to-cart.php:82
    14841497#: includes/settings/meta-box/wcj-settings-meta-box-product-addons.php:81
     
    26772690
    26782691#: includes/class-wcj-cart-abandonment.php:31
     2692#: includes/wcj-quick-start-presets.php:68
    26792693msgid "Cart Abandonment"
    26802694msgstr ""
     
    63046318
    63056319#: includes/class-wcj-sales-notifications.php:47
     6320#: includes/wcj-quick-start-presets.php:94
    63066321msgid "Sales Notifications"
    63076322msgstr ""
     
    2397423989msgstr ""
    2397523990
     23991#: includes/wcj-quick-start-presets.php:69
     23992msgid "Send one gentle reminder email to recover abandoned carts."
     23993msgstr ""
     23994
     23995#: includes/wcj-quick-start-presets.php:73
     23996#: includes/wcj-quick-start-presets.php:99
     23997#: includes/wcj-quick-start-presets.php:124
     23998msgid "Balanced (recommended)"
     23999msgstr ""
     24000
     24001#: includes/wcj-quick-start-presets.php:74
     24002msgid "Safe starting point for most stores - one reminder after 1 hour."
     24003msgstr ""
     24004
     24005#: includes/wcj-quick-start-presets.php:76
     24006msgid "Enable the first email template"
     24007msgstr ""
     24008
     24009#: includes/wcj-quick-start-presets.php:77
     24010msgid "Send reminder 1 hour after cart is abandoned"
     24011msgstr ""
     24012
     24013#: includes/wcj-quick-start-presets.php:78
     24014msgid "Use a gentle, helpful message"
     24015msgstr ""
     24016
     24017#: includes/wcj-quick-start-presets.php:79
     24018msgid "No discount coupon (keeps it simple)"
     24019msgstr ""
     24020
     24021#: includes/wcj-quick-start-presets.php:95
     24022msgid "Show social proof with recent purchase notifications."
     24023msgstr ""
     24024
     24025#: includes/wcj-quick-start-presets.php:100
     24026msgid "Reasonable timing that builds trust without being intrusive."
     24027msgstr ""
     24028
     24029#: includes/wcj-quick-start-presets.php:102
     24030msgid "Display notifications for 6 seconds"
     24031msgstr ""
     24032
     24033#: includes/wcj-quick-start-presets.php:103
     24034msgid "Wait 30 seconds before showing next notification"
     24035msgstr ""
     24036
     24037#: includes/wcj-quick-start-presets.php:104
     24038msgid "Show in bottom right corner"
     24039msgstr ""
     24040
     24041#: includes/wcj-quick-start-presets.php:105
     24042msgid "Display real recent orders"
     24043msgstr ""
     24044
     24045#: includes/wcj-quick-start-presets.php:119
     24046msgid "Product Add-ons"
     24047msgstr ""
     24048
     24049#: includes/wcj-quick-start-presets.php:120
     24050msgid "Add simple upsells like gift wrapping to all products."
     24051msgstr ""
     24052
     24053#: includes/wcj-quick-start-presets.php:125
     24054msgid "Simple gift wrapping option that works for most stores."
     24055msgstr ""
     24056
     24057#: includes/wcj-quick-start-presets.php:127
     24058msgid "Enable global add-ons for all products"
     24059msgstr ""
     24060
     24061#: includes/wcj-quick-start-presets.php:128
     24062msgid "Add a \"Gift Wrapping\" checkbox option"
     24063msgstr ""
     24064
     24065#: includes/wcj-quick-start-presets.php:129
     24066msgid "Set a small additional fee"
     24067msgstr ""
     24068
     24069#: includes/wcj-quick-start-presets.php:130
     24070msgid "Customers can opt-in at checkout"
     24071msgstr ""
     24072
     24073#: includes/wcj-quick-start-presets.php:136
     24074msgid "Gift Wrapping"
     24075msgstr ""
     24076
     24077#: includes/wcj-quick-start-presets.php:137
     24078msgid "Add gift wrapping"
     24079msgstr ""
     24080
    2397624081#: includes/widgets/class-wcj-widget-country-switcher.php:37
    2397724082msgid "Booster - Country Switcher"
  • woocommerce-jetpack/trunk/readme.txt

    r3403099 r3408931  
    66Tested up to: 6.8.3
    77Requires PHP: 7.2
    8 Stable tag: 7.7.0
     8Stable tag: 7.8.0
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    348348== Changelog ==
    349349
     350= 7.8.0 - 03/12/2025 =
     351
     352* **Onboarding Phase 6 – Quick Start presets (Phase 5 EPIC 2)**. Introduced a reusable “Quick Start” box at the top of selected module settings so you can get to a working setup in one click.
     353  - **One-click “Balanced (recommended)” presets:** Abandoned Cart / Abandoned Cart Lite, Sales Notifications, and Product Add-ons now ship with safe, sensible starting configurations you can apply instantly.
     354  - **Pre-filled, not auto-saved:** Clicking a Quick Start button fills in the most important options for that module, but nothing is saved until you review everything and press Save changes.
     355  - **Continuous onboarding inside modules:** Quick Start lives directly on the settings screen, guiding you from “I don’t know where to start” to “ready to go live” without leaving the page or digging through docs.
     356  - **Continuous onboarding:** Help is now built into the settings screens themselves, reducing guesswork, setup friction, and support requests.
     357  - **Reusable preset system:**  Quick Start is powered by a central preset schema so we can roll out more module presets over time without changing their core logic.
     358  - **Fully backward compatible**: Modules without presets look and behave exactly as before. If no presets are defined for a module, the Quick Start box does not appear.
     359* WooCommerce 10.3.5 Tested
     360* WordPress 6.8.3 Tested
     361
    350362= 7.7.0 - 26/11/2025 =
    351363
     
    356368  - **Continuous onboarding**: Help is now built into the settings screens themselves, reducing guesswork, setup friction, and support requests.
    357369  - **Fully backward compatible**: If no help text is defined, the settings pages look and behave exactly as before. More modules will be added over time.
    358 * FIXED- Corrected translation call by replacing _e() with __() inside price-offers message to avoid immediate echo (PR#113).
     370* FIXED - Corrected translation call by replacing _e() with __() inside price-offers message to avoid immediate echo (PR#113).
    359371* WooCommerce 10.3.5 Tested
    360372* WordPress 6.8.3 Tested
  • woocommerce-jetpack/trunk/version-details.json

    r3403099 r3408931  
    11{
    2     "0" : "= 7.7.0 26/11/2025 =",
    3     "1" : "* **Onboarding Phase 5 - contextual inline help**. Introduced a new help-text and tooltip system across Booster settings so you can see what each option does, when to change it, and safe defaults without leaving the page.",
    4     "2" : "* FIXED-  Corrected translation call by replacing _e() with __() inside price-offers message to avoid immediate echo (PR #113).",
    5     "3" : "* WooCommerce 10.3.5 Tested"
     2    "0" : "= 7.8.0 03/12/2025 =",
     3    "1" : "* **Onboarding Phase 6 - Quick Start presets (Phase 5 EPIC 2)**. Introduced a reusable “Quick Start” box at the top of selected module settings so you can get to a working setup in one click.",
     4    "2" : "* WooCommerce 10.3.5 Tested",
     5    "3" : "* WordPress 6.8.3 Tested"
    66}
  • woocommerce-jetpack/trunk/woocommerce-jetpack.php

    r3403099 r3408931  
    55 * Plugin URI: https://booster.io
    66 * Description: Supercharge your WooCommerce site with these awesome powerful features. More than 100 modules.All in one WooCommerce plugin.
    7  * Version: 7.7.0
     7 * Version: 7.8.0
    88 * Author: Pluggabl LLC
    99 * Author URI: https://booster.io
     
    7777         * @since 2.4.7
    7878         */
    79         public $version = '7.7.0';
     79        public $version = '7.8.0';
    8080
    8181        /**
Note: See TracChangeset for help on using the changeset viewer.