Changeset 2677608
- Timestamp:
- 02/12/2022 12:16:45 PM (4 years ago)
- Location:
- easy-stock-featured-image/trunk
- Files:
-
- 1 added
- 3 edited
-
.gitignore (added)
-
README.md (modified) (4 diffs)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-stock-featured-image/trunk/README.md
r2323432 r2677608 2 2 3 3 # Easy Stock Featured Image 4 [](https://wordpress.org/plugins/easy-stock-featured-image/)5 [](LICENSE)6 [](https://github.com/dcangulo/easy-stock-featured-image/pulls)7 [](https://wordpress.org/support/plugin/easy-stock-featured-image/reviews/#new-post)4 [](https://wordpress.org/plugins/easy-stock-featured-image/) 5 [](LICENSE) 6 [](https://github.com/dcangulo/easy-stock-featured-image/pulls) 7 [](https://wordpress.org/support/plugin/easy-stock-featured-image/reviews/#new-post) 8 8 9 9 Automatically attach stock photos as featured image to your posts without featured image. 10 11 Just install the plugin and the set your preference. No coding skills needed.12 10 13 11 Stock photos are provided by **[Unsplash](https://unsplash.com/)**. … … 15 13 ## How does it work? 16 14 Checks if the post (any post type with thumbnail support, including pages) has already a featured image associated, if it doesn't have one, it will fetch a stock photo from Unsplash and upload it to your media library then attach it as featured image. 17 18 Please rate and review the plugin if you find it useful.19 20 Find my other works here: [https://www.davidangulo.xyz/portfolio/](https://www.davidangulo.xyz/portfolio/)21 15 22 16 ## Installation … … 31 25 ``` 32 26 33 ## Frequently Asked Questions34 Do you have any question/s? You may contact me using the email [hello@davidangulo.xyz](mailto:hello@davidangulo.xyz)35 36 27 ## Screenshots 37 28 … … 40 31 41 32 ## License 42 Copyright © 202 0David Angulo, released under the GPL2 license, see [LICENSE](LICENSE).33 Copyright © 2022 David Angulo, released under the GPL2 license, see [LICENSE](LICENSE). -
easy-stock-featured-image/trunk/index.php
r2323432 r2677608 2 2 /* 3 3 Plugin Name: Easy Stock Featured Image 4 Plugin URI: https:// www.davidangulo.xyz/portfolio/easy-stock-featured-image/4 Plugin URI: https://github.com/dcangulo/easy-stock-featured-image 5 5 Description: Automatically attach stock photos as featured image to your posts without featured image. 6 Version: 0.1.0.06 Version: 1.0.0 7 7 Author: David Angulo 8 8 Author URI: https://www.davidangulo.xyz/ 9 9 Requires at least: 5.4 10 Tested Up to: 5. 4.210 Tested Up to: 5.9.0 11 11 License: GPL2 12 12 */ 13 13 14 14 /* 15 Copyright 2020David Angulo (email: hello@davidangulo.xyz)15 Copyright © 2022 David Angulo (email: hello@davidangulo.xyz) 16 16 This program is free software; you can redistribute it and/or 17 17 modify it under the terms of the GNU General Public License -
easy-stock-featured-image/trunk/readme.txt
r2323432 r2677608 1 1 === Easy Stock Featured Image === 2 2 Contributors: dcangulo 3 Plugin URI: https:// www.davidangulo.xyz/portfolio/easy-stock-featured-image/3 Plugin URI: https://github.com/dcangulo/easy-stock-featured-image 4 4 Tags: featured image, thumbnail, thumbnails, stock, stock photos 5 5 Requires at least: 5.4 6 Tested up to: 5. 4.26 Tested up to: 5.9.0 7 7 Requires PHP: 7.2 8 8 Stable tag: trunk … … 42 42 == Changelog == 43 43 44 = 1.0.0 = 45 * Test against WordPress 5.9.0. 46 44 47 = 0.1.0.0 = 45 48 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.