Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.57k stars 796 forks source link

De-Fusion: Shortcodes #25252

Closed sdixon194 closed 1 year ago

sdixon194 commented 1 year ago

Impacted plugin

Jetpack

What

Shortcodes

How

"$plugin_root/modules/shortcodes/$shortcode" => "$wpcom_root/wp-content/mu-plugins/shortcodes/$shortcode";

Shortcodes:

    'archiveorg-book.php',
    'archiveorg.php',
    'archives.php',
    'bandcamp.php',
    'brightcove.php',
    'cartodb.php',
    'codepen.php',
    'crowdsignal.php',
    'dailymotion.php',
    'facebook.php',
    'flatio.php',
    'flickr.php',
    'getty.php',
    'gist.php',
    'googleapps.php',
    'googlemaps.php',
    'googleplus.php',
    'houzz.php',
    'inline-pdfs.php',
    'instagram.php',
    'kickstarter.php',
    'mailchimp.php',
//  'mesh.php',
    'medium.php',
    'mixcloud.php',
    'pinterest.php',
//  'playlist.php',
    'spotify.php',
    'scribd.php',
    'sitemap.php',
    'slideshare.php',
    'slideshow.php',
    'smartframe.php',
    'soundcloud.php',
    'ted.php',
    'tweet.php',
    'twitchtv.php',
    'twitter-timeline.php',
    'unavailable.php', // Special class to handle deprecated services.
    'untappd-menu.php',
    'upcoming-events.php',
    'ustream.php',
    'vimeo.php',
    'vine.php',
    'vr.php',
    'wufoo.php',
    'youtube.php',
samiff commented 1 year ago

Update diff: D86793-code Cleanup diff: D86801-code Post-deploy cleanup: #25896

samiff commented 1 year ago

Update changeset: r251614-wpcom Cleanup changeset: r251616-wpcom