Skip to content

Releases: codepolitanlab/pusakacms

v1.2.1 Beta Release

10 Oct 07:44
Compare
Choose a tag to compare
v1.2.1 Beta Release Pre-release
Pre-release

Enhancement

  • Add Widgets module
  • Make 'Post as Home' system setting to set as home page name

Bugfixes

  • Fixed nested menu management in Navigation

v1.2.0 Beta Release

01 Apr 08:30
Compare
Choose a tag to compare
v1.2.0 Beta Release Pre-release
Pre-release

In this version there are several changes on codes and folder structures.

Changelog

  • create addons/modules/ folder so addon modules (non-core modules) can be placed here
  • change folder name www/shared_media/ to www/public/
  • move some assets from pusakapanel and jakarta theme to special place in www/public/vendor/
  • upgrade CodeIgniter to v3.0.0
  • implement Responsive File Manager
  • create automenu module in panel
  • change get_theme_url() to theme_url()
  • add vendor_url() function helper
  • remove unnecessary assets
  • change error template

v1.1.5 Beta Release

05 Feb 05:31
Compare
Choose a tag to compare
v1.1.5 Beta Release Pre-release
Pre-release

Improvement

  • Integration CodeIgniter v3.0rc
  • Update HMVC for compatibility with CodeIgniter v3
  • Integration Ion Auth module for authentication and modified for file based compatible
  • Post and page content saving without exiting form

Bugfixes

  • convert parent page of deleted children page to file if it has no more children

Update Changes

  • default login are now username:[email protected] password:password
  • index.php now placed in www/ folder

v1.1.4 Beta Release

14 Jan 09:12
Compare
Choose a tag to compare
v1.1.4 Beta Release Pre-release
Pre-release

improvement

  • add generate_pagenav function helper
  • each page can now given permission for any role

bugfixes

  • weird response when move page level
  • fix get_content_image function helper name

v1.1.3 Beta Release

02 Jan 22:55
Compare
Choose a tag to compare
v1.1.3 Beta Release Pre-release
Pre-release

Enhancement

  • Multisite now can act like a subfolder

Bugfix

  • placing attributes when calling plugin function

v1.1.2 Beta Release

01 Jan 09:26
Compare
Choose a tag to compare
v1.1.2 Beta Release Pre-release
Pre-release
  • fix unload config pusaka 😆

v1.1.1 Beta Release

28 Dec 03:22
Compare
Choose a tag to compare
v1.1.1 Beta Release Pre-release
Pre-release

Bugfixes

  • session now made for each site
  • limit function called for plugin by create a plugin file
  • checking 'localhost' as local domain is now configurable
  • encrypt password stored
  • make json file uncallable via http

v1.1.0 Beta Release

02 Dec 09:43
Compare
Choose a tag to compare
v1.1.0 Beta Release Pre-release
Pre-release

Improvement

  • Add new feature: Export to static HTML
  • Add intro field in blog for glance

Bugfix

  • content in page and edit form shouldn't be parsed
  • showing custom meta tag in head
  • cleaning unnecessary function in some helper
  • check if username file exist when log in

v1.0.0 Beta Release

26 Nov 08:00
Compare
Choose a tag to compare
v1.0.0 Beta Release Pre-release
Pre-release

The main features has been finished. Those are:

  • Page and Post Management
  • Theme Management
  • Codeigniter HMVC ready
  • Lex Template Engine
  • Minimalist Admin Panel, with some main features:
    • Page management
    • Post management
    • Navigation link management
    • Settings form
    • User management

Important: This is beta release so it need some more bugfix until we sure there is no more bugs. This release is intended for testing and learning until the stable version is done.