Skip to content

Commit

Permalink
Release/3.3.1 (#361)
Browse files Browse the repository at this point in the history
* Bump version

* Update language file

* Add 3.3.1 changelog

* Update wording

* Add `context: studiopress-deploy` to circle ci config `tag_deploy`
  • Loading branch information
dreamwhisper authored Aug 17, 2020
1 parent 133f297 commit 00f84dc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ workflows:
branches:
ignore: /.*/
- deploy_studiopress:
context: studiopress-deploy
sp_install: myspress
requires:
- bundle
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Genesis Sample Theme Changelog

## [3.3.1] - 2020-08-17

### Added
* WordPress 5.5 block editor theme support for `custom-line-height`.
* WordPress 5.5 block editor theme support for `custom-units`.
* WordPress 5.5 HTML5 theme support for `navigation-widgets`.

### Changed
* Ensure front end paragraph margin matches the editor.
* Ensure block width in the editor matches the front end.

### Fixed
* Ensure the hamburger menu button icon and text CSS transitions match.

### Removed
* `genesis-lazy-load-images` theme support in favor of the WordPress 5.5 lazy loading feature.

## [3.3.0] - 2020-04-07
Requires WordPress 5.4 or higher.

Expand Down
4 changes: 2 additions & 2 deletions languages/genesis-sample.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL-2.0-or-later.=!>
msgid ""
msgstr ""
"Project-Id-Version: Genesis Sample 3.3.0\n"
"Project-Id-Version: Genesis Sample 3.3.1\n"
"Report-Msgid-Bugs-To: StudioPress <[email protected]>\n"
"POT-Creation-Date: 2020-04-01 20:59:05+00:00\n"
"POT-Creation-Date: 2020-08-14 15:48:27+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"description": "The sample child theme for the Genesis Framework.",
"author": "StudioPress",
"authoruri": "https://www.studiopress.com/",
"version": "3.3.0",
"version": "3.3.1",
"tags": "one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready",
"license": "GPL-2.0-or-later",
"licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/
Version: 3.3.0
Version: 3.3.1
Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks
Expand Down

0 comments on commit 00f84dc

Please sign in to comment.