Skip to content

Commit f2dc5ba

Browse files
author
Farook Ibrahim
committed
version, readme.txt updated
1 parent db53fbd commit f2dc5ba

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

includes/class-masvideos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class MasVideos {
1717
*
1818
* @var string
1919
*/
20-
public $version = '1.1.9';
20+
public $version = '1.2.0';
2121

2222
/**
2323
* The single instance of the class.

masvideos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: MAS Videos
44
* Plugin URI: https://github.com/madrasthemes/masvideos
55
* Description: This is a free plugin that allows you to to create and list movies, videos and TV shows.
6-
* Version: 1.1.9
6+
* Version: 1.2.0
77
* Author: MadrasThemes
88
* Author URI: https://madrasthemes.com/
99
* Text Domain: masvideos

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "masvideos",
33
"title": "MAS Videos",
4-
"version": "1.1.9",
4+
"version": "1.2.0",
55
"homepage": "https://madrasthemes.com/masvideos",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: madrasthemes, farookibrahim, yousufansa, akther80, jmabbas, ibndawood
33
Tags: video, videos, movie, movies, television series, tv show, tv
44
Requires at least: 5.0
5-
Tested up to: 5.4
5+
Tested up to: 5.5
66
Requires PHP: 5.6
7-
Stable tag: 1.1.9
7+
Stable tag: 1.2.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -84,6 +84,18 @@ All of our online documentation can be found on [our documentation site](https:/
8484

8585
== Changelog ==
8686

87+
= 1.2.0 - 2020-08-07 =
88+
* Enhancement – Video upload form enable user create new tags
89+
* Enhancement – Send Email for new user registration
90+
* Enhancement – Blocks tag filter added
91+
* Tweak – Shortcode tag filter updated
92+
* Fix – Person attributes term issue fixed
93+
* Fix – Person movies assign issue fixed
94+
* Fix – Shortcode pagination issue fixed
95+
* Fix – TMDB TV Show import issues fixed
96+
* Fix – PHP warning issue fixed
97+
* Fix – Textdomain issues fixed
98+
8799
= 1.1.9 - 2020-04-13 =
88100
* Enhancement – Person & Playlist permalink settings added
89101
* Tweak – Account functions updated

0 commit comments

Comments
 (0)