Skip to content

Commit 68c406e

Browse files
Changelog 2.8.0 (#299)
* Changelog 2.8.0 * Requires PHP: 7.0 * Update readme.md file - remove changelog
1 parent 2fd20b3 commit 68c406e

File tree

3 files changed

+21
-207
lines changed

3 files changed

+21
-207
lines changed

README.md

+8-202
Original file line numberDiff line numberDiff line change
@@ -1,213 +1,19 @@
1-
# Hello Elementor [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)
2-
3-
**Contributors:** [elemntor](https://profiles.wordpress.org/elemntor), [KingYes](https://profiles.wordpress.org/KingYes), [ariel.k](https://profiles.wordpress.org/ariel.k), [jzaltzberg](https://profiles.wordpress.org/jzaltzberg), [mati1000](https://profiles.wordpress.org/mati1000), [bainternet](https://profiles.wordpress.org/bainternet)
4-
**Requires at least:** 5.9
5-
**Tested up to:** 6.2
6-
**Stable tag:** 2.7.0
7-
**Version:** 2.7.0
8-
**Requires PHP:** 7.0
9-
**License:** GNU General Public License v3 or later
10-
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html
1+
# Hello Elementor
112

123
A lightweight and minimalist WordPress theme for Elementor page builder.
134

5+
<p><a href="https://elementor.com/?utm_source=github-repo&utm_medium=link&utm_campaign=readme"><img src="https://i0.wp.com/themes.svn.wordpress.org/hello-elementor/2.7.1/screenshot.png?w=600&strip=all" alt="Hello Elementor"></a></p>
6+
147
## Description
158

16-
Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website.
9+
[Hello Elementor](https://elementor.com/products/hello-theme/?utm_source=github-repo&utm_medium=link&utm_campaign=readme) is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the [Elementor page builder](https://elementor.com/?utm_source=github-repo&utm_medium=link&utm_campaign=readme) plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website.
1710

1811
The theme's main focus is on providing a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. It is optimized for speed and performance, and its simplicity and flexibility make it a great choice for both beginners and experienced website designers.
1912

2013
The theme supports common WordPress features which can be extended using a child-theme. In addition, there are several ways to add custom styles. It can be done from **Elementor**, from the WordPress customizer, using a child-theme, or with an external plugin. To customize the theme further, visit [Elementor developers docs](https://developers.elementor.com/docs/hello-elementor-theme/).
2114

22-
## Copyright
23-
24-
This theme, like WordPress, is distributed under the terms of GPL.
25-
Use it as your springboard to building a site with ***Elementor***.
26-
27-
Hello Elementor bundles the following third-party resources:
28-
29-
Font Awesome icons for theme screenshot
30-
License: SIL Open Font License, version 1.1.
31-
Source: https://fontawesome.com/v4.7.0/
32-
33-
Image for theme screenshot, Copyright Jason Blackeye
34-
License: CC0 1.0 Universal (CC0 1.0)
35-
Source: https://stocksnap.io/photo/4B83RD7BV9
36-
37-
## Changelog
38-
39-
### 2.7.1 - 2023-03-27
40-
* Tweak: Add excerpt support for pages [ED-10254]
41-
* Tweak: When comments is closed to post, display it to the user
42-
* Fix: Empty "Skip to content" href ([#276](https://github.com/elementor/hello-theme/issues/276))
43-
* Fix: Child themes using hello_elementor_body_open() no longer working ([#278](https://github.com/elementor/hello-theme/issues/278))
44-
45-
### 2.7.0 - 2023-03-26
46-
* Tweak: Update `Requires at least 5.9`
47-
* Tweak: Update `Tested up to 6.2`
48-
* Tweak: Remove backwards compatibility support for `wp_body_open()`
49-
* Tweak: Match `search.php` markup to `archive.php` markup
50-
* Tweak: Check if posts have featured images set
51-
* Tweak: Remove unnecessary `role` attributes from HTML landmark elements
52-
* Tweak: Escape translation strings for secure HTML output
53-
* Tweak: Use i18n function to make the "Menu" string translatable
54-
* Tweak: Minify SVG assets
55-
* Tweak: Make header nav-menu keyboard accessible
56-
* Tweak: Add `role="button"` to the nav-menu toggle for better accessibility
57-
* Tweak: Toggle mobile nav-menu with `Enter` & `Space` keyboard keys
58-
* Tweak: Add `hello_elementor_enable_skip_link` filter to enable/disable the skip link
59-
* Tweak: Add `hello_elementor_skip_link_url` filter to change skip link URL
60-
* Tweak: Use theme CSS not Elementor plugins CSS
61-
* Tweak: Added support for the new Elementor version
62-
* Tweak: Update autoprefixer to exclude dead browsers
63-
* Tweak: Delete deprecated `elementor_hello_theme_load_textdomain` filter hook
64-
* Tweak: Delete deprecated `elementor_hello_theme_register_menus` filter hook
65-
* Tweak: Delete deprecated `elementor_hello_theme_add_theme_support` filter hook
66-
* Tweak: Delete deprecated `elementor_hello_theme_add_woocommerce_support` filter hook
67-
* Tweak: Delete deprecated `elementor_hello_theme_enqueue_style` filter hook
68-
* Tweak: Delete deprecated `elementor_hello_theme_register_elementor_locations` filter hook
69-
* Tweak: Added additional and `custom` units to header & footer panels
70-
* Tweak: Link to Elementor "Site Identity" panel from the header & footer panels
71-
* Tweak: Delete the `hello_elementor_load_textdomain` filter hook
72-
73-
### 2.6.1 - 2022-07-11
74-
* Tweak: Tables looks weird on dark backgrounds ([#126](https://github.com/elementor/hello-theme/issues/126))
75-
* Fix: Remove unnecessary PHP tags ([#213](https://github.com/elementor/hello-theme/issues/213))
76-
77-
### 2.6.0 - 2022-07-10
78-
* Tweak: Added `theme_support` for `script` and `style` to avoid validation warnings ([#184](https://github.com/elementor/hello-theme/issues/184))
79-
* Tweak: Sanitized content for allowed HTML tags in post title ([#118](https://github.com/elementor/hello-theme/issues/118))
80-
* Tweak: Changed the containers to `max-width: 1140px` instead of `960px` to align with the header-footer width
81-
* Tweak: Centering the page title for better consistency in all cases
82-
* Tweak: Added link between the customizer to Elementor global settings
83-
* Tweak: Added Skip Links to custom or dynamic header for better accessibility
84-
* Fix: Added output escaping in several places ([#194](https://github.com/elementor/hello-theme/issues/194))
85-
* Fix: Post Password Form Submit button alignment (Props [@romanbondar](https://github.com/romanbondar))
86-
* Fix: Fatal error when kit doesn't exist or needs to be recreated ([#175](https://github.com/elementor/hello-theme/issues/175))
87-
88-
### 2.5.0 - 2022-01-26
89-
* Tweak: Added keyboard navigation to Hello theme menus
90-
* Tweak: Added Skip Links and `#content` for the main wrapper for better accessibility ([#133](https://github.com/elementor/hello-theme/issues/133))
91-
* Tweak: Added underline for text links in Post Content for better accessibility
92-
* Tweak: Removed `outline: none` from inputs for better accessibility
93-
* Fix: Footer menu location is not being presented on sites that are not running Elementor
94-
95-
### 2.4.2 - 2021-12-20
96-
* Tweak: Use HTTPS in XFN profile link to prevent mixed content error ([Topic](https://wordpress.org/support/topic/url-scheme-in-xfn-profile-link/))
97-
* Tweak: Remove comments in `style.min.css` output ([#179](https://github.com/elementor/hello-theme/issues/179))
98-
* Tweak: Promoted Hello Theme Header & Footer experiment status to Stable
99-
* Tweak: Added compatibility for upcoming WordPress version 5.9
100-
101-
### 2.4.1 - 2021-07-07
102-
* Fix: Hello Theme Header & Footer experiment should be inactive for existing sites
103-
104-
### 2.4.0 - 2021-06-29
105-
* New: Introducing Header and Footer site elements as an Elementor Experiment
106-
* Tweak: Updated Elementor admin notices UI
107-
108-
### 2.3.1 - 2020-12-28
109-
* Tweak: Improved UI for table elements
110-
* Tweak: Added support for Gutenberg Wide and Full image formats (Props [@ramiy](https://github.com/ramiy))
111-
* Tweak: Added font smoothing
112-
* Tweak: Update `Tested up to 5.6`
113-
* Tweak: Update `Requires PHP 5.6`
114-
* Fix: Adjusted font-family in `code`, `pre`, `kbd` and `samp` elements (Props [@75th](https://github.com/75th))
115-
116-
### 2.3.0 - 2020-04-19
117-
* Tweak: Removed caption centering by default to allow alignment using Elementor (Props [@cirkut](https://github.com/cirkut))
118-
* Tweak: Removed `text-align` property from table elements to avoid alignment issue in RTL websites (Props [@ramiy](https://github.com/ramiy))
119-
* Tweak: Added `input[type="url"]` to CSS reset rules ([#109](https://github.com/elementor/hello-theme/issues/109))
120-
* Tweak: Update `Tested up to 5.4`
121-
122-
### 2.2.2 - 2019-12-23
123-
* Fix: Conflicts with minifier `cssnano` and CSS animations (Props [@CeliaRozalenM](https://github.com/CeliaRozalenM))
124-
* Fix: Max-width propety is missing in `_archive.scss` (Props [@redpik](https://github.com/redpik))
125-
126-
### 2.2.1 - 2019-09-10
127-
* Tweak: Added max width to `wp-caption` ([#91](https://github.com/elementor/hello-theme/issues/91))
128-
* Tweak: Added support of `wp_body_open`
129-
130-
### 2.2.0 - 2019-07-22
131-
* Tweak: Added viewport content filter ([#49](https://github.com/elementor/hello-theme/issues/49))
132-
* Tweak: Added support Hide Title in Elementor
133-
* Tweak: Adhere to TRT's Theme Sniffer
134-
135-
### 2.1.2 - 2019-06-19
136-
* Tweak: Added theme version to enqueued styles
137-
* Tweak: Remove header tags with `hello_elementor_page_title` filter
138-
139-
### 2.1.1 - 2019-06-13
140-
* Tweak: Rename `Install Elementor Now` button to `Install Elementor`
141-
142-
### 2.1.0 - 2019-06-12
143-
* New: Added basic theme styling
144-
* New: Added tagline under the site name in header
145-
* New: Added `hello_elementor_page_title` filter for show\hide page title
146-
* New: Added `hello_elementor_enqueue_theme_style` filter for enqueue theme-specific style
147-
* Tweak: Hide site name & tagline if logo file is exist
148-
* Tweak: Hide default page list when there is no primary menu
149-
* Tweak: Removed `#main` in `archive.php`, `single.php`, `search.php` & `404.php` files
150-
* Tweak: Removed `#site-header` in `header.php` file
151-
* Tweak: Replaced `#top-menu` with `.site-navigation`
152-
* Tweak: Removed custom SCSS directory, it is recommended to use child theme instead of editing parent theme
153-
154-
### 2.0.7 - 2019-06-04
155-
* Tweak: Added nextpage support to `single.php`
156-
* Tweak: Keep both original and minified css files
157-
* Tweak: Removed `flexible-header`, `custom-colors`, `editor-style` tags
158-
159-
### 2.0.6 - 2019-05-08
160-
* Tweak: Removed irrelevant font family from `$font-family-base`
161-
* Fix: Minified `style.css` for better optimization
162-
163-
### 2.0.5 - 2019-05-21
164-
* New: Inroducing [Hello Theme Child](https://github.com/elementor/hello-theme-child)
165-
* Tweak: Enqueue only parent theme stylesheet
166-
* Tweak: Added admin notice box for recommending Elementor plugin
167-
168-
### 2.0.4 - 2019-05-20
169-
* Tweak: Removed `accessibility-ready` tag from `style.css`
170-
171-
### 2.0.3 - 2019-05-19
172-
* Tweak: Removed `accessibility-ready` tag
173-
174-
### 2.0.2 - 2019-05-13
175-
* Tweak: Added `hello_elementor_content_width` filter, as per WordePress best practice
176-
177-
### 2.0.1 - 2019-05-12
178-
* Tweak: Updated theme screenshot (following comment by WP Theme Review team)
179-
180-
### 2.0.0 - 2019-05-12
181-
* Tweak: Updated theme screenshot (following comment by WP Theme Review team)
182-
* Tweak: Add Copyright & Image and Icon License sections in readme (following comment by WP Theme Review team)
183-
* Tweak: Remove duplicated call to `add_theme_support( 'custom-logo')`
184-
* Tweak: Readme file grammar & spelling
185-
* Tweak: Update `Tested up to 5.2`
186-
* Tweak: Change functions.php methods names prefix from `hello_elementor_theme_` to `hello_elementor_`
187-
* Tweak: Change hook names to fit theme's name. Old hooks are deprecated, users are urged to update their code where needed
188-
* Tweak: Update style for `img`, `textarea`, 'label'
189-
190-
### 1.2.0 - 2019-02-12
191-
* New: Added classic-editor.css for Classic editor
192-
* Tweak: A lot of changes to match theme review guidelines
193-
* Tweak: Updated theme screenshot
194-
195-
### 1.1.1 - 2019-01-28
196-
* Tweak: Removed padding reset for lists
197-
198-
### 1.1.0 - 2018-12-26
199-
* New: Added SCSS & do thorough style reset
200-
* New: Added readme file
201-
* New: Added `elementor_hello_theme_load_textdomain` filter for load theme's textdomain
202-
* New: Added `elementor_hello_theme_register_menus` filter for register the theme's default menu location
203-
* New: Added `elementor_hello_theme_add_theme_support` filter for register the various supported features
204-
* New: Added `elementor_hello_theme_add_woocommerce_support` filter for register woocommerce features, including product-gallery zoom, swipe & lightbox features
205-
* New: Added `elementor_hello_theme_enqueue_style` filter for enqueue style
206-
* New: Added `elementor_hello_theme_register_elementor_locations` filter for register elementor settings
207-
* New: Added child-theme preparations
208-
* New: Added template part search
209-
* New: Added translation support
210-
* Tweak: Re-write of already existing template parts
15+
## Liked Hello Elementor?
21116

212-
### 1.0.0 - 2018-03-19
213-
* Initial Public Release
17+
- Join our [Facebook Group](https://www.facebook.com/groups/Elementors/).
18+
- Learn from our tutorials on [YouTube Channel](https://www.youtube.com/c/elementor).
19+
- Or rate the theme on [WordPress.org](https://wordpress.org/support/theme/hello-elementor/reviews/?filter=5) :)

assets/scss/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
22
Theme Name: Hello Elementor
33
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
4-
Description: A plain-vanilla & lightweight theme for Elementor page builder
4+
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
77
Version: 2.7.1
88
Stable tag: 2.7.1
99
Requires at least: 5.9
1010
Tested up to: 6.2
11-
Requires PHP: 5.6
11+
Requires PHP: 7.0
1212
License: GNU General Public License v3 or later.
1313
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1414
Text Domain: hello-elementor

readme.txt

+11-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,19 @@ Source: https://stocksnap.io/photo/4B83RD7BV9
3636

3737
== Changelog ==
3838

39+
= 2.8.0 - 2023-07-05 =
40+
* Tweak: Update `Requires PHP 7.0`
41+
* Tweak: Added description meta tag with excerpt text
42+
* Tweak: Use CSS logical properties rather than physical properties
43+
* Tweak: Replace legacy `page-break-*` CSS properties with `break-*` properties
44+
* Tweak: Remove duplicate CSS classes for screen readers
45+
* Tweak: Merge similar translation strings (i18n)
46+
3947
= 2.7.1 - 2023-03-27 =
40-
* Tweak: Add excerpt support for pages [ED-10254]
41-
* Tweak: When comments is closed to post, display it to the user
48+
* Tweak: Add excerpt support for pages
49+
* Tweak: When post comments are closed, display it to the user
4250
* Fix: Empty "Skip to content" href ([#276](https://github.com/elementor/hello-theme/issues/276))
43-
* Fix: Child themes using hello_elementor_body_open() no longer working ([#278](https://github.com/elementor/hello-theme/issues/278))
51+
* Fix: Child themes using `hello_elementor_body_open()` no longer working ([#278](https://github.com/elementor/hello-theme/issues/278))
4452

4553
= 2.7.0 - 2023-03-26 =
4654
* Tweak: Update `Requires at least 5.9`

0 commit comments

Comments
 (0)