Plugin Directory

Changeset 2726302


Ignore:
Timestamp:
05/18/2022 08:30:06 PM (4 years ago)
Author:
instantpage
Message:

v5.6.0

Location:
instant-page/trunk
Files:
2 edited

Legend:

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

    r2726298 r2726302  
    55Description: Make your site’s pages instant in 1 minute.
    66Author: Alexandre Dieulot
    7 Version: 5.1.0
     7Version: 5.6.0
    88Author URI: https://dieulot.fr/
    99*/
     
    1313
    1414function instantpage_wp_enqueue_scripts() {
    15   wp_enqueue_script( 'instantpage', plugin_dir_url( __FILE__ ) . 'instantpage.js', array(), '5.1.0', true );
     15  wp_enqueue_script( 'instantpage', plugin_dir_url( __FILE__ ) . 'instantpage.js', array(), '5.6.0', true );
    1616}
    1717
  • instant-page/trunk/readme.txt

    r2306229 r2726302  
    22Contributors: instantpage
    33Tags: instant, performance, flying pages
    4 Requires at least: 4.2
    5 Tested up to: 5.4
     4Requires at least: 4.7
     5Tested up to: 6.0
    66Stable tag: trunk
    77Requires PHP: 5.2.4
Note: See TracChangeset for help on using the changeset viewer.