XenForo 2.3.0 Beta 8 Released Full / Upgrade

XF 2.2 XenForo 2.3.0 Beta 8 Released Full / Upgrade

Add-on xenforo 2

Ressources et modules complémentaires pour XenForo 2

Styles xenforo 2

Styles / Thèmes et apparence pour xenforo 2

Templates xenforo 2

Codes pour modifier les templates sur xenforo 2

Section Premium

Add-on et Styles pour membre Premium
XenForo 2.3.0 Beta 8 Released Full / Upgrade

XF 2.2 XenForo 2.3.0 Beta 8 Released Full / Upgrade

Catégorie Catégorie Generale
Titre du sujet Titre du sujet XenForo 2.3.0 Beta 8 Released Full \/ Upgrade
Auteur de la discussion Auteur de la discussion laurent68
Date de début Date de début
Réponses Réponses 7
Affichages Affichages 502
Réaction Réaction 0
Dernier message par Dernier message par Quester

laurent68

Fondateur

Staff
fondateur
Réputation: 100%
Discussions
4 646
Messages
12 054
Solutions
81
J'aime
7 609
Points
198
Welcome to 2.3.0 Beta 7! Since our last release we have been mostly focusing again on bug fixes and stability, though we do have an interesting change to note related to multibyte strings, specifically URL romanization. If available, we now use the intl extension and perform a multi-layered process for normalizing and transliterating strings. This is now much more intelligent as it handles some special cases for certain locales (based on the default language of the forum).

We also have a new option for controlling the output of emojis in URLs. You can leave them URL encoded, remove them, or convert them to a string based on the emoji name. This also requires the intl extension. You can see an example of that in the URL below.

We recommend reading the following post for more information:


We strongly recommend anyone testing 2.3 during this beta period upgrade as each beta version is released.

More specific details regarding bugs fixed in this release can be found in the resolved bugs forum.

This is beta software. It is not officially supported.
We do not recommend running it in production.

Please remember that this is beta software. It contains known bugs and incomplete functionality. We do not recommend running beta software in a production environment, and support is limited at this time to questions here on the community forums.

Add-ons and custom styles may be broken after upgrading to 2.3. You must test your add-ons thoroughly or look for updates. Be especially careful with add-ons that cover similar features to ones that are added to 2.3; these may conflict with the core XenForo data. If data conflicts are found, they will need to be resolved in a new add-on release or by removing the add-on before upgrading to 2.3.

If you choose to run beta software, it is your responsibility to ensure that you make a backup of your data. We recommend you do this before attempting an upgrade. If in doubt, always do a test upgrade on a copy of your production data.

All customers with active licenses may now download the new version from the customer area.

Télécharger V2.3.0 Beta 7 Full :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.3.0 Beta 7 Upgrade :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Version 2.3.0 Bêta 8 :
- More specific details regarding bugs fixed in this release can be found in the resolved bugs forum.

Télécharger V2.3.0 Beta 8 Full :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.3.0 Beta 8 Upgrade :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
 
Thank you for sharing. This version cannot be installed due to an msql error, or if so, there is a problem with the add-ons. We look forward to the next release. I hope we don't go all the way to Beta 100. XD
 
Thank you for sharing. This version cannot be installed due to an msql error, or if so, there is a problem with the add-ons. We look forward to the next release. I hope we don't go all the way to Beta 100. XD
You may fix this by adding the following line beneath line 183 of src/XF/Install/Data/MySql.php:
PHP:
$table->addColumn('usable_with_oauth_clients', 'tinyint', 3)->setDefault(1);

The final result should look like:
PHP:
        $tables['xf_api_scope'] = function (Create $table)
        {
            $table->addColumn('api_scope_id', 'varbinary', 50);
            $table->addColumn('usable_with_oauth_clients', 'tinyint', 3)->setDefault(1);
            $table->addColumn('addon_id', 'varbinary', 50)->setDefault('');
            $table->addPrimaryKey('api_scope_id');
        };
 
Thanks, yes I found this solution too. But as I mentioned before, this version still causes problems with the operation of the addons.
 
Ajout de la version Bêta 8 :)
 
Sujets similaires Les plus vues Voir plus
Retour
Haut Bas