Skip to content

Commit

Permalink
Release/3.4.1 (#376)
Browse files Browse the repository at this point in the history
* Update version to 3.4.1

* Update .pot file

* Add 3.4.1 Changelog

* Run autoprefixer

* Update/dependencies (#377)

* Use @wordpress/stylelint-config

* Update dealerdirect/phpcodesniffer-composer-installer

Closes #369
  • Loading branch information
dreamwhisper authored Mar 25, 2021
1 parent 009ab3c commit d6456f1
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "stylelint-config-wordpress",
"extends": "@wordpress/stylelint-config",
"rules": {
"no-descending-specificity": null,
"no-duplicate-selectors": null,
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Genesis Sample Theme Changelog

## [3.4.1] - 2021-03-25

### Added
* Implement preconnect for Google Fonts.

### Changed
* Use null in place of theme version for Google Fonts URL.
* Optimize images included with the Black & White one-click theme setup option.
* Update developer dependencies. ([GitHub version](https://github.com/studiopress/genesis-sample/) only.)

### Fixed
* Improve Content Layout Shift (CLS) occurring when using a custom logo.
* Improve Content Layout Shift (CLS) caused by the mobile menu.

## [3.4.0] - 2020-10-20
Genesis Sample 3.4.0 requires the Genesis Blocks plugin.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require-dev": {
"php": "^5.6 || ^7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/phpcompatibility-wp": "^2",
"squizlabs/php_codesniffer": "^3.3.2",
"wp-coding-standards/wpcs": "^1.1"
Expand Down
8 changes: 4 additions & 4 deletions languages/genesis-sample.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# <!=Copyright (C) 2020 StudioPress
# <!=Copyright (C) 2021 StudioPress
# This file is distributed under the GPL-2.0-or-later.=!>
msgid ""
msgstr ""
"Project-Id-Version: Genesis Sample 3.3.1\n"
"Project-Id-Version: Genesis Sample 3.4.1\n"
"Report-Msgid-Bugs-To: StudioPress <[email protected]>\n"
"POT-Creation-Date: 2020-08-14 15:48:27+00:00\n"
"POT-Creation-Date: 2021-03-23 15:47:25+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: en\n"
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/stylelint-config": "^19.0.1",
"archiver": "^3.1.1",
"autoprefixer": "^9.8.6",
"chalk": "^2.4.2",
Expand All @@ -18,8 +19,7 @@
"postcss-cli": "^8.2.0",
"pretty-bytes": "^5.4.1",
"recursive-readdir": "^2.2.2",
"stylelint": "^13.7.2",
"stylelint-config-wordpress": "^17.0.0"
"stylelint": "^13.7.2"
},
"scripts": {
"autoprefixer": "postcss style.css lib/**/*.css --use autoprefixer --replace --no-map --verbose",
Expand Down Expand Up @@ -48,7 +48,7 @@
"description": "The sample child theme for the Genesis Framework.",
"author": "StudioPress",
"authoruri": "https://www.studiopress.com/",
"version": "3.4.0",
"version": "3.4.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
7 changes: 1 addition & 6 deletions 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.4.0
Version: 3.4.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 Expand Up @@ -401,11 +401,6 @@ input[type="radio"] {
width: auto;
}

::-ms-input-placeholder {
color: #333;
opacity: 1;
}

:-ms-input-placeholder {
color: #333;
opacity: 1;
Expand Down

0 comments on commit d6456f1

Please sign in to comment.