Skip to content
Snippets Groups Projects
Commit 9539652c authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3103730: Varbase 8.8.1: Update [CHANGELOG.md, README.md,...

Issue #3103730: Varbase 8.8.1: Update [CHANGELOG.md, README.md, drupal-org.make] files and filter the code for Drupal 8 Coding Standard
parent af9365ca
No related branches found
No related tags found
No related merge requests found
# 8.8.1
### Highlighted important changes since Varbase 8.x-8.0:
* Issue [#3103717](https://www.drupal.org/node/3103717):
Fixed replace drupal-composer/drupal-scaffold with
drupal/core-composer-scaffold and remove post install cmd scripts
* [Vardot/varbase-project](https://github.com/Vardot/varbase-project)
template : Fixed replace
drupal-composer/drupal-scaffold with
drupal/core-composer-scaffold
[#70](https://github.com/Vardot/varbase-project/issues/70)
* [Vardot/varbase-updater](https://github.com/Vardot/varbase-updater)
: Changed the update config rules for 8.7.* to 8.8.1 and
from 8.8.* to 8.8.* latest
[#24](https://github.com/Vardot/varbase-updater/issues/24)
### Added since Varbase 8.x-8.0:
* No new features. Have a look at Varbase 8.x-8.0
### Changed since Varbase 8.x-8.0:
* No changes. Have a look at Varbase 8.x-8.0
### Updates since Varbase 8.x-8.0:
* Issue [#3103730](https://www.drupal.org/node/3103730):
Varbase 8.8.1: Update [CHANGELOG.md, README.md,
drupal-org.make] files and filter the code for
Drupal 8 Coding Standard
* - Updated [Token] module from 8.1.5 to 8.1.6
* - Updated [Varbase Layout Builder] module from 8.1.0-alpha2 to 8.1.0-alpha3
* - Updated [Varbase Media] module from 8.7.9 to 8.7.10
* - Updated [Varbase Media Hero Slider] module from 8.7.5 to 8.7.6
* - Updated [Varbase Media Header] module from 8.7.3 to 8.7.4
### Fixes since Varbase 8.x-8.0:
* Issue [#3102935](https://www.drupal.org/node/3102935)
by [mhawwari](https://www.drupal.org/u/mhawwari)
: Fixed console error. Vimeo player fires twice for [Varbase
Media Hero Slider]
* Issue [#3103554](https://www.drupal.org/node/3103554)
by [Abdelrahman_Amer](https://www.drupal.org/u/abdelrahman_amer)
: Fixed notice for [Varbase Media] oembed iframe on an
Undefined index: render element in
drupal_find_theme_templates()
* Issue [#3103566](https://www.drupal.org/node/3103566)
by [Abdelrahman_Amer](https://www.drupal.org/u/abdelrahman_amer)
: Fixed notice for [Varbase Media Hero Slider] oembed iframe
on an Undefined index: render element in
drupal_find_theme_templates()
* Issue [#3103565](https://www.drupal.org/node/3103565)
by [Abdelrahman_Amer](https://www.drupal.org/u/abdelrahman_amer)
: Fixed notice for [Varbase Media Header] oembed iframe on
an Undefined index: render element in
drupal_find_theme_templates()
* Issue [#3103564](https://www.drupal.org/node/3103564)
by [Abdelrahman_Amer](https://www.drupal.org/u/abdelrahman_amer)
: Fixed notice for [Varbase Layout Builder] oembed iframe on
an Undefined index: render element in
drupal_find_theme_templates()
--------------------------------------------------------------------------------
# 8.8.0
### Highlighted important changes since Varbase 8.x-7.4:
......
......@@ -20,7 +20,7 @@ in every project.
* [Tested, tested, and tested.](https://travis-ci.org/Vardot/varbase/builds)
Starting a new project? Consider Varbase for Drupal 8.
Installing Varbase 8.x-7.x comes with several extra automated installation
Installing Varbase 8.x-8.x comes with several extra automated installation
steps, to take full advantage of Varbase, other than the Drupal 8 installation
instructions.
......@@ -29,7 +29,7 @@ instructions.
To install the most recent stable release of Varbase 8.8.x run this command:
```
composer create-project vardot/varbase-project:^8.8.0 PROJECT_DIR_NAME --no-dev --no-interaction
composer create-project vardot/varbase-project:^8.8.1 PROJECT_DIR_NAME --no-dev --no-interaction
```
To install the dev version of Varbase 8.8.x run this command:
......
......@@ -30,27 +30,27 @@
"composer/installers": "~1.0",
"oomphinc/composer-installers-extender": "~1.0",
"cweagans/composer-patches": "~1.0",
"drupal/core-composer-scaffold": "^8.8.0",
"drupal/core-composer-scaffold": "^8.8",
"drupal/drupal-library-installer-plugin": "^0.3",
"drupal/varbase_core": "8.x-dev",
"drupal/varbase_api": "7.x-dev",
"drupal/varbase_media": "7.x-dev",
"drupal/varbase_bootstrap_paragraphs": "7.x-dev",
"drupal/varbase_editor": "7.x-dev",
"drupal/varbase_landing": "7.x-dev",
"drupal/varbase_layout_builder": "1.x-dev",
"drupal/varbase_heroslider_media": "7.x-dev",
"drupal/varbase_carousels": "7.x-dev",
"drupal/varbase_blog": "8.x-dev",
"drupal/varbase_search": "6.x-dev",
"drupal/varbase_seo": "6.x-dev",
"drupal/varbase_auth": "6.x-dev",
"drupal/varbase_total_control": "6.x-dev",
"drupal/varbase_styleguide": "6.x-dev",
"drupal/varbase_email": "6.x-dev",
"drupal/vartheme": "6.x-dev",
"drupal/vartheme_bs4": "6.x-dev",
"drupal/vartheme_admin": "6.x-dev"
"drupal/varbase_core": "~8.0",
"drupal/varbase_api": "~7.0",
"drupal/varbase_media": "~7.0",
"drupal/varbase_bootstrap_paragraphs": "~7.0",
"drupal/varbase_editor": "~7.0",
"drupal/varbase_landing": "~7.0",
"drupal/varbase_layout_builder": "~1.0",
"drupal/varbase_heroslider_media": "~7.0",
"drupal/varbase_carousels": "~7.0",
"drupal/varbase_blog": "~8.0",
"drupal/varbase_search": "~6.0",
"drupal/varbase_seo": "~6.0",
"drupal/varbase_auth": "~6.0",
"drupal/varbase_total_control": "~6.0",
"drupal/varbase_styleguide": "~6.0",
"drupal/varbase_email": "~6.1",
"drupal/vartheme": "~6.0",
"drupal/vartheme_bs4": "~6.0",
"drupal/vartheme_admin": "~6.0"
},
"require-dev": {
"drupal/console": "~1.0",
......
......@@ -23,7 +23,7 @@ projects[ctools][version] = 3.2
projects[ctools][patch][] = https://www.drupal.org/files/issues/2019-02-18/ctools-Block.php_notices_and_warnings-2820783-51-D8.patch
projects[token][type] = module
projects[token][version] = 1.5
projects[token][version] = 1.6
projects[token_filter][type] = module
projects[token_filter][version] = 1.1
......@@ -530,65 +530,65 @@ projects[total_control][version] = 2.0-beta2
;;;;;;;;;;;;;;;;;;;;;
projects[varbase_core][type] = module
projects[varbase_core][version] = 8.x-dev
projects[varbase_core][version] = 8.0
projects[varbase_api][type] = module
projects[varbase_api][version] = 7.x-dev
projects[varbase_api][version] = 7.8
projects[varbase_media][type] = module
projects[varbase_media][version] = 7.x-dev
projects[varbase_media][version] = 7.10
projects[varbase_bootstrap_paragraphs][type] = module
projects[varbase_bootstrap_paragraphs][version] = 7.x-dev
projects[varbase_bootstrap_paragraphs][version] = 7.8
projects[varbase_editor][type] = module
projects[varbase_editor][version] = 7.x-dev
projects[varbase_editor][version] = 7.4
projects[varbase_landing][type] = module
projects[varbase_landing][version] = 7.x-dev
projects[varbase_landing][version] = 7.1
projects[varbase_layout_builder][type] = module
projects[varbase_layout_builder][version] = 1.x-dev
projects[varbase_layout_builder][version] = 1.0-alpha3
projects[varbase_heroslider_media][type] = module
projects[varbase_heroslider_media][version] = 7.x-dev
projects[varbase_heroslider_media][version] = 7.6
projects[varbase_carousels][type] = module
projects[varbase_carousels][version] = 7.x-dev
projects[varbase_carousels][version] = 7.1
projects[varbase_blog][type] = module
projects[varbase_blog][version] = 8.x-dev
projects[varbase_blog][version] = 8.0
projects[varbase_search][type] = module
projects[varbase_search][version] = 6.x-dev
projects[varbase_search][version] = 6.4
projects[varbase_seo][type] = module
projects[varbase_seo][version] = 6.x-dev
projects[varbase_seo][version] = 6.7
projects[varbase_total_control][type] = module
projects[varbase_total_control][version] = 6.x-dev
projects[varbase_total_control][version] = 6.9
projects[varbase_auth][type] = module
projects[varbase_auth][version] = 6.x-dev
projects[varbase_auth][version] = 6.7
projects[varbase_styleguide][type] = module
projects[varbase_styleguide][version] = 6.x-dev
projects[varbase_styleguide][version] = 6.3
projects[varbase_email][type] = module
projects[varbase_email][version] = 6.x-dev
projects[varbase_email][version] = 6.1
;;;;;;;;;;;;;;;;;;;;;
;; Varbase public contributed themes.
;;;;;;;;;;;;;;;;;;;;;
projects[vartheme][type] = theme
projects[vartheme][version] = 6.x-dev
projects[vartheme][version] = 6.6
projects[vartheme_bs4][type] = theme
projects[vartheme_bs4][version] = 6.x-dev
projects[vartheme_bs4][version] = 6.5
projects[vartheme_admin][type] = theme
projects[vartheme_admin][version] = 6.x-dev
projects[vartheme_admin][version] = 6.7
;;;;;;;;;;;;;;;;;;;;;
;; Libraries
......
......@@ -8,13 +8,13 @@
This page can help you to have the list all steps, which you need to run the
Behat Gherkin Features to test a varbase website in your localhost machine.
To test varbase 8.x-7.x in the right way you will need to build varbase using
To test varbase 8.x-8.x in the right way you will need to build varbase using
the composer.
## Create a Varbase project with [Composer](https://getcomposer.org/download/):
```
composer create-project vardot/varbase:8.7.x-dev PROJECT_DIR_NAME --stability dev --no-interaction
composer create-project vardot/varbase:8.8.x-dev PROJECT_DIR_NAME --stability dev --no-interaction
```
--------------------------------------------------------------------------------
......
# Varbase Gherkin features
A list of features, and scenarios to have a full test over Varbase 8.x-7.x
A list of features, and scenarios to have a full test over Varbase 8.x-8.x
If you want to run all Gherkin Features over a new Varbase site.
You will need to create the list of Testing users, Arabic
......
......@@ -4,7 +4,7 @@ I want to be able to install Varbase for a selected client
So that I will be able to initiate the site with the default installation
@javascript @tools @install @local @development
Scenario: Arabic installation for Varbase 8.x-7.x
Scenario: Arabic installation for Varbase 8.x-8.x
Given I go to "/core/install.php"
And I wait
Then I should see "Choose language"
......
......@@ -4,7 +4,7 @@ I want to be able to install Varbase for a selected client
So that I will be able to initiate the site with the default installation
@javascript @tools @install @local @development
Scenario: Default installation for Varbase 8.x-7.x
Scenario: Default installation for Varbase 8.x-8.x
Given I go to "/core/install.php"
And I wait
Then I should see "Choose language"
......
......@@ -4,7 +4,7 @@ I want to be able to install Varbase for a selected client
So that I will be able to initiate the site with the default installation
@javascript @tools @install @local @development
Scenario: English installation for Varbase 8.x-7.x
Scenario: English installation for Varbase 8.x-8.x
Given I go to "/core/install.php"
And I wait
Then I should see "Choose language"
......
......@@ -4,7 +4,7 @@ I want to be able to install Varbase for a selected client
So that I will be able to initiate the site with the default installation
@javascript @tools @install @local @development
Scenario: Multilingual installation for Varbase 8.x-7.x
Scenario: Multilingual installation for Varbase 8.x-8.x
Given I go to "/core/install.php"
And I wait
Then I should see "Choose language"
......
......@@ -7,7 +7,7 @@ distribution:
name: Varbase
install:
theme: vartheme_admin
version: 8.x-8.x-dev
version: 8.x-8.1
install:
- system
- action
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment