Skip to content

Commit ee6f7c7

Browse files
committed
Bump stylesheet cache group
1 parent f5290d5 commit ee6f7c7

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
@@ -1645,7 +1645,7 @@ private function fetch_external_stylesheet( $url ) {
16451645
*/
16461646
private function get_parsed_stylesheet( $stylesheet, $options = [] ) {
16471647
$cached = true;
1648-
$cache_group = 'amp-parsed-stylesheet-v38'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
1648+
$cache_group = 'amp-parsed-stylesheet-v39'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
16491649
$use_transients = $this->should_use_transient_caching();
16501650

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

0 commit comments

Comments
 (0)