Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
##### [Version 1.0.2](v1.0.1...v1.0.2) (2022-12-19)

* fix content links visual difference
* add source files for minified scripts and styles to the dist zip file
* escape the alt attribute of the image in the dashboard notice
* handle site title size in theme.json
* fix block templates not wrapped into main tag
* fix header using columns instead of row block
  • Loading branch information
pirate-bot committed Dec 19, 2022
1 parent 7de77d8 commit b92de03
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
##### [Version 1.0.2](https://github.com/Codeinwp/riverbank/compare/v1.0.1...v1.0.2) (2022-12-19)

* fix content links visual difference
* add source files for minified scripts and styles to the dist zip file
* escape the alt attribute of the image in the dashboard notice
* handle site title size in theme.json
* fix block templates not wrapped into main tag
* fix header using columns instead of row block

##### [Version 1.0.1](https://github.com/Codeinwp/riverbank/compare/v1.0.0...v1.0.1) (2022-12-12)

- Fix front-page template
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function check_php() {
* @return void
*/
function define_constants() {
define( 'RIVERBANK_VERSION', '1.0.1' );
define( 'RIVERBANK_VERSION', '1.0.2' );
define( 'RIVERBANK_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
define( 'RIVERBANK_DIR', trailingslashit( get_template_directory() ) );
define( 'RIVERBANK_URL', trailingslashit( get_template_directory_uri() ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "riverbank",
"version": "1.0.1",
"version": "1.0.2",
"description": "A lightweight theme for the full site editing WordPress experience.",
"author": "Themeisle <[email protected]>",
"license": "GPL-2.0-or-later",
Expand Down
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Riverbank is distributed under the terms of the GNU GPLv2 or later

## Changelog ##

##### [Version 1.0.2](https://github.com/Codeinwp/riverbank/compare/v1.0.1...v1.0.2) (2022-12-19)

* fix content links visual difference
* add source files for minified scripts and styles to the dist zip file
* escape the alt attribute of the image in the dashboard notice
* handle site title size in theme.json
* fix block templates not wrapped into main tag
* fix header using columns instead of row block




##### [Version 1.0.1](https://github.com/Codeinwp/riverbank/compare/v1.0.0...v1.0.1) (2022-12-12)

- Fix front-page template
Expand Down
12 changes: 12 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Riverbank is distributed under the terms of the GNU GPLv2 or later

== Changelog ==

##### [Version 1.0.2](https://github.com/Codeinwp/riverbank/compare/v1.0.1...v1.0.2) (2022-12-19)

* fix content links visual difference
* add source files for minified scripts and styles to the dist zip file
* escape the alt attribute of the image in the dashboard notice
* handle site title size in theme.json
* fix block templates not wrapped into main tag
* fix header using columns instead of row block




##### [Version 1.0.1](https://github.com/Codeinwp/riverbank/compare/v1.0.0...v1.0.1) (2022-12-12)

- Fix front-page template
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.1
Requires PHP: 7.0
Requires at least: 5.5
Description: Riverbank is a highly customizable and user-friendly WordPress theme that is optimized for search engines and fully compatible with the Gutenberg editor and popular page builder plugins. With support for WooCommerce, translation into other languages, and a responsive design, Riverbank is suitable for a variety of websites including blogs, small businesses, and online shops.
Version: 1.0.1
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: riverbank
Expand Down

0 comments on commit b92de03

Please sign in to comment.