Changeset 178436
- Timestamp:
- 10/28/2022 10:24:55 AM (3 years ago)
- Location:
- lunchroom/1.4
- Files:
- 5 edited
- 1 copied
- . (copied) (copied from lunchroom/1.3)
- change_log.txt (modified) (1 diff)
- functions.php (modified) (1 diff)
- readme.txt (modified) (3 diffs)
- screenshot.png (modified) (previous)
- style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
lunchroom/1.4/change_log.txt
r147370 r178436 34 34 Version 1.3 35 35 i) Added skip to content button and used proper escape functions. 36 37 Version 1.4 38 i) Resolved few issues. lunchroom/1.4/functions.php
r147370 r178436 34 34 'default-color' => 'f1f1f1' 35 35 ) ); 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 36 65 add_editor_style( 'editor-style.css' ); 37 66 } lunchroom/1.4/readme.txt
r147370 r178436 2 2 3 3 Contributors: 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 4 Requires at least: 5.9 5 Tested up to: 6.0 6 Requires PHP: 5.6 7 Stable tag: 1.4 9 8 License: GPLv2 or later 10 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html โฆ โฆ 42 41 * License 43 42 44 Lunchroom WordPress Theme, Copyright 202 1Flythemes43 Lunchroom WordPress Theme, Copyright 2022 Flythemes 45 44 Lunchroom is distributed under the terms of the GNU GPL 46 45 โฆ โฆ 84 83 == Version 1.3 == 85 84 * Added skip to content button and used proper escape functions. 85 86 == Version 1.4 == 87 * Resolved few issues. lunchroom/1.4/style.css
r147370 r178436 4 4 Author: Flythemes 5 5 Author 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 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 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/ 7 Requires at least: 5.9 8 Tested up to: 6.0 9 Requires PHP: 5.6 10 Version: 1.4 10 11 License: GNU General Public License v3 11 12 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html โฆ โฆ 13 14 Tags: 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 14 15 15 Lunchroom WordPress Theme has been created by Flythemes(flythemes.net), 202 1.16 Lunchroom WordPress Theme has been created by Flythemes(flythemes.net), 2022. 16 17 Lunchroom WordPress Theme is released under the terms of GNU GPL 17 18 */
Note: See TracChangeset for help on using the changeset viewer.