Compare commits
2 Commits
v2026.2.1-
...
v2026.2.1-
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a8799bb7f | |||
| 6c443d8e86 |
@@ -2,11 +2,12 @@ Changelog
|
|||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
v2026.2.1 (2026-04-15)
|
(unreleased)
|
||||||
----------------------
|
------------
|
||||||
|
|
||||||
New
|
New
|
||||||
~~~
|
~~~
|
||||||
|
- Add notification email when a user is registered #4. [Lang]
|
||||||
- Add Contact page with email sending behaviour #4. [Lang]
|
- Add Contact page with email sending behaviour #4. [Lang]
|
||||||
- Add timer for the acceptance of the challenge #4. [Lang]
|
- Add timer for the acceptance of the challenge #4. [Lang]
|
||||||
- Registered users have avatars next to the timer #4. [Lang]
|
- Registered users have avatars next to the timer #4. [Lang]
|
||||||
@@ -20,6 +21,7 @@ New
|
|||||||
|
|
||||||
Changes
|
Changes
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
- Add notification on activation too #4. [Lang]
|
||||||
- Change the shareable battle - add avatars to it - even on the og tags
|
- Change the shareable battle - add avatars to it - even on the og tags
|
||||||
#4. [Lang]
|
#4. [Lang]
|
||||||
- Change text #4. [Lang]
|
- Change text #4. [Lang]
|
||||||
@@ -71,6 +73,8 @@ Changes
|
|||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
|
- Another attempt to fix the email assets #4. [Lang]
|
||||||
|
- The images does not shows in emails #4. [Lang]
|
||||||
- Missing font-awesome icons on bare-metal environment #4. [Lang]
|
- Missing font-awesome icons on bare-metal environment #4. [Lang]
|
||||||
- Quickfix for email sending #4. [Lang]
|
- Quickfix for email sending #4. [Lang]
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
{% block title %} - Battle Report{% endblock %}
|
{% block title %} - Battle Report{% endblock %}
|
||||||
|
|
||||||
{% block metas %}
|
{% block metas %}
|
||||||
{%- set shareUrl = url('MineSeekerBundle_battle_share', { uuid: game.uuid }) -%}
|
{%- set shareUrl = url('MineSeekerBundle_battle_share', { uuid: game.uuid }) | replace({'http://': 'https://'}) -%}
|
||||||
{%- set _ogImage = url('MineSeekerBundle_og_battle', { uuid: game.uuid }) -%}
|
{%- set _ogImage = url('MineSeekerBundle_og_battle', { uuid: game.uuid }) | replace({'http://': 'https://'}) -%}
|
||||||
<meta property="og:url" content="{{ shareUrl }}"/>
|
<meta property="og:url" content="{{ shareUrl }}"/>
|
||||||
<meta property="og:type" content="article"/>
|
<meta property="og:type" content="article"/>
|
||||||
<meta property="og:site_name" content="MineSeeker"/>
|
<meta property="og:site_name" content="MineSeeker"/>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block metas %}
|
{% block metas %}
|
||||||
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
||||||
<meta property="og:url" content="{{ url('MineSeekerBundle_homepage') }}"/>
|
<meta property="og:url" content="{{ url('MineSeekerBundle_homepage') | replace({'http://': 'https://'}) }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:site_name" content="MineSeeker"/>
|
<meta property="og:site_name" content="MineSeeker"/>
|
||||||
<meta property="og:locale" content="en_US"/>
|
<meta property="og:locale" content="en_US"/>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block metas %}
|
{% block metas %}
|
||||||
<meta property="og:url" content="{{ url('MineSeekerBundle_gamePlay') }}"/>
|
<meta property="og:url" content="{{ url('MineSeekerBundle_gamePlay') | replace({'http://': 'https://'}) }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:title" content="Your friend challenges YOU!"/>
|
<meta property="og:title" content="Your friend challenges YOU!"/>
|
||||||
<meta property="og:description" content="Do you accept the challenge?"/>
|
<meta property="og:description" content="Do you accept the challenge?"/>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block metas %}
|
{% block metas %}
|
||||||
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
||||||
<meta property="og:url" content="{{ url('MineSeekerBundle_contact') }}"/>
|
<meta property="og:url" content="{{ url('MineSeekerBundle_contact') | replace({'http://': 'https://'}) }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:site_name" content="MineSeeker"/>
|
<meta property="og:site_name" content="MineSeeker"/>
|
||||||
<meta property="og:title" content="Contact · MineSeeker"/>
|
<meta property="og:title" content="Contact · MineSeeker"/>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block metas %}
|
{% block metas %}
|
||||||
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
||||||
<meta property="og:url" content="{{ url('MineSeekerBundle_privacy') }}"/>
|
<meta property="og:url" content="{{ url('MineSeekerBundle_privacy') | replace({'http://': 'https://'}) }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:site_name" content="MineSeeker"/>
|
<meta property="og:site_name" content="MineSeeker"/>
|
||||||
<meta property="og:title" content="Privacy Policy · MineSeeker"/>
|
<meta property="og:title" content="Privacy Policy · MineSeeker"/>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block metas %}
|
{% block metas %}
|
||||||
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
||||||
<meta property="og:url" content="{{ url('MineSeekerBundle_terms') }}"/>
|
<meta property="og:url" content="{{ url('MineSeekerBundle_terms') | replace({'http://': 'https://'}) }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:site_name" content="MineSeeker"/>
|
<meta property="og:site_name" content="MineSeeker"/>
|
||||||
<meta property="og:title" content="Terms of Use · MineSeeker"/>
|
<meta property="og:title" content="Terms of Use · MineSeeker"/>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{% block metas %}
|
{% block metas %}
|
||||||
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
||||||
<meta name="robots" content="noindex,nofollow"/>
|
<meta name="robots" content="noindex,nofollow"/>
|
||||||
<meta property="og:url" content="{{ url('MineSeekerBundle_profile') }}"/>
|
<meta property="og:url" content="{{ url('MineSeekerBundle_profile') | replace({'http://': 'https://'}) }}"/>
|
||||||
<meta property="og:type" content="profile"/>
|
<meta property="og:type" content="profile"/>
|
||||||
<meta property="og:site_name" content="MineSeeker"/>
|
<meta property="og:site_name" content="MineSeeker"/>
|
||||||
<meta property="og:title" content="{{ app.user.username }} · MineSeeker"/>
|
<meta property="og:title" content="{{ app.user.username }} · MineSeeker"/>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{% block metas %}
|
{% block metas %}
|
||||||
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
||||||
<meta name="robots" content="noindex,nofollow"/>
|
<meta name="robots" content="noindex,nofollow"/>
|
||||||
<meta property="og:url" content="{{ url('MineSeekerBundle_profile_security') }}"/>
|
<meta property="og:url" content="{{ url('MineSeekerBundle_profile_security') | replace({'http://': 'https://'}) }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:site_name" content="MineSeeker"/>
|
<meta property="og:site_name" content="MineSeeker"/>
|
||||||
<meta property="og:title" content="Security Settings · MineSeeker"/>
|
<meta property="og:title" content="Security Settings · MineSeeker"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user