I’ve managed to start 25.11. (6 days more) – but you have to change code at multiple places (.js/.php/.css)
js and php
“for($i = 0; $i < 4; $i++)” change to “for($i = 0; $i < 5; $i++)”
“for ( $i = 0; $i <= 24; $i ++ )” change to “for ( $i = 0; $i <= 30; $i ++ )”
css
#wp-advent-calendar li chaange height from 25 to 20%