Plugin Directory

Changeset 2581663


Ignore:
Timestamp:
08/11/2021 06:25:22 PM (5 years ago)
Author:
Sparanoid
Message:

Update to version 1.0.1 from GitHub

Location:
media-auto-hash-rename
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • media-auto-hash-rename/assets/banner-1544x500.png

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

    • Property svn:mime-type changed from application/octet-stream to image/png
  • media-auto-hash-rename/assets/icon-128x128.png

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

    • Property svn:mime-type changed from application/octet-stream to image/png
  • media-auto-hash-rename/assets/open-graph.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • media-auto-hash-rename/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • media-auto-hash-rename/tags/1.0.1/media-auto-hash-rename.php

    r2060163 r2581663  
    44 * Plugin URI:  https://wordpress.org/plugins/media-auto-hash-rename/
    55 * Description: Rename media filename during upload with unique hash
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Author:      Tunghsiao Liu
    88 * Author URI:  https://sparanoid.com/
  • media-auto-hash-rename/tags/1.0.1/readme.txt

    r2060168 r2581663  
    44Tags: admin, administration, media, file, files, rename, renaming
    55Requires at least: 4.0
    6 Tested up to: 5.1
    7 Stable tag: 1.0.0
     6Tested up to: 5.8
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Upgrade Notice ==
    4949
     50= 1.0.1 =
     51* Compatibility check for 5.8, nothing new, just bump version to tell everyone this plugin still works.
     52
    5053= 1.0.0 =
    5154* First release
     
    5356== Changelog ==
    5457
     58= 1.0.1 =
     59* Compatibility check for 5.8, nothing new, just bump version to tell everyone this plugin still works.
     60
    5561= 1.0.0 =
    5662* First release
  • media-auto-hash-rename/trunk/media-auto-hash-rename.php

    r2060163 r2581663  
    44 * Plugin URI:  https://wordpress.org/plugins/media-auto-hash-rename/
    55 * Description: Rename media filename during upload with unique hash
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Author:      Tunghsiao Liu
    88 * Author URI:  https://sparanoid.com/
  • media-auto-hash-rename/trunk/readme.txt

    r2060168 r2581663  
    44Tags: admin, administration, media, file, files, rename, renaming
    55Requires at least: 4.0
    6 Tested up to: 5.1
    7 Stable tag: 1.0.0
     6Tested up to: 5.8
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Upgrade Notice ==
    4949
     50= 1.0.1 =
     51* Compatibility check for 5.8, nothing new, just bump version to tell everyone this plugin still works.
     52
    5053= 1.0.0 =
    5154* First release
     
    5356== Changelog ==
    5457
     58= 1.0.1 =
     59* Compatibility check for 5.8, nothing new, just bump version to tell everyone this plugin still works.
     60
    5561= 1.0.0 =
    5662* First release
Note: See TracChangeset for help on using the changeset viewer.