Skip to content

Commit

Permalink
Update readme, changelog and style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisColome committed Jun 6, 2022
1 parent 8d14c77 commit eba3b18
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ~~Fix header animation issue when the header is not transparent~~
- ~~Better support for Media & Text Gutenberg block~~

### [1.2.4](https://github.com/LuisColome/the-dock/releases/tag/v1.2.4) - 2022-06-06

#### Added

- Add new custom props for font sizes (paragraphs and headers)
- Add header style mixing for genereal header styles
- Font size custom prop on Base style mixin
- Add layouts as body classes
- Force fullwidth on pages
- Add editor-style.css file to functions and remove old comment

#### Changed

- Improved code on editor-layout.scss and gutenberg.scss
- Use new custom props and header-style mixin
- Updated theme text domain

#### Fixed

- Fixed padding issue on fullwidth embeds blocks.

#### Removed

- Removed base and typography files to compile on editor style sheet.

### [1.2.3](https://github.com/LuisColome/the-dock/releases/tag/v1.2.3) - 2022-31-05

#### Fixed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TheDock - Genesis Starter Child Theme

[![TheDock Genesis Starter Theme v1.2.3 badge][changelog-badge]][changelog] [![Version 1.2.3 Badge][version-badge]][changelog] [![Last commit badge][last-commit]][last-commit-link]
[![TheDock Genesis Starter Theme v1.2.4 badge][changelog-badge]][changelog] [![Version 1.2.4 Badge][version-badge]][changelog] [![Last commit badge][last-commit]][last-commit-link]

![TheDock Screenshot](screenshot.png)

Expand Down Expand Up @@ -42,7 +42,7 @@ Without these projects, this WordPress Genesis Starter Child Theme wouldn't be w
- [Eduardo Boucas' Include Media Queries](https://eduardoboucas.github.io/include-media/)

[changelog]: ./CHANGELOG.md
[changelog-badge]: https://img.shields.io/badge/Changelog-TheDock%20Genesis%20Starter%20Theme%20v1.2.3-orange
[version-badge]: https://img.shields.io/badge/version-1.2.3-informational.svg
[changelog-badge]: https://img.shields.io/badge/Changelog-TheDock%20Genesis%20Starter%20Theme%20v1.2.4-orange
[version-badge]: https://img.shields.io/badge/version-1.2.4-informational.svg
[last-commit]: https://img.shields.io/github/last-commit/luiscolome/Thedock/develop?color=yellow&logoColor=red
[last-commit-link]: https://github.com/LuisColome/the-dock/commit/develop
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: This is a Genesis starter theme by Luis Colomé.
Author: Luis colomé
Author URI: https://luiscolome.com/
Version: 1.2.3
Version: 1.2.4
Template: genesis
Expand Down

0 comments on commit eba3b18

Please sign in to comment.