Index: openacs-4/packages/highcharts/highcharts.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/highcharts/highcharts.info,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/highcharts/highcharts.info 24 Nov 2023 12:11:37 -0000 1.1.2.3 +++ openacs-4/packages/highcharts/highcharts.info 9 Feb 2024 13:45:46 -0000 1.1.2.4 @@ -9,12 +9,12 @@ <implements-subsite-p>f</implements-subsite-p> <inherit-templates-p>f</inherit-templates-p> - <version name="0.3" url="http://openacs.org/repository/download/apm/highcharts-0.3.apm"> + <version name="0.4" url="http://openacs.org/repository/download/apm/highcharts-0.4.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.3"/> + <provides url="highcharts" version="0.4"/> <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.7 -r1.1.2.8 --- openacs-4/packages/highcharts/tcl/resource-procs.tcl 24 Nov 2023 12:11:37 -0000 1.1.2.7 +++ openacs-4/packages/highcharts/tcl/resource-procs.tcl 9 Feb 2024 13:45:46 -0000 1.1.2.8 @@ -20,14 +20,14 @@ # configuration file: # # ns_section ns/server/${server}/acs/highcharts - # ns_param HighchartsVersion 11.0.1 + # ns_param HighchartsVersion 11.3.0 # # For new versions, checkout https://cdnjs.com/ # set ::highcharts::version [parameter::get \ -package_id $package_id \ -parameter HighchartsVersion \ - -default 11.2.0] + -default 11.3.0] ad_proc ::highcharts::resource_info { {-version ""}