This is an automated email from the ASF dual-hosted git repository.

adityasharma pushed a change to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.


    from b9780b2  Improved: Removes plugins as a submodule (OFBIZ-8459)
     new 6ff83fb  Fixed: Check embedded Javascript libs vulnerabilities using 
retire.js (OFBIZ-11752)
     new 962e249  Fixed: console error TypeError: document is undefined 
(OFBIZ-11752)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../webapp/common/js/jquery/jquery-3.4.1.min.js    |    2 -
 .../js/jquery/{jquery-3.4.1.js => jquery-3.5.1.js} | 1238 ++++++++++++--------
 .../webapp/common/js/jquery/jquery-3.5.1.min.js    |    2 +
 .../common/js/jquery/jquery-migrate-3.0.0.js       |  540 ---------
 .../common/js/jquery/jquery-migrate-3.0.0.min.js   |    2 -
 .../common/js/jquery/jquery-migrate-3.3.0.js       |  838 +++++++++++++
 .../common/js/jquery/jquery-migrate-3.3.0.min.js   |    2 +
 .../webapp/common/js/util/application.js           |    2 +-
 themes/common-theme/widget/CommonScreens.xml       |    8 +-
 themes/common-theme/widget/Theme.xml               |    6 +-
 10 files changed, 1606 insertions(+), 1034 deletions(-)
 delete mode 100644 
themes/common-theme/webapp/common/js/jquery/jquery-3.4.1.min.js
 rename themes/common-theme/webapp/common/js/jquery/{jquery-3.4.1.js => 
jquery-3.5.1.js} (91%)
 create mode 100644 
themes/common-theme/webapp/common/js/jquery/jquery-3.5.1.min.js
 delete mode 100644 
themes/common-theme/webapp/common/js/jquery/jquery-migrate-3.0.0.js
 delete mode 100644 
themes/common-theme/webapp/common/js/jquery/jquery-migrate-3.0.0.min.js
 create mode 100644 
themes/common-theme/webapp/common/js/jquery/jquery-migrate-3.3.0.js
 create mode 100644 
themes/common-theme/webapp/common/js/jquery/jquery-migrate-3.3.0.min.js

Reply via email to