File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- phpMyFAQ 2.8.0-alpha3
1
+ phpMyFAQ 2.8.0-beta
2
2
Codename "Perdita"
3
3
4
4
CHANGELOG
5
5
6
6
This is a log of major user-visible changes in each phpMyFAQ release.
7
7
8
- Version 2.8.0-alpha3 - 2012-11-20
8
+ Version 2.8.0-beta - 2012-
9
9
- changed PHP requirement to PHP 5.3.2 and later (Thorsten)
10
10
- phpMyFAQ is now licensed under the terms of Mozilla Public License 2.0 (Thorsten, Florian)
11
11
- added new and improved frontend and backend user interface based on Twitter Bootstrap (Thorsten)
Original file line number Diff line number Diff line change @@ -154,6 +154,9 @@ installation script.
154
154
%changelog
155
155
==========
156
156
157
+ * Tue Nov 20 2012 Thorsten Rinne <thorsten@phpmyfaq.de> - 2.8.0.beta-1
158
+ - New upstream version 2.8.0-beta
159
+
157
160
* Mon Aug 27 2012 Thorsten Rinne <thorsten@phpmyfaq.de> - 2.8.0.alpha3-1
158
161
- New upstream version 2.8.0-alpha3
159
162
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class PMF_System
48
48
/**
49
49
* Pre-release version
50
50
*/
51
- const VERSION_PRERELEASE = 'alpha3 ' ;
51
+ const VERSION_PRERELEASE = 'beta ' ;
52
52
53
53
/**
54
54
* API version
Original file line number Diff line number Diff line change 1
1
if [ " x${PMF_VERSION} " = " x" ]; then
2
- PMF_VERSION=" 2.8.0-alpha3 "
2
+ PMF_VERSION=" 2.8.0-beta "
3
3
fi
You can’t perform that action at this time.
0 commit comments