Skip to content

Commit 27856a7

Browse files
committed
Bump parsed stylesheet cache group
1 parent 7135159 commit 27856a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/sanitizers/class-amp-style-sanitizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ private function fetch_external_stylesheet( $url ) {
16581658
*/
16591659
private function get_parsed_stylesheet( $stylesheet, $options = [] ) {
16601660
$cached = true;
1661-
$cache_group = 'amp-parsed-stylesheet-v39'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
1661+
$cache_group = 'amp-parsed-stylesheet-v40'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
16621662
$use_transients = $this->should_use_transient_caching();
16631663

16641664
// @todo If ValidationExemption::is_px_verified_for_node( $this->current_node ) then keep !important.

0 commit comments

Comments
 (0)