=== Media Size Control ===
Contributors: pressmaninc, naokiikeda, hiroshisekiguchi, kazunao, muraokashotaro
Tags: pressman, media, size, upload, files, attachment, image, mime-types, WP10
Requires PHP: 7.1.24
License: GNU General Public License, v2 or higher
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Stable tag: 1.0
Requires at least: 5.4
Tested up to: 5.5.3

This plugin allows you to set a limit size of the upload files for each extension.

== How to use the plugin ==
1. Access the "Media Size Control" in the navigation menu.
2. Input setting values in the textarea in CSV format.

{mime-type},{limit size(kb)}

== Input Example ==
image/jpeg,500
image/png,1000

== Installation ==
1. Upload the plugin folder to the plugins directory.
2. Activate the plugin through the "Plugins" menu in WordPress.

== Screenshots ==
1. Settings page

== Changelog ==
= 1.0 =
* first version.