Changeset 30991


Ignore:
Timestamp:
Feb 21, 2015, 9:52:10 AM (9 years ago)
Author:
bonhommedeneige
Message:

Updated files for Piwigo 2.7 compatibility

Location:
extensions/Force_HTTPS
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Force_HTTPS/main.inc.php

    r27560 r30991  
    22/*
    33Plugin Name: Force HTTPS
    4 Version: 1.3.0
     4Version: 1.4.0
    55Description: Gives the capacity to force https connections on https enabled servers.
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=697
     
    99
    1010Changelog :
     11 1.4.0 (02.01.2015) : Upgrade for Piwigo 2.7 compatibility
    1112 1.3.0 (05.03.2014) : Upgrade for Piwigo 2.6 compatibility
    1213 1.2.0 (05.05.2013) : Fixed unicity of strbool function (renamed to piwigo_force_https_strbool)
     
    2728define('FORCE_HTTPS_ID', basename(dirname(__FILE__)));
    2829define('FORCE_HTTPS_PATH' ,   PHPWG_PLUGINS_PATH . FORCE_HTTPS_ID . '/');
    29 define('FORCE_HTTPS_VERSION', '1.3.0');
     30define('FORCE_HTTPS_VERSION', '1.4.0');
    3031// this is automatically updated by PEM if you publish your plugin with SVN, otherwise you musn't forget to change it, as well as "Version" in the plugin header
    3132
  • extensions/Force_HTTPS/maintain.inc.php

    r27560 r30991  
    2626/**
    2727Changelog :
     28 1.4.0 (02.01.2015) : Deprecated file, will now use maintain.class.php for plugin maintenance.
    2829 1.3.0 (05.03.2014) : Renamed deltree function to force_https_deltree to avoid multiple declarations of
    2930                      function accross multiple plugins. Piwigo 2.6 compatibility
Note: See TracChangeset for help on using the changeset viewer.