Skip to content

Commit f5ff755

Browse files
committed
chore(release): 1.0.1
##### [Version 1.0.1](v1.0.0...v1.0.1) (2025-10-13) - Fixes images not loading in some patterns - Adds missing image credits
1 parent 5248056 commit f5ff755

File tree

6 files changed

+28
-3
lines changed

6 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 1.0.1](https://github.com/Codeinwp/lmscourse-fse/compare/v1.0.0...v1.0.1) (2025-10-13)
2+
3+
- Fixes images not loading in some patterns
4+
- Adds missing image credits
5+
16
#### Version 1.0.0 (2025-08-28)
27

38
- Initial version

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', '1.0.0' );
70+
define( 'LMSCOURSE_FSE_VERSION', '1.0.1' );
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": "1.0.0",
3+
"version": "1.0.1",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,19 @@ LMSCourse FSE is distributed under the terms of the GNU GPLv2 or later
1616

1717
## Changelog ##
1818

19+
##### [Version 1.0.1](https://github.com/Codeinwp/lmscourse-fse/compare/v1.0.0...v1.0.1) (2025-10-13)
20+
21+
- Fixes images not loading in some patterns
22+
- Adds missing image credits
23+
24+
25+
26+
1927
#### Version 1.0.0 (2025-08-28)
2028

2129
- Initial version
2230

31+
2332
## Resources ##
2433
All images are licensed under CC0.
2534

@@ -36,3 +45,6 @@ All images are licensed under CC0.
3645
- https://free-images.com/display/guitar_finger_picked_acoustic.html
3746
- https://free-images.com/display/guitar_people_man_black.html
3847
- https://free-images.com/display/electric_guitar_musician_instrument.html
48+
- https://free-images.com/display/black_white_notes_music_0.html
49+
- https://free-images.com/display/guitar_rickenbacker_music_1611775.html
50+
- welcome-notice.webp is also licensed under CC0

readme.txt

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

1717
== Changelog ==
1818

19+
##### [Version 1.0.1](https://github.com/Codeinwp/lmscourse-fse/compare/v1.0.0...v1.0.1) (2025-10-13)
20+
21+
- Fixes images not loading in some patterns
22+
- Adds missing image credits
23+
24+
25+
26+
1927
#### Version 1.0.0 (2025-08-28)
2028

2129
- Initial version

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.8
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: 1.0.0
10+
Version: 1.0.1
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)