Skip to content

Commit de42177

Browse files
committed
Version 2.5.3
1 parent 56ee795 commit de42177

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

server/easycoder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: EasyCoder
44
* Plugin URI: https://easycoder.software
55
* Description: Control the appearance and behavior of your posts and pages by embedding simple English-like scripts, without the need to learn JavaScript.
6-
* Version: 2.5.2
6+
* Version: 2.5.3
77
* Author: EasyCoder Software
88
* Author URI: https://easycoder.software
99
*/
@@ -16,7 +16,7 @@
1616
add_action('wp_enqueue_scripts', 'easycoder_enqueue_script', 2);
1717
function easycoder_enqueue_script() {
1818
wp_enqueue_script('easycoder_script', plugin_dir_url( __FILE__ )
19-
. 'easycoder-min.js', array(), '2.5.2');
19+
. 'easycoder-min.js', array(), '2.5.3');
2020
}
2121

2222
// Set up default plugin and REST scripts

server/readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Control the appearance and behavior of your posts and pages by embedding simple
2424
* Retrieve content from web services using REST and JSON
2525
* Draw and animate simple graphics
2626
* Create a Google Map, put markers on it and intearct with the map and the markers
27+
* Use CodeMirror to create a unique color-coded text editor
2728
* Include the CKEditor rich text editor in your pages
2829
* Include the Showdown markdown converter in your pages
2930

@@ -53,6 +54,9 @@ For tutorials and a programmers' reference see our [EasyCoder Software Codex](ht
5354

5455
== Changelog ==
5556

57+
= 2.5.3 09-dec-2019 =
58+
* Revised run/import handling & minor additions
59+
5660
= 2.5.2 05-oct-2019 =
5761
* Fix bugs in drag & drop and others
5862

0 commit comments

Comments
 (0)