Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Releases: enlivenapp/Open-Blog-3

Bug Fix

11 Jan 16:19
Compare
Choose a tag to compare

Reverts Migrations in v3.0.5 to 3.0.4 then...

Fixes Migration issue when migration runs "Duplicate entry 'smtp_crypto' for key 'PRIMARY'" again....

removes smtp_crypto from installation sql file
removes checking of smtp_crypto field from migration file
adds smtp_crypto field to db
increments to v3.0.6

Bug Fix

10 Jan 16:36
Compare
Choose a tag to compare

Fixes bug found for new installations in migrations.

Bug Fix

07 Nov 06:40
Compare
Choose a tag to compare

Bug fixes and Updates

  • Fixes #79 (issue)
  • Moved all Limits to single tab in settings.
  • Updated Language files
  • /installer .sql updated and migration file added.

Bug fix, security update & database update

21 Oct 17:58
Compare
Choose a tag to compare

Bug fixes and Updates

  • Fixes #60 (issue)
  • Ion_auth security & functionality update
  • (installation file) MySQL update: ob_login_attempts table -> ip_address varchar(15) NOT NULL, TO ip_address varchar(45) NOT NULL,
  • Added migration (IPV6 Support) for existing installations
  • PHP's __autoload() depreciated
  • fixed base controller and composer autoloading so they both can load now.
  • updated CHANGELOG

v3.0.2

13 Oct 15:37
Compare
Choose a tag to compare

Updates and bug fixes

  • Updated README
  • CodeIgniter Updated from 3.1.3 -> 3.1.6
  • mcrypt_create_iv() depreciated in PHP 7.1+, Updated to check random_bytes() first, then mcrypt_create_iv() for PHP 5.6 - 7.1.x compatibility.
  • foreach() error in themes/default/views/posts/index.php (Default Theme)
  • spelling error in application/language/english/blog_lang.php
  • Portuguese Translation Added
  • Added this CHANGELOG file

v3.0.1

07 Oct 17:34
Compare
Choose a tag to compare

Fix

  • Bug on create tables on mysql: #56

Requires

  • MySQL 5.6+

Public Release

17 May 17:58
Compare
Choose a tag to compare

Here's the first public release.

I suspect a few bugs are still present. Please report bugs at https://github.com/enlivenapp/Open-Blog-3/issues

This is the base of Open Blog. From here, I'll begin adding the bells and whistles like asynchronous requests, and such things to make bandwidth usage less.

Soon, I'll also be creating a themes store for free and paid themes to be posted.

Beta 5

17 Apr 03:42
Compare
Choose a tag to compare
Beta 5 Pre-release
Pre-release

Added Indonesian translation and a couple bug fixes.

Beta 4

16 Mar 02:44
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release

Getting closer to a release. This release contains more bug fixes.

Beta 3

01 Mar 16:46
Compare
Choose a tag to compare
Beta 3 Pre-release
Pre-release

The latest beta release. Getting closer...