File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77This is a log of major user-visible changes in each phpMyFAQ release.
88
9- ### phpMyFAQ v4.0.0-beta - 2024-09-01
9+ ### phpMyFAQ v4.0.0-beta.2 - unreleased
1010
1111- changed PHP requirement to PHP 8.2 or later (Thorsten)
1212- changed rewrite rules for Apache and nginx as mandatory requirement (Thorsten)
Original file line number Diff line number Diff line change 2222{% block content %}
2323 <div class =" row g-5" >
2424 <div class =" col-md-8" >
25- <h2 class =" mb-4 border-bottom" >{{ question }}</h2 >
25+ <h2 class =" mb-4 border-bottom" >{{ question | raw }}</h2 >
2626
2727 <article class =" pmf-faq-body pb-4 mb-4 border-bottom" >{{ answer | raw }}</article >
2828
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class System
5252 /**
5353 * Pre-release version.
5454 */
55- private const VERSION_PRE_RELEASE = 'beta ' ;
55+ private const VERSION_PRE_RELEASE = 'beta.2 ' ;
5656
5757 /**
5858 * API version.
Original file line number Diff line number Diff line change 11#! /bin/sh
22if [ " x${PMF_VERSION} " = " x" ]; then
3- PMF_VERSION=" 4.0.0-beta"
3+ PMF_VERSION=" 4.0.0-beta.2 "
44fi
You can’t perform that action at this time.
0 commit comments