Archive for category Compatibility

0.16.0 is ready!

The stable version 0.16.0 is ready for download.
Please read my previous post about the new features in this release.

updates:

  • Shawna reported a bug in the Settings screen. That has been fixed in 0.16.0.1
  • Alireza Fattahi reported a bug in folder pagination. That has been fixed in 0.16.0.2
  • The error of function __contruct() not found has been fixed in 0.16.0.3
  • If the slideshow on your site is no longer working, please read my post Dear Theme Developers and check the file footer.php in your theme.
  • The problem with the lg_image shortcode has been solved in version 0.16.0.4
  • version 0.16.0.5 is PHP4 compatible

I’ll update the user guide as soon as possible.

Read the rest of this entry »

, , , , ,

44 Comments

Lazyest Gallery 0.16.0 release candidate

Lazyest Gallery 0.1.6.0 release candidate is now ready for download on the WordPress plugin site. I have had a lot of responses on the beta release, helping me to create a stable release. Some users even dared to install the beta version on a live website.
You need to have WordPress 2.9.x for Lazyest Gallery.
The stable 0.16.0 is expected to be released coming week. After that, I am going to start working on version 1.0, which will be ready for WordPress 3.0.

UPDATE:
I have thrown in another release candidate.  The closing div error and the plugin admin page formatting error are tackled. I couldn’t find any problems on activating the plugin on my sites.

15 Comments

Dear Theme Developers

Dear theme developers, your themes are really a beautiful piece of art. It is also wonderful to see how a web site can be improved by installing a new theme. However, please do not forget that your theme is also part of a larger piece of software called WordPress. So do not forget to use the WordPress template tags. Too often users complain that Lazyest Gallery does not work, simply because one or more template tags do not exist. So before you publish a theme, please check if

  • <?php wp_head(); ?> is present just before the </head> tag;
  • <?php wp_footer(); ?> is present just before the </body> tag;
  • <?php comments_template(); ?> is present preferably in single.php and page.php;
  • <?php comment_id_fields(); ?> is present in comments.php
  • <?php do_action('comment_form', $post->ID); ?> is present in comments.php

It is not too difficult to include these template tags, but it would make life much easier for us and other plugin developers.

,

No Comments

PHP 5.3 compatibility

I have replaced deprecated functions in the lazyest-gallery php code by the right functions to avoid error messages in PHP 5.3. If you run into problems after installing PHP 5.3 or higher, please install Lazyest Gallery 0.15.2

Read the rest of this entry »

, , , , , , ,

No Comments

0.16.0-probably not

Somehow worpress advertised 0.16.0-probably as the latest version. That should have been 0.15.1. If you have updated, you’ll discover ot won’t run. Please delete all the files in the lazyest-gallery directory and upload the new version 0.15.1.

No Comments

Version 0.15.1 is here

Well, that was a hefty day today. Version 0.15.0 was perfect in testing, but it got totally screwed up when I copied it to the Wordpress server. Any edit or bugfix only made matters worse. I have now uploaded all the right files and called the new version 0.15.1. So you won’t get confused.
I have ran all test scripts against this new version and it came out with flying colors. 0.15.1 is now active on this site.
Below again a summary of the new features:
Save the new features and bugfixes, the ids and classes for the Gallery have changed. Please check your stylesheets if you have added styling to the gallery
Read the rest of this entry »

5 Comments

0.15.0 almost there

After a few day of heavy testing, we cannot find bugs anymore. Release candidate 1 is now available for download at the Wordpress Plugin Directory.
Save the features as described in my previous post, some significant changes have been made to Lazyest Gallery.

Read the rest of this entry »

, , , ,

No Comments