Add option to provide optional fetch flags

This commit is contained in:
2023-11-03 20:13:28 +01:00
parent d0bad95c11
commit d597a83422
3 changed files with 50 additions and 27 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.42.1';
return '1.43.0-dev';
}
require_once dirname(__FILE__).'/auths.php';