Skip to content

Commit dd7d379

Browse files
committed
chore(release): 1.0.0
#### Version 1.0.0 (2025-08-28) - Initial version - Updated dependencies - Updated dependencies - Fix issues mentioned by Theme Review Team - Initial version - Updated dependencies ### Bug Fixes - **Fix Plugin Activation Error**: This fixes an error that occurs when you try to activate a plugin. ### New Features - **New Onboarding for Raft Theme**: Experience a new Onboarding process for the Raft theme, integrating the use of Otter Blocks plugin. - **New Block Patterns**: Added new block patterns to enrich the customization options. - **Fullwidth Template with Header and Footer**: Introduced a new fullwidth template that includes both Header and Footer. ### Bug Fixes - **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor. ### New Features - **New Onboarding for Raft Theme**: Experience a new Onboarding process for the Neve FSE theme, integrating the use of Otter Blocks plugin. - **New Block Patterns**: Added new block patterns to enrich the customization options. - **Fullwidth Template with Header and Footer**: Introduced a new fullwidth template that includes both Header and Footer. ### Bug Fixes - **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor. ### Improvements - **Banner**: Adds promo banner for FSE Design Pack ### Improvements - **Package Updates**: Updates to code packages, no user-facing changes. ### Bug Fixes - **Fix NPS Survey**: Fixed survey appearing instantly when theme installed programmatically. ### Bug Fixes - **Fix NPS Survey**: Fixed survey appearing instantly when theme installed programmatically. ### Improvements - **WordPress compatibility check**: Tested with the latest WordPress version for compatibility. ### Bug Fixes - **Pagination on Archive**: Fixed the issue with pagination not working properly on Archive templates. - **No Horizontal Margins on Mobile**: - Addressed the styling issue when margins on smaller screens were being removed. ### Improvements - **Dashboard Survey**: Eliminated the feedback survey embedded within the dashboard. - **Template Refinements**: Incorporated header and footer elements into the 404 template. - **Template Refinements**: Applied the accent color as the background color to the penultimate section on the homepage. - **Template Refinements**: Integrated the site background color into the Featured Work section. - **Style Enhancements**: Introduced the Secondary Accent color in the main theme.json file and specified corresponding colors for each palette individually. ### Bug Fixes - **Editor Padding**: Rectified the padding issue surrounding the page inside the editor. - **Editor Styles View**: Resolved the problem of sections expanding in height when previewing in Styles view on the homepage. - [Feat] Change the padding for Primary and Secondary buttons on mobile - [Fix] Duplicated title tag when RankMath is active - Improve style variations preview inside the editor - [Feat] Update action to deploy to WordPress svn - [Fix] Updated and compressed images - [Fix] Exclude JS and CSS sources - Added SDK - Update dependencies - Feat: Added survey notice - Fix: Add rule to enforce sticky for header - Fix: Single cover layout structure - Updated theme description - Fix: Update Screenshot for theme Removed extra filter Initial Release Initial Release
1 parent c7d5f94 commit dd7d379

File tree

6 files changed

+235
-5
lines changed

6 files changed

+235
-5
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
#### Version 1.0.0 (2025-08-28)
2+
3+
- Initial version
4+
- Updated dependencies
5+
- Updated dependencies
6+
- Fix issues mentioned by Theme Review Team
7+
- Initial version
8+
- Updated dependencies
9+
### Bug Fixes
10+
11+
- **Fix Plugin Activation Error**: This fixes an error that occurs when you try to activate a plugin.
12+
### New Features
13+
- **New Onboarding for Raft Theme**: Experience a new Onboarding process for the Raft theme, integrating the use of Otter Blocks plugin.
14+
- **New Block Patterns**: Added new block patterns to enrich the customization options.
15+
- **Fullwidth Template with Header and Footer**: Introduced a new fullwidth template that includes both Header and Footer.
16+
17+
### Bug Fixes
18+
19+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
20+
### New Features
21+
- **New Onboarding for Raft Theme**: Experience a new Onboarding process for the Neve FSE theme, integrating the use of Otter Blocks plugin.
22+
- **New Block Patterns**: Added new block patterns to enrich the customization options.
23+
- **Fullwidth Template with Header and Footer**: Introduced a new fullwidth template that includes both Header and Footer.
24+
25+
### Bug Fixes
26+
27+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
28+
### Improvements
29+
30+
- **Banner**: Adds promo banner for FSE Design Pack
31+
### Improvements
32+
33+
- **Package Updates**: Updates to code packages, no user-facing changes.
34+
### Bug Fixes
35+
36+
- **Fix NPS Survey**: Fixed survey appearing instantly when theme installed programmatically.
37+
### Bug Fixes
38+
39+
- **Fix NPS Survey**: Fixed survey appearing instantly when theme installed programmatically.
40+
### Improvements
41+
42+
- **WordPress compatibility check**: Tested with the latest WordPress version for compatibility.
43+
44+
### Bug Fixes
45+
46+
- **Pagination on Archive**: Fixed the issue with pagination not working properly on Archive templates.
47+
48+
- **No Horizontal Margins on Mobile**: - Addressed the styling issue when margins on smaller screens were being removed.
49+
### Improvements
50+
- **Dashboard Survey**: Eliminated the feedback survey embedded within the dashboard.
51+
- **Template Refinements**: Incorporated header and footer elements into the 404 template.
52+
- **Template Refinements**: Applied the accent color as the background color to the penultimate section on the homepage.
53+
- **Template Refinements**: Integrated the site background color into the Featured Work section.
54+
- **Style Enhancements**: Introduced the Secondary Accent color in the main theme.json file and specified corresponding colors for each palette individually.
55+
56+
### Bug Fixes
57+
- **Editor Padding**: Rectified the padding issue surrounding the page inside the editor.
58+
- **Editor Styles View**: Resolved the problem of sections expanding in height when previewing in Styles view on the homepage.
59+
- [Feat] Change the padding for Primary and Secondary buttons on mobile
60+
- [Fix] Duplicated title tag when RankMath is active
61+
- Improve style variations preview inside the editor
62+
- [Feat] Update action to deploy to WordPress svn
63+
- [Fix] Updated and compressed images
64+
- [Fix] Exclude JS and CSS sources
65+
- Added SDK
66+
- Update dependencies
67+
- Feat: Added survey notice
68+
- Fix: Add rule to enforce sticky for header
69+
- Fix: Single cover layout structure
70+
- Updated theme description
71+
- Fix: Update Screenshot for theme
72+
Removed extra filter
73+
Initial Release
74+
Initial Release

functions.php

Lines changed: 1 addition & 1 deletion
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( 'LMSCOURSE_FSE_VERSION', '0.0.1' );
70+
define( 'LMSCOURSE_FSE_VERSION', '1.0.0' );
7171
define( 'LMSCOURSE_FSE_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
7272
define( 'LMSCOURSE_FSE_DIR', trailingslashit( get_template_directory() ) );
7373
define( 'LMSCOURSE_FSE_URL', trailingslashit( get_template_directory_uri() ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lmscourse-fse",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
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

Lines changed: 80 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,90 @@
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

1111
## Description ##
12-
LMSCourse FSE is a fast, full-site editing WordPress theme tailored for online courses, coaching sites, and digital schools. Fully compatible with Masteriyo, LearnDash, Tutor LMS, and LifterLMS, it lets you launch a complete LMS site with lessons, quizzes, and certificates. Lightweight, responsive, and block-based, LMSCourse FSE works seamlessly with WooCommerce and payment gateways to help you sell and manage your online learning content.
12+
LMSCourse FSE is a fast, full-site editing WordPress theme tailored for online courses, coaching sites, and digital schools. Fully compatible with Masteriyo, LearnDash, Tutor LMS, and LifterLMS, it lets you launch a complete LMS site with lessons, quizzes, and certificates. Lightweight, responsive, and block-based, LMSCourse FSE works seamlessly with WooCommerce and payment gateways to help you sell and manage your online learning content.
1313
## Copyright ##
1414
LMSCourse FSE WordPress theme, Copyright 2025 Themeisle
1515
LMSCourse FSE is distributed under the terms of the GNU GPLv2 or later
1616

1717
## Changelog ##
1818

19+
#### Version 1.0.0 (2025-08-28)
20+
21+
- Initial version
22+
- Updated dependencies
23+
- Updated dependencies
24+
- Fix issues mentioned by Theme Review Team
25+
- Initial version
26+
- Updated dependencies
27+
### Bug Fixes
28+
29+
- **Fix Plugin Activation Error**: This fixes an error that occurs when you try to activate a plugin.
30+
### New Features
31+
- **New Onboarding for Raft Theme**: Experience a new Onboarding process for the Raft theme, integrating the use of Otter Blocks plugin.
32+
- **New Block Patterns**: Added new block patterns to enrich the customization options.
33+
- **Fullwidth Template with Header and Footer**: Introduced a new fullwidth template that includes both Header and Footer.
34+
35+
### Bug Fixes
36+
37+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
38+
### New Features
39+
- **New Onboarding for Raft Theme**: Experience a new Onboarding process for the Neve FSE theme, integrating the use of Otter Blocks plugin.
40+
- **New Block Patterns**: Added new block patterns to enrich the customization options.
41+
- **Fullwidth Template with Header and Footer**: Introduced a new fullwidth template that includes both Header and Footer.
42+
43+
### Bug Fixes
44+
45+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
46+
### Improvements
47+
48+
- **Banner**: Adds promo banner for FSE Design Pack
49+
### Improvements
50+
51+
- **Package Updates**: Updates to code packages, no user-facing changes.
52+
### Bug Fixes
53+
54+
- **Fix NPS Survey**: Fixed survey appearing instantly when theme installed programmatically.
55+
### Bug Fixes
56+
57+
- **Fix NPS Survey**: Fixed survey appearing instantly when theme installed programmatically.
58+
### Improvements
59+
60+
- **WordPress compatibility check**: Tested with the latest WordPress version for compatibility.
61+
62+
### Bug Fixes
63+
64+
- **Pagination on Archive**: Fixed the issue with pagination not working properly on Archive templates.
65+
66+
- **No Horizontal Margins on Mobile**: - Addressed the styling issue when margins on smaller screens were being removed.
67+
### Improvements
68+
- **Dashboard Survey**: Eliminated the feedback survey embedded within the dashboard.
69+
- **Template Refinements**: Incorporated header and footer elements into the 404 template.
70+
- **Template Refinements**: Applied the accent color as the background color to the penultimate section on the homepage.
71+
- **Template Refinements**: Integrated the site background color into the Featured Work section.
72+
- **Style Enhancements**: Introduced the Secondary Accent color in the main theme.json file and specified corresponding colors for each palette individually.
73+
74+
### Bug Fixes
75+
- **Editor Padding**: Rectified the padding issue surrounding the page inside the editor.
76+
- **Editor Styles View**: Resolved the problem of sections expanding in height when previewing in Styles view on the homepage.
77+
- [Feat] Change the padding for Primary and Secondary buttons on mobile
78+
- [Fix] Duplicated title tag when RankMath is active
79+
- Improve style variations preview inside the editor
80+
- [Feat] Update action to deploy to WordPress svn
81+
- [Fix] Updated and compressed images
82+
- [Fix] Exclude JS and CSS sources
83+
- Added SDK
84+
- Update dependencies
85+
- Feat: Added survey notice
86+
- Fix: Add rule to enforce sticky for header
87+
- Fix: Single cover layout structure
88+
- Updated theme description
89+
- Fix: Update Screenshot for theme
90+
Removed extra filter
91+
Initial Release
92+
Initial Release
93+
94+
95+
96+
1997
## Resources ##
20-
All images are licensed under CC0.
98+
All images are licensed under CC0.

readme.txt

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,83 @@ LMSCourse FSE is distributed under the terms of the GNU GPLv2 or later
1616

1717
== Changelog ==
1818

19+
#### Version 1.0.0 (2025-08-28)
20+
21+
- Initial version
22+
- Updated dependencies
23+
- Updated dependencies
24+
- Fix issues mentioned by Theme Review Team
25+
- Initial version
26+
- Updated dependencies
27+
### Bug Fixes
28+
29+
- **Fix Plugin Activation Error**: This fixes an error that occurs when you try to activate a plugin.
30+
### New Features
31+
- **New Onboarding for Raft Theme**: Experience a new Onboarding process for the Raft theme, integrating the use of Otter Blocks plugin.
32+
- **New Block Patterns**: Added new block patterns to enrich the customization options.
33+
- **Fullwidth Template with Header and Footer**: Introduced a new fullwidth template that includes both Header and Footer.
34+
35+
### Bug Fixes
36+
37+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
38+
### New Features
39+
- **New Onboarding for Raft Theme**: Experience a new Onboarding process for the Neve FSE theme, integrating the use of Otter Blocks plugin.
40+
- **New Block Patterns**: Added new block patterns to enrich the customization options.
41+
- **Fullwidth Template with Header and Footer**: Introduced a new fullwidth template that includes both Header and Footer.
42+
43+
### Bug Fixes
44+
45+
- **Fix Notice Error**: Fixed an issue with the Notice causing an error when visiting the Editor.
46+
### Improvements
47+
48+
- **Banner**: Adds promo banner for FSE Design Pack
49+
### Improvements
50+
51+
- **Package Updates**: Updates to code packages, no user-facing changes.
52+
### Bug Fixes
53+
54+
- **Fix NPS Survey**: Fixed survey appearing instantly when theme installed programmatically.
55+
### Bug Fixes
56+
57+
- **Fix NPS Survey**: Fixed survey appearing instantly when theme installed programmatically.
58+
### Improvements
59+
60+
- **WordPress compatibility check**: Tested with the latest WordPress version for compatibility.
61+
62+
### Bug Fixes
63+
64+
- **Pagination on Archive**: Fixed the issue with pagination not working properly on Archive templates.
65+
66+
- **No Horizontal Margins on Mobile**: - Addressed the styling issue when margins on smaller screens were being removed.
67+
### Improvements
68+
- **Dashboard Survey**: Eliminated the feedback survey embedded within the dashboard.
69+
- **Template Refinements**: Incorporated header and footer elements into the 404 template.
70+
- **Template Refinements**: Applied the accent color as the background color to the penultimate section on the homepage.
71+
- **Template Refinements**: Integrated the site background color into the Featured Work section.
72+
- **Style Enhancements**: Introduced the Secondary Accent color in the main theme.json file and specified corresponding colors for each palette individually.
73+
74+
### Bug Fixes
75+
- **Editor Padding**: Rectified the padding issue surrounding the page inside the editor.
76+
- **Editor Styles View**: Resolved the problem of sections expanding in height when previewing in Styles view on the homepage.
77+
- [Feat] Change the padding for Primary and Secondary buttons on mobile
78+
- [Fix] Duplicated title tag when RankMath is active
79+
- Improve style variations preview inside the editor
80+
- [Feat] Update action to deploy to WordPress svn
81+
- [Fix] Updated and compressed images
82+
- [Fix] Exclude JS and CSS sources
83+
- Added SDK
84+
- Update dependencies
85+
- Feat: Added survey notice
86+
- Fix: Add rule to enforce sticky for header
87+
- Fix: Single cover layout structure
88+
- Updated theme description
89+
- Fix: Update Screenshot for theme
90+
Removed extra filter
91+
Initial Release
92+
Initial Release
93+
94+
95+
96+
1997
== Resources ==
2098
All images are licensed under CC0.

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.7
77
Requires PHP: 7.0
88
Requires at least: 5.5
99
Description: LMSCourse FSE is a fast, full-site editing WordPress theme tailored for online courses, coaching sites, and digital schools. Fully compatible with Masteriyo, LearnDash, Tutor LMS, and LifterLMS, it lets you launch a complete LMS site with lessons, quizzes, and certificates. Lightweight, responsive, and block-based, LMSCourse FSE works seamlessly with WooCommerce and payment gateways to help you sell and manage your online learning content.
10-
Version: 0.0.1
10+
Version: 1.0.0
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Text Domain: lmscourse-fse

0 commit comments

Comments
 (0)