-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old themes not in WordPress core 5.1 are installed with roots/wordpress #3
Comments
This repo installs releases from the official wordpress/wordpress repo. |
Actually @noelspringer is right. |
Aha i see that repo includes the older themes. Curious though since the official WordPress releases don't include them. Could the older themes have been removed from the official releases for security reasons? |
@noelspringer I guess old themes are kept in the sources for maintenance, but removed when building archives for distribution. |
Makes sense Leo. Thanks |
@retlehs One option available to exclude default and old themes is downloading "no-content" build from WordPress.org repo:
PS: I've setup my own WordPress-composer repo where with "no-content" option, but I would like to configure a complete org with all the different available options. |
@LeoColomb eventually we will finish https://github.com/roots/wordpress-packager which will allow releasing all three packages
|
@austinpray That would be awesome, indeed 🙂 |
Looking at getting this fixed ASAP since this behavior triggers a security notice. If anyone has time to experiment: it might be as simple as just adding some more metadata to the package to blacklist those old themes? https://getcomposer.org/doc/04-schema.md#archive Also as far as rollout: pretty sure it's safe to assume that people will not mind if these themes disappear the next time they bump the roots/wordpress version? |
+1 for this! Having less unused files is always good. |
https://packagist.org/packages/roots/wordpress-no-content is now available to use, fyi! props to @LeoColomb and @swalkinshaw for their work on the new composer wordpress packages via https://github.com/roots/wordpress-packager |
Themes currently installed with WP core 5.1 from both wordpress.org and the johnpbloch/wordpress composer package are:
Themes installed with roots/wordpress include the above three themes as well as the old themes twentyeleven through to twentyfifteen.
The text was updated successfully, but these errors were encountered: