Index: openacs-4/packages/highcharts/tcl/resource-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/highcharts/tcl/resource-procs.tcl,v
diff -u -r1.1.2.2 -r1.1.2.3
--- openacs-4/packages/highcharts/tcl/resource-procs.tcl	24 Oct 2022 08:54:39 -0000	1.1.2.2
+++ openacs-4/packages/highcharts/tcl/resource-procs.tcl	24 Nov 2022 13:58:31 -0000	1.1.2.3
@@ -19,13 +19,15 @@
     # The Highcharts configuration can be tailored via the OpenACS
     # configuration file:
     #
-    # ns_section ns/server/${server}/acs/highcharts
-    #        ns_param HighchartsVersion 10.2.1
+    #    ns_section ns/server/${server}/acs/highcharts
+    #        ns_param HighchartsVersion 10.3.1
     #
+    #  For new versions, checkout https://cdnjs.com/
+    #
     set ::highcharts::version [parameter::get \
                                    -package_id $package_id \
                                    -parameter HighchartsVersion \
-                                   -default 10.2.1]
+                                   -default 10.3.1]
 
     ad_proc ::highcharts::resource_info {
         {-version ""}
Index: openacs-4/packages/highcharts/www/sitewide-admin/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/highcharts/www/sitewide-admin/index.adp,v
diff -u -r1.1.2.1 -r1.1.2.2
--- openacs-4/packages/highcharts/www/sitewide-admin/index.adp	23 Oct 2022 18:41:18 -0000	1.1.2.1
+++ openacs-4/packages/highcharts/www/sitewide-admin/index.adp	24 Nov 2022 13:58:31 -0000	1.1.2.2
@@ -4,6 +4,7 @@
 
 <h1>@title;noquote@</h1>
 <include src="/packages/acs-tcl/lib/check-installed" &=resource_info &=version &=download_url>
+<p>Check <a href="https://cdnjs.com/libraries?q=highcharts">here</a> for the newest version available from the CDN.
 
 <include src="/packages/acs-templating/lib/registered-urns" match="*:highcharts*">