From 7bac610730de9b2b7316b7a949313103909c8880 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 6 Jun 2023 07:43:37 +0000 Subject: [PATCH] chore(release): 1.0.5 ##### [Version 1.0.5](https://github.com/Codeinwp/riverbank/compare/v1.0.4...v1.0.5) (2023-06-06) - Improve Footer menu layout in Mobile - Codebase updates --- CHANGELOG.md | 5 +++++ functions.php | 2 +- package.json | 2 +- readme.md | 8 ++++++++ readme.txt | 8 ++++++++ style.css | 2 +- 6 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fba160..76ccffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 1.0.5](https://github.com/Codeinwp/riverbank/compare/v1.0.4...v1.0.5) (2023-06-06) + +- Improve Footer menu layout in Mobile +- Codebase updates + ##### [Version 1.0.4](https://github.com/Codeinwp/riverbank/compare/v1.0.3...v1.0.4) (2023-01-27) - Development updates diff --git a/functions.php b/functions.php index bccd0c3..ef876de 100644 --- a/functions.php +++ b/functions.php @@ -67,7 +67,7 @@ function check_php() { * @return void */ function define_constants() { - define( 'RIVERBANK_VERSION', '1.0.4' ); + define( 'RIVERBANK_VERSION', '1.0.5' ); define( 'RIVERBANK_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true ); define( 'RIVERBANK_DIR', trailingslashit( get_template_directory() ) ); define( 'RIVERBANK_URL', trailingslashit( get_template_directory_uri() ) ); diff --git a/package.json b/package.json index a5e5e37..e1bd1d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riverbank", - "version": "1.0.4", + "version": "1.0.5", "description": "A lightweight theme for the full site editing WordPress experience.", "author": "Themeisle ", "license": "GPL-2.0-or-later", diff --git a/readme.md b/readme.md index fb9595b..3cb62ce 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,14 @@ Riverbank is distributed under the terms of the GNU GPLv2 or later ## Changelog ## +##### [Version 1.0.5](https://github.com/Codeinwp/riverbank/compare/v1.0.4...v1.0.5) (2023-06-06) + +- Improve Footer menu layout in Mobile +- Codebase updates + + + + ##### [Version 1.0.4](https://github.com/Codeinwp/riverbank/compare/v1.0.3...v1.0.4) (2023-01-27) - Development updates diff --git a/readme.txt b/readme.txt index 479efba..d3a4d64 100644 --- a/readme.txt +++ b/readme.txt @@ -16,6 +16,14 @@ Riverbank is distributed under the terms of the GNU GPLv2 or later == Changelog == +##### [Version 1.0.5](https://github.com/Codeinwp/riverbank/compare/v1.0.4...v1.0.5) (2023-06-06) + +- Improve Footer menu layout in Mobile +- Codebase updates + + + + ##### [Version 1.0.4](https://github.com/Codeinwp/riverbank/compare/v1.0.3...v1.0.4) (2023-01-27) - Development updates diff --git a/style.css b/style.css index 9d4f203..046ea68 100644 --- a/style.css +++ b/style.css @@ -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.4 +Version: 1.0.5 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: riverbank