I am about to implement Vorto on a Umbraco 7.3.7 installation, soon to be upgraded to Umbraco 7.4.latest.
When looking at the Project Compatibility listing on the Project page, I notice that Vorto is 75% compatible with 7.3.x and 0% compatible with 7.4.x.
I read, however, that some succesfully used Vorto on a 7.4.x installation.
Can anyone elaborate on these compatibility percentages?
I have installed and used Vorto on a 7.4 Umbraco install. The only thing to do was a manual upgrade to a file inside the vorto Plugin in which there was an invalid path (fine on 7.3 but returned 404 on 7.4), the file was vorto.js and the edit was:
from templateUrl: 'views/directives/umb-editor.html',
to templateUrl: 'views/components/property/umb-property-editor.html',
Umbraco 7.3 and 7.4 compatibility
I am about to implement Vorto on a Umbraco 7.3.7 installation, soon to be upgraded to Umbraco 7.4.latest.
When looking at the Project Compatibility listing on the Project page, I notice that Vorto is 75% compatible with 7.3.x and 0% compatible with 7.4.x. I read, however, that some succesfully used Vorto on a 7.4.x installation.
Can anyone elaborate on these compatibility percentages?
I have installed and used Vorto on a 7.4 Umbraco install. The only thing to do was a manual upgrade to a file inside the vorto Plugin in which there was an invalid path (fine on 7.3 but returned 404 on 7.4), the file was vorto.js and the edit was:
I can confirm that Alessandro's fix worked for me when I did my upgrade to 7.4.2 :)
is working on a reply...