Changeset 3287965
- Timestamp:
- 05/05/2025 05:38:16 PM (11 months ago)
- Location:
- media-restriction
- Files:
-
- 7 edited
- 1 copied
-
assets/banner-1544x500.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/icon.svg (modified) (1 prop)
-
tags/1.0.2 (copied) (copied from media-restriction/trunk)
-
tags/1.0.2/media-restriction.php (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
trunk/media-restriction.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
media-restriction/assets/banner-1544x500.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
media-restriction/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
media-restriction/assets/icon.svg
-
Property
svn:mime-type
set to
image/svg+xml
-
Property
svn:mime-type
set to
-
media-restriction/tags/1.0.2/media-restriction.php
r3287246 r3287965 4 4 * Plugin URI: https://github.com/upluggit/media-restriction 5 5 * Description: Restrict media library access based on user roles 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: upluggit 8 8 * Author URI: https://github.com/upluggit … … 21 21 22 22 // Define plugin constants. 23 define( 'MEDIA_RESTRICTION_VERSION', '1.0. 0' );23 define( 'MEDIA_RESTRICTION_VERSION', '1.0.2' ); 24 24 define( 'MEDIA_RESTRICTION_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'MEDIA_RESTRICTION_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
media-restriction/tags/1.0.2/readme.txt
r3287246 r3287965 1 1 === Media Restriction === 2 2 Contributors: upluggit 3 Tags: media, restriction, access, roles 3 Tags: media, restriction, access, roles, media library, users 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 69 69 == Changelog == 70 = 1.0.2 = 71 * added github action 72 70 73 = 1.0.1 = 71 74 * updated readme -
media-restriction/trunk/media-restriction.php
r3287246 r3287965 4 4 * Plugin URI: https://github.com/upluggit/media-restriction 5 5 * Description: Restrict media library access based on user roles 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: upluggit 8 8 * Author URI: https://github.com/upluggit … … 21 21 22 22 // Define plugin constants. 23 define( 'MEDIA_RESTRICTION_VERSION', '1.0. 0' );23 define( 'MEDIA_RESTRICTION_VERSION', '1.0.2' ); 24 24 define( 'MEDIA_RESTRICTION_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'MEDIA_RESTRICTION_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
media-restriction/trunk/readme.txt
r3287246 r3287965 1 1 === Media Restriction === 2 2 Contributors: upluggit 3 Tags: media, restriction, access, roles 3 Tags: media, restriction, access, roles, media library, users 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 69 69 == Changelog == 70 = 1.0.2 = 71 * added github action 72 70 73 = 1.0.1 = 71 74 * updated readme
Note: See TracChangeset
for help on using the changeset viewer.