Skip to content

Commit

Permalink
Merge pull request #13 from AyeCode/master
Browse files Browse the repository at this point in the history
pull
  • Loading branch information
kprajapatii authored Jan 25, 2024
2 parents 45b4015 + 9a19aa2 commit fd1d2be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion change-log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= 1.1.33 - TBD =
= 1.1.33 - 2024-01-25 =
* Escape new line characters from option label - FIXED

= 1.1.32 - 2023-12-14 =
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ayecode/wp-super-duper",
"version": "1.1.32",
"version": "1.1.33",
"type": "library",
"description": "Lets you create a widget, block and shortcode all from the one file .",
"keywords": ["WordPress","super duper","wp"],
Expand Down
2 changes: 1 addition & 1 deletion wp-super-duper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if ( ! class_exists( 'WP_Super_Duper' ) ) {

define( 'SUPER_DUPER_VER', '1.1.32' );
define( 'SUPER_DUPER_VER', '1.1.33' );

/**
* A Class to be able to create a Widget, Shortcode or Block to be able to output content for WordPress.
Expand Down

0 comments on commit fd1d2be

Please sign in to comment.