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

Issue #3050503: Varbase 8.6.8: Update [CHANGELOG.md, UPDATE.md,...

Issue #3050503: Varbase 8.6.8: Update [CHANGELOG.md, UPDATE.md, drupal-org.make] files and filter the code for Drupal 8 Coding Standard
parent 003e90c7
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ before_install: ...@@ -64,7 +64,7 @@ before_install:
- echo 'max_execution_time = 1200' >> varbase.php.ini; - echo 'max_execution_time = 1200' >> varbase.php.ini;
- echo 'max_input_time = 180' >> varbase.php.ini; - echo 'max_input_time = 180' >> varbase.php.ini;
- echo 'max_input_vars = 10000' >> varbase.php.ini; - echo 'max_input_vars = 10000' >> varbase.php.ini;
- echo 'memory_limit = 2000M' >> varbase.php.ini; - echo 'memory_limit = 3000M' >> varbase.php.ini;
- echo 'error_reporting = E_ALL' >> varbase.php.ini; - echo 'error_reporting = E_ALL' >> varbase.php.ini;
- echo 'post_max_size = 64M' >> varbase.php.ini; - echo 'post_max_size = 64M' >> varbase.php.ini;
- echo 'upload_max_filesize = 32M' >> varbase.php.ini; - echo 'upload_max_filesize = 32M' >> varbase.php.ini;
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
structure and implement theme suggestions and JS behaviors structure and implement theme suggestions and JS behaviors
for each video provider to support autoplay for various video for each video provider to support autoplay for various video
providers (YouTube, Vimeo, and Local video) providers (YouTube, Vimeo, and Local video)
* Issue [#3049751](https://www.drupal.org/node/3049751):
Styled the one slide view and Full content hero slider page
to look like a preview for the slide
* Issue [#3050202](https://www.drupal.org/node/3050202): * Issue [#3050202](https://www.drupal.org/node/3050202):
Implemented theme suggestions and JS behaviours in Implemented theme suggestions and JS behaviours in
Varbase Media Header for each video provider to support Varbase Media Header for each video provider to support
...@@ -41,6 +38,9 @@ ...@@ -41,6 +38,9 @@
[Hero slider] content type [Hero slider] content type
### Changed since Varbase 8.6.7: ### Changed since Varbase 8.6.7:
* Issue [#3049751](https://www.drupal.org/node/3049751):
Styled the one slide view and Full content hero slider page
to look like a preview for the slide
* Issue [#3049744](https://www.drupal.org/node/3049744): * Issue [#3049744](https://www.drupal.org/node/3049744):
Have the title element go to the end of the line, with the Have the title element go to the end of the line, with the
Length Indicator and the title should have the same exact Length Indicator and the title should have the same exact
......
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