Plugin Directory

Changeset 653450


Ignore:
Timestamp:
01/16/2013 08:31:47 AM (13 years ago)
Author:
tosend.it
Message:

Stable Version updated to 2.5.7

Location:
pafacile
Files:
3 edited
42 copied

Legend:

Unmodified
Added
Removed
  • pafacile/tags/2.5.7/PAFacileFrontend.php

    r653152 r653450  
    8787
    8888    static function parseContents($content, $fromWidget = false){
    89         $content = strstr( $content , array(
     89        /*
     90         * Bugfix: invocato il metodo errato "strstr" al posto di "strtr"
     91         */
     92        $content = strtr( $content , array(
    9093            '<p>['      => '[',
    9194            ']</p>'     => ']',
  • pafacile/tags/2.5.7/readme.txt

    r653152 r653450  
    55Requires at least: 3.4
    66Tested up to: 3.5
    7 Stable tag: 2.5.6
     7Stable tag: 2.5.7
    88License: GPLv3
    99
     
    8181
    8282== Changelog ==
     83
     84= 2.5.7 (2013-01-16) =
     85* Bugfix: Invocato erroneamente il metodo strstr al posto di strtr (bug introdotto con la versione 2.5.6).
     86
    8387= 2.5.6 (2013-01-15) =
    8488* Bugfix: Tutti gli utenti autenticati potevano vedere tutte le voci di menu.
  • pafacile/tags/2.5.7/tosendit-pa.php

    r653152 r653450  
    33 * @package toSend.it
    44 * @author toSend.it di Luisa Marra
    5  * @version 2.5.6
     5 * @version 2.5.7
    66 */
    77/*
     
    1010Description: PAFacile è un plugin nato per consentire alle pubbliche amministrazione di gestire la trasparenza amministrativa secondo gli obblighi di legge. Il plugin è l'unico in Italia a consentire l'adeguamento di un sito web di una pubblica amministrazione agli ultimi aggiornamenti normativa in materia di Albo Pretorio on-line, Bandi di Gara, Delbere e determinazioni, Ordinanze, Organigramma, Incarichi professionali, Sovvenzioni.
    1111Author: toSend.it di Luisa Marra
    12 Version: 2.5.6
     12Version: 2.5.7
    1313Author URI: http://toSend.it
    1414*/
     
    2727#define('TOSENDIT_PAFACILE_VERSION', '2.5.4');
    2828#define('TOSENDIT_PAFACILE_VERSION', '2.5.5');
    29 define('TOSENDIT_PAFACILE_VERSION', '2.5.6');
     29#define('TOSENDIT_PAFACILE_VERSION', '2.5.6');
     30define('TOSENDIT_PAFACILE_VERSION', '2.5.7');
    3031
    3132# è PAFacile in un installazione di default
  • pafacile/trunk/PAFacileFrontend.php

    r653152 r653450  
    8787
    8888    static function parseContents($content, $fromWidget = false){
    89         $content = strstr( $content , array(
     89        /*
     90         * Bugfix: invocato il metodo errato "strstr" al posto di "strtr"
     91         */
     92        $content = strtr( $content , array(
    9093            '<p>['      => '[',
    9194            ']</p>'     => ']',
  • pafacile/trunk/readme.txt

    r653152 r653450  
    55Requires at least: 3.4
    66Tested up to: 3.5
    7 Stable tag: 2.5.6
     7Stable tag: 2.5.7
    88License: GPLv3
    99
     
    8181
    8282== Changelog ==
     83
     84= 2.5.7 (2013-01-16) =
     85* Bugfix: Invocato erroneamente il metodo strstr al posto di strtr (bug introdotto con la versione 2.5.6).
     86
    8387= 2.5.6 (2013-01-15) =
    8488* Bugfix: Tutti gli utenti autenticati potevano vedere tutte le voci di menu.
  • pafacile/trunk/tosendit-pa.php

    r653152 r653450  
    33 * @package toSend.it
    44 * @author toSend.it di Luisa Marra
    5  * @version 2.5.6
     5 * @version 2.5.7
    66 */
    77/*
     
    1010Description: PAFacile è un plugin nato per consentire alle pubbliche amministrazione di gestire la trasparenza amministrativa secondo gli obblighi di legge. Il plugin è l'unico in Italia a consentire l'adeguamento di un sito web di una pubblica amministrazione agli ultimi aggiornamenti normativa in materia di Albo Pretorio on-line, Bandi di Gara, Delbere e determinazioni, Ordinanze, Organigramma, Incarichi professionali, Sovvenzioni.
    1111Author: toSend.it di Luisa Marra
    12 Version: 2.5.6
     12Version: 2.5.7
    1313Author URI: http://toSend.it
    1414*/
     
    2727#define('TOSENDIT_PAFACILE_VERSION', '2.5.4');
    2828#define('TOSENDIT_PAFACILE_VERSION', '2.5.5');
    29 define('TOSENDIT_PAFACILE_VERSION', '2.5.6');
     29#define('TOSENDIT_PAFACILE_VERSION', '2.5.6');
     30define('TOSENDIT_PAFACILE_VERSION', '2.5.7');
    3031
    3132# è PAFacile in un installazione di default
Note: See TracChangeset for help on using the changeset viewer.