Plugin Directory

Changeset 2672768

Timestamp:
02/04/2022 09:09:23 AM (2 years ago)
Author:
ravisinghit
Message:

File not supported for elementor

Location:
asf-allow-svg-files
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • asf-allow-svg-files/trunk/README.txt

    r2667895 r2672768  
    5252== Screenshots ==
    5353
    54 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    55 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
    56 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
    57 (or jpg, jpeg, gif).
    58 2. This is the second screen shot
     541. If you are using elementor please enable this setting
     55
    5956
    6057== Upgrade Notice ==
  • asf-allow-svg-files/trunk/asfwp-allow-svg-files.php

    r2667895 r2672768  
    8484
    8585function asfwp_cc_mime_types($mimes) {
     86
    8687  $mimes['svg'] = 'image/svg+xml';
     88
    8789  return $mimes;
    8890}
Note: See TracChangeset for help on using the changeset viewer.