views_import 6.x-1.1

New features

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.

Upgrade instructions 6.x-1.0 to 6.x-1.1:

Subscribe with RSS Subscribe to Releases for Views Import