Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzeeb3 committed Feb 24, 2021
1 parent f79d3c8 commit eaac2a0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

All notable changes to this project will be documented in this file, formatted via [this recommendation](https://keepachangelog.com/).

## [1.2.1] - 2021-xx-xx
## [1.2.1] - 2021-02-24
* Fix - Correctly load composer autoload.
* Enhancement - Add .eps extension to the default list.
* Enhancement - Add 'application/pdf' mime type to .ai extension.

## [1.2.0] - 2020-09-15
* Feature - Multiple MIME types support for a single extension.
Expand Down
4 changes: 2 additions & 2 deletions file-upload-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: File Upload Types
* Description: Easily allow WordPress to accept and upload any file type extension or MIME type, including custom file types.
* Version: 1.2.0
* Version: 1.2.1
* Author: WPForms
* Author URI: https://wpforms.com
* Text Domain: file-upload-types
Expand Down Expand Up @@ -58,7 +58,7 @@ function file_upload_types_deactivate_msg() {
*/
define( 'FILE_UPLOAD_TYPES_PLUGIN_FILE', __FILE__ );
define( 'FILE_UPLOAD_TYPES_PLUGIN_PATH', dirname( __FILE__ ) );
define( 'FILE_UPLOAD_TYPES_VERSION', '1.2.0' );
define( 'FILE_UPLOAD_TYPES_VERSION', '1.2.1' );

require_once __DIR__ . '/vendor/autoload.php';

Expand Down
4 changes: 2 additions & 2 deletions languages/file-upload-types.pot
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
msgid ""
msgstr ""
"Project-Id-Version: File Upload Types 1.2.0\n"
"Project-Id-Version: File Upload Types 1.2.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/file-upload-types\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-09-10T09:04:49+00:00\n"
"POT-Creation-Date: 2021-02-24T14:37:33+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: file-upload-types\n"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "file-upload-types",
"description": "Manage the types of files that can be uploaded to your WordPress site.",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpforms, smub, jaredatch, slaFFik, sanzeeb3
Tags: files, upload, file upload, mime, attachments
Requires at least: 4.9
Tested up to: 5.6
Stable tag: 1.2.0
Stable tag: 1.2.1
Requires PHP: 5.6

Easily allow WordPress to accept and upload any file type extension or MIME type, including custom file types.
Expand Down Expand Up @@ -80,7 +80,7 @@ Visit <a href="http://www.wpbeginner.com/?utm_source=wprepo&utm_medium=link&utm_

== Changelog ==

= 1.2.1 - 2021-xx-xx =
= 1.2.1 - 2021-02-24 =
* Fix - Correctly load composer autoload.
* Enhancement - Add .eps extension to the default list.
* Enhancement - Add 'application/pdf' mime type to .ai extension.
Expand Down

0 comments on commit eaac2a0

Please sign in to comment.