Skip to content

Commit fb27ace

Browse files
authored
Merge develop into master
2 parents d783716 + ee86c58 commit fb27ace

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

assets/scss/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
55
Author: Elementor Team
66
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
7-
Version: 2.8.0
8-
Stable tag: 2.8.0
7+
Version: 2.8.1
8+
Stable tag: 2.8.1
99
Requires at least: 5.9
1010
Tested up to: 6.2
1111
Requires PHP: 7.0

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.8.0' );
12+
define( 'HELLO_ELEMENTOR_VERSION', '2.8.1' );
1313

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.0",
6+
"version": "2.8.1",
77
"last_beta_version": "2.4.0-beta3",
88
"scripts": {
99
"update-version": "node .github/scripts/update-version-in-files.js",

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Contributors: elemntor, KingYes, ariel.k, jzaltzberg, mati1000, bainternet
44
Requires at least: 5.9
55
Tested up to: 6.2
6-
Stable tag: 2.8.0
7-
Version: 2.8.0
6+
Stable tag: 2.8.1
7+
Version: 2.8.1
88
Requires PHP: 7.0
99
License: GNU General Public License v3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)