Skip to content

Commit

Permalink
1.2.5 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Mar 7, 2016
1 parent d2e0089 commit 4c52aa1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ follows:

----- begin license block -----

Copyright 2012, 2014 Deux Huit Huit
Copyright 2012, 2014-2016 Deux Huit Huit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Frontend Localisation Redirection

Version 1.2.3
<http://www.deuxhuithuit.com>
Version 1.2.x
<https://deuxhuithuit.com>

#### Adds redirection capabilities to Frontend Localisation Extension

Expand Down
9 changes: 5 additions & 4 deletions events/event.flang_redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ public static function about(){
'name' => __('Frontend Localisation Redirect'),
'author' => array(
'name' => 'Deux Huit Huit',
'website' => 'http://www.deuxhuithuit.com',
'website' => 'https://deuxhuithuit.com',
'email' => 'open-source (at) deuxhuithuit (dot) com'
),
'version' => '1.2.4',
'release-date' => '2014-09-24',
'trigger-condition' => '');
'version' => '1.2.5',
'release-date' => '2016-03-07',
'trigger-condition' => ''
);
}

public function load(){
Expand Down
7 changes: 5 additions & 2 deletions extension.meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension id="flang_redirection" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<extension id="flang_redirection" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Frontend Localisation Redirection</name>
<description lang="en">Adds redirection capabilities to Frontend Localisation Extension</description>
<repo type="github">https://github.com/DeuxHuitHuit/flang_redirection</repo>
Expand All @@ -13,14 +13,17 @@
<authors>
<author>
<name github="DeuxHuitHuit" symphony="" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>http://www.deuxhuithuit.com</website>
<website>https://deuxhuithuit.com/</website>
</author>
</authors>
<dependencies>
<dependency version="1.7">frontend_localisation</dependency>
<dependency version="1.1">flang_detection_gtlds</dependency>
</dependencies>
<releases>
<release version="1.2.5" date="2016-03-07" min="2.3" max="2.x.x">
- Updated compatibility info
</release>
<release version="1.2.4" date="2014-09-24" min="2.3" max="2.5.1">
- Fixed a bug when the event was firing on the 404. The solution is to
never fire the event if the page is in an erroneous state.
Expand Down

0 comments on commit 4c52aa1

Please sign in to comment.