mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Removing dynamic module loading and replacing it with static loading. Fixes #7492
Gets rid of all occurrences and usage of get_own_javascripts since it is no longer used.
This commit is contained in:
committed by
Akshay Joshi
parent
e46468321d
commit
cb635f6706
@@ -11,6 +11,7 @@ notes for it.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
release_notes_6_12
|
||||
release_notes_6_11
|
||||
release_notes_6_10
|
||||
release_notes_6_9
|
||||
|
||||
19
docs/en_US/release_notes_6_12.rst
Normal file
19
docs/en_US/release_notes_6_12.rst
Normal file
@@ -0,0 +1,19 @@
|
||||
************
|
||||
Version 6.12
|
||||
************
|
||||
|
||||
Release date: 2022-07-28
|
||||
|
||||
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v6.11.
|
||||
|
||||
New features
|
||||
************
|
||||
|
||||
|
||||
Housekeeping
|
||||
************
|
||||
|
||||
| `Issue #7492 <https://redmine.postgresql.org/issues/7492>`_ - Removing dynamic module loading and replacing it with static loading.
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
Reference in New Issue
Block a user