Make WordPress Themes

Changeset 178436


Ignore:
Timestamp:
10/28/2022 10:24:55 AM (3 years ago)
Author:
themedropbox
Message:

New version of Lunchroom - 1.4

Location:
lunchroom/1.4
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • lunchroom/1.4/change_log.txt

    r147370r178436 
    3434Version 1.3
    3535i) Added skip to content button and used proper escape functions.
     36
     37Version 1.4
     38i) Resolved few issues.
  • lunchroom/1.4/functions.php

    r147370r178436 
    3434        'default-color' => 'f1f1f1'
    3535    ) );
     36   
     37    // Add support for Block Styles.
     38    add_theme_support( 'wp-block-styles' );
     39
     40    // Add support for full and wide align images.
     41    add_theme_support( 'align-wide' );
     42   
     43    add_filter('use_widgets_block_editor', '__return_false');
     44   
     45    /*
     46         * Switch default core markup for search form, comment form, and comments
     47         * to output valid HTML5.
     48         */
     49        add_theme_support(
     50            'html5',
     51            array(
     52                'comment-form',
     53                'comment-list',
     54                'gallery',
     55                'caption',
     56                'style',
     57                'script',
     58                'navigation-widgets',
     59            )
     60        );
     61   
     62    // Add support for responsive embedded content.
     63    add_theme_support( 'responsive-embeds' );
     64   
    3665    add_editor_style( 'editor-style.css' );
    3766}
  • lunchroom/1.4/readme.txt

    r147370r178436 
    22
    33Contributors: Flythemes
    4 Requires at least: 4.4 
    5 Tested up to: 5.7.1
    6 Requires PHP: 7.2
    7 Version: 1.3
    8 Stable tag: 1.3
     4Requires at least: 5.9
     5Tested up to: 6.0
     6Requires PHP: 5.6
     7Stable tag: 1.4
    98License: GPLv2 or later 
    109License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
    โ€ฆโ€ฆ 
    4241*        License
    4342
    44      Lunchroom WordPress Theme, Copyright 2021 Flythemes
     43     Lunchroom WordPress Theme, Copyright 2022 Flythemes
    4544     Lunchroom is distributed under the terms of the GNU GPL
    4645       
    โ€ฆโ€ฆ 
    8483== Version 1.3 ==
    8584* Added skip to content button and used proper escape functions.
     85
     86== Version 1.4 ==
     87* Resolved few issues.
  • lunchroom/1.4/style.css

    r147370r178436 
    44Author: Flythemes
    55Author URI: https://flythemes.net
    6 Description: Lunchroom theme is responsive restaurant WordPress theme. This theme is very useful for restaurants, cafe, bars, pubs and other food industries. This theme has so many features to make theme management very easy. This theme is compatible with the latest version of WordPress and the plugins like woocommerce and contact form 7. This theme is fully responsive create with bootstrap and cross browser compatible. Check demo at: http://flythemes.net/demo/lunchroom/
    7 Tested up to: 5.7.1
    8 Requires PHP: 7.2
    9 Version: 1.3
     6Description: Lunchroom theme is responsive restaurant WordPress theme. This theme is very useful for restaurants, cafe, bars, pubs and other food industries. This theme has so many features to make theme management very easy. This restaurant WordPress theme has some options given in the customizer like color, sections etc. This theme is compatible with the latest version of WordPress and the plugins like woocommerce and contact form 7. This theme is fully responsive create with bootstrap and cross browser compatible. Check demo at: http://flythemes.net/demo/lunchroom/
     7Requires at least: 5.9
     8Tested up to: 6.0
     9Requires PHP: 5.6
     10Version: 1.4
    1011License: GNU General Public License v3
    1112License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
    โ€ฆโ€ฆ 
    1314Tags: food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
    1415
    15 Lunchroom WordPress Theme has been created by Flythemes(flythemes.net), 2021.
     16Lunchroom WordPress Theme has been created by Flythemes(flythemes.net), 2022.
    1617Lunchroom WordPress Theme is released under the terms of GNU GPL
    1718*/
Note: See TracChangeset for help on using the changeset viewer.