Update readme files
This commit is contained in:
14
README.md
14
README.md
@ -1,6 +1,4 @@
|
|||||||
# Content Warning v3
|
# Content Warning v3
|
||||||
[](https://wordpress.org/plugins/content-warning-v2/)
|
|
||||||
[](https://wordpress.org/plugins/content-warning-v2/)
|
|
||||||
[](https://wordpress.org/plugins/content-warning-v2/)
|
[](https://wordpress.org/plugins/content-warning-v2/)
|
||||||
|
|
||||||
A plugin that provides a warning box with a ton more options completely re-written from the ground up.
|
A plugin that provides a warning box with a ton more options completely re-written from the ground up.
|
||||||
@ -8,7 +6,6 @@ A plugin that provides a warning box with a ton more options completely re-writt
|
|||||||
[Report an issue](https://github.com/JayWood/content-warning-v3/issues) | [Make a pull request](https://github.com/JayWood/content-warning-v3/pulls)
|
[Report an issue](https://github.com/JayWood/content-warning-v3/issues) | [Make a pull request](https://github.com/JayWood/content-warning-v3/pulls)
|
||||||
|
|
||||||
* Complete core rewrite, I threw everything out the window and wrote this from scratch.
|
* Complete core rewrite, I threw everything out the window and wrote this from scratch.
|
||||||
* Use Colorbox for (hopefully) a responsive layout and neat transitions.
|
|
||||||
* Some new options as requested FREQUENTLY
|
* Some new options as requested FREQUENTLY
|
||||||
* You just need to check this out, you really do...
|
* You just need to check this out, you really do...
|
||||||
|
|
||||||
@ -51,11 +48,11 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [ ] Localization [#10](https://github.com/JayWood/content-warning-v3/issues/10)
|
- [x] Localization [#10](https://github.com/JayWood/content-warning-v3/issues/10)
|
||||||
- [ ] Make use of jquery.cookie [#11](https://github.com/JayWood/content-warning-v3/issues/11)
|
- [x] Make use of jquery.cookie [#11](https://github.com/JayWood/content-warning-v3/issues/11)
|
||||||
- [ ] Include API / Template Tags [#12](https://github.com/JayWood/content-warning-v3/issues/12)
|
- [ ] Include API / Template Tags [#12](https://github.com/JayWood/content-warning-v3/issues/12)
|
||||||
- [ ] Document API / Template Tags [#13](https://github.com/JayWood/content-warning-v3/issues/13)
|
- [ ] Document API / Template Tags [#13](https://github.com/JayWood/content-warning-v3/issues/13)
|
||||||
- [ ] Custom popup, remove colorbox dependency [#14](https://github.com/JayWood/content-warning-v3/issues/14)
|
- [x] Custom popup, remove colorbox dependency [#14](https://github.com/JayWood/content-warning-v3/issues/14)
|
||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
@ -65,9 +62,14 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
* Moved to use of cookie.js
|
* Moved to use of cookie.js
|
||||||
* Created API file for methods.
|
* Created API file for methods.
|
||||||
* New filters & actions for developers
|
* New filters & actions for developers
|
||||||
|
* Began development of API file, currently only support JS outputs.
|
||||||
|
* **NEW** Filters for content outputs, see `inc/api.php` more to come.
|
||||||
* Switched CSS priority, to allow custom css to override bg image and opacity
|
* Switched CSS priority, to allow custom css to override bg image and opacity
|
||||||
* Converted sass file to nested sass and uses classes instead of IDs
|
* Converted sass file to nested sass and uses classes instead of IDs
|
||||||
* [stacyk](https://github.com/stacyk) - Made buttons visible on popup at all times.
|
* [stacyk](https://github.com/stacyk) - Made buttons visible on popup at all times.
|
||||||
|
* [stacyk](https://github.com/stacyk) - CSS Fixes for new popup.
|
||||||
|
* New Popup coding, dropped colorbox in favor of my own popup code. ( Less bloat )
|
||||||
|
* BIG THANKS to Stacy for helping me with some initial CSS issues.
|
||||||
|
|
||||||
### 3.5.5
|
### 3.5.5
|
||||||
* [jgraup](https://github.com/jgraup) - Fixed Menu Positioning
|
* [jgraup](https://github.com/jgraup) - Fixed Menu Positioning
|
||||||
|
15
readme.txt
15
readme.txt
@ -9,10 +9,8 @@ Stable tag: 3.6.0
|
|||||||
A plugin that provides a warning box with a ton more options completely re-written from the ground up.
|
A plugin that provides a warning box with a ton more options completely re-written from the ground up.
|
||||||
== Description ==
|
== Description ==
|
||||||
|
|
||||||
> Major bugfix release. Verified working with 3.9.1
|
|
||||||
|
|
||||||
= Support Requests =
|
= Support Requests =
|
||||||
All support requests should be on the new Github Repo.
|
All support requests should be on the [Github Repository](https://github.com/JayWood/content-warning-v3).
|
||||||
|
|
||||||
= Want to Contribute? =
|
= Want to Contribute? =
|
||||||
Make a [Pull Request](https://github.com/JayWood/content-warning-v3) to the Github's project development branch.
|
Make a [Pull Request](https://github.com/JayWood/content-warning-v3) to the Github's project development branch.
|
||||||
@ -21,7 +19,6 @@ This plugin provides a neat little warning and denial box to warn your users of
|
|||||||
|
|
||||||
= v3 Is Here =
|
= v3 Is Here =
|
||||||
* Complete core rewrite, I threw everything out the window and wrote this from scratch.
|
* Complete core rewrite, I threw everything out the window and wrote this from scratch.
|
||||||
* Use Colorbox for (hopefully) a responsive layout and neat transitions.
|
|
||||||
* Some new options as requested FREQUENTLY
|
* Some new options as requested FREQUENTLY
|
||||||
* You just need to check this out, you really do...
|
* You just need to check this out, you really do...
|
||||||
|
|
||||||
@ -84,10 +81,18 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 3.6.0 =
|
= 3.6.0 =
|
||||||
* Split methods and hooks from main class file, will prevent overhead.
|
* Split methods and hooks from main class file, will prevent overhead, also separates admin from front-end.
|
||||||
* Moved to use of cookie.js
|
* Moved to use of cookie.js
|
||||||
* Created API file for methods.
|
* Created API file for methods.
|
||||||
|
* New filters & actions for developers
|
||||||
|
* Began development of API file, currently only support JS outputs.
|
||||||
|
* **NEW** Filters for content outputs, see `inc/api.php` more to come.
|
||||||
|
* Switched CSS priority, to allow custom css to override bg image and opacity
|
||||||
|
* Converted sass file to nested sass and uses classes instead of IDs
|
||||||
* [stacyk](https://github.com/stacyk) - Made buttons visible on popup at all times.
|
* [stacyk](https://github.com/stacyk) - Made buttons visible on popup at all times.
|
||||||
|
* [stacyk](https://github.com/stacyk) - CSS Fixes for new popup.
|
||||||
|
* New Popup coding, dropped colorbox in favor of my own popup code. ( Less bloat )
|
||||||
|
* BIG THANKS to Stacy for helping me with some initial CSS issues.
|
||||||
|
|
||||||
= 3.5.5 =
|
= 3.5.5 =
|
||||||
* [jgraup](https://github.com/jgraup) - Fixed Menu Positioning
|
* [jgraup](https://github.com/jgraup) - Fixed Menu Positioning
|
||||||
|
Reference in New Issue
Block a user