AppSuite:Upgrading to 7 6: Difference between revisions

From Open-Xchange
(Created page with "<div class="title">Upgrading to 7.6</div> This article is meant for developers and just list relevant articles to upgrade plugins and themes to 7.6.")
 
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="title">Upgrading to 7.6</div>
<div class="title">Upgrading to 7.6</div>


This article is meant for developers and just list relevant articles to upgrade 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 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 [https://documentation.open-xchange.com/latest/ui/00-getting-started/04-build-process.html FAQ] around Grunt.
* 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 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: