Plugin Directory

Changeset 3294628


Ignore:
Timestamp:
05/16/2025 07:55:13 AM (11 months ago)
Author:
wponlinesupport
Message:
  • Update some URLs
Location:
html5-videogallery-plus-player
Files:
105 added
4 edited

Legend:

Unmodified
Added
Removed
  • html5-videogallery-plus-player/trunk/html5video.php

    r3293761 r3294628  
    77 * Description: Easy to add and display your HTML5, YouTube, Vimeo vedio gallery with Magnific Popup to your website. Also work with Gutenberg shortcode block.
    88 * Author: Essential Plugin
    9  * Version: 2.8.4
    10  * Author URI: https://www.essentialplugin.com/wordpress-plugin/video-gallery-player/
     9 * Version: 2.8.5
     10 * Author URI: https://www.essentialplugin.com
    1111 *
    1212 * @package Video gallery and Player
     
    1919
    2020if( ! defined( 'WP_HTML5VP_VERSION' ) ) {
    21     define( 'WP_HTML5VP_VERSION', '2.8.4' ); // Version of plugin
     21    define( 'WP_HTML5VP_VERSION', '2.8.5' ); // Version of plugin
    2222}
    2323if( ! defined( 'WP_HTML5VP_DIR' ) ) {
  • html5-videogallery-plus-player/trunk/readme.txt

    r3293761 r3294628  
    44Requires at least: 4.0
    55Tested up to: 6.8.1
    6 Stable tag: 2.8.4
     6Stable tag: 2.8.5
    77License: GPLv2 or later
    88
     
    108108== Changelog ==
    109109
     110= 2.8.5 (16, May 2025) =
     111* [*] Updated some URL's
     112
    110113= 2.8.4 (15, May 2025) =
    111114* [*] Check compatibility with WordPress version 6.8.1
  • html5-videogallery-plus-player/trunk/wpos-analytics/templates/analytic.php

    r3293761 r3294628  
    2323    <?php } ?>
    2424
    25     <form method="POST" action="https://analytics.wponlinesupport.com">
     25    <form method="POST" action="https://analytics.essentialplugin.com">
    2626        <div class="wpos-anylc-optin-wrap" style="width: 650px; margin: 0 auto; margin-top: 70px;">
    2727
  • html5-videogallery-plus-player/trunk/wpos-analytics/templates/optout-popup.php

    r2925686 r3294628  
    2222            </div>
    2323            <div class="wpos-anylc-popup-footer">
    24                 <form method="POST" action="https://analytics.wponlinesupport.com">
     24                <form method="POST" action="https://analytics.essentialplugin.com">
    2525                    <?php
    2626                    if( ! empty( $optin_form_data ) ) {
Note: See TracChangeset for help on using the changeset viewer.