Plugin Directory

Changeset 1986787


Ignore:
Timestamp:
12/06/2018 01:14:53 PM (7 years ago)
Author:
gtanyware
Message:

Version 2.1.5; better REST and error handling, new UI package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easycoder/trunk/easycoder.php

    r1986780 r1986787  
    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.1.4
     6  * Version: 2.1.5
    77  * Author: EasyCoder Software
    88  * Author URI: https://easycoder.software
     
    1515  add_action('wp_enqueue_scripts', 'easycoder_enqueue_script', 2);
    1616  function easycoder_enqueue_script() {   
    17     wp_enqueue_script('easycoder_script', plugin_dir_url( __FILE__ ) . 'easycoder-min.js', array(), '2.1.4');
     17    wp_enqueue_script('easycoder_script', plugin_dir_url( __FILE__ )
     18            . 'easycoder-min.js', array(), '2.1.5');
    1819  }
    1920 
Note: See TracChangeset for help on using the changeset viewer.