Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danrot committed Dec 3, 2018
1 parent a3391bf commit b864352
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG for Sulu
==================

* dev-release/1.5
* 1.5.19 (2018-12-03)
* HOTFIX #4304 [DocumentManager] Fix performance issue by removing redundant properties on Metadata
* HOTFIX #4263 [Content] Fix param default value
* HOTFIX #4240 [All] Fix travis timeout for PHP 5.5
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->

{% block stylesheets %}
<link rel="stylesheet" href="/bundles/suluadmin/dist/app.min.1531911586637.css">
<link rel="stylesheet" href="/bundles/suluadmin/dist/app.min.1543833274744.css">
{% endblock stylesheets %}
</head>
<body>
Expand Down Expand Up @@ -70,7 +70,7 @@
</script>

{% block javascripts %}
<script data-main="/bundles/suluadmin/dist/app.min.1531911586637" src="/bundles/suluadmin/js/vendor/husky/husky.min.js?v=1531911586637"></script>
<script data-main="/bundles/suluadmin/dist/app.min.1543833274744" src="/bundles/suluadmin/js/vendor/husky/husky.min.js?v=1543833274744"></script>
{% endblock javascripts %}
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->

{% block stylesheets %}
<link rel="stylesheet" href="/bundles/suluadmin/dist/login.min.1531911586637.css">
<link rel="stylesheet" href="/bundles/suluadmin/dist/login.min.1543833274744.css">

<link rel="stylesheet" type="text/css" href="/bundles/suluadmin/css/main.css"/>
{% endblock stylesheets %}
Expand Down Expand Up @@ -48,7 +48,7 @@
</script>

{% block javascripts %}
<script data-main="/bundles/suluadmin/dist/login.min.1531911586637" src="/bundles/suluadmin/js/vendor/husky/husky.min.js?v=1531911586637"></script>
<script data-main="/bundles/suluadmin/dist/login.min.1543833274744" src="/bundles/suluadmin/js/vendor/husky/husky.min.js?v=1543833274744"></script>
{% endblock javascripts %}
</body>
</html>

0 comments on commit b864352

Please sign in to comment.