Plugin Directory

Changeset 3035698


Ignore:
Timestamp:
02/14/2024 02:17:51 PM (2 years ago)
Author:
wpmunich
Message:

Update to version 0.10.1 from GitHub

Location:
quicklink
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • quicklink/tags/0.10.1/quicklink.bundle.js

    r2903907 r3035698  
    5252__webpack_require__.r(quicklink_namespaceObject);
    5353__webpack_require__.d(quicklink_namespaceObject, {
    54   "listen": function() { return u; },
    55   "prefetch": function() { return s; },
    56   "prerender": function() { return f; }
     54  listen: function() { return u; },
     55  prefetch: function() { return s; },
     56  prerender: function() { return f; }
    5757});
    5858
  • quicklink/tags/0.10.1/quicklink.php

    r2903907 r3035698  
    44 *
    55 * @package quicklink
    6  * @version 0.10.0
     6 * @version 0.10.1
    77 *
    88 * Plugin Name: Quicklink for WordPress
     
    1111 * Author: WP Munich
    1212 * Author URI: https://www.wp-munich.com/?utm_source=wporg&utm_medium=plugin_repo&utm_campaign=description&utm_content=quicklink
    13  * Version: 0.10.0
     13 * Version: 0.10.1
    1414 * Text Domain: quicklink
    1515 */
     
    3232    }
    3333
    34     wp_enqueue_script( 'quicklink', '', array(), '0.10.0', true );
     34    wp_enqueue_script( 'quicklink', '', array(), '0.10.1', true );
    3535
    3636    $options = array(
     
    159159 */
    160160function quicklink_to_default_scripts( $scripts ) {
    161     $scripts->add( 'quicklink', QUICKLINK_URL . 'quicklink.min.js', array(), '0.10.0' );
     161    $scripts->add( 'quicklink', QUICKLINK_URL . 'quicklink.min.js', array(), '0.10.1' );
    162162}
    163163add_action( 'wp_default_scripts', 'quicklink_to_default_scripts' );
  • quicklink/tags/0.10.1/readme.txt

    r2903907 r3035698  
    44Tags: performance, speed, fast, prefetch, seo, http2, preconnect, optimization
    55Requires at least: 4.9
    6 Tested up to: 6.2
     6Tested up to: 6.4.3
    77Requires PHP: 5.6
    8 Stable tag: 0.10.0
     8Stable tag: 0.10.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • quicklink/trunk/quicklink.bundle.js

    r2903907 r3035698  
    5252__webpack_require__.r(quicklink_namespaceObject);
    5353__webpack_require__.d(quicklink_namespaceObject, {
    54   "listen": function() { return u; },
    55   "prefetch": function() { return s; },
    56   "prerender": function() { return f; }
     54  listen: function() { return u; },
     55  prefetch: function() { return s; },
     56  prerender: function() { return f; }
    5757});
    5858
  • quicklink/trunk/quicklink.php

    r2903907 r3035698  
    44 *
    55 * @package quicklink
    6  * @version 0.10.0
     6 * @version 0.10.1
    77 *
    88 * Plugin Name: Quicklink for WordPress
     
    1111 * Author: WP Munich
    1212 * Author URI: https://www.wp-munich.com/?utm_source=wporg&utm_medium=plugin_repo&utm_campaign=description&utm_content=quicklink
    13  * Version: 0.10.0
     13 * Version: 0.10.1
    1414 * Text Domain: quicklink
    1515 */
     
    3232    }
    3333
    34     wp_enqueue_script( 'quicklink', '', array(), '0.10.0', true );
     34    wp_enqueue_script( 'quicklink', '', array(), '0.10.1', true );
    3535
    3636    $options = array(
     
    159159 */
    160160function quicklink_to_default_scripts( $scripts ) {
    161     $scripts->add( 'quicklink', QUICKLINK_URL . 'quicklink.min.js', array(), '0.10.0' );
     161    $scripts->add( 'quicklink', QUICKLINK_URL . 'quicklink.min.js', array(), '0.10.1' );
    162162}
    163163add_action( 'wp_default_scripts', 'quicklink_to_default_scripts' );
  • quicklink/trunk/readme.txt

    r2903907 r3035698  
    44Tags: performance, speed, fast, prefetch, seo, http2, preconnect, optimization
    55Requires at least: 4.9
    6 Tested up to: 6.2
     6Tested up to: 6.4.3
    77Requires PHP: 5.6
    8 Stable tag: 0.10.0
     8Stable tag: 0.10.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.