Plugin Directory

Changeset 2456845

Timestamp:
01/15/2021 10:17:15 AM (4 years ago)
Author:
yousufansa
Message:

Releasing v1.2.4

Location:
masvideos/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • masvideos/trunk/includes/class-masvideos-structured-data.php

    r2179834 r2456845  
    127127    protected function get_data_type_for_page() {
    128128        $types   = array();
    129         $types[] = is_masvideos() ? 'video' : '';
     129        $types[] = is_masvideos() ? : '';
    130130        $types[] = ( is_tv_shows() || is_episodes() || is_movies() || is_videos() ) && is_front_page() ? 'website' : '';
    131131        $types[] = ( is_tv_show() || is_episode() || is_movie() || is_video() ) ? 'review' : '';
  • masvideos/trunk/includes/class-masvideos.php

    r2440426 r2456845  
    1818         * @var string
    1919         */
    20         public $version = '1.2.3';
     20        public $version = '1.2.';
    2121
    2222        /**
  • masvideos/trunk/includes/widgets/class-masvideos-movies-tags-filter-widgets.php

    r2077686 r2456845  
    121121        $limit              = isset( $instance['limit'] ) ? $instance['limit'] : $this->settings['limit']['std'];
    122122        $slugs              = isset( $instance['slugs'] ) ? $instance['slugs'] : $this->settings['slugs']['std'];
    123         $display_type       = isset( $instance['display_type'] ) ? $instance['display_type'] : $this->settings['display_type']['std'];
    124123
    125124        if ( ! taxonomy_exists( $taxonomy ) ) {
  • masvideos/trunk/includes/widgets/class-masvideos-tv-shows-tags-filter-widgets.php

    r2077686 r2456845  
    121121        $limit              = isset( $instance['limit'] ) ? $instance['limit'] : $this->settings['limit']['std'];
    122122        $slugs              = isset( $instance['slugs'] ) ? $instance['slugs'] : $this->settings['slugs']['std'];
    123         $display_type       = isset( $instance['display_type'] ) ? $instance['display_type'] : $this->settings['display_type']['std'];
    124123
    125124        if ( ! taxonomy_exists( $taxonomy ) ) {
  • masvideos/trunk/includes/widgets/class-masvideos-videos-tags-filter-widgets.php

    r2077686 r2456845  
    121121        $limit              = isset( $instance['limit'] ) ? $instance['limit'] : $this->settings['limit']['std'];
    122122        $slugs              = isset( $instance['slugs'] ) ? $instance['slugs'] : $this->settings['slugs']['std'];
    123         $display_type       = isset( $instance['display_type'] ) ? $instance['display_type'] : $this->settings['display_type']['std'];
    124123
    125124        if ( ! taxonomy_exists( $taxonomy ) ) {
  • masvideos/trunk/languages/masvideos.pot

    r2440426 r2456845  
    1 # Copyright (C) 2020 MadrasThemes
     1# Copyright (C) 202 MadrasThemes
    22# This file is distributed under the same license as the MAS Videos package.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: MAS Videos 1.2.2\n"
     5"Project-Id-Version: MAS Videos 1.2.\n"
    66"Report-Msgid-Bugs-To: https://github.com/madrasthemes/masvideos/issues\n"
    7 "POT-Creation-Date: 2020-12-09 10:41:46+00:00\n"
     7"POT-Creation-Date: 202+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
     11"PO-Revision-Date: 202-MO-DA HO:MI+ZONE\n"
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1313"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
  • masvideos/trunk/masvideos.php

    r2440426 r2456845  
    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.2.3
     6 * Version: 1.2.
    77 * Author: MadrasThemes
    88 * Author URI: https://madrasthemes.com/
  • masvideos/trunk/readme.txt

    r2440426 r2456845  
    55Tested up to: 5.6
    66Requires PHP: 5.6
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8585== Changelog ==
    8686
     87
     88
     89
     90
    8791= 1.2.3 - 2020-12-16 =
    8892* Tweak – CSV importer file handler functions updated
Note: See TracChangeset for help on using the changeset viewer.