Skip to content

Commit 36664d1

Browse files
committed
Version 2.6.0
1 parent d4ea2de commit 36664d1

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

easycoder/easycoder-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

easycoder/easycoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4343,7 +4343,7 @@ const EasyCoder_Value = {
43434343
return value;
43444344
}
43454345
};
4346-
EasyCoder.version = `2.5.6`;
4346+
EasyCoder.version = `2.6.0`;
43474347
EasyCoder.timestamp = Date.now();
43484348
console.log(`EasyCoder loaded; waiting for page`);
43494349

js/EasyCoder-Cordova.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EasyCoder.version = `2.5.6`;
1+
EasyCoder.version = `2.6.0`;
22
EasyCoder.timestamp = Date.now();
33

44
const app = {

js/EasyCoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EasyCoder.version = `2.5.6`;
1+
EasyCoder.version = `2.6.0`;
22
EasyCoder.timestamp = Date.now();
33
console.log(`EasyCoder loaded; waiting for page`);
44

server/easycoder.php

Lines changed: 1 addition & 1 deletion
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.6
6+
* Version: 2.6.0
77
* Author: EasyCoder Software
88
* Author URI: https://easycoder.software
99
*/

server/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Control the appearance and behavior of your posts and pages by embedding simple
3232

3333
*EasyCoder* scripts are embedded in your page or post, inside a special "preformatted" tag. When the page loads, *EasyCoder* looks for this element then compiles and runs the script it contains. When it interacts with HTML elements it attaches their IDs to its own variables, so your HTML and its controlling script are in the same file.
3434

35-
The *EasyCoder* core module is currently about 58k bytes in its minimised form and it downloads its own plugin modules from a growing library. Its performance is good because it precompiles scripts - a process that takes only tens of milliseconds - and the compiled code for each command is only a thin wrapper around the corresponding JavaScript functionality.
35+
The *EasyCoder* core module is currently about 60k bytes in its minimised form and it downloads its own plugin modules from a growing library. Its performance is good because it precompiles scripts - a process that takes jus a few tens of milliseconds - and the compiled code for each command is only a thin wrapper around the corresponding JavaScript functionality.
3636

3737
When *EasyCoder* detects an error, either in compilation or at runtime, it opens a popup window with a friendly error message that tries to tell you what went wrong and where in the script it happened.
3838

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

5555
== Changelog ==
5656

57+
= 2.6.0 21-feb 2020 =
58+
* Added a VFX plugin; many other updates & bug fixes
59+
5760
= 2.5.6 14-dec-2019 =
5861
* Fix bug in REST handling errors
5962

0 commit comments

Comments
 (0)