Plugin Directory

Changeset 3059406

Timestamp:
03/27/2024 01:44:59 AM (4 months ago)
Author:
nico23
Message:

Update plugin to version 9.10.17 with NextgenThemes WordPress Plugin Deploy

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

Legend:

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

    r3059372 r3059406  
    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.16
     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.16';
     23const VERSION               = '9.10.1';
    2424const PRO_VERSION_REQUIRED  = '5.3.0-alpha1';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/tags/9.10.17/php/Admin/functions-admin.php

    r3059372 r3059406  
    7474                sprintf(
    7575                    // Translators: %1$s URL, %2$s version tag.
    76                     __( 'If you can, please help testing the upcoming ARVE version.<br>(1) Download <a href="%1$s">arve.zip</a> (2) Go to Plugins > Add New > Upload Plugin. (3) Install. (4) <a href="%3$s">nextgenthemes.com/support/</a> if something goes wrong.', 'advanced-responsive-video-embedder' ),
     76                    __( 'If you can, please help testing the upcoming ARVE version.<br>(1) Download <a href="%1$s">arve.zip</a> (2) Go to Plugins > Add New > Upload Plugin. (3) Install. (4) <a href="%$s">nextgenthemes.com/support/</a> if something goes wrong.', 'advanced-responsive-video-embedder' ),
    7777                    esc_url( 'https://github.com/nextgenthemes/advanced-responsive-video-embedder/releases/latest/download/arve.zip' ),
    7878                    esc_url( 'https://nextgenthemes.com/support/' )
  • advanced-responsive-video-embedder/tags/9.10.17/readme.txt

    r3059372 r3059406  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 9.10.16
     8Stable tag: 9.10.1
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • advanced-responsive-video-embedder/trunk/advanced-responsive-video-embedder.php

    r3059372 r3059406  
    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.16
     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.16';
     23const VERSION               = '9.10.1';
    2424const PRO_VERSION_REQUIRED  = '5.3.0-alpha1';
    2525const NUM_TRACKS            = 3;
  • advanced-responsive-video-embedder/trunk/php/Admin/functions-admin.php

    r3059372 r3059406  
    7474                sprintf(
    7575                    // Translators: %1$s URL, %2$s version tag.
    76                     __( 'If you can, please help testing the upcoming ARVE version.<br>(1) Download <a href="%1$s">arve.zip</a> (2) Go to Plugins > Add New > Upload Plugin. (3) Install. (4) <a href="%3$s">nextgenthemes.com/support/</a> if something goes wrong.', 'advanced-responsive-video-embedder' ),
     76                    __( 'If you can, please help testing the upcoming ARVE version.<br>(1) Download <a href="%1$s">arve.zip</a> (2) Go to Plugins > Add New > Upload Plugin. (3) Install. (4) <a href="%$s">nextgenthemes.com/support/</a> if something goes wrong.', 'advanced-responsive-video-embedder' ),
    7777                    esc_url( 'https://github.com/nextgenthemes/advanced-responsive-video-embedder/releases/latest/download/arve.zip' ),
    7878                    esc_url( 'https://nextgenthemes.com/support/' )
  • advanced-responsive-video-embedder/trunk/readme.txt

    r3059372 r3059406  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 9.10.16
     8Stable tag: 9.10.1
    99License: GPL-3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.