1 | <?php |
---|
2 | /* |
---|
3 | Plugin Name: Password Policy |
---|
4 | ** Change log ** |
---|
5 | |
---|
6 | -- 2.5.0 : Initial release for Piwigo 2.5 |
---|
7 | |
---|
8 | -- 2.5.1 : Improve workflow when account is locked and a password renewal is set |
---|
9 | Missing translation keys |
---|
10 | Update it_IT, thanks to : Ericnet |
---|
11 | |
---|
12 | -- 2.5.2 : Update ru_RU, thanks to : Konve |
---|
13 | Update de_DE, thanks to : fs101299 |
---|
14 | Update tr_TR, thanks to : LazBoy |
---|
15 | Update da_DK, thanks to : Kaare |
---|
16 | Update pt_BR, thanks to : flaviove |
---|
17 | Update lv_LV, thanks to : agrisans |
---|
18 | Update es_ES, thanks to : jpr928 |
---|
19 | |
---|
20 | -- 2.5.3 : Update tr_TR, thanks to : LazBoy |
---|
21 | Update de_DE, thanks to : bezz |
---|
22 | Update lv_LV, thanks to : agrisans |
---|
23 | Update el_GR, thanks to : bas_alba |
---|
24 | Update pt_PT, thanks to : ANO |
---|
25 | Update it_IT, thanks to : Ericnet |
---|
26 | Update pl_PL, thanks to : T00kie |
---|
27 | Update uk_UA, thanks to : animan |
---|
28 | |
---|
29 | -- 2.6.0 : Piwigo 2.6 compatibility |
---|
30 | Update nl_NL, thanks to : eijdenberg |
---|
31 | |
---|
32 | -- 2.6.1 : Update reference translation (en_UK) |
---|
33 | Update fr_FR |
---|
34 | Update de_DE, thanks to : duke |
---|
35 | Update es_ES, thanks to : jpr928 and petaqui |
---|
36 | Update ru_RU, thanks to : Konve |
---|
37 | Update lv_LV, thanks to : agrisans |
---|
38 | Update tr_TR, thanks to : LazBoy |
---|
39 | |
---|
40 | -- 2.6.2 : Fix error in fr_FR translation |
---|
41 | |
---|
42 | -- 2.6.3 : Fix display of page-up and down button in management tab |
---|
43 | Update it_IT, thanks to : Ericnet |
---|
44 | Update lv_LV, thanks to : agrisans |
---|
45 | Update da_DK, thanks to : Egorip |
---|
46 | Update pt_PT, thanks to : ANO |
---|
47 | Update pt_BR, thanks to : flaviove |
---|
48 | Update da_DK, thanks to : Kaare |
---|
49 | |
---|
50 | -- 2.6.4 : Update nl_NL, thanks to : rinusbakker and Kees Hessels |
---|
51 | Update el_GR, thanks to : bas_alba |
---|
52 | Add sk_SK, thanks to : JoeKundlak and dodo |
---|
53 | Add zh_CN, thanks to : junwang |
---|
54 | |
---|
55 | -- 2.7.0 : Compatibility with Piwigo 2.7 |
---|
56 | Update nl_NL, thanks to : euroart |
---|
57 | Update zh_CN, thanks to : dennisyan |
---|
58 | |
---|
59 | -- 2.7.1 : Update uk_UA, thanks to : StreamThreader |
---|
60 | |
---|
61 | -- 2.7.2 : Add nb_NO, thanks to : paulen |
---|
62 | |
---|
63 | -- 2.7.3 : Update nb_NO, thanks to : paulen |
---|
64 | Update uk_UA, thanks to m_alien |
---|
65 | Update de_DE, thanks to bigant |
---|
66 | |
---|
67 | --- 2.7.4 : Fix white page for german users (bug lexiglot) |
---|
68 | */ |
---|
69 | ?> |
---|