Unverified Commit 19c13c38 by Scott Committed by GitHub

Merge branch 'dev' into chore/cache-dependencies

parents 04faa0a7 a4d9e2f2
...@@ -10,6 +10,7 @@ php: ...@@ -10,6 +10,7 @@ php:
- '5.6' - '5.6'
- '7.0' - '7.0'
- '7.1' - '7.1'
- '7.2'
matrix: matrix:
include: include:
...@@ -37,4 +38,8 @@ script: ...@@ -37,4 +38,8 @@ script:
cache: cache:
directories: directories:
- "$HOME/.composer/cache/files" - "$HOME/.composer/cache/files"
\ No newline at end of file
git:
depth: 5
...@@ -165,6 +165,7 @@ function qa_favorite_tags_view($tags) ...@@ -165,6 +165,7 @@ function qa_favorite_tags_view($tags)
'items' => array(), 'items' => array(),
'rows' => ceil(count($tags) / qa_opt('columns_tags')), 'rows' => ceil(count($tags) / qa_opt('columns_tags')),
'type' => 'tags', 'type' => 'tags',
'sort' => 'count',
); );
foreach ($tags as $tag) { foreach ($tags as $tag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment