Skip to content

Commit 1844863

Browse files
committed
Bump 3.6.0
1 parent 7ab84e4 commit 1844863

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Source: https://stocksnap.io/photo/4B83RD7BV9
9292

9393
## Changelog ##
9494

95-
### 2.6.0 - 2022-07-06 ###
95+
### 2.6.0 - 2022-07-10 ###
9696
* Tweak: Added `theme_support` for `script` and `style` to avoid validation warnings ([#184](https://github.com/elementor/hello-theme/issues/184))
97-
* Tweak: Sanitize content for allowed HTML tags in post title ([#118](https://github.com/elementor/hello-theme/issues/118))
97+
* Tweak: Sanitized content for allowed HTML tags in post title ([#118](https://github.com/elementor/hello-theme/issues/118))
9898
* Tweak: Changed the containers to `max-width: 1140px` instead of `960px` to align with the header-footer width
9999
* Tweak: Centering the page title for better consistency in all cases
100100
* Tweak: Added link between the customizer to Elementor global settings

functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
exit; // Exit if accessed directly.
1010
}
1111

12-
define( 'HELLO_ELEMENTOR_VERSION', '2.5.0' );
12+
define( 'HELLO_ELEMENTOR_VERSION', '2.6.0' );
1313

1414
if ( ! isset( $content_width ) ) {
1515
$content_width = 800; // Pixels.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"slug": "elementor-hello-theme",
44
"homepage": "https://elementor.com/",
55
"description": "A sample theme for Elementor.",
6-
"version": "2.5.0",
6+
"version": "2.6.0",
77
"last_beta_version": "2.4.0-beta3",
88
"scripts": {
99
"update-version": "node .github/scripts/update-version-in-files.js",

0 commit comments

Comments
 (0)