Skip to content

Commit 6eabfe1

Browse files
authored
Merge pull request #64 from dartiss/develop
Version 2.3.6
2 parents 7a8380b + 50c1039 commit 6eabfe1

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

includes/initialise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function ce_initialisation() {
3737
'opening_ident' => '{{',
3838
'keyword_ident' => 'CODE',
3939
'closing_ident' => '}}',
40-
'excerpts' => '',
40+
'excerpt' => '',
4141
);
4242

4343
// Merge existing and default options - any missing from existing will take the default settings.

readme.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: dartiss
33
Donate link: https://artiss.blog/donate
44
Tags: code, embed, html, css, javascript, script
55
Requires at least: 4.6
6-
Tested up to: 6.3
6+
Tested up to: 6.4
77
Requires PHP: 7.4
8-
Stable tag: 2.3.5
8+
Stable tag: 2.3.6
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -193,7 +193,10 @@ It is, in that it doesn't save any data that could be odds with GDPR compliance
193193

194194
== Changelog ==
195195

196-
I use semantic versioning, with the first release being 1.0.
196+
I use semantic versioning, with the first release being 1.0.
197+
198+
= 2.3.6 =
199+
* Bug: Fixed a variable that was incorrectly assigned. It happens. I guess.
197200

198201
= 2.3.5 =
199202
* Enhancement: Cleared up a big batch of code quality issues. Now it ticks all the boxes for both the WordPress and VIP rulesets in PHPCS.
@@ -317,5 +320,5 @@ versions of this plugin
317320

318321
== Upgrade Notice ==
319322

320-
= 2.3.5 =
321-
* Assorted minor enhancements - mainly code quality
323+
= 2.3.6 =
324+
* Minor bug fix

simple-code-embed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Code Embed
1010
* Plugin URI: https://wordpress.org/plugins/simple-embed-code/
1111
* Description: 🧩 Code Embed provides a very easy and efficient way to embed code (JavaScript and HTML) in your posts and pages.
12-
* Version: 2.3.5
12+
* Version: 2.3.6
1313
* Requires at least: 4.6
1414
* Requires PHP: 7.4
1515
* Author: David Artiss
@@ -26,7 +26,7 @@
2626
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2727
*/
2828

29-
define( 'CODE_EMBED_VERSION', '2.3.5' );
29+
define( 'CODE_EMBED_VERSION', '2.3.6' );
3030

3131
// Include all the various functions.
3232

0 commit comments

Comments
 (0)