Releases: cross-solution/YAWIK
v0.33.3
v0.33.1
v0.32.0
Please check downloads provided at http://sourceforge.net/projects/yawik/files/ . Downloads below are provided by github do not contain the composer dependencies and will not work as described at http://yawik.readthedocs.org/en/latest/installation.html
Please take a look at http://yawik.readthedocs.io/en/latest/upgrade.html#id when upgrading
Note
This release does not introduce a lot of new features, we focused on two main goals for this release:
- Compatibility with PHP 7
- Restructure to simplify installation / build process
Enhancements
- php7 compatibility
- simplified installation/build process using composer
(#466, #498, #500, #501, #508, #509, #511, #513, #518, #520, - New console command: 'purge'. Will delete entities permanently from the database. (#494)
Improvements
Fixes
- Data placeholder is not translated in select fields (#470)
- Pagination on the organization profiles page (#502, #503)
- CSS attach possibility in job form (#514, #517)
View all changes in #524
v0.31.1
Please check downloads provided at http://sourceforge.net/projects/yawik/files/ . Downloads below are provided by github do not contain the composer dependencies and will not work as described at http://yawik.readthedocs.org/en/latest/installation.html
Please take a look at http://yawik.readthedocs.io/en/latest/upgrade.html#id when upgrading
Enhancements
Improvements
- updates composer dependencies
- updates to jquery3
- optimizes file upload
Fixes
- various fixes
This version will work with Mongo 3.6
View all changes here
v0.31
v0.30.2
Please check downloads provided at http://sourceforge.net/projects/yawik/files/ . Downloads above are provided by github do not contain the composer dependencies and will not work as described at http://yawik.readthedocs.org/en/latest/installation.html
Please take a look at http://yawik.readthedocs.io/en/latest/upgrade.html#id when upgrading
Fixes
- Session clearance and unit tests of Install module.
View all changes here
v0.30.1
v0.30
Please check downloads provided at http://sourceforge.net/projects/yawik/files/ . Downloads below are provided by github do not contain the composer dependencies and will not work as described at http://yawik.readthedocs.org/en/latest/installation.html
Please take a look at http://yawik.readthedocs.io/en/latest/upgrade.html#id when upgrading
Enhancements
Improvements
- full compatibility with Zend Framework 3 (#335, #391, #393, #396, #409, #411, #398, #413, #418, #417, #435, #441 )
- Add Behat tests
- Summary forms can display the form again after submitting (4789929)
- Use Tracy as default error logger in production mode, too (#420, #416)
- Job snapshots (#407)
- Removes users from database completely (#320)
- Importing jobs (#443)
- Add streetname and -number to Location entity.
- Status aware job snapshots. Allows for finer control (#437)
Fixes
- Saving of a new job fails (#401)
- Deleted jobs can be viewed through the details page (4ed8627)
- some issues with SMTP configuration (d3d9b02)
- ErrorLogging (4ed8627)
- Deleting organization image does not remove database reference (#412)
- Dashboard pagination (#422)
- Sorting of entity lists (Jobs, Organizations, ..) (#425)
- Job-Form: Location field shows wrong label (#433)
- Filter form cannot handle '&' (574e045)
- Attaching Xing profiles to applications (#439)
- Install with valid user session (#370)
- Saving job categories (#444)
View all changes here
v0.29.2
Please check downloads provided at http://sourceforge.net/projects/yawik/files/ . Downloads below are provided by github do not contain the composer dependencies and will not work as described at http://yawik.readthedocs.org/en/latest/installation.html
Please take a look at http://yawik.readthedocs.io/en/latest/upgrade.html#id when upgrading
Improvements
- Update composer dependencies.
- Management of optional modules:
We try to use gits' submodule feature starting with module "Orders" - #379: The filter form in the application list now uses Core/Searchform
- #380: Allow entering multiple locations in the desired location field.
- Remove typeahead.js and Bloodhound in favor of select2.
- Application confirmation mail can now include the link via the template variable "##link##"
Fixes
- #271: Organization list in admin job list exceeds memory limit
- #382: Move an application to talent pool fails when user image is present
- #385: Multiple location for jobs.
View all changes in #384
v0.29.1
Please check downloads provided at http://sourceforge.net/projects/yawik/files/ . Downloads below are provided by github do not contain the composer dependencies and will not work as described at http://yawik.readthedocs.org/en/latest/installation.html
Please take a look at http://yawik.readthedocs.io/en/latest/upgrade.html#id when upgrading
Enhancements
- Send an email to the admin when new user registered. (configurable)
Improvements
- Updates composer dependencies
Fixes
- #372: Captcha isn't working
- #373: Settings page of module Orders
- #358: Fatal error in XmlRenderListener if no route matched
- #376: De/Activation of jobs
- #374: Server error when trying to send an application
View all changes in #378