Changeset 2456845
- Timestamp:
- 01/15/2021 10:17:15 AM (4 years ago)
- Location:
- masvideos/trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
masvideos/trunk/includes/class-masvideos-structured-data.php
r2179834 r2456845 127 127 protected function get_data_type_for_page() { 128 128 $types = array(); 129 $types[] = is_masvideos() ? 'video': '';129 $types[] = is_masvideos() ? strtolower('VideoObject') : ''; 130 130 $types[] = ( is_tv_shows() || is_episodes() || is_movies() || is_videos() ) && is_front_page() ? 'website' : ''; 131 131 $types[] = ( is_tv_show() || is_episode() || is_movie() || is_video() ) ? 'review' : ''; -
masvideos/trunk/includes/class-masvideos.php
r2440426 r2456845 18 18 * @var string 19 19 */ 20 public $version = '1.2. 3';20 public $version = '1.2.4'; 21 21 22 22 /** -
masvideos/trunk/includes/widgets/class-masvideos-movies-tags-filter-widgets.php
r2077686 r2456845 121 121 $limit = isset( $instance['limit'] ) ? $instance['limit'] : $this->settings['limit']['std']; 122 122 $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'];124 123 125 124 if ( ! taxonomy_exists( $taxonomy ) ) { -
masvideos/trunk/includes/widgets/class-masvideos-tv-shows-tags-filter-widgets.php
r2077686 r2456845 121 121 $limit = isset( $instance['limit'] ) ? $instance['limit'] : $this->settings['limit']['std']; 122 122 $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'];124 123 125 124 if ( ! taxonomy_exists( $taxonomy ) ) { -
masvideos/trunk/includes/widgets/class-masvideos-videos-tags-filter-widgets.php
r2077686 r2456845 121 121 $limit = isset( $instance['limit'] ) ? $instance['limit'] : $this->settings['limit']['std']; 122 122 $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'];124 123 125 124 if ( ! taxonomy_exists( $taxonomy ) ) { -
masvideos/trunk/languages/masvideos.pot
r2440426 r2456845 1 # Copyright (C) 202 0MadrasThemes1 # Copyright (C) 2021 MadrasThemes 2 2 # This file is distributed under the same license as the MAS Videos package. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: MAS Videos 1.2. 2\n"5 "Project-Id-Version: MAS Videos 1.2.4\n" 6 6 "Report-Msgid-Bugs-To: https://github.com/madrasthemes/masvideos/issues\n" 7 "POT-Creation-Date: 202 0-12-09 10:41:46+00:00\n"7 "POT-Creation-Date: 2021-01-15 10:10:55+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 202 0-MO-DA HO:MI+ZONE\n"11 "PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 13 "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n" -
masvideos/trunk/masvideos.php
r2440426 r2456845 4 4 * Plugin URI: https://github.com/madrasthemes/masvideos 5 5 * Description: This is a free plugin that allows you to to create and list movies, videos and TV shows. 6 * Version: 1.2. 36 * Version: 1.2.4 7 7 * Author: MadrasThemes 8 8 * Author URI: https://madrasthemes.com/ -
masvideos/trunk/readme.txt
r2440426 r2456845 5 5 Tested up to: 5.6 6 6 Requires PHP: 5.6 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 85 85 == Changelog == 86 86 87 = 1.2.4 - 2020-01-15 = 88 * Fix – Error fixed with tags filters widgets 89 * Fix – Structure data schema.org error fixed 90 87 91 = 1.2.3 - 2020-12-16 = 88 92 * Tweak – CSV importer file handler functions updated
Note: See TracChangeset
for help on using the changeset viewer.