Skip to content

Commit

Permalink
Update for v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fevangelou committed Dec 4, 2024
1 parent 793a4d8 commit 7f1c633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/js/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

(function(){
var CURRENT_VERSION = '2.5';
var CURRENT_VERSION = '2.6';
var b = document.getElementsByTagName('body')[0];
function versionCompare(left, right) {
if (typeof left + typeof right != 'stringstring') return false;
Expand Down
3 changes: 3 additions & 0 deletions docs/pages/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

***To update to a newer version of Engintron, [please have a look here](pages/install).***

### December 4th, 2024 - v2.6 (Build 20241204)
This release fixes the issue where SSL certificate changes (issues and renewals) where not immediately reflected on Nginx. Keep in mind this seems to have been an edge case, affecting some servers. However, by adding a small delay in the reload process for Nginx, the issue should go away for good.

### September 29th, 2024 - v2.5 (Build 20240929)
This release resolves issue [#1493](https://github.com/engintron/engintron/issues/1493).

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h1>
<div class="clearfix"></div>

<div id="dl-rate-container" class="clearfix">
<a id="dlLink" href="https://github.com/engintron/engintron">Learn more &amp; download<span>Engintron v2.5 (Build 20240929) updated Sept. 29th, 2024</span></a>
<a id="dlLink" href="https://github.com/engintron/engintron">Learn more &amp; download<span>Engintron v2.6 (Build 20241204) updated Dec. 4th, 2024</span></a>
</div>

<div id="docs-link">
Expand Down

0 comments on commit 7f1c633

Please sign in to comment.