Skip to content

Releases: mirekmarek/php-jet

v2025.10

25 Jul 06:30

Choose a tag to compare

Jet Core - bug fixes

  • Jet\Data_DateTime::catchDateTime, Data_DateTime::catchDate:  0000-00-00 00:00:00 or 0000-00-00 means null
  • Jet\Data_Paginator->getItemsPerPage(): int method added
  • Jet\DataListing_Column->getExportData(  ) now may returns also object
  • Jet\Db_Backend_PDO_Config_pgsql: methods getSslMode, setSslMode added
  • Jet\Db_Backend_PDO_Config_sqlsrv: MultipleActiveResultSets default config value added

v2025.09

15 May 08:41

Choose a tag to compare

Jet Core + Jet Example app + Jet Studio

  • A few minor bug fixes and code quality improvements

v2025.08

09 May 06:59

Choose a tag to compare

Jet Core

Backward compatibility with PHP < 8.4

v2025.07

09 May 06:36

Choose a tag to compare

Jet Studio

Property hooks - PHP 8.4 - support

Jet Profiler

  • Run detail UI bug fixes

Jet Core

  • Several code quality improvements based on PHP 8.4 compatibility tests

v2025.06

03 May 18:52

Choose a tag to compare

Jet Core

  • MVC_Router->setLocale method added
  • Mailing_Email: image mode changed

Jet Studio

  • SyncProjectDbServer and SyncDbProjectFilesServer: bug fix - http headers

v2025.05

21 Mar 09:16

Choose a tag to compare

Jet Studio

  • DB synchronization system: stop server button added
  • File synchronization system: stop server button added

v2025.04

05 Mar 14:54

Choose a tag to compare

Jet Core

  • New feature: DataModel - getCheckSum()
  • Mailing: Backend - -f sendmail param added

Jet Studio

  • New DB synchronization system
  • New files synchronization system
  • UI/UX improvement: New main menu

v2025.03

27 Feb 08:53

Choose a tag to compare

Jet Core

  • New feature: DataModel - data export and import infrastructure

Jet Studio

  • New feature: DataModel - data export and import tool
  • Minor bug fixes

v2025.02

31 Jan 10:17

Choose a tag to compare

Jet Core

  • New feature: MVC_Controller_Router_Action - authorizer

v2025.01

08 Jan 15:14

Choose a tag to compare

Jet Core

  • New Debug Tool - Debug::varDump( $var, $caption )
  • Debug - Backtrace - new method $backtrace->getFileDisplayable();

Jet Example App

  • New Debug Tool usage example