Plugin Directory

Changeset 3406979


Ignore:
Timestamp:
12/01/2025 03:50:51 PM (4 months ago)
Author:
whyisjake
Message:

Update to version 1.0.1 from GitHub

Location:
placeholders
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • placeholders/assets/banner-1544x500.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • placeholders/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • placeholders/assets/banner-772x250.svg

    • Property svn:mime-type set to image/svg+xml
  • placeholders/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • placeholders/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • placeholders/assets/icon.svg

    • Property svn:mime-type set to image/svg+xml
  • placeholders/tags/1.0.1/placeholders.php

    r3406955 r3406979  
    44 * Plugin URI: https://github.com/whyisjake/placeholders
    55 * Description: Gutenberg blocks for common ad placeholder sizes
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: Jake Spurlock
    88 * Author URI: https://jakespurlock.com
     
    1919
    2020// Define plugin constants
    21 define( 'PLACEHOLDERS_VERSION', '1.0.0' );
     21define( 'PLACEHOLDERS_VERSION', '1.0.1' );
    2222define( 'PLACEHOLDERS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2323define( 'PLACEHOLDERS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • placeholders/tags/1.0.1/readme.txt

    r3406955 r3406979  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7878== Changelog ==
    7979
     80= 1.0.1 =
     81* Add WordPress.org plugin assets (icons and banners)
     82* WordPress.org approved release
     83
    8084= 1.0.0 =
    8185* Initial release
  • placeholders/trunk/placeholders.php

    r3406955 r3406979  
    44 * Plugin URI: https://github.com/whyisjake/placeholders
    55 * Description: Gutenberg blocks for common ad placeholder sizes
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: Jake Spurlock
    88 * Author URI: https://jakespurlock.com
     
    1919
    2020// Define plugin constants
    21 define( 'PLACEHOLDERS_VERSION', '1.0.0' );
     21define( 'PLACEHOLDERS_VERSION', '1.0.1' );
    2222define( 'PLACEHOLDERS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2323define( 'PLACEHOLDERS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • placeholders/trunk/readme.txt

    r3406955 r3406979  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7878== Changelog ==
    7979
     80= 1.0.1 =
     81* Add WordPress.org plugin assets (icons and banners)
     82* WordPress.org approved release
     83
    8084= 1.0.0 =
    8185* Initial release
Note: See TracChangeset for help on using the changeset viewer.