Plugin Directory

Changeset 3043304

Timestamp:
02/29/2024 06:31:57 PM (5 months ago)
Author:
nico23
Message:

Update plugin to version 9.10.13.1 with NextgenThemes WordPress Plugin Deploy

Location:
advanced-responsive-video-embedder
Files:
22 deleted
8 edited
1 copied

Legend:

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

    r3043213 r3043304  
    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
     6 * Version:           9.10.13
    77 * Author:            Nicolas Jonas
    88 * Author URI:        https://nextgenthemes.com
     
    2121// phpcs:disable SlevomatCodingStandard.TypeHints
    2222
    23 const VERSION               = '9.10.13';
     23const VERSION               = '9.10.13';
    2424const PRO_VERSION_REQUIRED  = '5.3.0-alpha1';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/tags/9.10.13.1/changelog.md

    r3043213 r3043304  
    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 ###
  • advanced-responsive-video-embedder/tags/9.10.13.1/readme.txt

    r3043213 r3043304  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 9.10.13
     8Stable tag: 9.10.13
    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 ###
  • advanced-responsive-video-embedder/tags/9.10.13.1/src/block.json

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

    r3043213 r3043304  
    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
     6 * Version:           9.10.13
    77 * Author:            Nicolas Jonas
    88 * Author URI:        https://nextgenthemes.com
     
    2121// phpcs:disable SlevomatCodingStandard.TypeHints
    2222
    23 const VERSION               = '9.10.13';
     23const VERSION               = '9.10.13';
    2424const PRO_VERSION_REQUIRED  = '5.3.0-alpha1';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/trunk/changelog.md

    r3043213 r3043304  
    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 ###
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3043213 r3043304  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 9.10.13
     8Stable tag: 9.10.13
    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 ###
  • advanced-responsive-video-embedder/trunk/src/block.json

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