Skip to content

Releases: Admidio/admidio

3.1-Beta.2

24 Jan 10:22
Compare
Choose a tag to compare
3.1-Beta.2 Pre-release
Pre-release

This is our second Beta of Version 3.1. Please have a look at the initial announcement for a detailed description of the enhancements. Within this beta we have done 58 commits with bugfixes and little changes.

If you have a local test version of your installation then you can support us if you download the new version and try an update so we can check if all works fine with your configuration.
Admidio 3.1 Beta 2 herunterladen

Please remember that this is a Beta-Version that is not intended for a productive enviroment. It could contain errors and could lead to data loss!

If you don’t have a local test area then you can use our playground to have a look at the new version. But remember that there are several people who could change settings or add and remove data.

Admidio 3.1 playground

Comments, enhancements or bugs could reported in our betatest forum. Please report every bug in a separate thread, so it’s easier for us to keep the overview.

The Admidio-Team

3.1-Beta.1

09 Jan 20:25
Compare
Choose a tag to compare
3.1-Beta.1 Pre-release
Pre-release

We want to start the Beta-Test for version 3.1 now and hope you can help us to find the last bugs and review all of the changes we made to the software.

Some of the major enhancements in this version:

PHP7 compatibility

This is one of the main reasons for this release. Since PHP7 was released at the end of November and Admidio 3.0 is not compatible we want to release a compatible version as soon as possible. So with Admidio 3.1 you can use PHP7 and we don't have change the minimum requirements. You can still use PHP 5.3.

Security improvements

With this release we have added some security related enhancements.

  • Passwords are no encoded and stored in the database with the bcrypt algorithm
  • check session ip address to prevent session hijacking
  • don't show specific error message if password is wrong. always show error message username or password wrong
  • refresh auto login id on every script call
  • create a more unique and secure id
  • delete all auto login from user if count of invalid auto login > 3
  • Always give positive feedback when requesting a new password to prevent evil users for scaning valid email addresses

Further integration of 3.0 features

We have continue to integrate the new features that we introduce with 3.0.

  • Upload files with the new file upload dialog in download module
  • New authorization dialog in download module
  • New dialog for MyLists
  • Bootstrap print view in events module
  • and much more ...

The minimum requirements are the same as of Admidio 3.0:
PHP 5.3.7
MySQL 5.0.3
Flash not required anymore

A detailed list of all changes can be found here.

If you have a local test version of your installation then you can support us if you download the new version and try an update so we can check if all works fine with your configuration.
Admidio 3.1 Beta 1 herunterladen

Please remember that this is a Beta-Version that is not intended for a productive enviroment. It could contain errors and could lead to data loss!

If you don’t have a local test area then you can use our playground to have a look at the new version. But remember that there are several people who could change settings or add and remove data.

Admidio 3.1 playground

Comments, enhancements or bugs could reported in our betatest forum. Please report every bug in a separate thread, so it’s easier for us to keep the overview.

The Admidio-Team

3.0.6

08 Dec 21:49
Compare
Choose a tag to compare

Within this bugfix release we have fixed the warning in the event module and some improvements to the recepient selectbox of the messages module. We recommend everone to update their 3.0 installation with this version. Several bugs have been fixed and also some changes were done.

You will find the full change list in our issue tracker.

We recommend you to read our announcements for version 3 if you have not done before.

3.0.5

29 Nov 19:37
Compare
Choose a tag to compare

The next bugfix release of version 3.0. We recommend everone to update their 3.0 installation with this version. Several bugs have been fixed and also some changes were done.

You will find the full change list in our issue tracker.

We recommend you to read our announcements for version 3 if you have not done before.

3.0.4

15 Nov 17:13
Compare
Choose a tag to compare

The next bugfix release of version 3.0. We recommend everone to update their 3.0 installation with this version. Several bugs have been fixed and also some changes were done.

You will find the full change list in our issue tracker.

We recommend you to read our announcements for version 3 if you have not done before.

3.0.3

11 Oct 17:45
Compare
Choose a tag to compare

The next bugfix release of version 3.0. We recommend everone to update their 3.0 installation with this version. Several bugs have been fixed and also some changes were done.

You will find the full change list in our issue tracker.

We recommend you to read our announcements for version 3 if you have not done before.

3.0.2

13 Sep 10:08
Compare
Choose a tag to compare

Our second bugfix release of version 3.0. We recommend everone to update their 3.0 installation with this version. Several bugs have been fixed and also some enhancements and changes were done.

You will find the full change list in our issue tracker.

We recommend you to read our announcements for version 3 if you have not done before.

3.0.1

10 Jul 20:47
Compare
Choose a tag to compare

Our first bugfix release with some improvements to the update prozess.

You will find the full change list in our issue tracker.

We recommend you to read our announcements for version 3 if you have not done before.

3.0.0

03 Jul 19:50
Compare
Choose a tag to compare

After 2 years of developement and a intensive Beta test we are proud to announce the release of our 3.0.0.

Please have a look at our update documentation from version 2 to version 3. Before you think about an update have a look at all of the plugins you use. Are they ready for 3.0?

Many thanks to all of you who help us to get a stable version 3.0 of Admidio. Due to the integration of Bootstrap we have rewritten more than 90% of the Admidio output and this is one of the reasons why you will find so many bugs. There was never a version before where we changed so much.

Some of the major enhancements:

Bootstrap integration

This is the main enhancement in this release. We have fully integrated the Bootstrap framework. Therefore all Html and CSS have been rewritten.

  • easier customizing of your individual theme
  • mobile layout for better integration on smartphones and pads
  • modern flexible html and css layout

New Message module

Admidio contains a new module which could be used to send emails, private messages or use a simple chat module.

  • emails could be send to multiple users or roles
  • private messages could be send to other registered users
  • a simple chat module is integrated
  • emails and private messages will be saved in database

Advanced update and installation script

We have improved the installation and update prozess to make it easier and less error-prone for users to install or update Admidio.

  • no separate installation folder adm_install that must be removed after installation/update. You can just update your installation and work with it.
  • Configuration file will be created and saved automatically through installation prozess
  • Update could be continued if it there was an error and the error could be solved.

More flexible lists and tables

We have integrated a new plugin for tables. With this plugin there are now several new features for every table / list in Admidio.

  • Full text search in every table
  • Sort the table after values of one or more columns ascending or descending
  • Select number of records you want to see with a flexible page navigation

By the way we have new requirements for the server software. Admidio 3.0 needs the following software versions (or higher)
PHP 5.3.7 (before 5.2.0)
MySQL 5.0.3 (before 4.1.1)
Html 5
Flash not required anymore

A detailed list of all changes can be found here.

Admidio 3.0.0 herunterladen

The Admidio-Team

3.0-Beta.4

21 Jun 10:17
Compare
Choose a tag to compare
3.0-Beta.4 Pre-release
Pre-release

Here is the 4. beta version of Admidio 3.0. We have done a lot of bugfixes since Beta 3, so we decided to release a new Beta.

As before please try to install this beta to your local server or try to update a TEST environment of your Admidio installation. Please have a look at our update documentation from version 2 to version 3. We have done some bugfixes to the installation/update process and it would be nice of some others can test this.

And of course many thanks to all of you who help us to get a stable version 3.0 of Admidio. Due to the integration of Bootstrap we have rewritten more than 90% of the Admidio output and this is one of the reasons why you will find so many bugs. There was never a version before where we changed so much.

Some of the major enhancements:

Bootstrap integration

This is the main enhancement in this release. We have fully integrated the Bootstrap framework. Therefore all Html and CSS have been rewritten.

  • easier customizing of your individual theme
  • mobile layout for better integration on smartphones and pads
  • modern flexible html and css layout

New Message module

Admidio contains a new module which could be used to send emails, private messages or use a simple chat module.

  • emails could be send to multiple users or roles
  • private messages could be send to other registered users
  • a simple chat module is integrated
  • emails and private messages will be saved in database

Advanced update and installation script

We have improved the installation and update prozess to make it easier and less error-prone for users to install or update Admidio.

  • no separate installation folder adm_install that must be removed after installation/update. You can just update your installation and work with it.
  • Configuration file will be created and saved automatically through installation prozess
  • Update could be continued if it there was an error and the error could be solved.

More flexible lists and tables

We have integrated a new plugin for tables. With this plugin there are now several new features for every table / list in Admidio.

  • Full text search in every table
  • Sort the table after values of one or more columns ascending or descending
  • Select number of records you want to see with a flexible page navigation

By the way we have new requirements for the server software. Admidio 3.0 needs the following software versions (or higher)
PHP 5.3.7 (before 5.2.0)
MySQL 5.0.3 (before 4.1.1)
Html 5
Flash not required anymore

A detailed list of all changes can be found here.

Admidio 3.0 Beta 4 herunterladen

Please remember that this is a Beta-Version that is not intended for a productive enviroment. It could contain errors and could lead to data loss!

If you don’t have a local test area then you can use our playground to have a look at the new version. But remember that there are several people who could change settings or add and remove data.

Admidio 3.0 playground

Comments, enhancements or bugs could reported in our betatest forum. Please report every bug in a separate thread, so it’s easier for us to keep the overview.

The Admidio-Team