Skip to content

Commit

Permalink
Bump 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Mar 27, 2023
1 parent 4b1b7e3 commit caa6f04
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 2.7.0
Stable tag: 2.7.0
Version: 2.7.1
Stable tag: 2.7.1
Requires at least: 5.9
Tested up to: 6.2
Requires PHP: 5.6
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
exit; // Exit if accessed directly.
}

define( 'HELLO_ELEMENTOR_VERSION', '2.7.0' );
define( 'HELLO_ELEMENTOR_VERSION', '2.7.1' );

if ( ! isset( $content_width ) ) {
$content_width = 800; // Pixels.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"slug": "elementor-hello-theme",
"homepage": "https://elementor.com/",
"description": "A sample theme for Elementor.",
"version": "2.7.0",
"version": "2.7.1",
"last_beta_version": "2.4.0-beta3",
"scripts": {
"update-version": "node .github/scripts/update-version-in-files.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@lodder/grunt-postcss": "^3.1.1",
"@lodder/grunt-postcss": "^3.1.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-cssnano": "^2.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Contributors: elemntor, KingYes, ariel.k, jzaltzberg, mati1000, bainternet
Requires at least: 5.9
Tested up to: 6.2
Stable tag: 2.7.0
Version: 2.7.0
Stable tag: 2.7.1
Version: 2.7.1
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down

0 comments on commit caa6f04

Please sign in to comment.