Skip to content

Commit 4c40838

Browse files
committed
chore(release): 1.0.11
##### [Version 1.0.11](v1.0.10...v1.0.11) (2024-08-28) ### Bug Fixes - **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
1 parent d6d8eef commit 4c40838

6 files changed

+27
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 1.0.11](https://github.com/Codeinwp/riverbank/compare/v1.0.10...v1.0.11) (2024-08-28)
2+
3+
### Bug Fixes
4+
5+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
6+
17
##### [Version 1.0.10](https://github.com/Codeinwp/riverbank/compare/v1.0.9...v1.0.10) (2024-04-29)
28

39
### Improvements

functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function check_php() {
6767
* @return void
6868
*/
6969
function define_constants() {
70-
define( 'RIVERBANK_VERSION', '1.0.10' );
70+
define( 'RIVERBANK_VERSION', '1.0.11' );
7171
define( 'RIVERBANK_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
7272
define( 'RIVERBANK_DIR', trailingslashit( get_template_directory() ) );
7373
define( 'RIVERBANK_URL', trailingslashit( get_template_directory_uri() ) );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "riverbank",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A lightweight theme for the full site editing WordPress experience.",
55
"author": "Themeisle <[email protected]>",
66
"license": "GPL-2.0-or-later",

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Riverbank is distributed under the terms of the GNU GPLv2 or later
1616

1717
## Changelog ##
1818

19+
##### [Version 1.0.11](https://github.com/Codeinwp/riverbank/compare/v1.0.10...v1.0.11) (2024-08-28)
20+
21+
### Bug Fixes
22+
23+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
24+
25+
26+
27+
1928
##### [Version 1.0.10](https://github.com/Codeinwp/riverbank/compare/v1.0.9...v1.0.10) (2024-04-29)
2029

2130
### Improvements

readme.txt

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Riverbank is distributed under the terms of the GNU GPLv2 or later
1616

1717
== Changelog ==
1818

19+
##### [Version 1.0.11](https://github.com/Codeinwp/riverbank/compare/v1.0.10...v1.0.11) (2024-08-28)
20+
21+
### Bug Fixes
22+
23+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
24+
25+
26+
27+
1928
##### [Version 1.0.10](https://github.com/Codeinwp/riverbank/compare/v1.0.9...v1.0.10) (2024-04-29)
2029

2130
### Improvements

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.1
77
Requires PHP: 7.0
88
Requires at least: 5.5
99
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.
10-
Version: 1.0.10
10+
Version: 1.0.11
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Text Domain: riverbank

0 commit comments

Comments
 (0)