02/27/2024

SiMan CMS 1.6.24

New in SiMan CMS release:

  • Additional accessibility features of SM class
  • Developer's KIT improvement
  • Helpers: SMAccess, SMURL, CurrentTheme, SMArray, SMStrings, Error404
  • Functions: sm_salt
  • Fixed PHP 8.3 compatibility issues
  • Updated events engine
  • Basic modules bugfixes and improvements

09/05/2023

SiMan CMS 1.6.23

New in SiMan CMS release:

  • Additional accessibility features of SM class
  • Developer's KIT improvement
  • Helpers: Redirect, PageGeneration
  • Fixed PHP 8.1 compatibility issues
  • Additional features to Media module
  • Basic modules bugfixes and improvements

09/01/2022

SiMan CMS 1.6.22

New in SiMan CMS release:

  • Help calsses for working with CMS/CMF functions
  • Fixed PHP 8 compatibility issues
  • Fixed WYSIWYG editor issues
  • Basic modules bugfixes and improvements

04/24/2022

SiMan CMS Team Announcement

Our team working on SiMan CMS development already for 16 years. During that time we had contributors from different countries, but our core team was from Ukraine.

Now our country suffers from unprovoked, unlawful and barbaric invasion from Russia. Since the start of the war we were unable to work on our CMS, but now, while our army fights the enemy and provided relatively safety to our people, we glad to announce that we resume the works on SiMan CMS.

Now we’re asking all of the people who likes our product and supports our efforts to help and support Ukraine in our fight with invaders.

We still working as volunteers and asking you to donate one of the organization on the Donate page on our website.

12/05/2021

SiMan CMS 1.6.21

New in SiMan CMS release:

  • Bootstrap 5 theme
  • Fixed PHP 8.1 compatibility issues
  • Custom router and final template assignment support
  • sm_lang() for accessing language features

09/05/2021

SiMan CMS 1.6.20

New in SiMan CMS release:

  • PHP 8.0 compatibility
  • Media replacers as a permanent feature
  • smcoreext functions merged with smcore functions
  • New functions sm_is_smarty_enabled(), sm_set_tpl_var(), sm_abs(), sm_is_main_block()
  • Media objects created under the SM namespace
  • Major notices fixed

12/14/2020

SiMan CMS 1.6.19

New in SiMan CMS release:

  • New module actions launchers (sm_on_action, sm_on_actionpost)
  • Fixed compatibility issues and notices
  • Added classes for CMS basic elements
  • Developer's KIT moved to SM namespace
  • Minor bugfixes
  • Major refactoring

09/14/2020

SiMan CMS Coding Marathon Started

The first release of SiMan CMS was released on September 7, 2006. We are announcing a month coding marathon to mark the 14th anniversary of the project.

Any developer with PHP/HTML/CSS skills can take a part.

Please create a pull-request in the project repository on BitBucket to participate in marathon.

 

09/03/2020

Deprecated items in SiMan CMS 1.6.19

Class TDashBoard is deprecated and shouldn't be used in next releases. Please include it in your modules code. Siman CMS 1.6.19 is last version to support that code.

TGrid, TForm, TButtons, TPanel, TTabs, TNavigation will be moved to \SM\UI\ namespace without T-prefix. T-classes will be aliases for at least one minor release.

03/23/2020

SiMan CMS 1.6.18

New in SiMan CMS release:

  • Modules launcher rebuilt (use sm_call_action)
  • TinyMCE 5.1.6 as basic editor
  • Developer's KIT multiple updates and fixes
  • Minor bugfixes
  • Some refactoring