πŸ’₯ TRENDING: Changeset/ - High Quality

Changeset 2627043


Ignore:
Timestamp:
11/10/2021 01:19:47 AM (4 years ago)
Author:
redmonkey73
Message:

fix version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bonus-plus-wp/tags/2.2/bonus-plus-wp.php

    r2627042 r2627043 Β 
    1515 * WP requires at least: 5.0
    1616 * Tested up to: 5.8
    17Β  * Version: 2.1
    Β 17 * Version: 2.2
    1818 */
    1919namespace BPWP;
    … … Β 
    2828    public static function init()
    2929    {
    30Β         define('BPWP_PLUGIN_VERSION', '2.1');
    Β 30        define('BPWP_PLUGIN_VERSION', '2.2');
    3131
    3232        require_once __DIR__ . '/functions.php';
Note: See TracChangeset for help on using the changeset viewer.