Plugin Directory

Changeset 2871711


Ignore:
Timestamp:
02/27/2023 01:43:40 PM (3 years ago)
Author:
Lugat
Message:

Fixed bug in update complete hook.

Location:
jinx-fast-cache/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jinx-fast-cache/trunk/index.php

    r2830826 r2871711  
    55   * Plugin URI: https://wordpress.org/plugins/jixn-fast-cache/
    66   * Description: Blazing fast full page cache.
    7    * Version: 0.4.1
     7   * Version: 0.4.2
    88   * Author: SquareFlower Websolutions (Lukas Rydygel) <hallo@squareflower.de>
    99   * Author URI: http://squareflower.de
  • jinx-fast-cache/trunk/src/Admin.php

    r2830826 r2871711  
    2525      add_action('upgrader_process_complete', function($object, $options) {
    2626        self::actionRefresh();
    27       });
     27      }, 10, 2);
    2828     
    2929      add_action('admin_bar_menu', [__CLASS__, 'addAdminBar'], 100);
Note: See TracChangeset for help on using the changeset viewer.