We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d74af commit 36a5f11Copy full SHA for 36a5f11
dist/easycoder.php
@@ -16,7 +16,7 @@
16
add_action('wp_enqueue_scripts', 'easycoder_enqueue_script', 2);
17
function easycoder_enqueue_script() {
18
wp_enqueue_script('easycoder_script', plugin_dir_url( __FILE__ )
19
- . 'easycoder-min.js', array(), '2.5.6');
+ . 'easycoder-min.js', array(), '2.6.0');
20
}
21
22
// Set up default plugin and REST scripts
0 commit comments