Index: openacs-4/packages/highcharts/highcharts.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/highcharts/highcharts.info,v
diff -u -r1.1.2.2 -r1.1.2.3
--- openacs-4/packages/highcharts/highcharts.info	6 Jul 2023 08:51:37 -0000	1.1.2.2
+++ openacs-4/packages/highcharts/highcharts.info	24 Nov 2023 12:11:37 -0000	1.1.2.3
@@ -9,12 +9,12 @@
     <implements-subsite-p>f</implements-subsite-p>
     <inherit-templates-p>f</inherit-templates-p>
 
-    <version name="0.2" url="http://openacs.org/repository/download/apm/highcharts-0.2.apm">
+    <version name="0.3" url="http://openacs.org/repository/download/apm/highcharts-0.3.apm">
         <owner url="mailto:neumann@wu-wien.ac.at">Gustaf Neumann</owner>
         <description format="text/html">The Highcharts library is a JavaScript and TypeScript package for producing data visualizations (line/bar/pie charts etc.). The OpenACS package offers support to load this library either via CDN or from a local installation (via acs-admin and global administration UI).</description>
         <maturity>0</maturity>
 
-        <provides url="highcharts" version="0.2"/>
+        <provides url="highcharts" version="0.3"/>
 
         <callbacks>
         </callbacks>
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.6 -r1.1.2.7
--- openacs-4/packages/highcharts/tcl/resource-procs.tcl	6 Jul 2023 08:51:37 -0000	1.1.2.6
+++ openacs-4/packages/highcharts/tcl/resource-procs.tcl	24 Nov 2023 12:11:37 -0000	1.1.2.7
@@ -27,7 +27,7 @@
     set ::highcharts::version [parameter::get \
                                    -package_id $package_id \
                                    -parameter HighchartsVersion \
-                                   -default 11.0.1]
+                                   -default 11.2.0]
 
     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.3 -r1.1.2.4
--- openacs-4/packages/highcharts/www/sitewide-admin/index.adp	24 Nov 2022 14:11:08 -0000	1.1.2.3
+++ openacs-4/packages/highcharts/www/sitewide-admin/index.adp	24 Nov 2023 12:11:37 -0000	1.1.2.4
@@ -7,5 +7,9 @@
 
 <include src="/packages/acs-templating/lib/registered-urns" match="*:highcharts*">
 
-<p>For developer information, look into the <a href="https://www.highcharts.com/docs/index">Highcharts Manual</a>.
-<p>For a quick test, check the <a href="sample">Sample page</a>.
+<strong>Additional Resources:</strong>
+<ul>
+<li>For version info, look into the <a href="https://www.highcharts.com/blog/changelog/">Highcharts Changelog</a>.</li>
+<li>For developer information, look into the <a href="https://www.highcharts.com/docs/index">Highcharts Manual</a>.</li>
+<li>For a quick test, check the <a href="sample">Sample page</a>.</li>
+</ul>