File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 4.2.5
4+
5+ - Chore: Updated CMB2 to version 2.11.0
6+
37## Version 4.2.4
48
59- Fix: typo metabox field Lattitude -> Latitude
Original file line number Diff line number Diff line change 2626 ],
2727 "require" : {
2828 "php" : " ^7.4|^8.0" ,
29- "wpackagist-plugin/cmb2" : " 2.10 .*"
29+ "wpackagist-plugin/cmb2" : " 2.11 .*"
3030 },
3131 "require-dev" : {
3232 "mockery/mockery" : " ^1.0" ,
5858 " @unit"
5959 ]
6060 }
61- }
61+ }
Original file line number Diff line number Diff line change 66 * Plugin Name: Yard | OpenWOO
77 * Plugin URI: https://www.yard.nl/
88 * Description: Adds OpenWOO implementation
9- * Version: 4.2.4
9+ * Version: 4.2.5
1010 * Author: Yard | Digital Agency
1111 * Author URI: https://www.yard.nl/
1212 * License: EUPL-1.2
3030define ('OWO_LANGUAGE_DOMAIN ' , OWO_SLUG );
3131define ('OWO_DIR ' , basename (__DIR__ ));
3232define ('OWO_ROOT_PATH ' , __DIR__ );
33- define ('OWO_VERSION ' , '4.2.4 ' );
33+ define ('OWO_VERSION ' , '4.2.5 ' );
3434
3535/**
3636 * Manual loaded file: the autoloader.
You can’t perform that action at this time.
0 commit comments