changelog.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Changelog for GatewayManager.
  2. GatewayManager 1.2.0-pl (September 13th, 2015)
  3. ====================================
  4. - Improved create window with descriptions per field and removed inline editing for context and start page (since some field listeners are required)
  5. - Fixed: [#13] Different start_site definitions in the context and gateway brakes the website
  6. - Added new feature to create the first Resource when not exists (when creating settings is enabled)
  7. - Updated creating new gateway entries to create context settings correctly
  8. - Updated UI to be more compatible with MODX 2.3+
  9. - Improved creation validation of given settings (context, start page etc.)
  10. GatewayManager 1.1.0-pl (June 6th, 2012)
  11. ====================================
  12. - Gateway plugin not working with MODX setting http_host, but with REQUEST_URI of the server
  13. - Updated processor files to new MODX 2.2.x object way of life
  14. - Added German translation thanks to Anselm Hannemann!
  15. - Added new feature "Create context settings" to create necessary settings for selected context
  16. incl. new lexicons. Thanks to Viktor Matushevskyi for Russian translations!
  17. - Removed update gateway window, using inline editing now
  18. - MODX 2.2.x compatibility fixes
  19. - UI fixes for MODX 2.2.x
  20. GatewayManager 1.0.2-pl (November 13th, 2011)
  21. ====================================
  22. - Fixed creating tables at install
  23. GatewayManager 1.0.1-pl (November 13th, 2011)
  24. ====================================
  25. - Fix issue with relating plugin to OnHandleRequest
  26. GatewayManager 1.0.0-pl (November 13th, 2011)
  27. ====================================
  28. - Initial project
  29. - Initial changelog started