All Versions
23
Latest Version
Avg Release Cycle
135 days
Latest Release
699 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.0 Changes
April 28, 2021- π FEATURE Allow login with HTTP Authorization header
- π FEATURE Add a lang attribute on the html tag
- π FEATURE Stop using bower, use npm instead
- π FEATUREοΈUpdate Symfony components
- π FEATURE Upgrade to jQuery 3.3.1 and Fullcalendar 3.8.0
- π FEATURE Docs: Explain maintenance mode
-
v2.3.0 Changes
April 27, 2021- π FEATURE Flag session cookies with HttpOnly by default (#215)
- π FEATURE Make README more verbose and welcome contributions
- π FEATURE Enable estonian calendar translation (#220)
- β¬οΈ TASK Upgrade Symfony components to 2.8.28
- π BUGFIX Make vagrant test box startable again (#278)
-
v2.2.1 Changes
April 26, 2021π Fixed
- β‘οΈ Update display dates timezone table (#272)
-
v2.2.0 Changes
May 23, 2017π Changed
- π BC: minimum PHP version supported is now 5.6
- β¬οΈ Upgrade Silex to 2.0.4
- β¬οΈ Upgrade Symfony components to 2.8.20
- β¬οΈ Upgrade Guzzle to 6.2.3
- β¬οΈ Upgrade monolog to 1.22.1
- β¬οΈ Upgrade ramsey/uuid to 3.6.1
- β¬οΈ Upgrade psr/log to 1.0.2
- β¬οΈ Upgrade doctrine packages: dbal to 2.5.12, orm to 2.5.6, migrations to 1.5.0
- β¬οΈ Upgrade league/fractal to 0.16.0
- β¬οΈ Upgrade sabre/http to 4.2.2
- β¬οΈ Upgrade to Fullcalendar 3.4.0
- β Remove several Symfony components that were not necessary
- CSRF tokens have now a consistent name (
_token
).
π Fixed
- β‘οΈ ETags are now updated for all instances on recurrent events when a single instance is removed
β Added
-
v2.1.0 Changes
March 01, 2017π Changed
- β Added some missing Fullcalendar translations. Now the calendar UI matches
π§ user configured language - β Added tests for PHP 7.1
- β¬οΈ Upgraded to dustjs 2.7.5 and dustjs-helpers 1.7.3
- β¬οΈ Upgraded Symfony components to 2.8.17
- π± Moved all assets inside the assets/ root directory
- β‘οΈ Updated all translations
- π Switched to npm scripts to build AgenDAV
- π± Switched to Symfony Asset component to generate URLs for assets
- π§ Configuration is now loaded in last place, allowing further customization through settings.php
- agendav.min.js is now ~100kB smaller
π Fixed
- β¬οΈ Database upgrade failed on PostgreSQL (#188)
- Custom display names and/or colors on shares coming from AgenDAV 1.x could not be modified due
to old names having precedence over namespaced properties - π Do not cache ORM metadata on development mode
β Added
- β Added new caldav.connect.timeout and caldav.response.timeout settings
- β Added a new preference to show a marker indicating the current time
- β Added a new
log.level
setting - β Added a command to clear ORM metadata cache
- β Added a 'list' (also called agenda) view. Configurable through preferences
- 0οΈβ£ Users can now choose their default calendar view (#72)
- Day and week numbers link to their specific views (#39)
β Removed
- β Removed web profiler for development environment
- β Added some missing Fullcalendar translations. Now the calendar UI matches
-
v2.0.0 Changes
November 19, 2016π Changed
- π Made iCalendar data parsing more permissive
- π² Log exception messages when an unexpected HTTP code is received
-
v2.0.0-rc2 Changes
November 05, 2016π RC1 was not publicly released because it was missing some translations.
π Changed
- β‘οΈ Updated translations
- β¬οΈ Upgraded to latest moment.js (2.15.2) and moment-timezone (0.5.9)
- β¬οΈ Upgraded to Bootstrap 3.3.7
- Calendar sharing using ACLs works again
- Switched to ParameterBag from plain arrays on controllers (internal change)
- β¬οΈ Upgraded to BaΓ―kal 0.4.6 inside the development machine
- β¬οΈ Upgraded to FullCalendar 3.0.1
- β¬οΈ Upgraded to Symfony 2.8.12 components
- β¬οΈ Upgraded to Guzzle 6.2.2 (HTTP_PROXY vulnerability fixed)
- β¬οΈ Upgraded to sabre/vobject 4.1.1
β Added
- β Added support for showing week numbers in views, with a
0οΈβ£ per-user preference, defaulting to false
β Removed
- π IE8 support dropped
π Fixed
- β‘οΈ Etags were not being updated after dropping/resizing an event
- βͺ Work around ansible bug #12161 when downloading baikal in the development machine
- favico could not be loaded when served from a subdir
-
v2.0.0-rc1 Changes
November 05, 2016π Changed
- β¬οΈ Upgraded to latest moment.js (2.15.2) and moment-timezone (0.5.9)
- β¬οΈ Upgraded to Bootstrap 3.3.7
- Calendar sharing using ACLs works again
- Switched to ParameterBag from plain arrays on controllers (internal change)
- β¬οΈ Upgraded to BaΓ―kal 0.4.6 inside the development machine
- β¬οΈ Upgraded to FullCalendar 3.0.1
- β¬οΈ Upgraded to Symfony 2.8.12 components
- β¬οΈ Upgraded to Guzzle 6.2.2 (HTTP_PROXY vulnerability fixed)
- β¬οΈ Upgraded to sabre/vobject 4.1.1
β Added
- β Added support for showing week numbers in views, with a per-user preference, defaulting to false
β Removed
- π IE8 support dropped
π Fixed
- β‘οΈ Etags were not being updated after dropping/resizing an event
- βͺ Work around ansible bug #12161 when downloading baikal in the development machine
- favico could not be loaded when served from a subdir
-
v2.0.0-beta2 Changes
April 20, 2016π This is a beta release. Calendar sharing is not available.
π Changed
- AgenDAV now requires PHP 5.5.0 or greater
- HTML code is now allowed on the footer message
- Replaced abandoned Keboola/php-encryption with phpseclib/phpseclib
- π Moved agendavcli out of the bin/ subdirectory to the root directory
- π Upgraded symfony/security and doctrine/* to non-vulnerable versions
- β¬οΈ Upgraded to Bootstrap 3.3.6
- β¬οΈ Upgraded to latest moment-timezone (0.4.1)
- β¬οΈ Upgraded to latest Symfony 2.8.x components
- β¬οΈ Upgraded to sabre/dav 3.1.3
- β¬οΈ Upgraded to latest UUID generation library
- β¬οΈ Upgraded to monolog 1.18.1
- β¬οΈ Upgraded to Guzzle 6
- β¬οΈ Upgraded to jQuery 1.12.3
- β¬οΈ Upgraded to jQuery UI 1.11.4
- β¬οΈ Upgraded to Fullcalendar 2.6.1, moment 2.13.0 and moment-timezone 0.5.3
- π Improved internal XML generation component
- 0οΈβ£ Error messages from the server are now handled by default, even if an error handler was not
provided - Switched to the new PdoSessionHandler from Symfony
β Added
- π New translations: Slovak and Portuguese (Portugal)
β Removed
- Sessions are not encrypted anymore by AgenDAV
π Fixed
-
v2.0.0-beta1 Changes
August 26, 2015π This is a beta release. Calendar sharing is not available.
π Changed
- π New PHP stack based on Silex framework, Doctrine and Sabre/VObject
- π Dialogs are now client-side generated. The UI feels faster
- AgenDAV now requires PHP 5.4.0 or greater
- Cleaner user interface
- π New color palette based on Material
β Added
- Each day height is now under control. Crowded days will show a +n events link
- π More database backends supported (including SQLite)
- π Support for internal debugging
- π New repetition rules editor with support for more complex rules
- π New reminders editor
- π Support for exceptions on repetitive events
- π Users can now set their own language, date and time formats, which day the week starts on and timezone
- π New translation: Japanese
β Removed
- π Users cannot hide calendars anymore
- π The agenda view has been removed from AgenDAV
π Fixed
- Exotic timezones are now handled the right way