source: extensions/ConcoursPhoto/CHANGELOG @ 32457

Last change on this file since 32457 was 32457, checked in by tiico, 3 years ago

Version 11.0.1 ConcoursPhoto (piwigo 11 compatible + some corrections/news)

File size: 3.5 KB
Line 
1TODO for next versions :
2- Clean and optimize code/requests + display (use CSS...)
3- Add another "star notation" (https://codepen.io/tobiasdev/pen/XgegoO)
4- Add compatibility with Smartpocket theme
5
6______________
7
8Version 11.0.x
9-------------
1011.0.1          - Minor corrections
11                        - Change rule for author check (custom choice between "author"/"added by"/both/none)
12                        - param to disable meta display on photo when concours is prepared or active
13                        - Add language (LV+SK)
14                        - clean code (suppress Debug)
1511.0.0          - Version for Piwigo 11.x
16
17______________
18
19Version 2.9.x
20-------------
212.9.1           - Add RU translation (thanks to Alexander)
22                        - Add "stars style" to vote instead of "text style" (with param to choose)
23                        - Adjust admin page
24                        - Add new page to vote for all images (with parameter to activate)
25                        - Clean code
26                        - Allow method change when concours was closed if result not already present
27                        - Allow admin to access to contest (param)
28                        - Add overlay message when user already have vote (and param "do not allow user to change score" is active)
29
302.9.0g          - Add parameters into admin page for the deadline information
31                        - Add timer when the contest is prepared but not started
32                        - Add parameter to allow possibility to mask photos before the contest start
33
342.9.0f          - Add deadline information (with css/js)
35
362.9.0e          - Corrections (pb guest)
37                        - add RU language
38
392.9.0d          - Correct config file for PWG Stuffs
40
412.9.0c          - Add missing language (FR/EN)
42                        - Correct/complete the help page
43                        - Correct error when reinit score (concours.class.php)
44                        - Correct bad link for criteria in admin page
45                        - Correct bad test when user have not already vote and option "disable second vote" actived
46                        - Adjust "Author=user" control to display note and concours
47
482.9.0b          - Add PWG Stuffs module (thnaks to "contest" plugin from Mistic)
49                        - Correct maintain.inc.php (old sql function not allowed in php7)
50
512.9.0   - Correction display debug info "user id = " on image page even id debug=false
52                - Compatible with Piwigo 2.9
53                - Correct concours type not saved in second page (detailled criterias)
54                - Add method "moderation1" & "moderation2" for the result of concours (update DB needed)
55                - some little corrections (guest vote, templates...)
56______________
57
58Version 2.0.x
59-------------
602.0.0   - Add to guest the possibility to vote for a concours (BETA)
61        - Some correction (code and database structure)
62        - Correct hour/min bug when time is set to 00h00 and control coherence between end and begin dates/hours
63        - Correct export to csv file (utf8decode)
64        - Add information on admin page
65        - Change blockmenu to show Contests without groups or for Guests. 
66                - Add help page for correct usage
67______________
68
69Version 1.0.x
70-------------
711.2.0   - Add exaequo checking for the result (beta)
72        - Add EN language
73        - Correct "concours not displayed" when no group is selected in admin page. Now, concours is available for all registered user (not depending on the group appartenance)
74        - Add option to allow author to vote for their photos (disable check based on username=authorname)
75        - Add option to allow user to change the score after a validation
761.1.0   - Add datas "moyenne" and "nbvotant" in database concours_result. Export theses datas in csv.
77                - add method of rank calculation in a concours (in database).
78                - generate the result (export) with the method (moyenne or sum)
791.0.0 --> First public release
80_______________
81
82Version 0.0.x
83-------------
840.0.1 --> Initial version (for testing)
85
86
Note: See TracBrowser for help on using the repository browser.