Make WordPress Core

source: branches/5.0/src/wp-content/themes/twentynineteen/readme.txt @ 43904

Last change on this file since 43904 was 43904, checked in by allancole, 6 years ago

Updating Twenty Nineteen, our new default theme for 2019, set for 5.0.

This update changes the following:

  • Improve menu UI to support keyboard navigation in both directions
  • Improve more-menu-link visibility when no menu items are hidden
  • Improve text-selection custom colors for better contrast and legibility
  • Improve support for sticky toolbars in the editor
  • Improve table element fonts
  • Add .button class support
  • Remove translation escaping
  • Fix menu JS to prevent unused touched event listeners
  • Fix duplicate more-menu-link issue on selective refresh in the customizer
  • Fix editor font-weights for headings
  • Fix search form input style
  • Fix nested blockquote styles
  • Fix download block button style when download text stretches more than one line
  • Fix audio block centering issue
  • Fix align-full blocks in the editor so they don’t create horizontal scrollbars
  • Fix editor to prevent Gutenberg's meta boxes area from overlapping the content

Initial development occurred on GitHub. See: https://github.com/WordPress/twentynineteen

Props allancole, karmatosed, kjellr, yingling017, mrasharirfan, milana_cap, fabiankaegy, westonruter, aaronjorbin, ntwb, b-07, khleomix, audrasjb, nielslange, mmaumio, richsalvucci, littlebigthing, dimadin, joyously, anevins12, peterwilsoncc, DannyCooper, WPprodigy, siriokun, briannaorg, 00travelgirl00, shahjehanali1, ianbelanger79, nadim1992, Ismail-elkorchi, nativeinside, iamchetanp, grappler, ocean90, joshfeck, frankew, abdulwahab610, mendezcode, eliorivero, melchoyce, jasmussen, laurelfulford, mdawaffe, kraftbj, dereksmart, naokomc, mayukojpn, enodekciw, chetansatasiya, ketuchetan, atanas-angelov-dev, carolinan, sharazghouri, artisan-asad, mukeshpanchal27, mukesh27, burhandodhy, @crunnells, aryaprakasa, tlxo, themeroots, whizbangik, yingles, tlxo, youthkee, brentswisher, smy315, ahmadawais, desi-developer, 2ndkauboy, mor10.

File size: 2.3 KB
Line 
1# Twenty Nineteen
2
3[![Build Status](https://travis-ci.org/WordPress/twentynineteen.svg?branch=master)](https://travis-ci.org/WordPress/twentynineteen)
4
5**Contributors:** the WordPress team 
6**Requires at least:** WordPress 4.9.6 
7**Tested up to:** WordPress 4.9.8 
8**Version:** 1.0 
9**License:** GPLv2 or later 
10**License URI:** http://www.gnu.org/licenses/gpl-2.0.html 
11**Tags:** one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
12
13## Description
14
15Twenty Nineteen is a Gutenberg-ready theme for WordPress.
16
17## Installation
18
191. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
202. Type in Twenty Nineteen in the search form and press the 'Enter' key on your keyboard.
213. Click on the 'Activate' button to use your new theme right away.
224. Go to https://codex.wordpress.org/Twenty_Nineteen for a guide on how to customize this theme.
235. Navigate to Appearance > Customize in your admin panel and customize to taste.
24
25## Copyright
26
27Twenty Nineteen WordPress Theme, Copyright 2018 WordPress.org
28Twenty Nineteen is distributed under the terms of the GNU GPL.
29
30This program is free software: you can redistribute it and/or modify
31it under the terms of the GNU General Public License as published by
32the Free Software Foundation, either version 2 of the License, or
33(at your option) any later version.
34
35This program is distributed in the hope that it will be useful,
36but WITHOUT ANY WARRANTY; without even the implied warranty of
37MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38GNU General Public License for more details.
39
40Twenty Nineteen bundles the following third-party resources:
41
42_s, Copyright 2015-2018 Automattic, Inc.
43**License:** GPLv2 or later
44Source: https://github.com/Automattic/_s/
45
46normalize.css, Copyright 2012-2016 Nicolas Gallagher and Jonathan Neal
47**License:** MIT
48Source: https://necolas.github.io/normalize.css/
49
50Bundled header image 1, Copyright XXXXX XXXXX
51**License:** CC0 1.0 Universal (CC0 1.0)
52Source: https://pexels.com/xxxxxxxxxx
53
54Bundled header image 2, Copyright XXXXX XXXXX
55**License:** CC0 1.0 Universal (CC0 1.0)
56Source: https://pexels.com/xxxxxxxxxx
57
58## Changelog
59
60### X.X
61
62* Released: XX-XX-XXXX
63
64Initial release
Note: See TracBrowser for help on using the repository browser.