Skip to content

Commit 43d7e28

Browse files
committed
Update information added.
1 parent c1cf549 commit 43d7e28

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

boost/boost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @author Matthew McNaney <mcnaneym@appstate.edu>
55
*/
66
$proper_name = 'Carousel for Bootstrap';
7-
$version = '2.0.4';
7+
$version = '2.0.5';
88
$import_sql = false;
99
$image_dir = true;
1010
?>

boost/update.php

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ function carousel_update(&$content, $version)
4242
+ Fixed text orientation on captioning.
4343
+ Fixed sorting and searching in lists.
4444
</pre>';
45-
45+
4646
case version_compare($version, '2.0.2', '<'):
4747
$content[] = '<pre>2.0.2
4848
--------------------
4949
+ Fixed branch update.
5050
</pre>';
51-
51+
5252
case version_compare($version, '2.0.3', '<'):
5353
$version2 = new Version2;
5454
$version2->fixQueue();
@@ -58,13 +58,20 @@ function carousel_update(&$content, $version)
5858
+ Fixed queue numbering on new slides.
5959
+ Caption space no longer shows if empty.
6060
</pre>';
61-
61+
6262
case version_compare($version, '2.0.4', '<'):
6363
$content[] = '<pre>2.0.4
6464
--------------------
6565
+ Moved Listing/Grid into own npm library.
6666
</pre>';
67-
67+
68+
case version_compare($version, '2.0.5', '<'):
69+
$content[] = '<pre>2.0.5
70+
--------------------
71+
+ Updated code to work with canopy-listing change.
72+
+ Fixed Clear button on Slide form
73+
+ Fixed rows causing horizontal scroll.
74+
</pre>';
6875
} // end of switch
6976

7077
return true;

0 commit comments

Comments
 (0)