Plugin Directory

Changeset 2677608


Ignore:
Timestamp:
02/12/2022 12:16:45 PM (4 years ago)
Author:
dcangulo
Message:

chore: release v1.0.0

Location:
easy-stock-featured-image/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • easy-stock-featured-image/trunk/README.md

    r2323432 r2677608  
    22
    33# Easy Stock Featured Image
    4 [![GitHub version](https://img.shields.io/wordpress/plugin/v/easy-stock-featured-image?color=brightgreen&style=for-the-badge)](https://wordpress.org/plugins/easy-stock-featured-image/)
    5 [![GPLv2 license](https://img.shields.io/badge/License-GPLv2-blue.svg?style=for-the-badge)](LICENSE)
    6 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blueviolet.svg?style=for-the-badge)](https://github.com/dcangulo/easy-stock-featured-image/pulls)
    7 [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg?style=for-the-badge)](https://wordpress.org/support/plugin/easy-stock-featured-image/reviews/#new-post)
     4[![GitHub version](https://img.shields.io/wordpress/plugin/v/easy-stock-featured-image?color=brightgreen&style=for-the-badge&labelColor=000000)](https://wordpress.org/plugins/easy-stock-featured-image/)
     5[![GPLv2 license](https://img.shields.io/badge/License-GPLv2-blue.svg?style=for-the-badge&labelColor=000000)](LICENSE)
     6[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-hotpink.svg?style=for-the-badge&labelColor=000000)](https://github.com/dcangulo/easy-stock-featured-image/pulls)
     7[![saythanks](https://img.shields.io/badge/say-thanks-blueviolet.svg?style=for-the-badge&labelColor=000000)](https://wordpress.org/support/plugin/easy-stock-featured-image/reviews/#new-post)
    88
    99Automatically 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.
    1210
    1311Stock photos are provided by **[Unsplash](https://unsplash.com/)**.
     
    1513## How does it work?
    1614Checks 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/)
    2115
    2216## Installation
     
    3125```
    3226
    33 ## Frequently Asked Questions
    34 Do you have any question/s? You may contact me using the email [hello@davidangulo.xyz](mailto:hello@davidangulo.xyz)
    35 
    3627## Screenshots
    3728
     
    4031
    4132## License
    42 Copyright © 2020 David Angulo, released under the GPL2 license, see [LICENSE](LICENSE).
     33Copyright © 2022 David Angulo, released under the GPL2 license, see [LICENSE](LICENSE).
  • easy-stock-featured-image/trunk/index.php

    r2323432 r2677608  
    22/*
    33  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
    55  Description: Automatically attach stock photos as featured image to your posts without featured image.
    6   Version: 0.1.0.0
     6  Version: 1.0.0
    77  Author: David Angulo
    88  Author URI: https://www.davidangulo.xyz/
    99  Requires at least: 5.4
    10   Tested Up to: 5.4.2
     10  Tested Up to: 5.9.0
    1111  License: GPL2
    1212*/
    1313
    1414/*
    15   Copyright 2020 David Angulo (email: hello@davidangulo.xyz)
     15  Copyright © 2022 David Angulo (email: hello@davidangulo.xyz)
    1616  This program is free software; you can redistribute it and/or
    1717  modify it under the terms of the GNU General Public License
  • easy-stock-featured-image/trunk/readme.txt

    r2323432 r2677608  
    11=== Easy Stock Featured Image ===
    22Contributors: dcangulo
    3 Plugin URI: https://www.davidangulo.xyz/portfolio/easy-stock-featured-image/
     3Plugin URI: https://github.com/dcangulo/easy-stock-featured-image
    44Tags: featured image, thumbnail, thumbnails, stock, stock photos
    55Requires at least: 5.4
    6 Tested up to: 5.4.2
     6Tested up to: 5.9.0
    77Requires PHP: 7.2
    88Stable tag: trunk
     
    4242== Changelog ==
    4343
     44= 1.0.0 =
     45* Test against WordPress 5.9.0.
     46
    4447= 0.1.0.0 =
    4548* Initial release.
Note: See TracChangeset for help on using the changeset viewer.