Phalcon Forum Versions Save

Phalcon official Forum

v3.4.3

4 years ago
  • Fixed breadcrumbs package wendor (changed owner)

v3.4.2

5 years ago
  • Fixed Posts::getRecentUsers to prevent unwanted behavior for deleted users
  • Fixed #548
  • Removed no longer used editorconfig support
  • CI improvements

v3.5.1

5 years ago
  • Added Phosphorum\Assets\Filters\NoneFilter to correct join unminified assets
  • Added Install task and check action.
  • Added preview for reply edit
  • Replaced beanstalkd by AWS SQS
  • Updated erusev/parsedown to 1.7.1 version #481
  • Replace abandoned Guzzle\Http\Client by GuzzleHttp\Client
  • Replace CodeMirror editor by StackExchange/pagedown with some improvements and changes
  • Replace abandoned league/flysystem-dropbox by srmklive/flysystem-dropbox-v2
  • Replace abandoned team-reflex/discord-php by restcord/restcord
  • Fixed error logs path #473
  • Fixed generating incorrect user's emails in NotificationCest. #480

v3.5.0

6 years ago

Added

  • Add pagination when category was selected #371
  • Add changelog #58
  • Add UsersListener to Users model #465
  • Added support syntax highlight in preview
  • Added Post listener
  • Added Assets Collection feature and do not use CDN anymore

Changed

  • Change replies counter. Amount include posts's owner and visitors' replies #50
  • Cleaned Posts model

Fixed

  • Prevent throwing error when queue does not work
  • Fixed post views logic to prevent increase views by post author
  • Fixed Mentions Plugin to allow user names with dash and underline

v3.4.1

6 years ago
  • Added support for additional language to highlight syntax
  • Notifications fixes
  • Fixed double escaped title
  • Don't use session if session not started
  • Fixed memcached session config
  • Improved notifications settings

v3.4.0

6 years ago
  • Fixed special symbols in preview mode
  • Add support of <del> and <ins> tags
  • Fixed blockquote text block (editor)
  • Changed view render from kzykhys/ciconia to erusev/parsedown
  • Moved logs and cache directories to the common place (storage/{cache,logs})
  • Updated path helpers
  • Moved config directory to the project root
  • Fixed dependencies and composer config
  • Removed no longer needed error_polyfill
  • Minor improvements and cleanup

v3.3.2

6 years ago
  • Fixed issue #40 (related to answers)

v3.3.1

6 years ago
  • Cleaned container helper function
  • Fixed issue #40
  • Amended tests

v3.3.0

6 years ago
  • Fixed error handler configuration to show pretty error page only for debug mode
  • Refactored meta tags
  • Improved digest mail template
  • Provided ability to customize social links
  • Improved categories route
  • Improved tests suites
  • Added Discord integration
  • Added media queries so that the forum tab navigation isn't lost on iPads in portrait mode
  • Added SearchEngine task
  • Fixed Karma algorithm
  • Updated dependencies
  • Code cleanup, style fixes and more minor code fixes

v3.2.1

7 years ago
  • Introduced error handler
  • Added ability to use Patreon button
  • Cleaned old code