Changeset 2086357
- Timestamp:
- 05/12/2019 05:40:03 PM (7 years ago)
- Location:
- easycoder/trunk
- Files:
-
- 2 edited
-
easycoder.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easycoder/trunk/easycoder.php
r2084464 r2086357 4 4 * Plugin URI: https://easycoder.software 5 5 * 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.2. 56 * Version: 2.2.6 7 7 * Author: EasyCoder Software 8 8 * Author URI: https://easycoder.software … … 17 17 function easycoder_enqueue_script() { 18 18 wp_enqueue_script('easycoder_script', plugin_dir_url( __FILE__ ) 19 . 'easycoder-min.js', array(), '2.2. 5');19 . 'easycoder-min.js', array(), '2.2.6'); 20 20 } 21 21 -
easycoder/trunk/readme.txt
r2084464 r2086357 53 53 54 54 == Changelog == 55 56 = 2.2.6 12-may-2019 = 57 * Updated 'require'; replaced missing sample file 55 58 56 59 = 2.2.5 9-may-2019 =
Note: See TracChangeset
for help on using the changeset viewer.