Releases: dharple/organizer
Releases · dharple/organizer
v0.7.0
Changed
- Re-added composer.lock and symfony.lock.
- Removed UTC date time support.
- Updated 3rd party dependencies.
- Upgraded Symfony to 5.4.
Fixed
- Avoid a doctrine error for now by locking migrations to v2.x.
- Cleaned up class references.
- Fixed references to the moved Doctrine ManagerRegistry.
- Fixed a bug with export due to a change in behavior around Doctrine
references. - Removed unused variables.
Thanks
- PhpStorm for help with static analysis.
v0.4.1
Changed
- Make titles on home page links.
- Add titles to see all locations and box models.
Security
- Updated Symfony dependencies to address potential security risks.
CVE-2020-5255, CVE-2020-5274, CVE-2020-5275.
v0.4.0
Added
- The homepage now shows the three most recently modified boxes.
- Added a new page to see recently modified boxes.
Changed
- Moved the search bar to the top of the content area on small screens.
Fixed
- Responsive margins and column sizes
v0.3.0
v0.2.1
v0.2.0
Added
- The ability to export from the command line. [#8]
- The ability to import from the command line. [#8]
- A Box Number separate from the ID field on the box table. This ensures data
integrity when exporting and re-importing the data, and it sets up the
ability to have multiple users with different data sets. [#7] [#8] [#27] - Create/Update/Delete timestamps on all entities using [DoctrineExtension].
[#21] [#22] [#23] - The ability to list boxes and locations from the command line.
- The ability to move boxes en masse to a location from the command line.
- Support for YAML exports and imports. [#8] [#21]
- Migrations for MySQL.
Changed
- PHPCS rules are now simpler. This includes alphabetizing methods and
properties, thanks to [ork/phpcs]. - Export formats that support indentation (JSON, XML, YAML) use it.