Skip to content

Commit

Permalink
update readme and version in themeconf
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Bayfield committed Aug 25, 2016
1 parent 5ca7961 commit 21ab691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Clone the [Github repository](https://github.com/Philio/bootstrapdefault):
## Bundled libraries

* [Bootstrap](http://getbootstrap.com/) 3.3.7 - Included as sub module
* [Selectize.js](http://brianreavis.github.io/selectize.js/) 0.12.1 - Included as sub module. Note: The bundled version
with Piwigo 2.7.x is ignored in favour of the latest build with Bootstrap styling.
* [Selectize.js](http://selectize.github.io/selectize.js/) 0.12.3 - Included as sub module. Note: The bundled version
with Piwigo 2.7.x+ is ignored in favour of the latest build with Bootstrap styling.

## License

Expand Down
4 changes: 2 additions & 2 deletions themeconf.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Theme Name: Bootstrap Default
Version: 1.0.3
Version: 1.0.4
Description: A modern and responsive theme for Piwigo built with standard Bootstrap components and using the default Bootstrap theme. Intended for easy customisation using Bootstrap styles or as a parent theme for creating responsive themes for Piwigo.
Theme URI: http://piwigo.org/ext/extension_view.php?eid=796
Author: Phil Bayfield
Expand All @@ -19,4 +19,4 @@
);

$controller = new \BootstrapDefault\ThemeController();
$controller->init();
$controller->init();

0 comments on commit 21ab691

Please sign in to comment.