Skip to content

Enhancements, Bugfixes and cleanup

Compare
Choose a tag to compare
@ffflabs ffflabs released this 26 Feb 08:45
· 44 commits to master since this release
  • Scripts required from CDN (jquery, jquery-ui, etc) are now loaded locally.
  • Layout of static assets has been changed to differentiate own vs vendor scripts
  • Repairs Codemirror highlighting #256
  • Minimum required version is PHP 7.1
  • Adds support for PG 12 (in the future, PG13, PG14 and onward will fallback to PG 12 if there isnt a class for them) #243
  • Bugfixes when browsing and searching #245 #246 #251
  • Repairs index display under PG12 #253
  • Null fields are marked as such (in the checkbox) when editing or inserting a record #254
  • Repairs composer script referencing bad path
  • Removes usage and mentions of plugin manager
  • Adds support for an optional config.yml that overrides matching keys on config.inc.php #195