Make WordPress Themes

Changeset 261174

Timestamp:
02/27/2025 08:33:19 AM (9 months ago)
Author:
themedropbox
Message:

New version of OceanWP - 4.0.6

Location:
oceanwp/4.0.6
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • oceanwp/4.0.6/README.md

    r257469 r261174  
    33**Contributors:** The OceanWP Team
    44**Requires at least:** WordPress 5.6
    5 **Tested up to:** WordPress 6.7.1
    6 **Stable tag:** 4.0.5
     5**Tested up to:** WordPress 6.7.2
     6**Stable tag:** 4.0.6
    77**Requires PHP:** 7.4
    88**License:** GPLv2 or later
  • oceanwp/4.0.6/changelog.md

    r257469 r261174  
    11# OceanWP Changelog
     2
     3### _2025.02.27_ - 4.0.6
     4- **Added**:: Turnstile integration for Popup Login and Elementor Widgets.
     5- **Added**:: Google Fonts: Funnel Sans and Funnel Display.
     6- **Updated**:: Template: woocommerce/single-product/product-image.php (version number for compatibility with WooCommerce 9.7).
     7- **Fixed**:: PHP Warning: Undefined variable $gutenberg_css in ...inc/third/class-gutenberg.php** on line 60.
    28
    39### _2025.01.27_ - 4.0.5
  • oceanwp/4.0.6/inc/customizer/helpers.php

    r246878 r261174  
    363363            </ul>
    364364
    365             <a href="<?php echo esc_url( 'https://oceanwp.org/core-extensions-bundle/' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
     365            <a href="<?php echo esc_url( 'https://see.oceanwp.org/tcheader-bundle-upgrade' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
    366366        </div>
    367367        <?php
     
    388388            </ul>
    389389
    390             <a href="<?php echo esc_url( 'https://oceanwp.org/core-extensions-bundle/' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
     390            <a href="<?php echo esc_url( 'https://see.oceanwp.org/tctopbar-bundle-upgrade' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
    391391        </div>
    392392        <?php
     
    414414            </ul>
    415415
    416             <a href="<?php echo esc_url( 'https://oceanwp.org/core-extensions-bundle/' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
     416            <a href="<?php echo esc_url( 'https://see.oceanwp.org/tcblog-bundle-upgrade' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
    417417        </div>
    418418        <?php
     
    440440            </ul>
    441441
    442             <a href="<?php echo esc_url( 'https://oceanwp.org/core-extensions-bundle/' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
     442            <a href="<?php echo esc_url( 'https://see.oceanwp.org/tcfwidgets-bundle-upgrade' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
     443        </div>
     444        <?php
     445        return ob_get_clean();
     446    }
     447}
     448
     449if ( ! function_exists( 'owp_render_footer_copyright_upsell_notice' ) ) {
     450
     451    function owp_render_footer_copyright_upsell_notice() {
     452        $check_icon = '<svg height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M400-304 240-464l56-56 104 104 264-264 56 56-320 320Z"/></svg>';
     453        ob_start();
     454        ?>
     455        <div class="ocean-upsell-container">
     456            <h3 class="upsell-heading"><?php echo esc_html__( 'Make Your Site Stand Out with OceanWP Pro Bundle!', 'oceanwp' ); ?></h3>
     457            <p><?php echo esc_html__( 'Why Upgrade to Pro?', 'oceanwp' ); ?></p>
     458            <ul class="upsell-content">
     459                <li><?php echo $check_icon; ?> <?php echo esc_html__( 'Footer CTA', 'oceanwp' ); ?></li>
     460                <li><?php echo $check_icon; ?> <?php echo esc_html__( 'Sticky Footer', 'oceanwp' ); ?></li>
     461                <li><?php echo $check_icon; ?> <?php echo esc_html__( 'Sticky Custom Footer', 'oceanwp' ); ?></li>
     462                <li><?php echo $check_icon; ?> <?php echo esc_html__( 'Cookie Notice', 'oceanwp' ); ?></li>
     463                <li><?php echo $check_icon; ?> <?php echo esc_html__( 'Elementor Sections', 'oceanwp' ); ?></li>
     464                <li><?php echo $check_icon; ?> <?php echo esc_html__( 'Full Site Templates', 'oceanwp' ); ?></li>
     465                <li><?php echo $check_icon; ?> <?php echo esc_html__( 'Dedicated Support', 'oceanwp' ); ?></li>
     466            </ul>
     467
     468            <a href="<?php echo esc_url( 'https://see.oceanwp.org/tccopyright-bundle-upgrade' ) ?>" target="_blank" class="button button-secondary">Upgrade to OceanWP Pro</a>
    443469        </div>
    444470        <?php
  • oceanwp/4.0.6/inc/customizer/options/footer-copyright.php

    r245943 r261174  
    630630    'ocean_copyright_upsell_notice' => [
    631631        'type'            => 'ocean-content',
    632         'isContent'       => owp_render_footer_upsell_notice(),
     632        'isContent'       => owp_render_footer_copyright_upsell_notice(),
    633633        'section'         => 'ocean_footer_bottom',
    634634        'class'           => 'description',
  • oceanwp/4.0.6/inc/customizer/webfonts.php

    r245943 r261174  
    525525            'Fugaz One',
    526526            'Fuggles',
     527            'Funnel Sans',
     528            'Funnel Display',
    527529            'Fustat',
    528530            'Fuzzy Bubbles',
  • oceanwp/4.0.6/inc/themepanel/theme-panel.php

    r222387 r261174  
    542542     */
    543543    public function banner_upgrade_link() {
    544         return 'https://oceanwp.org/core-extensions-bundle/';
     544        return 'https://see.oceanwp.org/bundle-pro-upgrade';
    545545    }
    546546
  • oceanwp/4.0.6/inc/themepanel/views/layout/top-bar.php

    r168468 r261174  
    11<?php
    2 $diamond_link = "https://oceanwp.org/core-extensions-bundle/";
     2$diamond_link = "https://see.oceanwp.org/bundle-pro-upgrade";
    33$star_link = "https://wordpress.org/support/theme/oceanwp/reviews/#new-post";
    44$help_link = "#help";
     
    1414        <a href="<?php echo esc_url( $star_link ); ?>" target="_blank" class="top-bar-links">
    1515            <img class="oceanwp-top-panel-image" src="<?php echo esc_url( OCEANWP_THEME_PANEL_URI . '/assets/images/icons/star.png' ); ?>" />
    16         </a>       
     16        </a>
    1717            <a href="<?php echo esc_url( $help_link ); ?>" class="top-bar-links oceanwp-tp-topbar-link">
    1818            <img class="oceanwp-top-panel-image" src="<?php echo esc_url( OCEANWP_THEME_PANEL_URI . '/assets/images/icons/life-saver.png' ); ?>" />
  • oceanwp/4.0.6/inc/themepanel/views/panes/integration.php

    r188595 r261174  
    66$please_install_oe_text_link                         = oceanwp_theme_panel()->please_install_oe_text_link();
    77$install_oe_upgrade_core_extensions_bundle_text_link = oceanwp_theme_panel()->install_oe_upgrade_core_extensions_bundle_text_link();
     8$opl_log_version                                     = defined( 'OPL_PLUGIN_VERSION' ) ? OPL_PLUGIN_VERSION : '';
     9$oew_log_version                                     = defined( 'OWP_ELEMENTOR_VERSION' ) ? OWP_ELEMENTOR_VERSION : '';
    810?>
    911
     
    7173    </div>
    7274
     75    <?php if ( $extra_mode_actived && $ocean_popup_login_activated && version_compare( $opl_log_version, '2.2.1', '>=' )
     76        || $extra_mode_actived && $ocean_elementor_widgets_actived && version_compare( $oew_log_version, '2.4.7', '>=' ) ) : ?>
     77    <!-- Cloudflare Turnstile -->
     78    <div class="oceanwp-tp-wide-block">
     79        <div class="oceanwp-tp-block-outer">
     80            <img class="oceanwp-tp-wide-block-image" src="<?php echo esc_url( OCEANWP_THEME_PANEL_URI . '/assets/images/icons/google-recaptcha.png' ); ?>" />
     81            <h2 class="oceanwp-tp-block-title"><?php esc_html_e( 'Cloudflare Turnstile', 'oceanwp' ); ?></h2>
     82        </div>
     83        <h3 class="oceanwp-tp-block-description"><?php esc_html_e( 'Adds Cloudflare Turnstile.', 'oceanwp' ); ?></h3>
     84
     85        <?php oceanwp_theme_panel()->print_pane( 'integration-cloudflare-turnstile' ); ?>
     86    </div>
     87    <?php endif; ?>
     88
    7389    <!-- MailChimp -->
    7490    <div class="oceanwp-tp-wide-block">
  • oceanwp/4.0.6/inc/third/class-gutenberg.php

    r257469 r261174  
    5555                $links_color       = get_theme_mod( 'ocean_links_color', '#333333' );
    5656                $links_color_hover = get_theme_mod( 'ocean_links_color_hover', '#13aff0' );
     57
     58                $gutenberg_css = '';
    5759
    5860                // Links color.
  • oceanwp/4.0.6/languages/oceanwp.pot

    r257469 r261174  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: OceanWP 4.0.5\n"
     5"Project-Id-Version: OceanWP 4.0.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/oceanwp\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-01-27T08:55:29+00:00\n"
     12"POT-Creation-Date: 2025-02-27T05:42:59+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    603603#: inc/customizer/helpers.php:405
    604604#: inc/customizer/helpers.php:431
     605#: inc/customizer/helpers.php:457
    605606msgid "Why Upgrade to Pro?"
    606607msgstr ""
     
    633634#: inc/customizer/helpers.php:412
    634635#: inc/customizer/helpers.php:438
     636#: inc/customizer/helpers.php:464
    635637msgid "Full Site Templates"
    636638msgstr ""
     
    656658#: inc/customizer/helpers.php:413
    657659#: inc/customizer/helpers.php:439
     660#: inc/customizer/helpers.php:465
    658661msgid "Dedicated Support"
    659662msgstr ""
     
    677680#: inc/customizer/helpers.php:411
    678681#: inc/customizer/helpers.php:437
     682#: inc/customizer/helpers.php:463
    679683msgid "Elementor Sections"
    680684msgstr ""
    681685
    682686#: inc/customizer/helpers.php:430
     687#: inc/customizer/helpers.php:456
    683688msgid "Make Your Site Stand Out with OceanWP Pro Bundle!"
    684689msgstr ""
    685690
    686691#: inc/customizer/helpers.php:433
     692#: inc/customizer/helpers.php:459
    687693msgid "Footer CTA"
    688694msgstr ""
    689695
    690696#: inc/customizer/helpers.php:434
     697#: inc/customizer/helpers.php:460
    691698#: inc/themepanel/views/panes/free-vs-pro.php:75
    692699msgid "Sticky Footer"
     
    694701
    695702#: inc/customizer/helpers.php:435
     703#: inc/customizer/helpers.php:461
    696704msgid "Sticky Custom Footer"
    697705msgstr ""
    698706
    699707#: inc/customizer/helpers.php:436
     708#: inc/customizer/helpers.php:462
    700709#: inc/themepanel/views/panes/free-vs-pro.php:84
    701710msgid "Cookie Notice"
    702711msgstr ""
    703712
    704 #: inc/customizer/helpers.php:457
     713#: inc/customizer/helpers.php:483
    705714#: inc/customizer/options/blog.php:172
    706715#: inc/customizer/options/blog.php:234
     
    95249533msgstr ""
    95259534
    9526 #: inc/themepanel/views/panes/integration.php:18
     9535#: inc/themepanel/views/panes/integration.php:20
    95279536msgid "SVG Support"
    95289537msgstr ""
    95299538
    9530 #: inc/themepanel/views/panes/integration.php:27
     9539#: inc/themepanel/views/panes/integration.php:29
    95319540msgid "Enable SVG file support for your WordPress Media Library. This option allows you to safely upload any SVG file to the Media Library as all files are sanitized upon upload."
    95329541msgstr ""
    95339542
    9534 #: inc/themepanel/views/panes/integration.php:37
     9543#: inc/themepanel/views/panes/integration.php:39
    95359544msgid "Google Maps"
    95369545msgstr ""
    95379546
    9538 #: inc/themepanel/views/panes/integration.php:40
    9539 #: inc/themepanel/views/panes/integration.php:46
     9547#: inc/themepanel/views/panes/integration.php:42
     9548#: inc/themepanel/views/panes/integration.php:48
    95409549msgid "Display the Google map on your website and help visitors locate your business."
    95419550msgstr ""
    95429551
    9543 #: inc/themepanel/views/panes/integration.php:58
     9552#: inc/themepanel/views/panes/integration.php:60
    95449553msgid "Google reCAPTCHA"
    95459554msgstr ""
    95469555
    9547 #: inc/themepanel/views/panes/integration.php:61
    9548 #: inc/themepanel/views/panes/integration.php:67
     9556#: inc/themepanel/views/panes/integration.php:63
     9557#: inc/themepanel/views/panes/integration.php:69
    95499558msgid "Adds Google reCAPTCHA."
    95509559msgstr ""
    95519560
    9552 #: inc/themepanel/views/panes/integration.php:77
     9561#: inc/themepanel/views/panes/integration.php:81
     9562msgid "Cloudflare Turnstile"
     9563msgstr ""
     9564
     9565#: inc/themepanel/views/panes/integration.php:83
     9566msgid "Adds Cloudflare Turnstile."
     9567msgstr ""
     9568
     9569#: inc/themepanel/views/panes/integration.php:93
    95539570msgid "MailChimp"
    95549571msgstr ""
    95559572
    9556 #: inc/themepanel/views/panes/integration.php:85
     9573#: inc/themepanel/views/panes/integration.php:101
    95579574msgid "Add newsletter subscription to your website and grow your contact list."
    95589575msgstr ""
    95599576
    9560 #: inc/themepanel/views/panes/integration.php:87
     9577#: inc/themepanel/views/panes/integration.php:103
    95619578msgid "to unlock this feature."
    95629579msgstr ""
    95639580
    9564 #: inc/themepanel/views/panes/integration.php:96
     9581#: inc/themepanel/views/panes/integration.php:112
    95659582msgid "Adobe Fonts (TypeKit)"
    95669583msgstr ""
    95679584
    9568 #: inc/themepanel/views/panes/integration.php:102
     9585#: inc/themepanel/views/panes/integration.php:118
    95699586msgid "Get your creativity flowing and dive into thousands of wonderful fonts from the world's leading type foundries."
    95709587msgstr ""
  • oceanwp/4.0.6/readme.txt

    r257469 r261174  
    11== OceanWP ==
    22Contributors: oceanwp
    3 Tested up to: 6.7.1
    4 Stable tag: 4.0.5
     3Tested up to: 6.7.2
     4Stable tag: 4.0.6
    55Requires PHP: 7.4
    66License: GPLv2 or later
  • oceanwp/4.0.6/sass/style.scss

    r257469 r261174  
    33 * Theme Name:         OceanWP
    44 * Text Domain:        oceanwp
    5  * Version:            4.0.5
    6  * Tested up to:       6.7.1
     5 * Version:            4.0.6
     6 * Tested up to:       6.7.2
    77 * Requires at least:  5.6
    88 * Requires PHP:       7.4
  • oceanwp/4.0.6/style.css

    r257469 r261174  
    22 * Theme Name:         OceanWP
    33 * Text Domain:        oceanwp
    4  * Version:            4.0.5
    5  * Tested up to:       6.7.1
     4 * Version:            4.0.6
     5 * Tested up to:       6.7.2
    66 * Requires at least:  5.6
    77 * Requires PHP:       7.4
  • oceanwp/4.0.6/woocommerce/single-product/product-image.php

    r234745 r261174  
    1313 * @see     https://docs.woocommerce.com/document/template-structure/
    1414 * @package WooCommerce\Templates
    15  * @version 9.0.0
     15 * @version 9.7.0
    1616 */
    1717
Note: See TracChangeset for help on using the changeset viewer.