Difference between revisions of "AppSuite:Upgrading to 7 6"

 
(9 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
This article is meant for developers and just points at relevant articles that explain different aspects of upgrading plugins and themes to 7.6:
 
This article is meant for developers and just points at relevant articles that explain different aspects of upgrading plugins and themes to 7.6:
  
* The most important change is that we introduced Grunt with 7.6, so the following article is absolutely mandatory and the basis for all other articles: [[GettingStartedWithGrunt|Getting started with Grunt]].
+
* The most important change of 7.6 for developers is that we introduced Grunt, so the following article is '''absolutely mandatory''' and the basis for all other articles: [[AppSuite:GettingStartedWithGrunt|Getting started with Grunt]].
*There is also a little [[AppSuite:GruntFAQ|FAQ]] around Grunt.
+
* There is also a little [https://documentation.open-xchange.com/latest/ui/00-getting-started/04-build-process.html FAQ] around Grunt.
* Changes around packaging are explained here: [[AppSuite:Upgrade_app_using_yo|Upgrade using Yo]].
+
* Getting started: [https://documentation.open-xchange.com/latest/ui/customize/app/first-app.html Your first app]
 +
* Changes around '''packaging''' are explained here: [[AppSuite:Upgrade_app_using_yo|Upgrade using Yo]].
 
* A general overview of changes: [[AppSuite:Changes]]
 
* A general overview of changes: [[AppSuite:Changes]]
 +
* A step-by-step guid to upgrade '''themes''': [[AppSuite:Upgrading_themes_to_7_6]]
 +
* An overview of renamed '''less variables''' can be found here: [[https://documentation.open-xchange.com/latest/ui/theming.html]]
 +
* We also updated to Bootstrap 3: http://getbootstrap.com/migration/
 +
* And also updated Font Awesome to 4: https://github.com/FortAwesome/Font-Awesome/wiki/Upgrading-from-3.2.1-to-4

Latest revision as of 10:17, 22 May 2017

Upgrading to 7.6

This article is meant for developers and just points at relevant articles that explain different aspects of upgrading plugins and themes to 7.6: