diff --git a/change-log.txt b/change-log.txt index 5cc5694..858558a 100644 --- a/change-log.txt +++ b/change-log.txt @@ -1,6 +1,7 @@ = 1.0.27 = * Category settings loads only 10 categories on CPT change - FIXED * Hook added to filter class & attributes for Elementor widget output - ADDED +* Functions file added for individual function calls - ADDED = 1.0.26 = * Error on setting array option value in block editor - FIXED diff --git a/composer.json b/composer.json index fcf9ae0..195da2d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ayecode/wp-super-duper", - "version": "1.0.26", + "version": "1.0.27", "type": "library", "description": "Lets you create a widget, block and shortcode all from the one file .", "keywords": ["WordPress","super duper","wp"], @@ -24,6 +24,11 @@ "wp-coding-standards/wpcs": "*" }, "autoload": { - "classmap": ["wp-super-duper.php"] + "classmap": [ + "wp-super-duper.php" + ], + "files": [ + "sd-functions.php" + ] } } \ No newline at end of file diff --git a/sd-functions.php b/sd-functions.php new file mode 100644 index 0000000..f2443fd --- /dev/null +++ b/sd-functions.php @@ -0,0 +1,38 @@ +