You are here

CHANGELOG.txt in DRD Agent 4.0.x

Same filename and directory in other branches
  1. 8.3 CHANGELOG.txt
  2. 6.3 CHANGELOG.txt
  3. 7.3 CHANGELOG.txt
DRD 4.0.1, 2021-01-28
---------------------
Issue #3195153 by StryKaizer: Store authentication data in State instead of Config

DRD 4.0.0, 2020-06-10
---------------------
Issue #3138816 by jurgenhaas: Get ready for Drupal 9

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