diff --git a/app/init.php b/app/init.php index 9a7b234cef..55b616d65a 100644 --- a/app/init.php +++ b/app/init.php @@ -48,7 +48,7 @@ const APP_MODE_DEFAULT = 'default'; const APP_MODE_ADMIN = 'admin'; const APP_PAGING_LIMIT = 12; const APP_CACHE_BUSTER = 171; -const APP_VERSION_STABLE = '0.11.1'; +const APP_VERSION_STABLE = '0.11.2'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_FUNCTIONS = '/storage/functions'; const APP_STORAGE_CACHE = '/storage/cache'; diff --git a/tests/resources/functions/dart/code.tar.gz b/tests/resources/functions/dart/code.tar.gz new file mode 100644 index 0000000000..934e15aa7d Binary files /dev/null and b/tests/resources/functions/dart/code.tar.gz differ diff --git a/tests/resources/functions/node/code.tar.gz b/tests/resources/functions/node/code.tar.gz new file mode 100644 index 0000000000..4701d7319b Binary files /dev/null and b/tests/resources/functions/node/code.tar.gz differ diff --git a/tests/resources/functions/php-fn/code.tar.gz b/tests/resources/functions/php-fn/code.tar.gz new file mode 100644 index 0000000000..035d40cfa8 Binary files /dev/null and b/tests/resources/functions/php-fn/code.tar.gz differ diff --git a/tests/resources/functions/php-large/code.tar.gz b/tests/resources/functions/php-large/code.tar.gz new file mode 100644 index 0000000000..9d9e547476 Binary files /dev/null and b/tests/resources/functions/php-large/code.tar.gz differ diff --git a/tests/resources/functions/php/code.tar.gz b/tests/resources/functions/php/code.tar.gz new file mode 100644 index 0000000000..c9ffdcfd43 Binary files /dev/null and b/tests/resources/functions/php/code.tar.gz differ diff --git a/tests/resources/functions/python/code.tar.gz b/tests/resources/functions/python/code.tar.gz new file mode 100644 index 0000000000..c06e82959e Binary files /dev/null and b/tests/resources/functions/python/code.tar.gz differ diff --git a/tests/resources/functions/ruby/code.tar.gz b/tests/resources/functions/ruby/code.tar.gz new file mode 100644 index 0000000000..7657acb03e Binary files /dev/null and b/tests/resources/functions/ruby/code.tar.gz differ diff --git a/tests/resources/functions/swift/code.tar.gz b/tests/resources/functions/swift/code.tar.gz new file mode 100644 index 0000000000..19d37a0d1c Binary files /dev/null and b/tests/resources/functions/swift/code.tar.gz differ diff --git a/tests/resources/functions/timeout/code.tar.gz b/tests/resources/functions/timeout/code.tar.gz new file mode 100644 index 0000000000..beee89d09a Binary files /dev/null and b/tests/resources/functions/timeout/code.tar.gz differ