Skip to content

Version 2.7.5 #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/easycoder-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion dist/easycoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -3081,6 +3081,9 @@ const EasyCoder_Core = {
let moduleRecord = program.getSymbolRecord(condition.name);
if (typeof moduleRecord.program !== `undefined`) {
let p = EasyCoder.scripts[moduleRecord.program];
if (!p) {
return !condition.sense;
}
return condition.sense ? p.running : !p.running;
}
return !condition.sense;
Expand Down Expand Up @@ -8508,7 +8511,7 @@ const EasyCoder = {
}
},
};
EasyCoder.version = `2.7.4`;
EasyCoder.version = `2.7.5`;
EasyCoder.timestamp = Date.now();
console.log(`EasyCoder loaded; waiting for page`);

Expand Down
4 changes: 2 additions & 2 deletions dist/easycoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: EasyCoder
* Plugin URI: https://easycoder.software
* Description: Control the appearance and behavior of your posts and pages by embedding simple English-like scripts, without the need to learn JavaScript.
* Version: 2.7.3
* Version: 2.7.5
* Author: EasyCoder Software
* Author URI: https://easycoder.software
*/
Expand All @@ -16,7 +16,7 @@
add_action('wp_enqueue_scripts', 'easycoder_enqueue_script', 2);
function easycoder_enqueue_script() {
wp_enqueue_script('easycoder_script',
'https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js', array(), '2.7.3');
'https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js', array(), '2.7.5');
}

// Set up default plugin and REST scripts
Expand Down
335 changes: 0 additions & 335 deletions dist/plugins/iwsy.js

This file was deleted.

Loading