Skip to content

Commit 76255a2

Browse files
committed
chore(release): 1.0.9
##### [Version 1.0.9](v1.0.8...v1.0.9) (2025-04-17) - Updated dependencies - Fixed early textdomain loading issue
1 parent 0695ba1 commit 76255a2

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 1.0.9](https://github.com/Codeinwp/jaxon/compare/v1.0.8...v1.0.9) (2025-04-17)
2+
3+
- Updated dependencies
4+
- Fixed early textdomain loading issue
5+
16
##### [Version 1.0.8](https://github.com/Codeinwp/jaxon/compare/v1.0.7...v1.0.8) (2024-11-08)
27

38
- Updated dependencies

functions.php

+1-1
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( 'JAXON_VERSION', '1.0.8' );
70+
define( 'JAXON_VERSION', '1.0.9' );
7171
define( 'JAXON_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
7272
define( 'JAXON_DIR', trailingslashit( get_template_directory() ) );
7373
define( 'JAXON_URL', trailingslashit( get_template_directory_uri() ) );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jaxon",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
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

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Jaxon is distributed under the terms of the GNU GPLv2 or later
1717

1818
## Changelog ##
1919

20+
##### [Version 1.0.9](https://github.com/Codeinwp/jaxon/compare/v1.0.8...v1.0.9) (2025-04-17)
21+
22+
- Updated dependencies
23+
- Fixed early textdomain loading issue
24+
25+
26+
27+
2028
##### [Version 1.0.8](https://github.com/Codeinwp/jaxon/compare/v1.0.7...v1.0.8) (2024-11-08)
2129

2230
- Updated dependencies

readme.txt

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Jaxon is distributed under the terms of the GNU GPLv2 or later
1717

1818
== Changelog ==
1919

20+
##### [Version 1.0.9](https://github.com/Codeinwp/jaxon/compare/v1.0.8...v1.0.9) (2025-04-17)
21+
22+
- Updated dependencies
23+
- Fixed early textdomain loading issue
24+
25+
26+
27+
2028
##### [Version 1.0.8](https://github.com/Codeinwp/jaxon/compare/v1.0.7...v1.0.8) (2024-11-08)
2129

2230
- Updated dependencies

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.1
77
Requires PHP: 7.0
88
Requires at least: 5.5
99
Description: Jaxon is a contemporary, minimalistic theme that fully supports full-site-editing. Its versatility makes it suitable for a variety of purposes such as blogs, small businesses, startups, agencies, firms, e-commerce shops, personal portfolio sites, and more. It includes a selection of design patterns and multiple style options.
10-
Version: 1.0.8
10+
Version: 1.0.9
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Text Domain: jaxon

0 commit comments

Comments
 (0)