Downloads

Download varbase-9.0.5.tar.gztar.gz 961.46 KB
MD5: b0ae7b86270b69e1f4ad8819400eca10
SHA-1: 7b5a9fdd6ea2ec927fa5f88c7771701705882f4d
SHA-256: 6c2198b8e193bb5545b9e751c2a7466d2c8d7d0170200a7f72459a208b5cb1e1
Download varbase-9.0.5.zipzip 1.18 MB
MD5: 490e040bb25d377170fcf5c118b769ce
SHA-1: 276d1633fddfe73e64844a4a9bc4dd81fd509514
SHA-256: cae54d7d14002421254bda53f86f9facacacbf108fef3839d4984c0e5fd86233

Release notes

Varbase 9.0.5 Release notes

To install the Varbase 9.0.5 version run this command:
composer create-project vardot/varbase-project:~9.0.0 PROJECT_DIR_NAME --no-dev --no-interaction


Varbase documentation

Check out Varbase documentation for more details.

Highlighted important changes since Varbase 9.0.4:

Varbase CircleCI Build Passing

This is a patch (bugfix) release of Varbase 9 and is ready for use on production sites. Learn more about Varbase 9.

Added since Varbase 9.0.4:

  • Issue #3259665 by Alaa Jwiehan: Added more step definitions for Varbase Layout Builder automated testing for section styling with padding , margin, border style, border width, border color, border radius, background image settings, background video settings
  • Issue #3252219 by hanii.gerges: Added Container wrapper ID field to the advanced section settings tab
    Screenshot Add Container wrapper ID field to the advanced section settings tab
  • Issue #3263079 by mhawwari: Provided an out of the box styling for horizontal tabs group inside Layout Builder Modal dialog
     horizontal tabs group inside Layout Builder Modal dialog

Changed since Varbase 9.0.4:

  • Issue #3261917 by Odai Atieh: Changed permission to prevent the "Site admin" user role from administering the Google Analytics Reports API settings
  • Issue #3260809 by Alaa Jwiehan: Changed clicking input elements, and background image settings step definitions for functional automated testing the Layout Builder

Updates since Varbase 9.0.4:

  • Issue #3260002: Updated Views Bulk Operations (VBO) from 4.0.0 to 4.0.1 and kept the patch for items per page
  • Issue #3259098: Updated WebP module from 1.0-beta5 to ~1.0

Fixes since Varbase 9.0.4:

  • Issue #3252657: Fixed the match of default content creation date with install date
  • Issue #3252656: Fixed priority for homepage to be node/1
  • Issue #3259999 by hanii.gerges, Alaa Jwiehan: Fixed Flipped order of items on RTL pages for Layout Builder breakpoints editing tools
  • Issue #3259184 by Rajab Natshah, jeanpaulbouvet: Fixed Error when updating with field definitions by changing the logic in varbase_security_update_9001 not to bring SQL errors on updates to Varbase 9.0.4
  • Issue #3258740: Fixed some typos in automates testing scenarios and testing README.md file
  • Issue #3261520 by Odai Atieh: Fixed missing CKEditor Media Embed Plugins after 8.x-1.11 and CKEditor 4.17.1 was released
  • Issue #3263487: Fixed Blazy 8.x-2.6 conflicting issues with the blazy/loading library and the use of Varbase Media blazy blurry option
  • Issue #3263106 by mhawwari: Fixed last inline block item styling in the Add a new custom block off canvas
  • Issue #3251870 by Rahaf Albawab: Fixed undefined field_link when deleting the field link from Varbase media block
  • Issue #3261685 by Qusai Taha: Fixed issue when adding background color the class bg-color adding, but when deleting the color the class will not be removed
  • Issue #3262009 by mhawwari: Fixed print layout styling issues

Updating Varbase 9.0.4 to Varbase 9.0.5

https://github.com/Vardot/varbase/blob/9.0.x/UPDATE.md

Basic ways to update Drush in the root composer.json for a project.

1. Edit the composer.json file with an editor and change to

    "drush/drush": "~10.0 || ~11.0",

Or
2. Run the following composer command:

composer require "drush/drush:~10.0 || ~11.0" --dev

When navigating to "/update.php"
Test Updating Varbase 9.0.4 to Varbase 9.0.5

Updated Change log file:

https://github.com/Vardot/varbase/blob/9.0.x/CHANGELOG.md

Varbase Automated Functional Testing

https://github.com/Vardot/varbase/blob/9.0.x/tests/README.md

Varbase Gherkin features

https://github.com/Vardot/varbase/blob/9.0.x/tests/features/varbase/READ...

Created by: Rajab Natshah
Created on: 13 Feb 2022 at 13:46 UTC
Last updated: 6 Nov 2022 at 10:07 UTC
Bug fixes
New features

Other releases