<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged verion-19</title>
<link>https://www.question2answer.org/qa/tag/verion-19</link>
<description>Powered by Question2Answer</description>
<item>
<title>Question2Answer 1.9 development updates</title>
<link>https://www.question2answer.org/qa/72030/question2answer-1-9-development-updates</link>
<description>

&lt;p&gt;I'm going to use this question to post various updates on Q2A development as it occurs. A few important things to note about v1.9:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;The minimum PHP requirement will be &lt;strong&gt;version 5.4&lt;/strong&gt;. Market share for &amp;lt;=5.3 has dropped below 20%, and those versions have not been officially supported by PHP for over 4 years. If you are still using PHP 5.3 I suggest looking to upgrade as soon as possible.&lt;/li&gt;

&lt;li&gt;The old includes from &lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;qa-include/&lt;/span&gt; (directly, not including subfolders) will be deleted. Since v1.7 they were moved to the subfolders (&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;app/&lt;/span&gt;, &lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;db/&lt;/span&gt; etc) and stubs added for backwards compatibility. Any plugins still using those should update to use the newer includes, for example change
&lt;br&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;require_once QA_INCLUDE_DIR . 'qa-app-posts.php';&lt;/span&gt;
&lt;br&gt;to
&lt;br&gt;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;require_once QA_INCLUDE_DIR . 'app/posts.php';&lt;/span&gt;&lt;/li&gt;

&lt;li&gt;Namespaces are being used in the core code. I wrote a little about this in the &lt;a rel=&quot;nofollow&quot; href=&quot;http://docs.question2answer.org/contribute/coding-style/#new-autoloaded-classes&quot;&gt;docs here&lt;/a&gt; but the main gist is that it's much easier to use certain classes - you just use them, no need to include PHP files first.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;I will add answers with updates every so often.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/72030/question2answer-1-9-development-updates</guid>
<pubDate>Mon, 21 Jan 2019 00:04:47 +0000</pubDate>
</item>
</channel>
</rss>