Skip to content

Commit 2132056

Browse files
committed
Raised version.
1 parent 357d0bd commit 2132056

4 files changed

Lines changed: 14 additions & 3 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.2';
7+
$version = '2.0.3';
88
$import_sql = false;
99
$image_dir = true;
1010
?>

boost/update.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ function carousel_update(&$content, $version)
4848
--------------------
4949
+ Fixed branch update.
5050
</pre>';
51+
52+
case version_compare($version, '2.0.3', '<'):
53+
$version2 = new Version2;
54+
$version2->fixQueue();
55+
$content[] = '<pre>2.0.3
56+
--------------------
57+
+ Fixed caption title error.
58+
+ Fixed queue numbering on new slides.
59+
+ Caption space no longer shows if empty.
60+
</pre>';
61+
5162
} // end of switch
5263

5364
return true;

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Carousel",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Iamge carousel for page header",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)