Plugin Directory

Changeset 2241355


Ignore:
Timestamp:
02/09/2020 04:55:31 PM (6 years ago)
Author:
alaca
Message:

Update 1.1.8.1

Location:
wp-performance/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-performance/trunk/includes/addons/prefetch/prefetch.php

    r2107493 r2241355  
    7070     * @since 1.1.3
    7171     */
    72     public function parseLinks( HtmlDOM $parsed ) {
     72    public function parseLinks( $html ) {
    7373
    74         $html = new HtmlDOM( $parsed->innertext, false, false );
     74        $html = new HtmlDOM( $html, false, false );
    7575
    7676        $links = $html->find( 'a' );
  • wp-performance/trunk/readme.txt

    r2241043 r2241355  
    1111
    1212== Changelog ==
     13
     14= 1.1.8.1 =
     15[FIX] Prefetch add-on
    1316
    1417= 1.1.8 =
  • wp-performance/trunk/wp-performance.php

    r2241043 r2241355  
    44* Plugin URI: https://www.wp-performance.com
    55* Description: WP Performance Optimizer
    6 * Version: 1.1.8
     6* Version: 1.1.8.1
    77* Author: Ante Laca
    88* Author URI: https://www.antelaca.xyz
     
    1515
    1616// WP Performance
    17 define( 'WPP_VERSION'       , '1.1.8' );
     17define( 'WPP_VERSION'       , '1.1.8.1' );
    1818define( 'WPP_SELF'          , __FILE__ );
    1919define( 'WPP_URI'           , plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.