Page 1 of 1

New version of GBook: 1.8.2

Posted: Tue Mar 29, 2016 4:27 pm
by Klemen
I am pleased to announce that a new version of GBook has been released.

This is mostly a bug fix and compatibility update to work normal with latest PHP versions, including PHP 7. More improvements are in development/testing and will be included in a future release.

Update 4th April: version bumped to 1.8.1

Update 24th April: version bumped to 1.8.2

Changes in 1.8.2:
- force UTF-8 content type header on PHP 5.6+ servers with a different default encoding

Changes in 1.8.1:
- fixed anti-SPAM function bug

Changes in 1.8.0:
- moved to UTF-8
- GBook is now compatible with PHP 7
- fixed several depreciated code errors
- fixed special chars not working on some PHP 5.3+ servers
- fixed bug with customer name in email notifications

To download GBook visit: GBook - PHP Guestbook.

For installation and update instructions see the "readme.htm" file. A copy is also available here: GBook documentation

Enjoy!

Re: New version of GBook: 1.8.0

Posted: Tue Mar 29, 2016 4:55 pm
by Klemen
Existing translations for 1.7.x have been updated to work with 1.8.x (report any errors please): GBook 1.8.x translations


If you have a custom 1.7.x language file, you should:
  • 2. Change $lang['enc'] variable to say:

    Code: Select all

    $lang['enc']='utf-8';
  • 3. Save, upload and test.
  • 4. Share your translation with others here.

Re: New version of GBook: 1.8.1

Posted: Mon Apr 04, 2016 11:31 am
by Klemen
Version bumped to 1.8.1 fixing a bug in the anti-SPAM function.

To upgrade from 1.8.0 simply upload the new gbook.php file.

To upgrade from older versions see the readme file.

Re: New version of GBook: 1.8.2

Posted: Sun Apr 24, 2016 4:26 pm
by Klemen
Version bumped to 1.8.2.

To upgrade from 1.8.0 or 1.8.1 simply upload the new gbook.php file.

To upgrade from older versions see the readme file.