Skip to content

Commit

Permalink
wp plugin fix (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Aug 3, 2024
1 parent 4a7a597 commit 37d2220
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions artemis/modules/wordpress_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,39 +36,34 @@
"sumome",
"userway-accessibility-widget",
"visual-footer-credit-remover",
"wp-events-manager",
"zarinpal-woocommerce-payment-gateway",
]
PLUGINS_TO_SKIP_CHANGELOG = ["wp-members", "wordpress-popup", "backwpup"]
PLUGINS_TO_SKIP_CHANGELOG = ["wp-members", "wordpress-popup", "backwpup", "yith-woocommerce-catalog-mode"]
PLUGINS_TO_SKIP_STABLE_TAG = [
"flowpaper-lite-pdf-flipbook",
"scheduled-post-trigger",
"pdf-viewer-for-elementor",
"userway-accessibility-widget",
]
PLUGINS_BAD_VERSION_IN_README = [
"athemes-starter-sites",
"blocks-animation",
"button-contact-vr",
"cf7-to-zapier",
"change-admin-email-setting-without-outbound-email",
"clearfy",
"coming-soon",
"delete-all-comments-of-website",
"disable-remove-google-fonts",
"famethemes-demo-importer",
"hostinger",
"icon-element",
"link-manager",
"mask-form-elementor",
"official-facebook-pixel",
"page-or-post-clone",
"printfriendly",
"rafflepress",
"robin-image-optimizer",
"skyboot-custom-icons-for-elementor",
"subscribe-to-comments",
"the-events-calendar-shortcode",
"website-monetization-by-magenet",
"woocommerce",
"wp-events-manager",
"wp-maximum-execution-time-exceeded",
]

Expand Down

0 comments on commit 37d2220

Please sign in to comment.