From 9f73947f1d04e9e29baf86cf6b2d396223bfc2aa Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 31 Jul 2014 22:59:29 -0500 Subject: [PATCH 1/2] Use new template event after stylesheet links in head tag --- ...der_head_append.html => overall_header_stylesheets_after.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename styles/all/template/event/{overall_header_head_append.html => overall_header_stylesheets_after.html} (100%) diff --git a/styles/all/template/event/overall_header_head_append.html b/styles/all/template/event/overall_header_stylesheets_after.html similarity index 100% rename from styles/all/template/event/overall_header_head_append.html rename to styles/all/template/event/overall_header_stylesheets_after.html From cf1b7a31e74054af48d8f35c7d72aec77e3134b2 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 31 Jul 2014 22:59:51 -0500 Subject: [PATCH 2/2] Update phpBB minimum version to 3.1.0-RC3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36b7d4f..2ed008a 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "extra": { "display-name": "Google Analytics", "soft-require": { - "phpbb/phpbb": ">=3.1.0-RC2,<3.2.*@dev" + "phpbb/phpbb": ">=3.1.0-RC3,<3.2.*@dev" }, "version-check": { "host": "version.phpbb.com",