Skip to content

Releases: getwebspace/platform

5.8.0

18 Dec 14:33

Choose a tag to compare

5.8.1

fix php options

5.4.0

10 Nov 11:33

Choose a tag to compare

changes

  • fix xss in search query
  • fix xss in request
  • fix error handler in async code
  • removed twig DeferredExtension
  • update composer deps

5.3.1

10 Nov 11:33

Choose a tag to compare

Changes:

  • added publication category method parents

5.3.0

10 Nov 11:29

Choose a tag to compare

Changes:

  • added new reference type Documents
  • added api method for obtaining public signature
  • added calculated tax
  • improve catalog order products in array view
  • fix cup order details
  • fix creation order via api
  • fix search indexing
  • fix array view in product relations
  • fix dependabot alerts
  • fix export products list
  • update libs

5.2.0

10 Nov 11:19

Choose a tag to compare

Changes:

  • enabled php8 jit
  • changes in phpunit scheme
  • fix migrations
  • fix docker build

5.1.0

07 Aug 09:05

Choose a tag to compare

Changes:

  • Added a makefile command for creating migrations
  • Added the user.loyalty field
  • Added a cron service
  • Added the AbstractSchedule class
  • Added comment and order fields when serializing file
  • Added path field with public paths when serializing file
  • Fixed user messenger display
  • Updated libraries
  • Updated README
  • Improved entrypoint code
  • Improved logging (added daily log rotation)
  • Fixed empty address check for models with automatic public address generation
  • Fixed default value for user_group.access
  • Fixed catalog_product_popular function - now only shows products that have not been deleted
  • Fixed route for api/v1
  • Fixed index in reference table
  • Replaced cache handling library
  • Removed IPv6 port 80 listener
  • Removed hasFactory trait from models
  • Removed private field from file (unused for 6 years)

5.0.0

01 Jul 11:35

Choose a tag to compare

Changes:

  • Migrated to Alpine 3.20: The system now runs on the latest version of Alpine Linux.
  • Migrated to PHP 8.3: Upgraded to the newest PHP version for better performance and features.
  • Optimized Docker Container Size: Reduced the size of Docker containers to improve deployment efficiency.
  • Updated Libraries: Ensured all libraries are up to date for improved security and functionality.
  • Added Migrations via Phinx: Simplified database schema changes using Phinx.
  • New Plugin Types: Introduced OAuth and Mail plugins.
  • Enhanced Search: Integrated TNT search engine for faster and more accurate results.
  • Session and File Caching: Added memory cache for sessions and persistent cache in files.
  • New Image Size: Introduced a "big" size for images.
  • Rewritten Codebase: Refactored models, relations, services, tasks, and casts.
  • Improved Authentication: Overhauled the authentication process.
  • Locale Fixes: Resolved issues with locale settings and translations.
  • System Installation: Streamlined the installation process.
  • ORM and Image Processing: Switched from Doctrine ORM to Eloquent ORM and replaced ImageMagick with GD.
  • Redesigned Forms: Updated the design of cup forms for better usability.

These updates enhance the system's performance, security, and usability, providing a more efficient and user-friendly experience.

4.1.2

27 Feb 22:06

Choose a tag to compare

Small fixes

4.1.1

27 Feb 22:06

Choose a tag to compare

Small fixes

4.1.0

22 Feb 17:01

Choose a tag to compare

Changes:

  • added api for payment plugins
  • fixed cart total's count's
  • other small fixes