[CGMZ] Core - Version 1.10.0

Hi all, today this plugin was updated to version 1.10.0!
This update adds some more features to existing functions so I can rely more on it with my other plugins. It also adds some locale options which determine things in JavaScript such as how numbers are formatted (ex: 10.000 or 10,000). It also determines how things like dates are shown, such as 19 July 2023 or July 19, 2023, or 19 de julio de 2023, etc. Previously these date formats were hard coded into my Core script, but now that locale options have been added to CGMZ Core I can work on updating my plugins so your players will see the expected date/number formats for their locale. You can also force a locale to be used if you want, I imagine this will mostly be a testing tool so you can see what different people will see and make sure it all fits, since things like "19 de julio de 2023" will take up more text space than "19 July 2023".
As with most Core updates, right now it will probably not be widely used, but going forward my newer plugins and updates might rely on these updates in the Core, so it is recommended to always keep CGMZ Core up to date.
- Expanded function for getting item data objects to include skill/states
- Added locale options
- Moved date functions to CGMZ_Utils from CGMZ_Temp