Changeset 2941659
- Timestamp:
- 07/22/2023 04:33:33 AM (3 years ago)
- Location:
- featured-image-generator/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
featured-image-generator.php (modified) (1 diff)
-
includes/class-featured-image-generator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
featured-image-generator/trunk/README.txt
r2679895 r2941659 4 4 Tags: featured, image, generator, unsplash, beautiful, upload, tool, photo, thumbnail, thumb, editor, edit, filter, resize, download, sizing, crop, commercial use, copyright-free, creatime commons, free, free images, images, media, pictures, royalty free, search, stock images, stock photos 5 5 Requires at least: 4.6 6 Tested up to: 5.97 Stable tag: 1.3. 06 Tested up to: 6.2.2 7 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 = 1.3.0 = 142 142 * Compatible with 5.9 version. 143 144 = 1.3.1 = 145 * Compatible with 6.2.2 version. -
featured-image-generator/trunk/featured-image-generator.php
r2679895 r2941659 17 17 * Plugin URI: https://designilcode.com 18 18 * Description: Get beautiful photos from free license website like Unsplash or uploads your photo. You can customize images by inserting layers and texts. An export image for ready to use. 19 * Version: 1.3. 019 * Version: 1.3.1 20 20 * Author: DesignilCode 21 21 * Author URI: https://www.designilcode.com -
featured-image-generator/trunk/includes/class-featured-image-generator.php
r1463376 r2941659 70 70 71 71 $this->plugin_name = 'featured-image-generator'; 72 $this->version = '1. 0.0';72 $this->version = '1.3.1'; 73 73 74 74 $this->load_dependencies();
Note: See TracChangeset
for help on using the changeset viewer.