Skip to content

Commit

Permalink
Merge pull request #267 from studiopress/release/3.0.0
Browse files Browse the repository at this point in the history
Genesis Sample 3.0.0
  • Loading branch information
dreamwhisper authored Jun 17, 2019
2 parents c9b4c44 + 5ee06b0 commit 12e8e0f
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: ''
**Update version**
- [ ] style.css
- [ ] package.json
- [ ] .pot file (regenerate)
- [ ] .pot file (`npm install` then `npm run makepot`)
- [ ] Changelog (include changes)

**Check standards**
Expand Down
41 changes: 34 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Genesis Sample Theme Changelog

## [3.0.0] - 2019-06-19
Requires Genesis 3.0.0+.

### Added
* AMP support. (Optional, off by default, requires Genesis 3.0.0 and the [AMP plugin](https://wordpress.org/plugins/amp/).)
* New `composer run phpcbf` command to fix simple PHP linting violations. ([GitHub version](https://github.com/studiopress/genesis-sample/) only.)

### Changed
* Use `position: sticky` for the header and remove JavaScript that adjusted header height and content position. This prevents content reflow after page load.
* Reorganized config folder for easier reading and maintenance.
* Use new `genesis_get_theme_handle()` and `genesis_get_theme_version()` functions from Genesis 3.0.0 in place of declaring `CHILD_THEME_HANDLE` and `CHILD_THEME_VERSION` constants.
* Update developer dependencies.

### Fixed
* Improved block column CSS for WordPress 5.2+.

### Removed
* Responsive menu scripts have been replaced with `genesis_register_responsive_menus()`, which loads required JavaScript from Genesis 3.0.0.
* `genesis-responsive-viewport` theme support declaration. This is now added by default in Genesis 3.0.0.
* Deleted Genesis nav extras filter and metabox removal. These are no longer present in Genesis 3.0.0.
* `child-theme-settings-genesis.php` file and filter. Genesis 3.0.0 no longer includes a settings admin page or `genesis_theme_settings_defaults` filter.
* `404-page` accessibility support, as this no longer has an effect.

## [2.10.0] - 2019-05-01
Requires Genesis 2.10.0+.

Expand Down Expand Up @@ -116,10 +139,14 @@ Requires Genesis 2.8.0+.
* Set localization.
* Update XML file.

[2.8.0]: https://github.com/copyblogger/genesis-sample/compare/2.7.1...2.8.0
[2.7.1]: https://github.com/copyblogger/genesis-sample/compare/2.7.0...2.7.1
[2.7.0]: https://github.com/copyblogger/genesis-sample/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/copyblogger/genesis-sample/compare/2.3.0...2.6.0
[2.3.0]: https://github.com/copyblogger/genesis-sample/compare/2.2.4...2.3.0
[2.2.4]: https://github.com/copyblogger/genesis-sample/compare/2.2.3...2.2.4
[2.2.3]: https://github.com/copyblogger/genesis-sample/compare/014deb3689323b7bbd4ddbfff4f5f9279a38f741...2.2.3
[3.0.0]: https://github.com/studiopress/genesis-sample/compare/2.10.0...3.0.0
[2.10.0]: https://github.com/studiopress/genesis-sample/compare/2.9.1...2.10.0
[2.9.1]: https://github.com/studiopress/genesis-sample/compare/2.9.0...2.9.1
[2.9.0]: https://github.com/studiopress/genesis-sample/compare/2.8.0...2.9.0
[2.8.0]: https://github.com/studiopress/genesis-sample/compare/2.7.1...2.8.0
[2.7.1]: https://github.com/studiopress/genesis-sample/compare/2.7.0...2.7.1
[2.7.0]: https://github.com/studiopress/genesis-sample/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/studiopress/genesis-sample/compare/2.3.0...2.6.0
[2.3.0]: https://github.com/studiopress/genesis-sample/compare/2.2.4...2.3.0
[2.2.4]: https://github.com/studiopress/genesis-sample/compare/2.2.3...2.2.4
[2.2.3]: https://github.com/studiopress/genesis-sample/compare/014deb3689323b7bbd4ddbfff4f5f9279a38f741...2.2.3
46 changes: 19 additions & 27 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 2.10.0\n"
"Project-Id-Version: Genesis Sample 3.0.0\n"
"Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n"
"POT-Creation-Date: 2019-05-01 08:57:02+00:00\n"
"POT-Creation-Date: 2019-06-17 13:33:45+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -23,38 +23,30 @@ msgstr ""
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"

#: config/block-editor-settings.php:24
#: config/appearance.php:39
msgid "Custom color"
msgstr ""

#: config/block-editor-settings.php:29
#: config/appearance.php:44
msgid "Accent color"
msgstr ""

#: config/block-editor-settings.php:36
#: config/appearance.php:51
msgid "Small"
msgstr ""

#: config/block-editor-settings.php:41
#: config/appearance.php:56
msgid "Normal"
msgstr ""

#: config/block-editor-settings.php:46
#: config/appearance.php:61
msgid "Large"
msgstr ""

#: config/block-editor-settings.php:51
#: config/appearance.php:66
msgid "Larger"
msgstr ""

#: config/menus.php:15
msgid "Header Menu"
msgstr ""

#: config/menus.php:16
msgid "Footer Menu"
msgstr ""

#: config/onboarding.php:17
msgid "Atomic Blocks"
msgstr ""
Expand All @@ -71,39 +63,39 @@ msgstr ""
msgid "WPForms Lite (Third Party)"
msgstr ""

#: functions.php:113
msgid "Menu"
#: config/theme-supports.php:36
msgid "Header Menu"
msgstr ""

#: functions.php:115
msgid "Submenu"
#: config/theme-supports.php:37
msgid "Footer Menu"
msgstr ""

#: lib/customize.php:36
#: lib/customize.php:38
msgid ""
"Change the color of post info links and button blocks, the hover color of "
"linked titles and menu items, and more."
msgstr ""

#: lib/customize.php:37
#: lib/customize.php:39
msgid "Link Color"
msgstr ""

#: lib/customize.php:57
#: lib/customize.php:59
msgid ""
"Change the default hover color for button links, menu buttons, and submit "
"buttons. The button block uses the Link Color."
msgstr ""

#: lib/customize.php:58
#: lib/customize.php:60
msgid "Accent Color"
msgstr ""

#: lib/customize.php:77
#: lib/customize.php:79
msgid "Logo Width"
msgstr ""

#: lib/customize.php:78
#: lib/customize.php:80
msgid "The maximum width of the logo in pixels."
msgstr ""

Expand Down Expand Up @@ -133,7 +125,7 @@ msgstr ""
msgid "Next Page"
msgstr ""

#: lib/wpforms.php:43
#: lib/wpforms.php:55
msgid "Simple Contact Form"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"description": "The sample child theme for the Genesis Framework.",
"author": "StudioPress",
"authoruri": "https://www.studiopress.com/",
"version": "3.0.0-beta",
"version": "3.0.0",
"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.0.0-beta
Version: 3.0.0
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 12e8e0f

Please sign in to comment.