Export invoice metafields (#3366)

This commit is contained in:
Kevin Papst
2022-06-21 14:06:23 +02:00
committed by GitHub
parent 452cc46d67
commit e431a1ad9e
4 changed files with 24 additions and 8 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.20.4';
public const VERSION = '1.20.5';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 12004;
public const VERSION_ID = 12005;
/**
* The current release status, either "stable" or "dev"
*/