Changeset 2655326
- Timestamp:
- 01/10/2022 04:59:20 PM (4 years ago)
- Location:
- dummy-images
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from dummy-images/trunk)
-
tags/1.0.1/dummy-images.php (modified) (2 diffs)
-
tags/1.0.1/package.json (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/dummy-images.php (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dummy-images/tags/1.0.1/dummy-images.php
r2024916 r2655326 4 4 * Plugin URI: https://github.com/mbelchev/dummy-images 5 5 * Description: This plugin is a generator of customizable dummy images. You can easily select the dimensions, background color, text and text color of the placeholder image. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: mbelchev 8 8 * Author URI: https://github.com/mbelchev … … 33 33 34 34 if ( ! defined( 'DUMMY_IMAGES_ASSET_VERSION') ) { 35 define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0. 0' );35 define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0.1' ); 36 36 } 37 37 -
dummy-images/tags/1.0.1/package.json
r2024916 r2655326 1 1 { 2 2 "name": "DummyImages", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "description": "This plugin is a generator of customizable dummy images.", 5 5 "license": "ISC", -
dummy-images/tags/1.0.1/readme.txt
r2288763 r2655326 3 3 Tags: dummy, images, image, placeholder, generator, lorem ipsum, dummy content, 4 4 Requires at least: 4.6 5 Tested up to: 5. 45 Tested up to: 5.8.3 6 6 Requires PHP: 5.6 7 7 Stable tag: trunk … … 46 46 47 47 == ChangeLog == 48 = 1.0.1 = 49 Test plugin compatibility with latest WordPress and PHP 50 48 51 = 1.0 = 49 52 Initial version of the plugin -
dummy-images/trunk/dummy-images.php
r2024916 r2655326 4 4 * Plugin URI: https://github.com/mbelchev/dummy-images 5 5 * Description: This plugin is a generator of customizable dummy images. You can easily select the dimensions, background color, text and text color of the placeholder image. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: mbelchev 8 8 * Author URI: https://github.com/mbelchev … … 33 33 34 34 if ( ! defined( 'DUMMY_IMAGES_ASSET_VERSION') ) { 35 define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0. 0' );35 define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0.1' ); 36 36 } 37 37 -
dummy-images/trunk/package.json
r2024916 r2655326 1 1 { 2 2 "name": "DummyImages", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "description": "This plugin is a generator of customizable dummy images.", 5 5 "license": "ISC", -
dummy-images/trunk/readme.txt
r2288763 r2655326 3 3 Tags: dummy, images, image, placeholder, generator, lorem ipsum, dummy content, 4 4 Requires at least: 4.6 5 Tested up to: 5. 45 Tested up to: 5.8.3 6 6 Requires PHP: 5.6 7 7 Stable tag: trunk … … 46 46 47 47 == ChangeLog == 48 = 1.0.1 = 49 Test plugin compatibility with latest WordPress and PHP 50 48 51 = 1.0 = 49 52 Initial version of the plugin
Note: See TracChangeset
for help on using the changeset viewer.