All Versions
2
Latest Version
1.0
Avg Release Cycle
5 days
Latest Release
2894 days ago

Changelog History

  • v1.0 Changes

    May 24, 2016

    ๐Ÿ†“ This is the the first stable version of the Open Source Event Manager (OSEM). An Event Management App tailored to Free Software Conferences.

    ๐Ÿš€ Read more about this release on osem.io/1.0

    โฌ†๏ธ Upgrade from master

    ๐Ÿš€ If you have deployed OSEM from master before there is one thing you need to do manually. OSEM is now configured through environment variables and not through the config/options.yml anymore. There is a rake task to migrate your existing data to a .env file that OSEM will use:

    bundle exec rake data:migrate:config2dotenv RAILS\_ENV=production
    

    Happy Conferencing!

    Your OSEM Team

  • v1.0-beta Changes

    May 19, 2016

    ๐Ÿš€ This is the pre-release of the first stable version of the Open Source Event Manager (OSEM). An Event Management App tailored to Free Software Conferences. It helps to

    • call for papers in your community
    • โฑ receive, classify, evaluate and schedule submissions
    • โฑ communicate the value of your event with a landing and schedule
    • participants to register & buy tickets
    • you stay on top and inform yourself about your conference with data drive dashboards

    โฌ†๏ธ Upgrade from master

    ๐Ÿš€ If you have deployed OSEM from master before there is one thing you need to do manually. OSEM is now configured through environment variables and not through the config/options.yml anymore. There is a rake task to migrate your existing data to a .env file that OSEM will use:

    bundle exec rake data:migrate:config2dotenv RAILS\_ENV=production
    

    Happy Conferencing!

    Your OSEM Team