ExtraLicense - Buy, Sell, & Trade Your Licenses

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

vBulletin 5.5.1 Release Candidate 1 is now available for Download.

EL PaperBoy

Well-known member
<h1>vBulletin 5.5.1 Changes and Updates</h1>

<p>vBulletin 5.5.1 is now available for testing by licensed download customers. We do not recommend using pre-release versions of the software in a production environment.</p>

<h2>Front End Changes</h2>

<h3>Responsive Editor Toolbar</h3>

<p>The editor tool bar will automatically collapse and show the most used functionality based on your screen size. This change will allow more space to create posts and topics on devices with smaller screens. The hidden tools are still available by tapping on the ellipsis (…) at the end of the menu.</p>

<p>Related Issues: <a href="vBulletin Issue Tracker">VBV-18981</a>, <a href="vBulletin Issue Tracker">VBV-19101</a></p>

<h3>Photo Gallery Layout</h3>

<p>Photo Gallery content has been updated to use Flexbox CSS. This allows your device to format rows of images for a better presentation. This change allows your Photo Galleries to respond to your settings better. Instead of changing CSS to change the size of your thumbnails, you can simply change the thumbnail size and rebuild them. The benefit to your users is to be able to present Photo Gallery and Album content using larger images in the initial display.</p>

<p>Related Issue: <a href="vBulletin Issue Tracker">VBV-17720</a></p>

<h3>Font Handling</h3>

<p>Building on changes to font handling in the previous release (vBulletin 5.5.0), we have made further changes to support better customization.</p>

<ul>

<li>Line Height is now specified within Font style variables for easier maintenance.</li>

<li>More areas of the site now work better with larger fonts (20 pixels and higher).</li>

<li>When editing a font style variable, you can also specify the line height value for better layout and typography.</li>

</ul>

<p>Related Issues: <a href="vBulletin Issue Tracker">VBV-13877</a>, <a href="vBulletin Issue Tracker">VBV-19058</a>, <a href="vBulletin Issue Tracker">VBV-19060</a>, <a href="vBulletin Issue Tracker">VBV-19109</a>, <a href="vBulletin Issue Tracker">VBV-18953</a></p>

<h2>Miscellaneous</h2>

<ul>

<li><a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-18024">VBV-18024: Add Template Hook for Categories in display_Forums_list</a></li>

<li><a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-18874">VBV-18874: Add unread class to unread topic</a></li>

<li><a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-8965">VBV-8965: Moderators lack the ability to view (frontend) user profiles under specific conditions</a></li>

<li><a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-18899">VBV-18899: List and indent editor button images not displayed when editing a post in RTL</a></li>

</ul>

<hr>

<h2>Back End / AdminCP Changes</h2>

<h3>Performance</h3>

<h4>Node Table</h4>

<p>An index has been added to the <code>node</code> table. This index will increase performance when retrieving content after a new post has been created. Due to changing the <code>node</code> table, this change can take a significant amount of time on larger sites during the upgrade process.</p>

<p>Related Issue: <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19073">VBV-19073</a></p>

<h4>Upgrading</h4>

<p>The upgrade scripts have been optimized to improve the performance of upgrading from vBulletin 3 and vBulletin 4.</p>

<p>Relate Issues: <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19141">VBV-19141</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19140">VBV-19140</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19122">VBV-19122</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19097">VBV-19097</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19095">VBV-19095</a></p>

<h3>IP Address Search</h3>

<p>The functionality to search IP Addresses by User Name or IP Address has been returned to the AdminCP. This includes finding users and posts by IP Address.</p>

<p>To access this functionality in the AdminCP go to <code>Users -> Search IP Addresses</code></p>

<p>Related Issues: <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-11918">VBV-11918</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19088">VBV-19088</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-18689">VBV-18689</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-1312">VBV-1312</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-14221">VBV-14221</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-13185">VBV-13185</a></p>

<h3>Search Indexing</h3>

<p>When indexing posts, the system will index words containing hyphens now. Previously if a word contained a hyphen it was broken into two words and each indexed separately. If one word was below the minimum character threshold, it was discarded. This made searching more difficult on some sites. Now the system will index each word segment along with the original hyphenated word.</p>

<p>Examples:</p>

<ul>

<li>Previous versions: alpha-beta was indexed as two words alpha and beta.</li>

<li>vBulletin 5.5.1: alpha-beta will be indexed as three words alpha, beta, and alpha-beta.</li>

<li>Previous versions: z-wave was indexed as wave. The z will be discarded because it is less than 4 characters.</li>

<li>vBulletin 5.5.1: z-wave will be indexed as wave, z-wave.</li>

</ul>

<p>In order to take advantage of this change, you will need to reindex your search engine in the AdminCP, using the PHP commandline script provided or within Sphinx. This will depend on your configuration.</p>

<p>Related Issue: <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-12167">VBV-12167</a></p>

<h3>Daily & Weekly Email Digests</h3>

<p>This functionality has been refactored for better reliability. The Scheduled Task for this fuctionality will work automatically now. We've also added the display of Topic Prefixes to the outgoing emails.</p>

<p>Related Issues: <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-9476">VBV-9476</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-13074">VBV-13074</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19134">VBV-19134</a></p>

<h3>XML Site Map</h3>

<p>Updated the generation routines of the XML Site Map Generator to better account for recent changes to the vBulletin Routing API. This includes properly routing sub-content from a new home page and supporting the route by node functionality. A number of pages that shouldn't be indexed or viewable by guests have been removed from the generated files.</p>

<p>Related Issuses: <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19154">VBV-19154</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19009">VBV-19009</a>, <a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-18319">VBV-18319</a></p>

<h3>Scheduled Tasks</h3>

<p>Some minor changes have been made to the scheduled task system in order to aid in troubleshooting issues.</p>

<ul>

<li><a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19132">Allow vbcron.php to run specified crons</a></li>

<li><a href="https://tracker.vbulletin.com/vbulletin5/issues/VBV-19133">Log exceptions in the digest crons</a></li>

</ul>

<hr>

<p>All Resolved Issues can be found in Bug Genie's <a href="https://tracker.vbulletin.com/vbulletin5/issues/find?fs%5Bproject_id%5D%5Bo%5D=%3D&fs%5Bproject_id%5D%5Bv%5D=1&fs%5Bissuetype%5D%5 Bo%5D=%3D&fs%5Bissuetype%5D%5Bv%5D=&fs%5Bstatus%5D%5Bo%5D=%3D&fs%5Bstatus%5D%5 Bv%5D=&fs%5Bcategory%5D%5Bo%5D=%3D&fs%5Bcategory%5D%5Bv%5D=&sortfields=issues. last_updated%3Dasc&fs%5Btext%5D%5Bo%5D=%3D&fs%5Btext%5D%5Bv%5D=&scs_current_te mplate=&template=results_normal&template_parameter=&grouporder=asc&groupby =&issues_per_page=50&fs%5Bmilestone%5D%5Bo%5D=%3D&fs%5Bmilestone%5D%5Bv%5D=5 8& amp;filters_milestone_value_58=58">Roadmap</a>.</p>

<h2>Additional Information</h2>

<h3>Install / Upgrade</h3>

<ul>

<li><a href="https://www.vbulletin.com/forum/node/4391348">Installation Instructions</a></li>

<li><a href="https://www.vbulletin.com/forum/node/4391346">Upgrade Instructions</a></li>

</ul>

<h3>File Cleanup</h3>

<p>After upgrading your vBulletin system, you should delete any possible obsolete files. You can obtain more information on why this is needed and instructions on how to do this in this <a href="https://www.vbulletin.com/forum/node/4391346"><strong>topic</strong></a> in the vBulletin 5 Installs & Upgrades forum.</p>

<h3>System Requirements</h3>

<p>Minimum System Requirements</p>

<ul>

<li>PHP Version: 7.1.0</li>

<li>MySQL Version: 5.5.8</li>

<li>MariaDB Version: 5.5.8</li>

</ul>

<p>Recommended System Requirements</p>

<ul>

<li>PHP Version: 7.3 or higher</li>

<li>MySQL Version: 8.0 or higher</li>

<li>MariaDB Version: 10.3+</li>

</ul>

<p>For more information see <a href="https://www.vbulletin.com/forum/node/4387853">vBulletin Connect System Requirements</a>.</p>

<h3>Current Version Support Schedule</h3>

<ul>

<li>Active Version - 5.5.0</li>

<li>Security Patch - 5.4.5</li>

<li>Security Patch - 5.4.4</li>

<li>No Patch Release - 5.4.3 or earlier.</li>

</ul>

<h3>Discussion</h3>

<p>If you have any questions about these changes you may discuss them here: https://www.vbulletin.com/forum/node/4409010</p>

<p>If you find an issue with the software or wish to place a feature request please visit our <a href="https://tracker.vbulletin.com">tracker</a>.</p>

<p>In order to receive support for your vBulletin Product please visit our <a href="https://www.vbulletin.com/forum/">community forums</a>.</p>

Continue reading...

 
Top