Changeset 594144
- Timestamp:
- 09/03/2012 07:37:02 PM (14 years ago)
- Location:
- pafacile
- Files:
-
- 2 edited
- 28 copied
-
tags/2.4.3 (copied) (copied from pafacile/trunk)
-
tags/2.4.3/PAFacileBackend.php (copied) (copied from pafacile/trunk/PAFacileBackend.php)
-
tags/2.4.3/PAFacileFrontend.php (copied) (copied from pafacile/trunk/PAFacileFrontend.php)
-
tags/2.4.3/PAFacileUpdateManager.php (copied) (copied from pafacile/trunk/PAFacileUpdateManager.php)
-
tags/2.4.3/alboPretorio/dettaglio.php (copied) (copied from pafacile/trunk/alboPretorio/dettaglio.php)
-
tags/2.4.3/alboPretorio/elenco.php (copied) (copied from pafacile/trunk/alboPretorio/elenco.php)
-
tags/2.4.3/alboPretorio/stampa.php (copied) (copied from pafacile/trunk/alboPretorio/stampa.php)
-
tags/2.4.3/bandi/dettaglio.php (copied) (copied from pafacile/trunk/bandi/dettaglio.php)
-
tags/2.4.3/bandi/elenco.php (copied) (copied from pafacile/trunk/bandi/elenco.php)
-
tags/2.4.3/db.php (copied) (copied from pafacile/trunk/db.php)
-
tags/2.4.3/definitions.php (copied) (copied from pafacile/trunk/definitions.php)
-
tags/2.4.3/doSave.php (copied) (copied from pafacile/trunk/doSave.php)
-
tags/2.4.3/google-analytics/index.php (copied) (copied from pafacile/trunk/google-analytics/index.php)
-
tags/2.4.3/incarichiProfessionali/dettaglio.php (copied) (copied from pafacile/trunk/incarichiProfessionali/dettaglio.php)
-
tags/2.4.3/incarichiProfessionali/elenco.php (copied) (copied from pafacile/trunk/incarichiProfessionali/elenco.php)
-
tags/2.4.3/public-contents/AlboPretorio.php (copied) (copied from pafacile/trunk/public-contents/AlboPretorio.php)
-
tags/2.4.3/public-contents/BandiGare.php (copied) (copied from pafacile/trunk/public-contents/BandiGare.php)
-
tags/2.4.3/public-contents/Delibere.php (copied) (copied from pafacile/trunk/public-contents/Delibere.php)
-
tags/2.4.3/public-contents/Determine.php (copied) (copied from pafacile/trunk/public-contents/Determine.php)
-
tags/2.4.3/public-contents/Incarichi.php (copied) (copied from pafacile/trunk/public-contents/Incarichi.php)
-
tags/2.4.3/public-contents/Ordinanze.php (copied) (copied from pafacile/trunk/public-contents/Ordinanze.php)
-
tags/2.4.3/public-contents/Organi.php (copied) (copied from pafacile/trunk/public-contents/Organi.php)
-
tags/2.4.3/readme.txt (copied) (copied from pafacile/trunk/readme.txt) (2 diffs)
-
tags/2.4.3/toSendIt.php (copied) (copied from pafacile/trunk/toSendIt.php)
-
tags/2.4.3/toSendItPAFacileContents.php (copied) (copied from pafacile/trunk/toSendItPAFacileContents.php)
-
tags/2.4.3/toSendItPAFacilePages.php (copied) (copied from pafacile/trunk/toSendItPAFacilePages.php)
-
tags/2.4.3/tosendit-pa.php (copied) (copied from pafacile/trunk/tosendit-pa.php) (2 diffs)
-
tags/2.4.3/welcome.php (copied) (copied from pafacile/trunk/welcome.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tosendit-pa.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pafacile/tags/2.4.3/readme.txt
r594086 r594144 4 4 Requires at least: 3.4 5 5 Tested up to: 3.4.1 6 Stable tag: 2.4. 26 Stable tag: 2.4.3 7 7 8 8 Plugin per la gestione delle informazioni on-line che ogni amministrazione deve pubblicare (linee guida per i requisiti minimi per i siti delle PA). … … 70 70 71 71 == Changelog == 72 73 = 2.4.3 (2012-09-03) = 74 * La versione sul repository di Wordpress non risultava aggiornata! 75 * Allineata la versione del plugin alla versione presente sul repository di Wordpress 72 76 73 77 = 2.4.2 (2012-09-03) = -
pafacile/tags/2.4.3/tosendit-pa.php
r577254 r594144 3 3 * @package toSend.it 4 4 * @author toSend.it di Luisa Marra 5 * @version 2.4. 15 * @version 2.4.3 6 6 */ 7 7 /* … … 10 10 Description: Gestisce le informazioni on-line che qualunque PA deve pubblicare secondo quanto specificato nelle linee guida per i requisiti minimi per i siti delle PA emanate dal Governo nel 2010 11 11 Author: toSend.it di Luisa Marra 12 Version: 2.4 12 Version: 2.4.3 13 13 Author URI: http://toSend.it 14 14 */ 15 15 16 16 #define('TOSENDIT_PAFACILE_VERSION', '2.3'); 17 define('TOSENDIT_PAFACILE_VERSION', '2.4. 1');17 define('TOSENDIT_PAFACILE_VERSION', '2.4.3'); 18 18 19 19 # è PAFacile in un installazione di default -
pafacile/trunk/readme.txt
r594086 r594144 4 4 Requires at least: 3.4 5 5 Tested up to: 3.4.1 6 Stable tag: 2.4. 26 Stable tag: 2.4.3 7 7 8 8 Plugin per la gestione delle informazioni on-line che ogni amministrazione deve pubblicare (linee guida per i requisiti minimi per i siti delle PA). … … 70 70 71 71 == Changelog == 72 73 = 2.4.3 (2012-09-03) = 74 * La versione sul repository di Wordpress non risultava aggiornata! 75 * Allineata la versione del plugin alla versione presente sul repository di Wordpress 72 76 73 77 = 2.4.2 (2012-09-03) = -
pafacile/trunk/tosendit-pa.php
r577254 r594144 3 3 * @package toSend.it 4 4 * @author toSend.it di Luisa Marra 5 * @version 2.4. 15 * @version 2.4.3 6 6 */ 7 7 /* … … 10 10 Description: Gestisce le informazioni on-line che qualunque PA deve pubblicare secondo quanto specificato nelle linee guida per i requisiti minimi per i siti delle PA emanate dal Governo nel 2010 11 11 Author: toSend.it di Luisa Marra 12 Version: 2.4 12 Version: 2.4.3 13 13 Author URI: http://toSend.it 14 14 */ 15 15 16 16 #define('TOSENDIT_PAFACILE_VERSION', '2.3'); 17 define('TOSENDIT_PAFACILE_VERSION', '2.4. 1');17 define('TOSENDIT_PAFACILE_VERSION', '2.4.3'); 18 18 19 19 # è PAFacile in un installazione di default
Note: See TracChangeset
for help on using the changeset viewer.