Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
First most important thing, that I changed is lost eval() from code.
I use simple include instead eval(). So, now PHP accelerators can cache views code as well.
Second thing is that I moved all views to 'sites/all/imports/views' folder.
it's not a good practice to let other people change anything in modules directory, as this makes it really hard to update because you can't just replace it with the updated version.
Adjusted the exercise planner to better meet pupils needs.
* The "how long" column has been removed in the workout plan and moved in the downloaded document.
* Some tips has been trimmed down.
* Removed duplicated button to avoid confusion.