Plugin Directory

Changeset 3049314


Ignore:
Timestamp:
03/11/2024 06:14:11 PM (2 years ago)
Author:
as911
Message:

Fix issue of show some Aparat videos

Location:
wp-aparat
Files:
32 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-aparat/trunk/aparat.php

    r3047413 r3049314  
    55Plugin URI: https://alirezasedghi.com/plugins/aparat-for-wordPress/
    66Description: Displaying Aparat videos on website content, along with a widget for showing a list of channel videos.
    7 Version: 2.2.1
     7Version: 2.2.2
    88Author: Alireza Sedghi
    99Author URI: https://alirezasedghi.com
     
    1818}
    1919
    20 $wp_aparat_plugin_version = '2.2.1';
     20$wp_aparat_plugin_version = '2.2.2';
    2121
    2222// Translation of plugin description
     
    132132    );
    133133
    134     $id = !empty($id) ? preg_replace('/[^a-z]/i', '', $id) : '';
     134    $id = !empty($id) ? preg_replace('/[^0-9a-zA-Z]/i', '', $id) : '';
    135135    $width = $width ?? "full";
    136136
  • wp-aparat/trunk/readme.txt

    r3047413 r3049314  
    44Requires at least: 4.0
    55Tested up to: 6.4.3
    6 Stable tag: 2.2.1
     6Stable tag: 2.2.2
    77Requires PHP: 7.0
    88License: MIT License
     
    5151== Changelog ==
    5252
     53= 2.2.2 =
     54* Fix issue of show some Aparat videos
     55
    5356= 2.2.1 =
    5457* Fix possible XSS security problems
Note: See TracChangeset for help on using the changeset viewer.