Plugin Directory

Changeset 2554744


Ignore:
Timestamp:
06/27/2021 04:19:53 PM (5 years ago)
Author:
quriobot
Message:

update embed code

Location:
quriobot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quriobot/trunk/includes/class-quriobot.php

    r2554708 r2554744  
    1111    }
    1212
    13     const VERSION = '2.7.3';
     13    const VERSION = '2.7.4';
    1414
    1515    public function init()
  • quriobot/trunk/quriobot.php

    r2554708 r2554744  
    55 * Author: Quriobot
    66 * Author URI: https://quriobot.com/
    7  * Version: 2.7.3
     7 * Version: 2.7.4
    88 * License: GPLv3
    99 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    1515    exit;
    1616}
    17 
    1817
    1918add_action( 'plugins_loaded', 'quriobot_plugin_init' );
     
    2726             * @var Const Plugin Version Number
    2827             */
    29             const VERSION = '2.7.3';
     28            const VERSION = '2.7.4';
    3029
    3130            /**
  • quriobot/trunk/readme.txt

    r2554708 r2554744  
    7272== Changelog ==
    7373
    74 = 2.7.3 =
     74= 2.7.4 =
    7575* AMP support.
    7676
Note: See TracChangeset for help on using the changeset viewer.