Skip to content

Tags: rawsta/raw-child

Tags

3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 3.1.0 (studiopress#296)

* Append version number to zip file name.

- Was: genesis-sample.zip
- Now: genesis-sample.3.0.1.zip

This helps prevent write issues when uploading zips to
my.studiopress.com, and makes it less confusing what version is
being uploaded.

Files will still unzip to a genesis-sample folder.

* Bump lodash from 4.17.11 to 4.17.14 (studiopress#279)

* Add footer widgets to onboarding config (studiopress#277)

Ensures footer widgets are imported during one-click theme setup.

Dependent on widget import being implemented in Genesis 3.1.
See https://github.com/studiopress/genesis/issues/2141.

Fixes studiopress#276.

* Add theme support for genesis-custom-logo (studiopress#281)

* Feature/Starter Packs (studiopress#283)

- Remove Blocks template
- Update homepage import meta
-- set full width layout
-- hide Title
-- hide Breadcrumbs
- Remove `breadcrumb_front_page` setting filter
- Add missing photo credit in onboarding content
- Add homepage starter packs

* Change/short array syntax (studiopress#285)

* Update phpcs config to use short array syntax
* Update files to use PHP short array syntax

Fixes studiopress#284

* Feature/tooling circleci (studiopress#286)

- Ignore .DS_Store files
- Add circleci
- Bump phpcs testing versions

* Add featured image support for singular posts and pages (studiopress#282)

- Adds image size
- Adds config file for post type supports (reflecting how we're handling theme supports)

* Feature/landing page settings (studiopress#289)
- Allow alternate layouts on landing page
- Allow breadcrumbs on landing page
- Update landing page import meta

* Ensure a logo width of lower than 100 cannot be saved (studiopress#288)

Even though the field has a min attribute of 100, a value of lower
than 100 can still be saved if entered manually rather than using the
input field stepper controls.

This commit adds a custom validation callback to prevent values under
100 from being saved.

Reported by Marcy Diaz in Slack.

Props @dreamwhisper.

* Update child-theme-settings.php (studiopress#292)
* Update archive image size and alignment (studiopress#295)

Sets the Content Archive image size to `genesis-singular-images` with center alignment. This better fits the theme and is more reliable since we can't guarantee the `thumbnail` size exists (is unset) or is suitable.

* Release/3.1.0 (studiopress#294)
* Update screenshot.png (studiopress#297)
* Refactor genesis_sample_secondary_menu_args function (studiopress#299)

3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request studiopress#273 from studiopress/develop

Genesis Sample 3.0.1

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request studiopress#268 from studiopress/develop

Genesis Sample 3.0.0 release

2.10.0

Prevent form creation attempts if WPForms Lite version is < 1.5.2

Creating a working form via the WPForms API requires 1.5.2 or higher.

If the site already has WPForms Lite installed but it's an older
version, form creation will fail, breaking the onboarding process.

2.9.1

Add changelog for 2.9.1

2.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request studiopress#206 from studiopress/develop

Genesis Sample 2.9.0

2.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request studiopress#179 from studiopress/release/2.8.0

Genesis Sample 2.8.0

2.7.1

Update language file

2.7.0

Update language file

2.6.0

style.css version