💎 PREMIUM: Changeset/ - Full Gallery 2025

Changeset 3033494


Ignore:
Timestamp:
02/09/2024 07:00:28 AM (23 months ago)
Author:
redmonkey73
Message:

Update to version 2.10 from GitHub

Location:
bonus-plus-wp
Files:
4 edited
1 copied

Legend:

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

    r3033463 r3033494  
    1515 * WP requires at least: 6.0
    1616 * Tested up to: 6.4.2
    17  * Version: 2.9
     17 * Version: 2.10
    1818 */
    1919namespace BPWP;
     
    2828    public static function init()
    2929    {
    30         define('BPWP_PLUGIN_VERSION', '2.9');
     30        define('BPWP_PLUGIN_VERSION', '2.10');
    3131
    3232        require_once __DIR__ . '/functions.php';
  • bonus-plus-wp/tags/2.10/readme.txt

    r3033463 r3033494  
    55Requires at least: 4.0
    66Tested up to: 6.4.2
    7 Stable tag: 2.8
     7Stable tag: 2.10
    88Requires PHP: 8.1
    99License: GPLv2 or later
     
    9393== Changelog ==
    9494
     95= 2.10 =
     96- version fix
     97
    9598= 2.9 =
    9699- линковка существующего клиента из б+ https://github.com/evgrezanov/bonus-plus-wp/issues/42
  • bonus-plus-wp/trunk/bonus-plus-wp.php

    r3033463 r3033494  
    1515 * WP requires at least: 6.0
    1616 * Tested up to: 6.4.2
    17  * Version: 2.9
     17 * Version: 2.10
    1818 */
    1919namespace BPWP;
     
    2828    public static function init()
    2929    {
    30         define('BPWP_PLUGIN_VERSION', '2.9');
     30        define('BPWP_PLUGIN_VERSION', '2.10');
    3131
    3232        require_once __DIR__ . '/functions.php';
  • bonus-plus-wp/trunk/readme.txt

    r3033463 r3033494  
    55Requires at least: 4.0
    66Tested up to: 6.4.2
    7 Stable tag: 2.8
     7Stable tag: 2.10
    88Requires PHP: 8.1
    99License: GPLv2 or later
     
    9393== Changelog ==
    9494
     95= 2.10 =
     96- version fix
     97
    9598= 2.9 =
    9699- линковка существующего клиента из б+ https://github.com/evgrezanov/bonus-plus-wp/issues/42
Note: See TracChangeset for help on using the changeset viewer.