Changeset 2563312
- Timestamp:
- 07/13/2021 08:21:43 AM (4 years ago)
- Location:
- shp-icon/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
shp-icon/trunk/readme.txt
r2563281 r2563312 19 19 20 20 == Changelog == 21 22 = 1.0.8 = 23 * Add `permission_callback` to rest route registration. 21 24 22 25 = 1.0.7 = -
shp-icon/trunk/shp-icon.php
r2563279 r2563312 5 5 Description: This plugin allows you to use SVG icons within WordPress as shortcodes and/or as Gutenberg block. 6 6 Author: Joel Stüdle ([email protected]) 7 Version: 1.0. 77 Version: 1.0.8 8 8 Author URI: https://joelstuedle.ch 9 9 Text Domain: shp-icon -
shp-icon/trunk/src/Plugin.php
r2426637 r2563312 203 203 return $icon_list; 204 204 }, 205 'permission_callback' => '__return_true', 205 206 ] 206 207 );
Note: See TracChangeset
for help on using the changeset viewer.