Skip to content

Releases: XetaIO/Xeta

Xeta 3.1.1 released

23 Apr 23:17
Compare
Choose a tag to compare

Bugs Fixed :

  • Added the missing ACOs for the Poll system. Ref 6c07b77

Xeta 3.1.0 released

23 Apr 22:24
Compare
Choose a tag to compare

Bugs Fixed :

  • Fixed a bug in the AJAX call for cookies tracking. Ref #222

Changes :

  • Removed PHP 5.5 support. (Since CakePHP 3.4 is now >= 5.6) Ref c39a686
  • Updated the code to CakePHP 3.4. Ref #215
  • Optimized i18Format to use the new TimeHelper. Ref #224

New Features :

  • Added a Poll system to the Blog articles. Ref #210, #220
  • Added a new CSS style to the Home page. Ref #217

Xeta 3.0.4 released

12 Dec 23:23
Compare
Choose a tag to compare

Bugs Fixed :

  • Fixed the CSRF errors in Blog. Ref 4a7e0e5
  • Fixed a bug in the Badge Event. Ref #206

Changes :

  • Split the JS into directory. Ref a6f812c
  • Refactored the beforeFilter in AppController. Ref #207
  • Updated the Edit Profile button on Profile page. Ref 9c742a8

New Features :

  • Added the LESS files. Ref 7691265
  • Added a Maintenance shell. Ref #207
  • Added the statistics on the Home page. Ref #209

Xeta 3.0.3 released

15 Nov 21:48
Compare
Choose a tag to compare

Bugs Fixed :

  • Fixed a bug with the CRSF token while editing a post in the blog c5c333a

Changes :

  • Removed Utility\Arrayor.php since it's not used anymore. #198
  • Added a new configuration method for ACL helper. #200

New Features :

  • Added a Two-Factor Authentication (TOTP) #194
  • Added a Logs system. #194
  • Implemented the site maintenance system #199

Xeta 3.0.2 released

04 Nov 14:01
Compare
Choose a tag to compare

Bugs Fixed :

  • Fixed the error messages in the login page #186
  • Replaced the $helpers $components with the initialize method in all controllers. #187
  • Added the missing translation #189
  • Fixed the button UI in forgortPassword & resetPassword actions #191

Changes :

  • Added the page Terms #185

New Features :

  • Add a Settings part to manage the website. #188

Xeta 3.0.1 released

03 Nov 15:55
Compare
Choose a tag to compare
Xeta 3.0.1 released Pre-release
Pre-release

Changes :

  • Fixed a bug in the installation 6794505

Xeta v3.0.0-beta.3 pre-release

03 Nov 14:53
Compare
Choose a tag to compare
Pre-release

Changes :

  • Split Email configuration for an easier deployment #180
  • Updated the Installer #181
  • Fixed 2 dead links 606ea56 & 036f0b5

Xeta v3.0.0-beta.2 pre-release

02 Nov 15:53
Compare
Choose a tag to compare
Pre-release

Changes :

  • Forum removed
  • Premium removed
  • Design optimised
  • Code refactoring for the latest CakePHP version

Xeta 2.0.7 released

29 May 23:51
Compare
Choose a tag to compare

Bugs Fixed :

  • Fixed a bug in Schema where the import result to a SQL error. Ref : db9c3db

Changes :

  • Removed the Bêta logo in the header. Ref : #172

New Features :

Note :

This release will be the last for the moment because i'm starting a professional website with the Xeta project, so i won't be active like i was before. But you can still contributing to this project, by reporting a bug, creating a PR etc, i will review your contribution like before. :)

Xeta 2.0.6 released

28 May 13:07
Compare
Choose a tag to compare

Bugs Fixed :

  • Fixed a CSS bug in the Forum Statistics. Ref : #168
  • Fixed a URL bug in Admin/Premium. Thanks to Nunu. Ref : 85ad0b2#diff-dcb43f545fbf768e1db258cf3e98850cR63
  • Fixed a bug where in the index & search page, the creator of a conversation was not displaying correctly. Ref : 2bd9953
  • Fixed a Chrome bug related to the UI in Conversations. Ref : 1b3921f
  • Fixed a CSS bug in Conversation Message. Ref : 01f0102
  • Fixed the configuration User.notifications_per_page value. Ref : 94de4db
  • Fixed a bug where the Categories LastPost was not updated when a post is deleted. Ref : #169
  • Fixed a bug where the redirect referer is the login page in the login page. Ref : #170