Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit e84fb85

Browse files
retlehstangrufus
andauthored
Sunset package (#52)
Co-authored-by: Tang Rufus <[email protected]>
1 parent a15a506 commit e84fb85

File tree

2 files changed

+12
-52
lines changed

2 files changed

+12
-52
lines changed

README.md

Lines changed: 8 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,14 @@
1-
<p align="center">
2-
<img alt="wp-password-bcrypt" src="https://cdn.roots.io/app/uploads/logo-roots.svg" width="100">
3-
</p>
1+
# wp-password-bcrypt
42

5-
<p align="center">
6-
<img alt="MIT License" src="https://img.shields.io/github/license/roots/wp-password-bcrypt?color=%23525ddc&style=flat-square" />
3+
Drop-in bcrypt password hashing for WordPress
74

8-
<a href="https://packagist.org/packages/roots/wp-password-bcrypt">
9-
<img alt="Packagist" src="https://img.shields.io/packagist/v/roots/wp-password-bcrypt.svg?style=flat-square" />
10-
</a>
5+
<a href="https://packagist.org/packages/roots/wp-password-bcrypt"><img alt="Packagist" src="https://img.shields.io/packagist/v/roots/wp-password-bcrypt.svg?style=flat-square" /></a>
116

12-
<a href="https://packagist.org/packages/roots/wp-password-bcrypt">
13-
<img alt="Packagist Downloads" src="https://img.shields.io/packagist/dt/roots/wp-password-bcrypt.svg?style=flat-square)" />
14-
</a>
15-
16-
<img alt="Build Status" src="https://github.com/roots/wp-password-bcrypt/workflows/Main/badge.svg" />
17-
18-
<a href="https://twitter.com/rootswp">
19-
<img alt="Follow Roots" src="https://img.shields.io/twitter/follow/rootswp.svg?style=flat-square&color=1da1f2" />
20-
</a>
21-
</p>
22-
23-
<p align="center">
24-
<strong>Drop-in bcrypt password hashing for WordPress</strong>
25-
<br />
26-
Built with ❤️
27-
</p>
28-
29-
## Supporting
30-
31-
**wp-password-bcrypt** is an open source project and completely free to use.
32-
33-
However, the amount of effort needed to maintain and develop new features and products within the Roots ecosystem is not sustainable without proper financial backing. If you have the capability, please consider donating using the links below:
34-
35-
<div align="center">
36-
37-
[![Sponsor on GitHub](https://img.shields.io/static/v1?label=sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/roots)
38-
[![Donate via Patreon](https://img.shields.io/badge/donate-patreon-orange.svg?style=flat-square&logo=patreon")](https://www.patreon.com/rootsdev)
39-
[![Donate via PayPal](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square&logo=paypal)](https://www.paypal.me/rootsdev)
40-
41-
</div>
7+
> [!WARNING]
8+
> This package will become redundant with WordPress 6.8+ as bcrypt becomes the default password hashing method.
9+
> See [**WordPress 6.8 will use bcrypt for password hashing**](https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/) for more details.
10+
>
11+
> **Migration**: When upgrading to WordPress 6.8+, you can safely remove this package. All existing passwords will continue to work without any additional steps required.
4212
4313
## Overview
4414

@@ -152,17 +122,3 @@ Better hashing functions like bcrypt serve a different purpose than Two-factor a
152122
This plugin is based on a [Gist](https://gist.github.com/Einkoro/11078301) by [@Einkoro](https://github.com/Einkoro).
153123

154124
It has been modified and packaged by the Roots team. Jan Pingel (@Einkoro) has granted his permission for us to redistribute his original BSD-licensed code to an MIT license.
155-
156-
## Contributing
157-
158-
Contributions are welcome from everyone. We have [contributing guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started.
159-
160-
## Community
161-
162-
Keep track of development and community news.
163-
164-
- Participate on the [Roots Discourse](https://discourse.roots.io/)
165-
- Follow [@rootswp on Twitter](https://twitter.com/rootswp)
166-
- Read and subscribe to the [Roots Blog](https://roots.io/blog/)
167-
- Subscribe to the [Roots Newsletter](https://roots.io/subscribe/)
168-
- Listen to the [Roots Radio podcast](https://roots.io/podcast/)

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,9 @@
7575
"allow-plugins": {
7676
"dealerdirect/phpcodesniffer-composer-installer": true
7777
}
78+
},
79+
"conflict": {
80+
"roots/wordpress-no-content": ">=6.8",
81+
"roots/wordpress-full": ">=6.8"
7882
}
7983
}

0 commit comments

Comments
 (0)