<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>CMSB v3.52 Released - Summer Update - July 26th, 2019</title>
        <link>https://interactivetools.com/forum/forum-posts.php?CMSB-v3_52-Released---Summer-Update---July-26th-2019-81731</link>
        <description></description>
        <pubDate>Fri, 10 Apr 2026 09:32:21 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;CMSB-v3_52-Released---Summer-Update---July-26th-2019-81731" rel="self" type="application/rss+xml" />

                <item>
          <title>CMSB v3.52 Released - Summer Update - July 26th, 2019</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243632#post2243632</link>
          <description><![CDATA[<p>Hi,</p>
<p>An upgrade issue has been found in CMS Builder 3.52. This does not affect new installations.<br /><br />When upgrading, you will see an error message with this:</p>
<p>... log_audit' doesn't exist - in auditlog_functions.php on line 27 ...<br /><br /></p>
<p>To fix manually, update the <strong>/lib/admin_functions.php</strong> file in the CMS Builder directory and change the code on line 285 from this:  <br /><br /></p>
<pre class="language-php"><code>  // log upgrade
  auditLog_addEntry('CMS Version Changed from ' . $SETTINGS['programVersion'] . ' to ' . $APP['version']);
 
   // run upgrades
   require "lib/upgrade_functions.php";</code></pre>
<p><br />to this:<br /><br /></p>
<pre class="language-php"><code>   // run upgrades
   require "lib/upgrade_functions.php";
 
  // log upgrade
  auditLog_addEntry('CMS Version Changed from ' . $SETTINGS['programVersion'] . ' to ' . $APP['version']);</code></pre>
<p><br />This fix will be applied to a new version of CMS Builder that will release next week.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Fri, 02 Aug 2019 11:36:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243632#post2243632</guid>
        </item>
                <item>
          <title>CMSB v3.52 Released - Summer Update - July 26th, 2019</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243628#post2243628</link>
          <description><![CDATA[<p>Hello All!</p>
<p>We've just released v3.52 of CMS Builder. Here's what's new: </p>
<p><strong>Section Editors</strong></p>
<ul><li>Added "Insert Field Here" (+) link to allow inserting a new field beside an existing field</li>
<li>New "Tab Group" field for organizing section editor fields</li>
<li>New '&lt;input type="hidden"&gt;' advanced field for inserting hidden fields in sections.</li>
</ul><p><b>Server Admin</b></p>
<ul><li>General &gt; Disk Space now has an option to show the largest files (for linux servers)</li>
<li>Background Tasks now includes setup instructions for cPanel, Plesk, Windows, and Linux</li>
</ul><p><strong>Other</strong></p>
<ul><li>Database: Switched default storage engine from MyISAM to InnoDB</li>
<li>Field Editor: "Update all existing records" feature available when adding a new field with a default value.</li>
<li>Background Tasks: New option to limit the number of entries stored in the background task log.</li>
<li>Category Menus: Now possible to assign Author/Viewer access to category menu sections.</li>
</ul><p>Here's the complete changelog for v3.52:</p>
<pre class="language-markup"><code>*** July 26, 2019 - Version 3.52

SERVER REQUIREMENTS
- This software version REQUIRES: PHP 7.1+ and MySQL 5.5+
- NOTE: Some plugins may need to be updated when upgrading from v2.xx

NEW FEATURES
- Section Editors: Added "Insert Field Here" (+) link to allow inserting a new field beside an existing field
- Section Editors: New "Tab Group" field for organizing section editor fields
- Section Editors: New '&lt;input type="hidden"&gt;' advanced field for inserting hidden fields in sections.
- Server Admin: Admin &gt; General &gt; Disk Space now has an option to show largest files (for linux servers)
- Server Admin: Admin &gt; Background Tasks now includes setup instructions for cPanel, Plesk, Windows, and Linux
- Database: Switched default storage engine from MyISAM to InnoDB
- Field Editor: "Update all existing records" feature available when adding a new field with a default value.
- Background Tasks: New option to limit the number of entries stored in the background task log.
- Category Menus: Now possible to assign Author/Viewer access to category menu sections.
- Admin Menu: Security Settings have been moved to their own menu
- Audit Log: Now logs login events and record add/modify/delete

MINOR CHANGES
- Select upload dialog only shows matching file extensions.
- Libraries: Updated TinyMCE from v4.9.0 to v4.9.4 (Released 2019-03-20)
- Libraries: Upgraded jQuery to v3.4.1
- Section Editors: New menu groups get default table suffix of "_menugroup" for usability

BUG FIXES
- Plugins: Added fix for issue that may cause plugins to get deactivated when they're being uploaded
- Category Menu: drag-order functionality no longer dependant on "name" column.
- Misc Code and other minor improvements.
</code></pre>
<p>You can download the latest version on our upgrade by donation at this page: <a href="http://www.interactivetools.com/upgrade/" rel="nofollow">http://www.interactivetools.com/upgrade/</a></p>
<p>Please feel free to create a new forum post for your feedback and questions.  </p>
<p>Thanks!</p>
<p>The ITools Team</p>]]></description>
          <pubDate>Fri, 26 Jul 2019 15:46:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243628#post2243628</guid>
        </item>
              </channel>
    </rss>
  