Skip to content

Commit 5148f49

Browse files
authored
Merge pull request #30 from wpkitpro/release/1.0.6
Release/1.0.6
2 parents ea51526 + 85e7622 commit 5148f49

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
exit; // Exit if accessed directly.
1010
}
1111

12-
define( 'WPKIT_ELEMENTOR_VERSION', '1.0.5' );
12+
define( 'WPKIT_ELEMENTOR_VERSION', '1.0.6' );
1313

1414
function wp_kit_elementor_setup() {
1515
// Add default posts and comments RSS feed links to head

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"slug": "wp-kit-elementor",
44
"homepage": "https://wpkit.pro",
55
"description": "A sample WordPress theme for Elementor page builder.",
6-
"version": "1.0.5",
6+
"version": "1.0.6",
77
"private": true,
88
"scripts": {
99
"update-version": "node .github/scripts/update-version-in-files.js",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ Source: https://stocksnap.io/photo/BHIL9FV6RK
4242

4343
== Changelog ==
4444

45+
= 1.0.5 - 2024-01-22 =
46+
Fix: Correct function names in wp_kit_elementor theme
47+
4548
= 1.0.5 - 2024-01-21 =
46-
Refactor function names in WpKit Elementor theme
49+
Fix: Refactor function names in WpKit Elementor theme
4750

4851
= 1.0.4 - 2024-01-13 =
4952
* Tweak: Updated theme metadata in the style.css file

0 commit comments

Comments
 (0)