You are here

CHANGELOG.txt in DRD Agent 8.3

Same filename and directory in other branches
  1. 6.3 CHANGELOG.txt
  2. 7.3 CHANGELOG.txt
  3. 4.0.x CHANGELOG.txt
DRD Agent 8.x-3.13, 2020-01-31
------------------------------
Issue #3110284 by jurgenhaas: TypeError: Return value of Drupal/drd_agent/Agent/Action/Base::getDebugMode() must be of the type boolean, null returned

DRD Agent 8.x-3.12, 2019-12-24
------------------------------
Fix missing arguments when action class got instantiated

DRD Agent 8.x-3.11, 2019-12-23
------------------------------
Remove phar library and include agent code directly in module
Update code style
Workaround to handle class loader usage in settings.php
Loosen return type for decrypt function
Issue #3098760 by jurgenhaas: Get ready for Drupal 9
Issue #3066415 by Mohammad Fayoumi, jurgenhaas: Declare the 8.3.x core as a dependency inside drd_agent's info file
Issue #3003240 by chipway: Namespace Dependencies in .info.yml

DRD Agent 8.x-3.9, 2019-09-05
-----------------------------
Disable route normalizers for drd agent
Issue #3072250 by Dave.nb, jurgenhaas: Remote maintenance mode drops DRD support
Issue #3044795 by jcnventura: DRD agent broken with migration to gitlab

DRD Agent 8.x-3.8, 2019-04-01
-----------------------------
Issue #3044795 by jcnventura: DRD agent broken with migration to gitlab

DRD Agent 8.x-3.7, 2018-04-25
-----------------------------
Download library over https
Replace serialize/unserialze with json_encode/json_decode
Issue #2933501 by jurgenhaas, rashid_786: coding standard issue - short array ( [] ) should be used
Add recommended modules
Issue #2280565 by jurgenhaas: Store monitoring results and add a requirements record

DRD Agent 8.x-3.6, 2017-11-13
-----------------------------
Issue #2922706 by jurgenhaas: Implement dashboard authorization by server secret

DRD Agent 8.x-3.5, 2017-11-07
-----------------------------
Issue #2921346 by jurgenhaas: Comply with coding standard
Issue #2919986 by jurgenhaas: Check the OTT functionality

DRD Agent 8.x-3.4, 2017-10-02
-----------------------------
Remove symfony dependency from agent
Issue #2912146 by jurgenhaas: Make it Drush 9 compatibel
Issue #2905629 by jurgenhaas: BaseInterface PHP error when trying to access domain page
Issue #2899765 by jurgenhaas: Add missing dependencies
Issue #2856313: No configure link in module listing
Issue #2893772 by jurgenhaas, tresti88: Problem loading phar on some Plesk/OpCache combinations

DRD Agent 8.x-3.3, 2017-06-10
-----------------------------
  * Improve the agent to support file downloads
  * Fix redirect to be trusted after authorisation

DRD Agent 8.x-3.2, 2017-05-12
-----------------------------
  * Load the library only once and fix bug with loading the CCS for the authorisation form
  * Improve loading the library and ensure to load it only once
  * Issue #2877807 by jurgenhaas: Make sure we load the library only once and don't re-declare constants
  * Add missing class

DRD Agent 8.x-3.1, 2017-05-10
-----------------------------
  * Implement interactive dashboard authorisation

DRD Agent 8.x-3.0, 2017-02-26
-----------------------------
  * Publish officially

DRD Agent 8.x-3.0-rc4, 2017-02-03
---------------------------------
  * Issue #2841146 by jmolivas: Relocates commands services registration to console.services.yml file

DRD Agent 8.x-3.0-rc3, 2017-01-04
---------------------------------
  * Issue #2840768 by jurgenhaas: Move the phar library into own project and change version schema

DRD Agent 8.x-3.0-rc2, 2017-01-03
---------------------------------
  * Issue #2840224 by jmolivas: Update drupal console rc13 namespace changes

File

CHANGELOG.txt
View source
  1. DRD Agent 8.x-3.13, 2020-01-31
  2. ------------------------------
  3. Issue #3110284 by jurgenhaas: TypeError: Return value of Drupal/drd_agent/Agent/Action/Base::getDebugMode() must be of the type boolean, null returned
  4. DRD Agent 8.x-3.12, 2019-12-24
  5. ------------------------------
  6. Fix missing arguments when action class got instantiated
  7. DRD Agent 8.x-3.11, 2019-12-23
  8. ------------------------------
  9. Remove phar library and include agent code directly in module
  10. Update code style
  11. Workaround to handle class loader usage in settings.php
  12. Loosen return type for decrypt function
  13. Issue #3098760 by jurgenhaas: Get ready for Drupal 9
  14. Issue #3066415 by Mohammad Fayoumi, jurgenhaas: Declare the 8.3.x core as a dependency inside drd_agent's info file
  15. Issue #3003240 by chipway: Namespace Dependencies in .info.yml
  16. DRD Agent 8.x-3.9, 2019-09-05
  17. -----------------------------
  18. Disable route normalizers for drd agent
  19. Issue #3072250 by Dave.nb, jurgenhaas: Remote maintenance mode drops DRD support
  20. Issue #3044795 by jcnventura: DRD agent broken with migration to gitlab
  21. DRD Agent 8.x-3.8, 2019-04-01
  22. -----------------------------
  23. Issue #3044795 by jcnventura: DRD agent broken with migration to gitlab
  24. DRD Agent 8.x-3.7, 2018-04-25
  25. -----------------------------
  26. Download library over https
  27. Replace serialize/unserialze with json_encode/json_decode
  28. Issue #2933501 by jurgenhaas, rashid_786: coding standard issue - short array ( [] ) should be used
  29. Add recommended modules
  30. Issue #2280565 by jurgenhaas: Store monitoring results and add a requirements record
  31. DRD Agent 8.x-3.6, 2017-11-13
  32. -----------------------------
  33. Issue #2922706 by jurgenhaas: Implement dashboard authorization by server secret
  34. DRD Agent 8.x-3.5, 2017-11-07
  35. -----------------------------
  36. Issue #2921346 by jurgenhaas: Comply with coding standard
  37. Issue #2919986 by jurgenhaas: Check the OTT functionality
  38. DRD Agent 8.x-3.4, 2017-10-02
  39. -----------------------------
  40. Remove symfony dependency from agent
  41. Issue #2912146 by jurgenhaas: Make it Drush 9 compatibel
  42. Issue #2905629 by jurgenhaas: BaseInterface PHP error when trying to access domain page
  43. Issue #2899765 by jurgenhaas: Add missing dependencies
  44. Issue #2856313: No configure link in module listing
  45. Issue #2893772 by jurgenhaas, tresti88: Problem loading phar on some Plesk/OpCache combinations
  46. DRD Agent 8.x-3.3, 2017-06-10
  47. -----------------------------
  48. * Improve the agent to support file downloads
  49. * Fix redirect to be trusted after authorisation
  50. DRD Agent 8.x-3.2, 2017-05-12
  51. -----------------------------
  52. * Load the library only once and fix bug with loading the CCS for the authorisation form
  53. * Improve loading the library and ensure to load it only once
  54. * Issue #2877807 by jurgenhaas: Make sure we load the library only once and don't re-declare constants
  55. * Add missing class
  56. DRD Agent 8.x-3.1, 2017-05-10
  57. -----------------------------
  58. * Implement interactive dashboard authorisation
  59. DRD Agent 8.x-3.0, 2017-02-26
  60. -----------------------------
  61. * Publish officially
  62. DRD Agent 8.x-3.0-rc4, 2017-02-03
  63. ---------------------------------
  64. * Issue #2841146 by jmolivas: Relocates commands services registration to console.services.yml file
  65. DRD Agent 8.x-3.0-rc3, 2017-01-04
  66. ---------------------------------
  67. * Issue #2840768 by jurgenhaas: Move the phar library into own project and change version schema
  68. DRD Agent 8.x-3.0-rc2, 2017-01-03
  69. ---------------------------------
  70. * Issue #2840224 by jmolivas: Update drupal console rc13 namespace changes