diff --git a/composer.lock b/composer.lock index 485529e4..31a91856 100644 --- a/composer.lock +++ b/composer.lock @@ -202,20 +202,20 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.17.0", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" + "reference": "cb56001e54359df7ae76dc522d08845dc741621b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", + "reference": "cb56001e54359df7ae76dc522d08845dc741621b", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -257,9 +257,9 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" }, - "time": "2023-11-17T15:01:25+00:00" + "time": "2024-11-01T03:51:45+00:00" }, { "name": "johnpbloch/wordpress", @@ -1492,15 +1492,15 @@ }, { "name": "wpackagist-plugin/google-analytics-for-wordpress", - "version": "9.2.0", + "version": "9.2.1", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/google-analytics-for-wordpress/", - "reference": "tags/9.2.0" + "reference": "tags/9.2.1" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.2.0.zip" + "url": "https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.2.1.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -1744,15 +1744,15 @@ }, { "name": "wpackagist-plugin/really-simple-ssl", - "version": "9.1.0", + "version": "9.1.1.1", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/really-simple-ssl/", - "reference": "tags/9.1.0" + "reference": "tags/9.1.1.1" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/really-simple-ssl.9.1.0.zip" + "url": "https://downloads.wordpress.org/plugin/really-simple-ssl.9.1.1.1.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -2764,16 +2764,16 @@ }, { "name": "symfony/process", - "version": "v5.4.45", + "version": "v5.4.46", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4" + "reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4", - "reference": "95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4", + "url": "https://api.github.com/repos/symfony/process/zipball/01906871cb9b5e3cf872863b91aba4ec9767daf4", + "reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4", "shasum": "" }, "require": { @@ -2806,7 +2806,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.45" + "source": "https://github.com/symfony/process/tree/v5.4.46" }, "funding": [ { @@ -2822,7 +2822,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:11:13+00:00" + "time": "2024-11-06T09:18:28+00:00" }, { "name": "symfony/service-contracts", diff --git a/wp-resources/plugins/wp-render-blogroll-links/WP-Render-Blogroll.php b/wp-resources/plugins/wp-render-blogroll-links/WP-Render-Blogroll.php index 02b1f80c..7c2150e3 100755 --- a/wp-resources/plugins/wp-render-blogroll-links/WP-Render-Blogroll.php +++ b/wp-resources/plugins/wp-render-blogroll-links/WP-Render-Blogroll.php @@ -16,7 +16,7 @@ The wp_list_bookmarks_plus function is an evolution of the wp_list_bookmarks function that is privded with Wordpress. Having this function here will allow this plugin to evolve even further than originally intended in the future. */ -define ('WPRBLVERSION', '2.1.7'); +define ('WPRBLVERSION', '2.1.8.Webonary'); function walk_bookmarks_plus($bookmarks, $args = '' ) { $defaults = array( @@ -167,6 +167,7 @@ function wp_list_bookmarks_plus ($args = '') { 'catdescription_after'=> '
' ); $r = wp_parse_args( $args, $defaults ); + $r['limit'] = intval($r['limit']); extract( $r, EXTR_SKIP ); $output = ''; if ($categorize) { @@ -232,7 +233,7 @@ function wp_list_bookmarks_plus ($args = '') { function renderlinks_tc_hnd ($att,$content=null) { $wprbr_n = 'WP Render Blogroll Links '; $wprbl_v = WPRBLVERSION; - extract (shortcode_atts(array('showhide'=>0,'show_images'=>1,'always_show_names'=>0,'show_names_under_images'=>0,'excludecat'=>'','limit'=>'-1','forcerel'=>'','linkclass'=>'','livelinks'=>0,'catorder'=>'ASC','catorderby'=>'name','order'=>'ASC','orderby'=>'name','catid' => '','catname' => '','showcatdesc' => '0','showdesc' => '0','showbrk'=> ' ','showdash'=> '0','notitle'=>'0','rss_image'=>'/wp-includes/images/rss.png','show_rss'=>0), $att)); + extract (shortcode_atts(array('showhide'=>0,'show_images'=>1,'always_show_names'=>0,'show_names_under_images'=>0,'excludecat'=>'','limit'=>-1,'forcerel'=>'','linkclass'=>'','livelinks'=>0,'catorder'=>'ASC','catorderby'=>'name','order'=>'ASC','orderby'=>'name','catid' => '','catname' => '','showcatdesc' => '0','showdesc' => '0','showbrk'=> ' ','showdash'=> '0','notitle'=>'0','rss_image'=>'/wp-includes/images/rss.png','show_rss'=>0), $att)); if ($notitle=="1"){$notitletag='&categorize=0&title_li= ';} else {$notitletag='';} if ($showbrk=="1"){$brk="