Skip to content

Commit

Permalink
change the old version back, to be 3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Nov 14, 2024
1 parent cc842a3 commit 8607703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ private function schedule_subscription_check( $subscription ) {
* @return void
*/
public function refresh_cdn_cname( $new_version, $old_version ): void {

Check warning on line 327 in inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php#L327

Avoid unused parameters such as '$new_version'.
if ( version_compare( $old_version, '3.17.3', '>' ) ) {
if ( version_compare( $old_version, '3.17.2', '>' ) ) {
return;
}

Expand Down

0 comments on commit 8607703

Please sign in to comment.