PluXml 5.8.7 released

Written by Haruka no comments

🇬🇧 A new version of PluXml is available. This minor version incorporates changes to make PluXml compatible with PHP 8. Unfortunately a rollback was made on one of the 5.8.6 fixes, causing a regression on the URL rewrite, in particular for the plugins MyBetterUrl, plxMyContact or plxMySearch. More details on this version changes in the changelog below.


🇫🇷 Une nouvelle version de PluXml est disponible. Cette version mineure intégre des modifications permettant de rendre PluXml compatible avec la version 8 de PHP. Malheureusement un retour arrière a été fait sur un des correctifs de la version 5.8.6, provoquant une régression sur la réécriture d'URL, notamment pour les plugins MyBetterUrl, plxMyContact ou encore plxMySearch. Plus de détails sur les changements de cette version dans le changelog ci-dessous.


Changelog

[+] Move plugins cached css files to data folder #526 (bazooka07)
[+] Open static page from administration in a new tab #532 (bazooka07)
[+] i18n Occitan correction #535 (Mejans)
[+] PHPMailer update to 6.4.1 (P3ter)
FIX Comments no more displayed with PHP8 #529 (bazooka07)
FIX Revert .htaccess generation for plugins compatibility with url rewrite (P3ter)
FIX Wrong use of uasort() in pages and categories edition #530 (bazooka07)
FIX Display 404 error page when switching to a theme with a missing template #533 (bazooka07)
FIX Category creation can replace an existing category #534 (bazooka07)
FIX Minors CSS fixes (P3ter)

Thanks to bazooka07 and Mejans for there contributions to this PluXml version.

PluXml 5.8.6 released

Written by Haruka 3 comments

🇬🇧 A new PluXml version is available. This 5.8.6 minor version brings fixes listed below. Some of them were introduced with the 5.8.5 version, so I highly recommend you to do this update on your websites that are using this version.


🇫🇷 Une nouvelle version de PluXml est disponible. Cette version mineure, corrige des anomalies introduites par la version 5.8.5, je vous recommande donc fortement d'installer cette mise à jour sur vos sites web utilisant cette version de PluXml.


Changelog

[+] Update PHPMailer 6.2.0 : security fixes and PHP 8.0 compatibility (P3ter)
[+] Distinct article and comment rss feeds configuration #521 (thx3r)
[+] Refine plxMotor::urlRewrite() to use parse_url() #520 (bazooka07)
FIX Missing thumbnail in first article #518 #525 (bazooka07, sudwebdesign)
FIX Error when editing .htaccess when Apache is not installed (P3ter)
FIX 404 Error when accessing /blog with url rewriting (bazooka07)
FIX Error on article publication caused by regex in plxMotor::artInfoFromFilename() #522 (bazooka07)
FIX Wording change on the capcha question #523 (Thx3r)

Thanks to bazooka07, sudwebdesign and thx3r for their contributions to this PluXml version.

PluXml 5.8.5 is available

Written by Haruka no comments

(en) A new PluXml version is available. This 5.8.5 minor version brings fixes listed below. I take advantage of this article to wish you a happy new year for 2021. Let's hope that this year we will see the end of the health crisis and the beginning of our lifestyles questioning.


(fr) Une nouvelle version de PluXml est disponible. Cette version mineure, estampillé 5.8.5, apporte son lot de correctif, dont vous retrouverez la liste plus bas dans l’article. Je profite de cette occasion pour vous souhaiter une bonne année 2021. Espérons que cette année marquera la fin de la crise sanitaire et le début d’une remise en question de nos modes de vie.


Changelog

[+] Refine url rewriting rule #497 (bazooka07)
FIX Allow punctuation in articles and pages titles #505 (bazooka07)
FIX plxShow::catList() and plxShow::catId multiples article with same category #495 (bazooka07)
FIX Check if resetting password is not allowed before password change #500 (lolo3129, P3ter)
FIX Error with password reset token generation (P3ter)
FIX Check if a user profil is defined in the current session before changing it when necessary #511 (bazooka07)
FIX Allow comments default value #516 (bazooka07)

Thanks to bazooka07 and lolo3129 for their contributions to this PluXml version.

PluXml new ressources center

Written by Haruka no comments

The PluXml resource center returns in a new version. Still in beta, for the moment only plugins are offered. At launch all plugins formerly called "official" are availables. These are plugins created by the former manager of PluXml, Stephane. It is in his name that I have made available its plugins on this new space.

Accessible at: ressources.pluxml.org, I invite plugin developers, to create an account and make their plugins available to PluXml users.

The platform is still in beta and some bugs may occur. For any problem or question you can contact me here or use the forum.

The source code is available here under Gnu Public Licence.


(french) Attendu depuis longtemps, le centre de ressources de PluXml revient dans une nouvelle version. Encore en bêta, pour le moment seul les plugins sont proposés. Au lancement sont disponibles tous les plugins anciennement appelés "officiels". Il s'agit des plugins créés par l'ancien responsable de PluXml, Stephane. C'est en sont nom que j'ai donc remis à disposition ses plugins sur ce nouvel espace.

Accessible à l'adresse : https://ressources.pluxml.org, j'invite les développeurs de plugins, qui le souhaitent, à créer un compte pour mettre à disposition leur plugins à destination des utilisateurs de PluXml.

La plateforme est encore en version bêta et des bugs, peuvent survenir. Pour tout problème ou question vous pouvez me contacter ici ou utiliser le forum.

Le code source est disponible ici, sous licence Gnu Public Licence.

PluXml 5.8.4 released

Written by Haruka no comments

This new PluXml minor version brings 8 bug fixes concerning graphic elements of the administration panel such as icons and the notification bar, but also fixes on the url generations, or the possibility of viewing medias in SVG format directly in the administration.

You will find the changelog below and you can download the latest PluXml version here.

Thanks to everyone who participated in the version from the forum and Github.


(french) Cette nouvelle version mineure de PluXml apporte 8 corrections de bogues concernant des éléments graphiques de l'administration tel que les icônes et la barre de notification, mais également des correctifs sur la génération des urls, ou encore la possibilité de visualiser dans l'administration des médias au format SVG.

Vous trouverez le détail des changements ci-dessous et vous pouvez télécharger la dernière version de PluXml ici.

Merci à tous les contributeurs qui ont participé à la version depuis le forum ou Github.


Changelog

[+] Disable removing short words on urlify (P3ter)
FIX Icon's CSS in medias manager (P3ter)
FIX Reduce notification bar width (P3ter)
FIX Error "Constant PLX_SITE_LANG already defined" (bazooka07)
FIX Do not use urlify for links (P3ter)
FIX Medias sorting in the backoffice (P3ter, sudwebdesign)
FIX Medias breadcrumb in the backoffice (P3ter, sudwebdesign)
FIX 404 error with tracking params in the URL (bazooka07)
FIX Display thumbnail in administration for SVG medias #482 #479 (bazooka07)

Rss feed of the articles