Skip to content

Commit

Permalink
Merge pull request #471 from droberts-ctrlo/changelog
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
abeverley authored Oct 17, 2024
2 parents 0bb76d4 + a0d1eae commit 2a1560b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.5
2.5.6
11 changes: 11 additions & 0 deletions changelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

-------

**Version**: 2.5.6
**Released**: 17-10-2024

-------

## Fixes

- Fixed error in aggregate function causing created by and updated by to error

-------

**Version**: 2.5.5
**Released**: 02-10-2024

Expand Down
8 changes: 3 additions & 5 deletions views/layouts/main.tt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<head>
<meta charset="utf-8">
<title>[% page %] | Linkspace</title>
<meta name="author" content="Digitpaint">
<meta name="description" content="">
<meta name="author" content="">
<meta name="generator" content="Roger" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link rel="stylesheet" href="[% url.css %]/external.css?v=5">
<link rel="stylesheet" href="[% url.css %]/general.css?v=5">
<link rel="stylesheet" href="[% url.css %]/external.css?v=6">
<link rel="stylesheet" href="[% url.css %]/general.css?v=6">
</head>
<body class="[% body_class || 'page' %]"[% IF csrf_token %] data-csrf="[%- csrf_token -%]"[% END; IF layout OR layout_obj; %] data-layout-identifier="[% layout.identifier || layout_obj.identifier %]"[% END %]>
<div class="[% container_class || 'container-fluid' %]">
Expand All @@ -24,6 +22,6 @@
%]
</div>
<script type="text/javascript" src="[% url.js %]/fengari-web.js"></script>
<script type="text/javascript" src="[% url.js %]/site.js?v=28"></script>
<script type="text/javascript" src="[% url.js %]/site.js?v=29"></script>
</body>
</html>

0 comments on commit 2a1560b

Please sign in to comment.