Plugin Directory

Changeset 1152686


Ignore:
Timestamp:
05/04/2015 08:31:05 AM (11 years ago)
Author:
Sergejack
Message:

1.0.6

Location:
this-page-needs-files
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • this-page-needs-files/trunk/includes/emergency.php

    r1120430 r1152686  
    4444   
    4545    function __construct($method) {
     46        ignore_user_abort(true);
     47       
    4648        self::hook_validate_all();
    4749       
  • this-page-needs-files/trunk/readme.txt

    r1120438 r1152686  
    66Requires at least: 4.0.1
    77Tested up to: 4.2
    8 Stable tag: 1.0.5
     8Stable tag: 1.0.6
    99License: Apache License, Version 2.0
    1010License URI: http://www.apache.org/licenses/LICENSE-2.0
     
    206206== Changelog ==
    207207
     2081.0.6
     209
     210- Prevent emergency halt to occur after "user abort"
     211- Might call php method "ignore_user_abort(true)"
     212
    2082131.0.5
    209214
  • this-page-needs-files/trunk/this-page-needs-files.php

    r1120430 r1152686  
    33 * Plugin Name: This page needs file
    44 * Description: Allow to include urls to javascript and css files inside the HTML header on a page/post specifc basis.
    5  * Version: 1.0.5
    6  * Date: 25/03/2015
     5 * Version: 1.0.6
     6 * Date: 04/05/2015
    77 * Author: Jacquemin Serge
    88 * Author URI: https://profiles.wordpress.org/sergejack
Note: See TracChangeset for help on using the changeset viewer.