[6825] | 1 | <?php |
---|
| 2 | /* |
---|
| 3 | Plugin Name: NBM Subscriber |
---|
| 4 | ** Change log ** |
---|
| 5 | ************************************** |
---|
| 6 | ***** Plugin history (branch 1.0)***** |
---|
| 7 | ************************************** |
---|
[15753] | 8 | 2010-06-01: |
---|
[6825] | 9 | -- 1.0.0 : Initial beta release for Piwigo compatibility |
---|
[15753] | 10 | 2010-08-08: |
---|
[6825] | 11 | -- 1.0.1 : Multilanguage bug fixed |
---|
[15753] | 12 | 2010-08-31: |
---|
[6825] | 13 | -- 1.0.2 : Bug fixed on adding new users in NBM list |
---|
[15753] | 14 | 2011-03-04: |
---|
[9529] | 15 | -- 1.0.3 : Localisation files update |
---|
[10767] | 16 | -- 1.0.4 : Add of sk_SK translation - Thx to dodo |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | ************************************** |
---|
| 20 | ***** Plugin history (branch 2.2)***** |
---|
| 21 | ************************************** |
---|
[15753] | 22 | 2011-03-26: |
---|
[10767] | 23 | -- 2.2.0 : Compliance with Piwigo 2.2 |
---|
[15753] | 24 | 2011-04-16: |
---|
[10767] | 25 | -- 2.2.1 : Add of lv_LV translation (thanks to Aivars Baldone) |
---|
[15753] | 26 | 2011-05-05: |
---|
[10767] | 27 | -- 2.2.2 : IT translation updated (thx to Rio) |
---|
[12291] | 28 | |
---|
| 29 | |
---|
| 30 | ************************************** |
---|
| 31 | ***** Plugin history (branch 2.3)***** |
---|
| 32 | ************************************** |
---|
[15753] | 33 | 2011-10-01: |
---|
[12291] | 34 | -- 2.3.0 : Compliance with Piwigo 2.3 |
---|
| 35 | DE translation updated (thx to Unphysicalix) |
---|
[14225] | 36 | |
---|
| 37 | ************************************** |
---|
| 38 | ***** Plugin history (branch 2.4)***** |
---|
| 39 | ************************************** |
---|
[15753] | 40 | 2012-04-19: |
---|
[14225] | 41 | -- 2.4.0 : Compliance with Piwigo 2.4 |
---|
| 42 | Add ru_RU translation (thanks to marchelly) |
---|
[15753] | 43 | 2012-06-16: |
---|
[15764] | 44 | -- 2.4.1 : Add uk_UA, thanks to : animan, rukhov and quest_tom |
---|
[17443] | 45 | Add cs_CZ, thanks to : lanius |
---|
| 46 | |
---|
| 47 | 2012-08-06: |
---|
| 48 | -- 2.4.2 : Update cs_CZ, thanks to : sichr |
---|
| 49 | Update el_GR, thanks to : bas_alba |
---|
| 50 | Add pl_PL, thanks to : kuba |
---|
[18488] | 51 | |
---|
| 52 | 2012-10-05: |
---|
| 53 | -- 2.4.3 : Add da_DK, thanks to : Kaare |
---|
[20822] | 54 | |
---|
| 55 | 2013-02-18: |
---|
| 56 | -- 2.4.4 : Bug fixed - Allow to display NBM Subscriber field in profile page even if "Allow user customization" is not set in Piwigo's options |
---|
| 57 | Add tr_TR, thanks to : LazBoy |
---|
| 58 | Update pl_PL, thanks to : K.S. |
---|
[21115] | 59 | |
---|
| 60 | 2013-03-03: |
---|
| 61 | -- 2.5.0 : Compliance with Piwigo 2.5 |
---|
| 62 | Add hu_HU, thanks to : samli |
---|
[22452] | 63 | |
---|
| 64 | 2013-05-01: |
---|
| 65 | -- 2.5.1 : Update hu_HU, thanks to : samli |
---|
| 66 | Update pl_PL, thanks to : K.S. |
---|
| 67 | Add pt_BR, thanks to : flaviove |
---|
[22873] | 68 | |
---|
| 69 | 2013-05-25: |
---|
| 70 | -- 2.5.2 : Add pt_PT, thanks to : ANO |
---|
[23028] | 71 | |
---|
| 72 | 2013-06-03: |
---|
| 73 | -- 2.5.3 : Bug fixed - On new user registration, user should submit his NBM choice twice in his profile page for it to be considered |
---|
[24305] | 74 | |
---|
| 75 | 2013-09-01: |
---|
| 76 | -- 2.5.4 : Translation keys fixed |
---|
| 77 | Add nl_NL, thanks to : Kees Hessels |
---|
| 78 | Update hu_HU, thanks to : mionix |
---|
[6825] | 79 | */ |
---|
| 80 | ?> |
---|