Skip to content

Commit

Permalink
php 7.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
Omid Sarei committed May 10, 2019
1 parent efdae2a commit 1b658bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension.driver.php
Expand Up @@ -2,7 +2,7 @@

Class extension_association_ui_editor extends Extension
{
private static $provides = array();
protected static $provides = array();

public static function registerProviders()
{
Expand Down
5 changes: 4 additions & 1 deletion extension.meta.xml
Expand Up @@ -2,7 +2,7 @@
<extension id="association_ui_editor" status="development" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Association UI: Editor</name>
<description>Create and edit association inline</description>
<repo type="github">https://github.com/hananils/association_ui_editor</repo>
<repo type="github">https://github.com/mazedigital/association_ui_editor</repo>
<types>
<type>Associations</type>
</types>
Expand All @@ -13,6 +13,9 @@
</author>
</authors>
<releases>
<release version="1.1.1" date="2019-05-10" min="2.5">
- Added support for PHP 7.x
</release>
<release version="1.1.0" date="2014-08-14" min="2.5">
- Added German translation
</release>
Expand Down

0 comments on commit 1b658bb

Please sign in to comment.