changelog.txt 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. Changelog for UpgradeMODX
  2. UpgradeMODX 2.1.2-pl
  3. ---------------------------------
  4. Fix bug with getting latestVersion value
  5. Only update versionlist when necessary
  6. Eliminate unnecessary trip to GitHub
  7. Provide workaround for versionlist issues
  8. Add many unit tests
  9. Get true cache path from CacheManager
  10. Catch potential uncaught exception in copyFiles processor
  11. Cache versionlist for better performance
  12. Fix path bug in resolver
  13. Better error reporting from GitHub
  14. Add ugm_verbose setting for more detailed exception messages
  15. Update Swedish translation
  16. UpgradeMODX 2.1.0-pl
  17. ---------------------------------
  18. Fix bug with inactive submit button
  19. Add option to use UGM on multiple sites on same server
  20. UpgradeMODX 2.0.3-pl
  21. ---------------------------------
  22. Fix bug with possible 500 error in PHP 5
  23. Fix bug with test for copying processors files
  24. Update Unit Tests
  25. UpgradeMODX 2.0.2-pl
  26. ---------------------------------
  27. Tell Setup where the core is, so it doesn't ask!
  28. Automatically select appropriate upgrade version
  29. Automatically extend version list to include current version
  30. Indicate current version in version list
  31. Report progress during upgrade process
  32. 3D animation for progress (except on f@$@|#% IE < Edge)
  33. Use processors for each step to avoid timeouts
  34. Operate entirely in the Manager until setup is launched
  35. Add lexicon strings for all text
  36. Restyle for Mobile
  37. Change Ajax method to get to conform with the HTML 2.0 spec
  38. Fix bug with missing versionlist error
  39. Make sure downloaded file is closed
  40. Get MODX files directly from AWS
  41. Update credits
  42. Other bug fixes and improvements
  43. UpgradeMODX 1.5.6-pl
  44. ---------------------------------
  45. Wrap rrmdir in if(function_exists)
  46. Add warning not to skip .0 versions
  47. UpgradeMODX 1.5.5-pl
  48. ---------------------------------
  49. Fix issue with MODX logo (thanks to DigitalPenguin)
  50. Move background image to local file
  51. UpgradeMODX 1.5.4-pl
  52. ---------------------------------
  53. Fix open_base_dir redirect issue (thanks to Jako)
  54. Add Italian translation (thanks to FerX)
  55. Update Swedish translation (thanks to Kristoffer Karlström)
  56. Fix lexicon->load issue (thanks to sebastian-marinescu)
  57. Hide inactive MODX version 2.5.3
  58. Change name of temp directory to ugmtemp
  59. Delete any created files if there is an error
  60. Minor bug fixes and improvements
  61. UpgradeMODX 1.5.3-pl
  62. ---------------------------------
  63. Fix bug with strip_tags and failure to get versionList from GitHub
  64. Remove unused argument from updateVersionListFile
  65. Add error message on failure to get versionList from GitHub
  66. UpgradeMODX 1.5.2-pl
  67. ---------------------------------
  68. Fix problem with malformed URL (thanks to Jako)
  69. Modifications for MODX Cloud and similar platforms
  70. UpgradeMODX 1.5.1-pl
  71. ---------------------------------
  72. Correct snippet tag in resource
  73. Fix issue with open_basedir check (thanks to Jako)
  74. Add Swedish translation (thanks to kristk)
  75. Fix protocol for loading fonts and logo (thanks to inreti)
  76. Add support for local certs for SSL_VERIFY_PEER
  77. Fix bug with quit function
  78. Add github_username and github_token properties
  79. Improve diagnostics
  80. UpgradeMODX 1.5.0-pl
  81. ---------------------------------
  82. Log upgrades to MODX Manager Actions log
  83. Add snippet property to control cURL SSL_VERIFY_PEER
  84. UpgradeMODX 1.4.0-pl
  85. ---------------------------------
  86. Add forceFopen, githubTimeout, modxTimeout properties
  87. Add attempts, and versionListPath properties
  88. Improve error handling and diagnostics
  89. Unit tests for all methods
  90. Refactor for better dependency injection and reliability
  91. Fix bug with missing version list
  92. UpgradeMODX 1.3.0-pl
  93. ---------------------------------
  94. Fix bug with blank screen when both cURL and allow_url_fopen are disabled
  95. Fix bug in test for cURL
  96. Refactor unZip code
  97. Add forcePclZip property
  98. Improve error handling
  99. UpgradeMODX 1.2.2-pl
  100. ---------------------------------
  101. Public Launch
  102. UpgradeMODX 1.2.1-rc
  103. ---------------------------------
  104. Fix issue with version list
  105. Wrap class in if (class_exists)
  106. UpgradeMODX 1.2.0-rc
  107. ---------------------------------
  108. Use PclZip if ZipArchive is not available
  109. Improve reliability of ZipArchive extraction
  110. Fix bug with sorting when plOnly is false
  111. Fix bug with missing setup directory
  112. Add set_time_limit(0) in loop
  113. Fix spurious error in resolver
  114. Form and doc updates
  115. UpgradeMODX 1.0.2-beta1
  116. ---------------------------------
  117. Fixed bug with earlier versions of PHP
  118. UpgradeMODX 1.0.0-beta1
  119. ---------------------------------
  120. Initial Version