Skip to content

Commit

Permalink
Changed version dates for 1.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Aug 11, 2017
1 parent c252794 commit bddf13e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version 1.2.8 (?? Jul 2017)
Version 1.2.8 (11 Aug 2017)
- Cross-site scripting (XSS) fixes.
- Updates to supper PHP7. PHP 5.3 is now minimum PHP version required.
- Added missing code for mysqli support.
- Gracefully handle if the function ob_gzhandler is not available.

Version 1.2.7 (22 Feb 2013)
- Security fix: Do not show the reason for a failed login (i.e. "no such user")
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ list (that includes specific bugs fixed, please look at ChangeLog).

---------------------------------------------------------------------------

Version 1.2.8 (?? ??? 2017)
Version 1.2.8 (11 Aug 2017)
- Cross-site scripting (XSS) fixes.
- Updates to supper PHP7. PHP 5.3 is now minimum PHP version required.
- Added missing code for mysqli support.
Expand Down
2 changes: 1 addition & 1 deletion includes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function do_config ( $fileLoc ) {
$single_user_login, $TROUBLE_URL, $use_http_auth, $user_inc;

$PROGRAM_VERSION = 'v1.2.8';
$PROGRAM_DATE = '09 Jul 2017';
$PROGRAM_DATE = '11 Aug 2017';
$PROGRAM_NAME = 'WebCalendar ' . "$PROGRAM_VERSION ($PROGRAM_DATE)";
$PROGRAM_URL = 'http://www.k5n.us/webcalendar.php';
$TROUBLE_URL = 'docs/WebCalendar-SysAdmin.html#trouble';
Expand Down

0 comments on commit bddf13e

Please sign in to comment.