File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 28
28
- [ #844 ] ( https://github.com/leonstafford/wp2static/issues/844 ) : Fix crawling of basic auth sites. @thecodeassassin , @vladstanca
29
29
- [ #855 ] ( https://github.com/leonstafford/wp2static/issues/855 ) : Allow setting options to empty values from the CLI. @john-shaffer
30
30
- [ #850 ] ( https://github.com/leonstafford/wp2static/issues/850 ) : Fix to write content to disk, even for cache hits when "Use CrawlCache" is ON. @utchy
31
+ - [ #877 ] ( https://github.com/leonstafford/wp2static/issues/877 ) : Detect from web UI was not adding any URLs. @timothylcooke
31
32
32
33
## WP2Static 7.1.7 (2021-09-04)
33
34
Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ public static function wp2staticProcessQueueAdminPost() : void {
684
684
public static function wp2staticHeadless () : void {
685
685
WsLog::l ( 'Running WP2Static in Headless mode ' );
686
686
WsLog::l ( 'Starting URL detection ' );
687
- $ detected_count = count ( URLDetector::detectURLs () );
687
+ $ detected_count = URLDetector::enqueueURLs ( );
688
688
WsLog::l ( "URL detection completed ( $ detected_count URLs detected) " );
689
689
690
690
self ::wp2staticCrawl ();
You can’t perform that action at this time.
0 commit comments