1 | <?php |
---|
2 | /* |
---|
3 | Plugin Name: NBM Subscriber |
---|
4 | ** Change log ** |
---|
5 | ************************************** |
---|
6 | ***** Plugin history (branch 1.0)***** |
---|
7 | ************************************** |
---|
8 | 2010-06-01: |
---|
9 | -- 1.0.0 : Initial beta release for Piwigo compatibility |
---|
10 | 2010-08-08: |
---|
11 | -- 1.0.1 : Multilanguage bug fixed |
---|
12 | 2010-08-31: |
---|
13 | -- 1.0.2 : Bug fixed on adding new users in NBM list |
---|
14 | 2011-03-04: |
---|
15 | -- 1.0.3 : Localisation files update |
---|
16 | -- 1.0.4 : Add of sk_SK translation - Thx to dodo |
---|
17 | |
---|
18 | |
---|
19 | ************************************** |
---|
20 | ***** Plugin history (branch 2.2)***** |
---|
21 | ************************************** |
---|
22 | 2011-03-26: |
---|
23 | -- 2.2.0 : Compliance with Piwigo 2.2 |
---|
24 | 2011-04-16: |
---|
25 | -- 2.2.1 : Add of lv_LV translation (thanks to Aivars Baldone) |
---|
26 | 2011-05-05: |
---|
27 | -- 2.2.2 : IT translation updated (thx to Rio) |
---|
28 | |
---|
29 | |
---|
30 | ************************************** |
---|
31 | ***** Plugin history (branch 2.3)***** |
---|
32 | ************************************** |
---|
33 | 2011-10-01: |
---|
34 | -- 2.3.0 : Compliance with Piwigo 2.3 |
---|
35 | DE translation updated (thx to Unphysicalix) |
---|
36 | |
---|
37 | ************************************** |
---|
38 | ***** Plugin history (branch 2.4)***** |
---|
39 | ************************************** |
---|
40 | 2012-04-19: |
---|
41 | -- 2.4.0 : Compliance with Piwigo 2.4 |
---|
42 | Add ru_RU translation (thanks to marchelly) |
---|
43 | -- 2.4.1 : Add uk_UA, thanks to : animan, rukhov and quest_tom |
---|
44 | Add cs_CZ, thanks to : lanius |
---|
45 | |
---|
46 | -- 2.4.2 : Update cs_CZ, thanks to : sichr |
---|
47 | Update el_GR, thanks to : bas_alba |
---|
48 | Add pl_PL, thanks to : kuba |
---|
49 | |
---|
50 | -- 2.4.3 : Add da_DK, thanks to : Kaare |
---|
51 | |
---|
52 | -- 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 |
---|
53 | Add tr_TR, thanks to : LazBoy |
---|
54 | Update pl_PL, thanks to : K.S. |
---|
55 | |
---|
56 | -- 2.5.0 : Compliance with Piwigo 2.5 |
---|
57 | Add hu_HU, thanks to : samli |
---|
58 | |
---|
59 | -- 2.5.1 : Update hu_HU, thanks to : samli |
---|
60 | Update pl_PL, thanks to : K.S. |
---|
61 | Add pt_BR, thanks to : flaviove |
---|
62 | |
---|
63 | -- 2.5.2 : Add pt_PT, thanks to : ANO |
---|
64 | |
---|
65 | -- 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 |
---|
66 | |
---|
67 | -- 2.5.4 : Translation keys fixed |
---|
68 | Add nl_NL, thanks to : Kees Hessels |
---|
69 | Update hu_HU, thanks to : mionix |
---|
70 | |
---|
71 | -- 2.6.0 : Compatibility chacked with Piwigo 2.6 |
---|
72 | |
---|
73 | -- 2.6.1 : Add zh_CN, thanks to : dennisyan |
---|
74 | |
---|
75 | -- 2.7.0 : Compatibility with Piwigo 2.7 |
---|
76 | |
---|
77 | -- 2.7.1 : Add nb_NO, thanks to : paulen |
---|
78 | |
---|
79 | -- 2.7.2 : Update de_DE, thanks to bigant |
---|
80 | |
---|
81 | -- 2.7.3 : Commit error - No changes for this version |
---|
82 | */ |
---|
83 | ?> |
---|