Make WordPress Themes

Changeset 181779 for bard


Ignore:
Timestamp:
12/20/2022 01:03:19 PM (3 years ago)
Author:
themedropbox
Message:

New version of Bard - 2.197

Location:
bard/2.197
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bard/2.197/functions.php

    r181741 r181779  
    944944
    945945add_action( 'after_switch_theme', 'bard_activation_time' );
     946add_action( 'after_switch_theme', 'delete_pro_dismiss_on_activation');
    946947add_action( 'after_setup_theme', 'bard_activation_time' );
    947948   
    948949function bard_activation_time() {
     950    // if ( false === get_option( 'bard_activation_time_update_to_pro' ) ) {
     951    //  add_option( 'bard_activation_time_update_to_pro', strtotime('now') );
     952    // }
     953
    949954    if ( false === get_option( 'bard_activation_time' ) ) {
    950955        add_option( 'bard_activation_time', strtotime('now') );
    951956    }
     957
    952958    if ( false === get_option('bard_random_number' ) ) {
    953959        add_option( 'bard_random_number', rand(10, 20) );
    954960    }
    955 }
     961   
     962    // if (get_option('bard_plugin_previous_version') == false) {
     963    //  update_option('bard_plugin_previous_version', wp_get_theme()->get('Version'));
     964    // }
     965   
     966    // if (wp_get_theme()->get('Version') != get_option('bard_plugin_previous_version')) {
     967    //  delete_option('bard_update_to_pro_dismiss_notice');
     968    //  update_option('bard_plugin_previous_version', wp_get_theme()->get('Version'));
     969    // }
     970}
     971
     972function delete_pro_dismiss_on_activation() {
     973    delete_option('bard_update_to_pro_dismiss_notice');
     974}
     975
     976// require get_parent_theme_file_path('/inc/upgrade-to-pro/upgrade-to-pro.php');
    956977
    957978// Welcome Notice
  • bard/2.197/inc/about/about-bard.php

    r181741 r181779  
    122122                            ),
    123123                        );
    124                         echo wp_kses( 'With Bard theme you can build a beautiful <a style="color: #3858E9;" href="https://wp-royal.com/themes/bard-free/demo/shop/?ref=ashe-free-backend-about-shop-prev-bt" target="_blank">online shop</a> with ease, just install the Woocommerce plugin and start building your shop today!', $allowed_html); ?>
     124                        echo wp_kses( 'With Bard theme you can build a beautiful <a style="color: #3858E9;" href="https://wp-royal.com/themes/bard-free/demo/shop/?ref=bard-free-backend-about-shop-prev-bt" target="_blank">online shop</a> with ease, just install the Woocommerce plugin and start building your shop today!', $allowed_html); ?>
    125125                    </p>
    126126
  • bard/2.197/readme.txt

    r181741 r181779  
    44Requires at least: WordPress 4.7+
    55Tested up to: WordPress 6.1.1
    6 Version: 2.196
     6Version: 2.197
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
  • bard/2.197/style.css

    r181741 r181779  
    55Author URI: http://wp-royal.com/
    66Description: Personal and Multi-Author Free WordPress Blog Theme. Perfect for personal, lifestyle, health & fitness, food, cooking, bakery, travel, beauty, fashion, wedding, photography, news, quotes blog, auto blog, small business website and any other kind of amazing blogs. Minimal, elegant & mobile friendly layout with WooCommerce shop (storefront) support will WOW and inspire your visitors. Well documented and very easy to use even for WordPress beginners. Clean and Modern Responsive design will perfectly showcase your content on any device, even on tablet, mobile & retina displays. Very fast, compatibility with many popular plugins & of course translation & RTL (right to left language) ready, coded with best SEO practices. The theme has features like Text & Image logo, Fullscreen Slider, Header image, Instagram slider widget support, footer menu support, GDPR compatibility plugins support and many more. Works perfectly with all major drag and drop page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi. You just need to write and be awesome! TEMPLATE DEMO: http://wp-royal.com/themes/bard-free/demo/
    7 Version: 2.196
     7Version: 2.197
    88Requires at least: 4.7
    99Requires PHP: 5.2.4
Note: See TracChangeset for help on using the changeset viewer.