WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

Du bist nicht angemeldet.

#1 27.11.2018 14:19:02

florian
Administrator

WBCE CMS 1.3.3 (Beta) verfügbar / available

DE (english information beneath)

WBCE 1.3.3 ist ab sofort als Beta-Release zum Testen freigegeben. Der Download des Installations-/Upgradepakets ist auf GitHub verfügbar.

* Beta-Version bedeutet: Die Version läuft bereits sehr stabil, es sind alle bekannten Fehler beseitigt; dennoch können im Detail noch Änderungen erforderlich sein. Die Version sollte daher noch nicht produktiv eingesetzt werden. Es ist für uns und die Weiterentwicklung und Fehlerbehebung aber wichtig und hilfreich, möglichst viele Testergebnisse aus unterschiedlichen Vorgängerversionen / Server-Umgebungen zu haben, wer also die Möglichkeit hat, auf einem Testsystem eine Installation / ein Update durchzuführen, ist sehr herzlich dazu eingeladen, dies zu tun und Ergebnisse / Fragen hier im Forum zu posten.

Was ist neu?

In dieser Version wurden einige kleinere Verbesserungen und Korrekturen vorgenommen, u.a.:

  • Bessere Unterstützung von PHP 7.2

  • Neue Version des Menu Link-Moduls

  • Zielseiten von Menulinks können direkt in der Navigation angezeigt werden (anstatt der Verlinkungen auf die Menulink-Seiten selbst)*

  • CKEditor auf Version 4.11.1 aktualisiert

  • phpmailer auf Version 5.2.27 aktualisiert

 

Vielen Dank an alle Beteiligten an diesem Release, insbesondere an stefanek und colinax.

Anleitung Neuinstallation
  1. Das Installationspaket herunterladen und lokal entpacken

  2. Inhalt des Verzeichnisses "wbce" in das Server-Verzeichnis kopieren, in dem WBCE CMS installiert werden soll (i.d.R. Root-Verzeichnis, httpdocs o.ä.)

  3. Im Browser die URL aufrufen, wo WBCE CMS installiert werden soll

  4. Der Installer startet automatisch, in diesem die Eingabefelder für Zeitzone, Webseitentitel, Datenbankzugangsdaten, Administratoraccount usw. ausfüllen

  5. Auf "Install WBCE CMS" klicken

  6. Anmelden und Loslegen

Ein Update ist insbesondere dann sinnvoll, wenn auf dem Server PHP 7.2 läuft und/oder bislang noch kein Update auf WBCE CMS 1.3.2 erfolgt ist sowie falls das neue Link-Feature genutzt werden soll. Wer bereits 1.3.2 einsetzt oder PHP 5.6, 7.0 oder 7.1 verwendet, braucht das Update nicht unbedingt.

Anleitung Update 
  1. Datensicherung machen (Dateisystem auf dem Server) - WICHTIG

  2. Datenbanksicherung erstellen (Dump/Export, z.B. mit PhpMyAdmin oder Adminer) - WICHTIG

  3. Das Installationspaket herunterladen und lokal entpacken

  4. Inhalt des Verzeichnisses /wbce komplett (also auch /install) außer config.php.new und ggf. favicon.ico in das Verzeichnis der zu aktualisierenden WBCE CMS-Instanz auf den Server kopieren

  5. Updater durch Aufruf der Adresse der zu aktualisierenden WBCE CMS-Installation mit angehängtem install/update.php (deinedomain.tld/install/update.php) aufrufen, Hinweis lesen und bestätigen und auf "Start Update Script" klicken

  6. Ggfs. im Zuge des Upgrades überschriebene Anpassungen an Modulen (->frontend.js/css) und Templates durch Zurückkopieren der zuvor lokal gesicherten Dateien wiederherstellen

  7. Am Backend anmelden

  8. Ggfs. nicht benötigte Module und Templates über Erweiterungen > Module bzw. erweiterungen > Templates wieder deinstallieren

Mit dem Update-Script können alle vorherigen Versionen von WBCE (und ggf. ältere WB-Versionen bis 2.8.3 SPxx - für Migrationen von neueren Versionen bitte Kontakt zu uns aufnehmen) ohne Zwischenschritte auf WBCE CMS 1.3.3 aktualisiert werden.

* Neues Feature: Verlinkung zur tatsächlichen externen/internen Link-Zielen bei Menu Links

Wurde bisher mittels des Menu Link-Moduls ein Link zu einer externen Adresse oder anderen Seite erzeugt, so wurde in der Navigation stets zu der vom Menu Link-Modul angelegten Seite verlinkt, die dann ihrerseits erst per 301 oder 302-Redirect auf das eigentliche Ziel weitergeleitet hat. Die aktualisierte Version des ShowMenu2-Moduls (denn das ist dafür zuständig) kann hingegen die tatsächlichen Links anzeigen, sprich direkte Verlinkungen generieren.
Um dieses Feature zu aktivieren, muss in der config.php im Wurzelverzeichnis (also auf der obersten Ebene) einfach nur eine Zeile ergänzt werden:

define('SM2_CORRECT_MENU_LINKS',true);

----- EN -----

WBCE 1.3.3 is now available for testing. Download the install/update package of the beta release* from our GitHub site.

* Beta release means: This release is running quite stable already and there are no known bugs. Nevertheless there might changes still be necessary, so it is not recommended to use this release on a productive site already. We encourage you to test this release, since it is most important for us and the further development of WBCE to get as much test results from different environments as possible. So if you can run some tests on a development system we're happy if you post any results/issues here in our forum.

What's new?

The release 1.3.3 brings some detail improvements and fixes some flaws, i.e.

  • Improved compatibility to PHP 7.2

  • Updated Menu Link module

  • Links generated by the Menu Link can be displayed as links to the actual target page in the navigation now*

  • Update CKEditor to v. 4.11.1

  • Update phpmailer to 5.2.27

Many thanks to all contributors of this version, specially to stefanek and colinax.


New installation (as usual)
  1. Download Installer and unzip it locally

  2. Copy all contents of the folder "wbce" (but usually not the folder itself) into the folder on your server where WBCE CMS should be installed (usually the root directory, which is called www, httpdocs or sth. like this)

  3. Point your browser to the URL where WBCE CMS should be installed

  4. The installer starts automatically, please fill in all fields

  5. Click on "Install WBCE CMS"

  6. Log in and start working

You might want to update your installation when you did not update to WBCE CMS 1.3.2 already, or on your server runs PHP 7.2, or you'd linke to use the new menu link feature. If you use already WBCE CMS 1.3.2, run a server with PHP 5.6 / 7.0 / 7.1 or don't need the menu link feature, you do not necessarily need to update your site.

Updating
  1. Backup your files on the server - IMPORTANT

  2. Create a database backup (dump / export, f. ex. using mit PhpMyAdmin or Adminer) - IMPORTANT

  3. Download installation package and unzip it locally

  4. Copy the contents of the folder completely (e.g. /install too) without config.php.new and maybe favicon.ico into the folder of the WBCE CMS installation you want to update on the server

  5. Call  the update script by pointing your browser to the URL of the website which should be updated with added install/update.php (yourdomain.tld/install/update.php). Read the advices, check the checkbox and start the update script.

  6. If necessary, rollback unwanted changes on templates or modules by backcopying the corresponding single files from the local backup (->frontend.js/css)

  7. Log-In to the Backend

  8. If necessary, remove not used modules and templates via Add-Ons > Modules / add-Ons > Templates

The update script can be used to update all prior versions of WBCE (and possibly WB up to 2.8.3 SPxx - for migratins from newer WB versions please contact us) directly to WBCE CMS 1.3.3.

* New Feature: Correct Menu Links In Navigation

When creating links to external addresses or other pages of the site, the usual behaviour of the navigation was to generate a link to the menu link page which executed a 301 or 302 redirect to the target page. The improved version of ShowMenu2 can generate the link to the target address itself. To activate this feature, you just have to add the following line to the config.php in the root of your WBCE CMS 1.3.3 powered site:

define('SM2_CORRECT_MENU_LINKS',true);

Code allein macht nicht glücklich. Jetzt spenden!

Offline

Liked by:

stefanek, bernd, chap

Fußzeile des Forums

up