Skip to content

Commit 6ce3e8e

Browse files
authored
Merge pull request #57 from easycoder/dev
Version update
2 parents cad4fc4 + 26e1073 commit 6ce3e8e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

js/easycoder/EasyCoder.js

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

server/easycoder.php

Lines changed: 3 additions & 3 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.6.1
6+
* Version: 2.7.0
77
* Author: EasyCoder Software
88
* Author URI: https://easycoder.software
99
*/
@@ -16,9 +16,9 @@
1616
add_action('wp_enqueue_scripts', 'easycoder_enqueue_script', 2);
1717
function easycoder_enqueue_script() {
1818
wp_enqueue_script('easycoder_script',
19-
'https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js', array(), '2.6.1');
19+
'https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js', array(), '2.7.0');
2020
// wp_enqueue_script('easycoder_script', 'https://rembrandt.easycoder.software/dist/easycoder.js',
21-
array(), '2.6.1');
21+
array(), '2.7.0');
2222
}
2323

2424
// Set up default plugin and REST scripts

server/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ For tutorials and a programmers' reference see our [EasyCoder Software Codex](ht
5454

5555
== Changelog ==
5656

57+
= 2.7.0 04-may 2020 =
58+
* Added 'click left' and 'click top'
59+
5760
= 2.6.1 16-apr 2020 =
5861
* Use CDN to deliver all files
5962

0 commit comments

Comments
 (0)