Index: openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bootstrap-icons/tcl/Attic/resource-procs.tcl,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl 8 Feb 2023 08:57:46 -0000 1.1.2.6 +++ openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl 12 May 2023 17:50:50 -0000 1.1.2.7 @@ -21,12 +21,12 @@ # configuration file: # # ns_section ns/server/${server}/acs/bootstrap-icons - # ns_param BootstrapIconsVersion 1.10.3 + # ns_param BootstrapIconsVersion 1.10.5 # set ::bootstrap_icons::version [parameter::get \ -package_id $package_id \ -parameter BootstrapIconsVersion \ - -default 1.10.3] + -default 1.10.5] ad_proc ::bootstrap_icons::resource_info { {-version ""} @@ -104,7 +104,7 @@ urnMap {} \ versionCheckURL "https://cdnjs.com/libraries?q=bootstrap-icons" - + return $result }