Plugin Directory

Changeset 3287965


Ignore:
Timestamp:
05/05/2025 05:38:16 PM (11 months ago)
Author:
upluggit
Message:

Update to version 1.0.2 from GitHub

Location:
media-restriction
Files:
7 edited
1 copied

Legend:

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

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

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

    • Property svn:mime-type set to image/svg+xml
  • media-restriction/tags/1.0.2/media-restriction.php

    r3287246 r3287965  
    44 * Plugin URI: https://github.com/upluggit/media-restriction
    55 * Description: Restrict media library access based on user roles
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: upluggit
    88 * Author URI: https://github.com/upluggit
     
    2121
    2222// Define plugin constants.
    23 define( 'MEDIA_RESTRICTION_VERSION', '1.0.0' );
     23define( 'MEDIA_RESTRICTION_VERSION', '1.0.2' );
    2424define( 'MEDIA_RESTRICTION_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'MEDIA_RESTRICTION_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • media-restriction/tags/1.0.2/readme.txt

    r3287246 r3287965  
    11=== Media Restriction ===
    22Contributors: upluggit
    3 Tags: media, restriction, access, roles
     3Tags: media, restriction, access, roles, media library, users
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868
    6969== Changelog ==
     70= 1.0.2 =
     71* added github action
     72
    7073= 1.0.1 =
    7174* updated readme
  • media-restriction/trunk/media-restriction.php

    r3287246 r3287965  
    44 * Plugin URI: https://github.com/upluggit/media-restriction
    55 * Description: Restrict media library access based on user roles
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: upluggit
    88 * Author URI: https://github.com/upluggit
     
    2121
    2222// Define plugin constants.
    23 define( 'MEDIA_RESTRICTION_VERSION', '1.0.0' );
     23define( 'MEDIA_RESTRICTION_VERSION', '1.0.2' );
    2424define( 'MEDIA_RESTRICTION_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'MEDIA_RESTRICTION_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • media-restriction/trunk/readme.txt

    r3287246 r3287965  
    11=== Media Restriction ===
    22Contributors: upluggit
    3 Tags: media, restriction, access, roles
     3Tags: media, restriction, access, roles, media library, users
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868
    6969== Changelog ==
     70= 1.0.2 =
     71* added github action
     72
    7073= 1.0.1 =
    7174* updated readme
Note: See TracChangeset for help on using the changeset viewer.