Plugin Directory

Changeset 3043373

Timestamp:
02/29/2024 09:07:50 PM (5 months ago)
Author:
nico23
Message:

Update plugin to version 9.10.14 with NextgenThemes WordPress Plugin Deploy

Location:
advanced-responsive-video-embedder
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • advanced-responsive-video-embedder/tags/9.10.14/advanced-responsive-video-embedder.php

    r3043304 r3043373  
    44 * Plugin URI:        https://nextgenthemes.com/plugins/arve-pro/
    55 * Description:       Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine.
    6  * Version:           9.10.13.1
     6 * Version:           9.10.1
    77 * Author:            Nicolas Jonas
    88 * Author URI:        https://nextgenthemes.com
     
    2121// phpcs:disable SlevomatCodingStandard.TypeHints
    2222
    23 const VERSION               = '9.10.13.1';
     23const VERSION               = '9.10.1';
    2424const PRO_VERSION_REQUIRED  = '5.3.0-alpha1';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/tags/9.10.14/changelog.md

    r3043304 r3043373  
    33* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
    44* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
     5
     6
     7
    58
    69### 2024-02-29 9.10.13.1 ###
  • advanced-responsive-video-embedder/tags/9.10.14/php/Admin/functions-admin.php

    r3043213 r3043373  
    6969    }
    7070
    71     //  delete_user_meta( get_current_user_id(), 'dnh_dismissed_notices' )
    72 
    73     if ( true || PHP_VERSION_ID < 70400 ) {
     71    if ( PHP_VERSION_ID < 70400 ) {
    7472
    7573        $msg = esc_html__(
  • advanced-responsive-video-embedder/tags/9.10.14/readme.txt

    r3043304 r3043373  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 9.10.13.1
     8Stable tag: 9.10.1
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    195195* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
    196196* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
     197
     198
     199
    197200
    198201### 2024-02-29 9.10.13.1 ###
  • advanced-responsive-video-embedder/tags/9.10.14/src/block.json

    r3043304 r3043373  
    1414        "odysee"
    1515    ],
    16     "version": "9.10.13.1",
     16    "version": "9.10.1",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
  • advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php

    r3043304 r3043373  
    44 * Plugin URI:        https://nextgenthemes.com/plugins/arve-pro/
    55 * Description:       Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine.
    6  * Version:           9.10.13.1
     6 * Version:           9.10.1
    77 * Author:            Nicolas Jonas
    88 * Author URI:        https://nextgenthemes.com
     
    2121// phpcs:disable SlevomatCodingStandard.TypeHints
    2222
    23 const VERSION               = '9.10.13.1';
     23const VERSION               = '9.10.1';
    2424const PRO_VERSION_REQUIRED  = '5.3.0-alpha1';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/trunk/changelog.md

    r3043304 r3043373  
    33* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
    44* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
     5
     6
     7
    58
    69### 2024-02-29 9.10.13.1 ###
  • advanced-responsive-video-embedder/trunk/php/Admin/functions-admin.php

    r3043213 r3043373  
    6969    }
    7070
    71     //  delete_user_meta( get_current_user_id(), 'dnh_dismissed_notices' )
    72 
    73     if ( true || PHP_VERSION_ID < 70400 ) {
     71    if ( PHP_VERSION_ID < 70400 ) {
    7472
    7573        $msg = esc_html__(
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3043304 r3043373  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 9.10.13.1
     8Stable tag: 9.10.1
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    195195* [ARVE Pro changelog](https://nextgenthemes.com/plugins/arve-pro/#changelog)
    196196* [ARVE Random Videos changelog](https://nextgenthemes.com/plugins/arve-random-video/#changelog)
     197
     198
     199
    197200
    198201### 2024-02-29 9.10.13.1 ###
  • advanced-responsive-video-embedder/trunk/src/block.json

    r3043304 r3043373  
    1414        "odysee"
    1515    ],
    16     "version": "9.10.13.1",
     16    "version": "9.10.1",
    1717    "textdomain": "advanced-responsive-video-embedder",
    1818    "supports": {
Note: See TracChangeset for help on using the changeset viewer.