Plugin Directory

Changeset 2086357


Ignore:
Timestamp:
05/12/2019 05:40:03 PM (7 years ago)
Author:
gtanyware
Message:

Version 2.2.6; add codemirror & fix gmap bug

Location:
easycoder/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easycoder/trunk/easycoder.php

    r2084464 r2086357  
    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.2.5
     6  * Version: 2.2.6
    77  * Author: EasyCoder Software
    88  * Author URI: https://easycoder.software
     
    1717  function easycoder_enqueue_script() {   
    1818    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');
    2020  }
    2121 
  • easycoder/trunk/readme.txt

    r2084464 r2086357  
    5353
    5454== Changelog ==
     55
     56= 2.2.6 12-may-2019 =
     57* Updated 'require'; replaced missing sample file
    5558
    5659= 2.2.5 9-may-2019 =
Note: See TracChangeset for help on using the changeset viewer.