File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.1.0
4+
5+ - Feat: Add WP action to capture logs
6+
37## v2.0.0
48
59- Refactor: update codebase to PHP 8 standards
Original file line number Diff line number Diff line change 88 * Description: Add a DigiD login field to GravityForms.
99 * Author: Yard | Digital Agency
1010 * Author URI: https://www.yard.nl
11- * Version: 2.0 .0
11+ * Version: 2.1 .0
1212 * License: GPL3.0
1313 * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
1414 * Text Domain: owc-gravityforms-digid
2525define ('GF_DIGID_PLUGIN_FILE ' , __FILE__ );
2626define ('GF_DIGID_PLUGIN_SLUG ' , 'owc-gravityforms-digid ' );
2727define ('GF_DIGID_ROOT_PATH ' , __DIR__ );
28- define ('GF_DIGID_VERSION ' , '2.0 .0 ' );
28+ define ('GF_DIGID_VERSION ' , '2.1 .0 ' );
2929define ('GF_DIGID_LOGGER_DEFAULT_MAX_FILES ' , 7 );
3030define ('GF_DIGID_DEFAULT_SESSION_LIFETIME_SECONDS ' , '1500 ' );
3131
You can’t perform that action at this time.
0 commit comments