Skip to content

Commit

Permalink
Bump stylesheet cache group after #3866 (#3880)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter authored Dec 5, 2019
1 parent 35ca34f commit 531c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/sanitizers/class-amp-style-sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ private function fetch_external_stylesheet( $url ) {
private function process_stylesheet( $stylesheet, $options = [] ) {
$parsed = null;
$cache_key = null;
$cache_group = 'amp-parsed-stylesheet-v21'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.
$cache_group = 'amp-parsed-stylesheet-v22'; // This should be bumped whenever the PHP-CSS-Parser is updated or parsed format is updated.

$cache_impacting_options = array_merge(
wp_array_slice_assoc(
Expand Down

0 comments on commit 531c263

Please sign in to comment.