Skip to content

Commit

Permalink
Wordpress plugin check fix (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Jan 9, 2025
1 parent bd0c4ce commit 0475bd2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions artemis/modules/wordpress_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@
"zarinpal-woocommerce-payment-gateway",
]
PLUGINS_TO_SKIP_CHANGELOG = [
"wp-members",
"wordpress-popup",
"backwpup",
"everest-forms",
"social-pug",
"yith-woocommerce-catalog-mode",
"wordpress-popup",
"wp-members",
"wppao-sitemap",
"yith-woocommerce-catalog-mode",
]
PLUGINS_TO_SKIP_STABLE_TAG = [
"flowpaper-lite-pdf-flipbook",
Expand Down

0 comments on commit 0475bd2

Please sign in to comment.