Skip to content

Commit

Permalink
1.4.5.1
Browse files Browse the repository at this point in the history
inc_sidebar.php : fix issue introduced by Zenphoto 1.4.5.8
  • Loading branch information
vincent3569 committed Feb 17, 2014
1 parent 96b4367 commit 561941b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ I found this theme by chance, and as I liked it, I decided to adapt it to ZenPho

Feel free to download and use it, and thanks in advance for your feedback!

**Important:** To use the release **1.4.5** of the theme, you must have **ZenPhoto 1.4.5** (or more).
**Important:** To use the release **1.4.5.1** of the theme, you must have **ZenPhoto 1.4.5** (or more).
If you use an older release of ZenPhoto, see [Archives of i-feel-dirty](https://github.com/vincent3569/i-feel-dirty/releases).

Report issues on the [ZenPhoto forum](http://www.zenphoto.org/support/) or create a new issue on [GitHub](https://github.com/vincent3569/i-feel-dirty/issues) and I will fix it as soon as possible.
Expand Down
9 changes: 7 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 1.4.5.1
- inc_sidebar.php :
- fix issue introduced by Zenphoto 1.4.5.8


* 1.4.5
- css/style.css :
- fix issue on button css rules (to avoid overwriting between i-feel-dirty css rules and colorbox css 1.4.5 rules)
Expand Down Expand Up @@ -70,10 +75,10 @@
- clean some code
- personnal_thumb_album_number_col and personnal_thumb_image_number_col options are deprecated (instead use standard options)
- inc_print_album_thumb.php
- fix an issue with 1.4.3 : missing some '' on options
- fix an issue with 1.4.3 : missing some '' on options
- personnal_thumb_album_number_col option is deprecated (instead use standard option)
- inc_print_image_thumb.php
- fix an issue with 1.4.3 : code cleanup on next_image()
- fix an issue with 1.4.3 : code cleanup on next_image()
- personnal_thumb_image_number_col option is deprecated (instead use standard option)
- inc_sidebar.php
- add a link to gallery index
Expand Down
2 changes: 1 addition & 1 deletion inc_footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@

</body>
</html>
<!-- i-feel-dirty 1.4.5 - a ZenPhoto/ZenPage theme by Studio ST and Vincent3569 -->
<!-- i-feel-dirty 1.4.5.1 - a ZenPhoto/ZenPage theme by Studio ST and Vincent3569 -->
2 changes: 1 addition & 1 deletion inc_sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<?php } ?>

<?php if ((function_exists('printAllNewsCategories')) && (getNumNews() > 0)) { ?>
<?php if ((function_exists('printAllNewsCategories')) && (getNumNews(true) > 0)) { ?>
<div class="bloque<?php echo ($x % 2) + 1; $x = $x + 1; ?>">
<h3><?php echo gettext('News articles'); ?></h3>
<?php printAllNewsCategories(gettext('All news'), true, 'news-cat-list', 'menu-active'); ?>
Expand Down
4 changes: 2 additions & 2 deletions readme.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<body>

<div>
<h3>i-feel-dirty 1.4.5</h3>
<h3>i-feel-dirty 1.4.5.1</h3>
<p>i-feel-dirty is a theme for <a href="http://www.zenphoto.org" target="_blank">ZenPhoto CMS</a>, initialy created for Wordpress by <a href="http://studio.st/" target="_blank">Studio ST</a>.</p>
<p>I found this theme by chance, and as I liked it, I decided to adapt it to ZenPhoto respecting as best as possible the graphics of the original.</p>
<p>Feel free to download and use it, and thanks in advance for your feedback!</p>
<p><span style="color: #ff0000;"><b>Important:</b></span> To use the release <b>1.4.5</b> of the theme, you must have ZenPhoto <b>1.4.5</b> (or more).</br>
<p><span style="color: #ff0000;"><b>Important:</b></span> To use the release <b>1.4.5.1</b> of the theme, you must have ZenPhoto <b>1.4.5</b> (or more).</br>
If you use an older release of ZenPhoto, see <a href="https://github.com/vincent3569/i-feel-dirty/releases">Archives of i-feel-dirty</a>.</p>
<p>Report issues on the <a href="http://www.zenphoto.org/support/">ZenPhoto forum</a> or create a new issue on <a href="https://github.com/vincent3569/i-feel-dirty/issues">GitHub</a> and I will fix it as soon as possible (only the latest version is supported).</p>
<p>Please note that the ZenPhoto team advise to regulary upgrade its site with the latest version of ZenPhoto to benefit from the latest features of the application, to solve the various security holes, and to benefit from the support of the ZenPhoto team.</p>
Expand Down
6 changes: 3 additions & 3 deletions theme_description.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Zenphoto theme definition file
$theme_description['name'] = 'i-feel-dirty';
$theme_description['author'] = 'Studio ST and Vincent3569';
$theme_description['version'] = '1.4.5';
$theme_description['date'] = '04/07/2013';
$theme_description['desc'] = 'Theme i-feel-dirty initialy created for Wordpress.';
$theme_description['version'] = '1.4.5.1';
$theme_description['date'] = '31/12/2013';
$theme_description['desc'] = 'Theme i-feel-dirty initialy created for Wordpress. Support the following plugin : colorbox, comment_form, contact_form, dynamic-locale, favoritesHander, GoogleMap, print_album_menu, rating, register_user, slideshow, user_login-out, zenpage. Please read <a href="' . FULLWEBPATH . '/' . THEMEFOLDER . '/i-feel-dirty/readme.htm' . '" title="Readme File" target="_blank">Readme</a>, <a href="' . FULLWEBPATH . '/' . THEMEFOLDER . '/i-feel-dirty/license.htm' . '" title="License" target="_blank">License</a> and <a href="' . FULLWEBPATH . '/' . THEMEFOLDER . '/i-feel-dirty/changelog.txt' . '" title="ChangeLog File" target="_blank">ChangeLog</a>';
?>

0 comments on commit 561941b

Please sign in to comment.