diff --git a/CHANGELOG.md b/CHANGELOG.md index f54001f6..43f4ecb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Genesis Sample Theme Changelog +## [3.4.2] - 2022-12-19 + +### Changed +* Update developer dependencies. ([GitHub version](https://github.com/studiopress/genesis-sample/) only.) + +### Fixed +* Add missing comma to WooCommerce styles. +* WP Forms one-click-theme-setup contact form creation. + +### Removed +* Simple Social Icons and Genesis eNews extended from one-click-theme-setup. + ## [3.4.1] - 2021-03-25 ### Added @@ -17,9 +29,10 @@ ## [3.4.0] - 2020-10-20 Genesis Sample 3.4.0 requires the Genesis Blocks plugin. -* Changed: Install Genesis Blocks instead of Atomic Blocks during one-click theme setup. -* Changed: Updated one-click-theme-setup content to use Genesis Blocks. -* Changed: Updated Editor and front-end styles for Genesis Blocks compatibility. +### Changed +* Install Genesis Blocks instead of Atomic Blocks during one-click theme setup. +* Updated one-click-theme-setup content to use Genesis Blocks. +* Updated Editor and front-end styles for Genesis Blocks compatibility. ## [3.3.1] - 2020-08-17 diff --git a/languages/genesis-sample.pot b/languages/genesis-sample.pot index 274aa7f0..b377bfce 100644 --- a/languages/genesis-sample.pot +++ b/languages/genesis-sample.pot @@ -2,9 +2,9 @@ # This file is distributed under the GPL-2.0-or-later.=!> msgid "" msgstr "" -"Project-Id-Version: Genesis Sample 3.4.1\n" +"Project-Id-Version: Genesis Sample 3.4.2\n" "Report-Msgid-Bugs-To: StudioPress \n" -"POT-Creation-Date: 2022-11-03 19:45:36+00:00\n" +"POT-Creation-Date: 2022-12-16 17:31:21+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package-lock.json b/package-lock.json index 6bcb5c79..5c89cddc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -951,9 +951,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001341", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz", - "integrity": "sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==", + "version": "1.0.30001439", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001439.tgz", + "integrity": "sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A==", "dev": true, "funding": [ { @@ -6643,9 +6643,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001341", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz", - "integrity": "sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==", + "version": "1.0.30001439", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001439.tgz", + "integrity": "sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A==", "dev": true }, "chalk": { diff --git a/package.json b/package.json index 7bf86e1d..31415a8b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "description": "The sample child theme for the Genesis Framework.", "author": "StudioPress", "authoruri": "https://www.studiopress.com/", - "version": "3.4.1", + "version": "3.4.2", "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", diff --git a/style.css b/style.css index e55ee01d..0c8dad91 100755 --- a/style.css +++ b/style.css @@ -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.1 +Version: 3.4.2 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 @@ -1472,7 +1472,6 @@ p.entry-meta { --------------------------------------------- */ .site-header { - position: -webkit-sticky; position: sticky; top: 0; z-index: 9999;