[MEDIA][CORE] Add common function for converting a string with a size unit to an int and MediaFile uses file_quota

This commit is contained in:
Miguel Dantas
2019-06-15 15:21:05 +01:00
committed by Diogo Cordeiro
parent 5961b45140
commit b9a0733062
4 changed files with 52 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ defined('GNUSOCIAL') || die();
define('GNUSOCIAL_ENGINE', 'GNU social');
define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
define('GNUSOCIAL_BASE_VERSION', '1.21.2');
define('GNUSOCIAL_BASE_VERSION', '1.21.3');
define('GNUSOCIAL_LIFECYCLE', 'dev'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);