Skip to content

Commit 30dc929

Browse files
committed
Version 2.7.5
1 parent a86dca4 commit 30dc929

File tree

9 files changed

+26
-343
lines changed

9 files changed

+26
-343
lines changed

dist/easycoder-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/easycoder.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,6 +3081,9 @@ const EasyCoder_Core = {
30813081
let moduleRecord = program.getSymbolRecord(condition.name);
30823082
if (typeof moduleRecord.program !== `undefined`) {
30833083
let p = EasyCoder.scripts[moduleRecord.program];
3084+
if (!p) {
3085+
return !condition.sense;
3086+
}
30843087
return condition.sense ? p.running : !p.running;
30853088
}
30863089
return !condition.sense;
@@ -8508,7 +8511,7 @@ const EasyCoder = {
85088511
}
85098512
},
85108513
};
8511-
EasyCoder.version = `2.7.4`;
8514+
EasyCoder.version = `2.7.5`;
85128515
EasyCoder.timestamp = Date.now();
85138516
console.log(`EasyCoder loaded; waiting for page`);
85148517

dist/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.7.3
6+
* Version: 2.7.5
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',
19-
'https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js', array(), '2.7.3');
19+
'https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js', array(), '2.7.5');
2020
}
2121

2222
// Set up default plugin and REST scripts

dist/plugins/iwsy.js

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)