Skip to content

Commit

Permalink
Release 1.5 for Symphony 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Jun 5, 2012
1 parent a74ffe1 commit 31df53d
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 268 deletions.
2 changes: 1 addition & 1 deletion LICENCE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ is, unless otherwise specified, released under the MIT licence as follows:

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

Copyright 2008 Alistair Kearney, Allen Chang, Scott Hughes
Copyright 2008-2012 Alistair Kearney, Allen Chang, Scott Hughes

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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

- Version: 1.5
- Author: Symphony Team (team@symphony21.com)
- Build Date: 2012-05-11
- Build Date: 5th July, 2012
- Requirements: Symphony 2.3


## Installation

1. Upload the `pagesfield` folder in this archive to your Symphony `/extensions` folder.
Expand Down
3 changes: 1 addition & 2 deletions extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ public function install(){
public function update($previousVersion) {
if(version_compare($previousVersion, '1.3', '<')){
$updated = Symphony::Database()->query(
"ALTER TABLE `tbl_fields_pages`
ADD `page_types` varchar(255) default NULL"
"ALTER TABLE `tbl_fields_pages` ADD `page_types` varchar(255) default NULL"
);
if(!$updated) return false;
}
Expand Down
4 changes: 3 additions & 1 deletion extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
</author>
</authors>
<releases>
<release version="1.5" date="2012-06-05" min="2.3">
- Update for Symphony 2.3
</release>
<release version="1.4.1" date="2011-12-02" min="2.0.6" max="2.2.x" />
<release version="1.5" date="2012-05-11" min="2.3" max="2.3.x" />
</releases>
</extension>
Loading

0 comments on commit 31df53d

Please sign in to comment.