Skip to content

Commit

Permalink
Version update to accommodate brendo's fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
craig zheng committed Feb 18, 2010
1 parent 4260a56 commit 412af03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README
@@ -1,9 +1,9 @@
Reference Link Field
------------------------------------

Version: 1.3
Version: 1.3.1
Author: craig zheng (cz@mongrl.com)
Build Date: 8th Jan 2010
Build Date: 18th Feb 2010
Requirements: Symphony 2.0.5 or higher, Select Box Link 1.7

An extension of Symphony's Select Box Link Field which adds the option to display the field as an autocomplete input field.
Expand Down
6 changes: 3 additions & 3 deletions extension.driver.php
Expand Up @@ -5,8 +5,8 @@
public function about(){
return array(
'name' => 'Field: Reference Link',
'version' => '1.3',
'release-date' => '2010-01-08',
'version' => '1.3.1',
'release-date' => '2010-02-18',
'author' => array(
'name' => 'craig zheng',
'email' => 'cz@mongrl.com'
Expand Down Expand Up @@ -41,7 +41,7 @@ public function uninstall(){

public function update($previousVersion){

if(version_compare($previousVersion, '1.3', '<')){
if(version_compare($previousVersion, '1.3.1', '<')){
try{
$fields = Symphony::Database()->fetchCol('field_id',
"SELECT `field_id` FROM `tbl_fields_referencelink`"
Expand Down

0 comments on commit 412af03

Please sign in to comment.