Skip to content

Commit

Permalink
Merge pull request #116 from WordPress/123-version-bump
Browse files Browse the repository at this point in the history
1.2.0 Version bump and readme.txt update
  • Loading branch information
matiasbenedetto authored Oct 3, 2022
2 parents 391623c + bdf4510 commit 3a47efe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ In the WordPress Admin Dashboard, under Appearance there will be three new pages
Make changes to your site styles and templates using the Site Editor. You can also include new fonts using the plugin options.

### Step 3 – Save
Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Theme" section. Select one of the available options and then, if necessary, add the details for the theme here. These details will be used in the style.css file. Click "Create theme” button, to save the theme.
Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Theme" section. Select one of the available options and then, if necessary, add the details for the theme here. These details will be used in the style.css file. Click "Generate” button, to save the theme.
31 changes: 19 additions & 12 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://automattic.com/
Tags: themes, theme, block-theme
Requires at least: 6.0
Tested up to: 6.0
Stable tag: 1.1.3
Stable tag: 1.2.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -14,26 +14,33 @@ A WordPress plugin to create block themes.

== Description ==

This tool can create standalone block themes, child themes and variations.
This plugin allows you to:
- Create a new theme, blank theme, child theme or style variation.
- Embed Google Fonts in your theme
- Embed local font assets in your theme

= Step 1 – Setup =
Install and activate the [Create Block Theme](https://wordpress.org/plugins/create-block-theme) plugin.

= Step 2 – Style Customizations =
Make changes to your site design using the Customizer and Site Editor.

= Step 3 – Templates =
Edit your templates using the Site Editor. For some things you might need to edit the template files again later.

= Step 4 – Export =
In the WordPress Admin Dashboard, navigate to Appearance > “Create Block Theme”.
In the WordPress Admin Dashboard, under Appearance there will be three new pages called:
- Create Block Theme
- Embed Google font in your current theme
- Embed local font file assets

Select one of the available options and then, if necessary, add the details for the theme here. These details will be used in the style.css file.
= Step 2 – Style Customizations =
Make changes to your site styles and templates using the Site Editor. You can also include new fonts using the plugin options.

Click "Create theme” button, to save the theme containing all the files.
= Step 3 – Export =
Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Theme" section. Select one of the available options and then, if necessary, add the details for the theme here. These details will be used in the style.css file. Click "Generate” button, to save the theme.

== Changelog ==

= 1.2.0 =
Embed Google fonts and local font files in theme (#113)
Change button text (#112)
Add check and directory creation for template and parts folders. (#110)
Change theme.json schema of blank theme if Gutenberg isn't installed. (#107)

= 1.1.3 =
update links, screenshots of the new changes (#97)
Add $schema and use Gutenberg classes (#99)
Expand Down

0 comments on commit 3a47efe

Please sign in to comment.