Plugin Directory

Changeset 2655326


Ignore:
Timestamp:
01/10/2022 04:59:20 PM (4 years ago)
Author:
mbelchev
Message:

Update to version 1.0.1 from GitHub

Location:
dummy-images
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dummy-images/tags/1.0.1/dummy-images.php

    r2024916 r2655326  
    44 * Plugin URI: https://github.com/mbelchev/dummy-images
    55 * 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.0
     6 * Version: 1.0.1
    77 * Author: mbelchev
    88 * Author URI: https://github.com/mbelchev
     
    3333
    3434if ( ! defined( 'DUMMY_IMAGES_ASSET_VERSION') ) {
    35     define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0.0' );
     35    define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0.1' );
    3636}
    3737
  • dummy-images/tags/1.0.1/package.json

    r2024916 r2655326  
    11{
    22    "name": "DummyImages",
    3     "version": "1.0.0",
     3    "version": "1.0.1",
    44    "description": "This plugin is a generator of customizable dummy images.",
    55    "license": "ISC",
  • dummy-images/tags/1.0.1/readme.txt

    r2288763 r2655326  
    33Tags: dummy, images, image, placeholder, generator, lorem ipsum, dummy content,
    44Requires at least: 4.6
    5 Tested up to: 5.4
     5Tested up to: 5.8.3
    66Requires PHP: 5.6
    77Stable tag: trunk
     
    4646
    4747== ChangeLog ==
     48= 1.0.1 =
     49Test plugin compatibility with latest WordPress and PHP
     50
    4851= 1.0 =
    4952Initial version of the plugin
  • dummy-images/trunk/dummy-images.php

    r2024916 r2655326  
    44 * Plugin URI: https://github.com/mbelchev/dummy-images
    55 * 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.0
     6 * Version: 1.0.1
    77 * Author: mbelchev
    88 * Author URI: https://github.com/mbelchev
     
    3333
    3434if ( ! defined( 'DUMMY_IMAGES_ASSET_VERSION') ) {
    35     define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0.0' );
     35    define( 'DUMMY_IMAGES_ASSET_VERSION', '1.0.1' );
    3636}
    3737
  • dummy-images/trunk/package.json

    r2024916 r2655326  
    11{
    22    "name": "DummyImages",
    3     "version": "1.0.0",
     3    "version": "1.0.1",
    44    "description": "This plugin is a generator of customizable dummy images.",
    55    "license": "ISC",
  • dummy-images/trunk/readme.txt

    r2288763 r2655326  
    33Tags: dummy, images, image, placeholder, generator, lorem ipsum, dummy content,
    44Requires at least: 4.6
    5 Tested up to: 5.4
     5Tested up to: 5.8.3
    66Requires PHP: 5.6
    77Stable tag: trunk
     
    4646
    4747== ChangeLog ==
     48= 1.0.1 =
     49Test plugin compatibility with latest WordPress and PHP
     50
    4851= 1.0 =
    4952Initial version of the plugin
Note: See TracChangeset for help on using the changeset viewer.