Plugin Directory

Changeset 2140305


Ignore:
Timestamp:
08/16/2019 01:45:48 AM (7 years ago)
Author:
instantpage
Message:

v1.3.0

Location:
instant-page
Files:
5 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • instant-page/trunk/instantpage.php

    r2078800 r2140305  
    55Description: Make your site’s pages instant in 1 minute.
    66Author: Alexandre Dieulot
    7 Version: 1.2.2.1
     7Version: 1.3.0
    88Author URI: https://dieulot.fr/
    99*/
    1010
    11 add_action( 'wp_enqueue_scripts', 'instantpage_wp_enqueue_scripts' );
    12 add_filter( 'script_loader_tag', 'instantpage_script_loader_tag', 10, 2 );
     11add_action( 'wp_enqueue_scripts', instantpage_wp_enqueue_scripts );
     12add_filter( 'script_loader_tag', instantpage_script_loader_tag, 10, 2 );
    1313
    1414function instantpage_wp_enqueue_scripts() {
    15   wp_enqueue_script( 'instantpage', plugin_dir_url( __FILE__ ) . 'instantpage-1.2.2.js' );
     15  wp_enqueue_script( 'instantpage', plugin_dir_url( __FILE__ ) . 'instantpage.js' );
    1616}
    1717
  • instant-page/trunk/readme.txt

    r2078800 r2140305  
    44Requires at least: 4.2
    55Tested up to: 5.2
    6 Stable tag: 1.2.2.1
     6Stable tag: trunk
    77Requires PHP: 5.2.4
    88License: MIT
Note: See TracChangeset for help on using the changeset viewer.