Skip to content

Commit 92ab8ca

Browse files
authored
Merge pull request #29 from easycoder/dev
Remove folder
2 parents f5b9e36 + f87f394 commit 92ab8ca

24 files changed

+3
-12754
lines changed

dist/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# EasyCoder distribution file set
2-
3-
Here are the distribution files. Load `easycoder.js` or `easycoder-min.js` into your document, either in HEAD or at the end of BODY; from there on your scripts can request everything else they need.
1+
# EasyCoder server files
42

5-
The rest are server-side files. The most significant are 2 small REST servers written in Python and PHP, which perform the same functions. The former is for setting up a `localhost` server and the latter is for use on LAMP servers.
3+
These are mostly server-side files. The most significant are 2 small REST servers written in PHP and Python, which perform the same functions. The former is for setting up a `localhost` server and the latter is for use on LAMP servers.
64

75
The files `easycoder.php`, `ec-rest.txt` and `readme.txt` are for WordPress installations.

dist/easycoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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', plugin_dir_url( __FILE__ )
19-
. 'easycoder-min.js', array(), '2.6.0');
19+
. 'easycoder-min.js', array(), '2.5.6');
2020
}
2121

2222
// Set up default plugin and REST scripts

easycoder/README.md

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

easycoder/easycoder-min.js

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

0 commit comments

Comments
 (0)