File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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?>
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments