Plugin Directory

Changeset 2789556


Ignore:
Timestamp:
09/24/2022 04:59:38 AM (4 years ago)
Author:
traxconn
Message:

v1.1.2 - Release update.

Location:
talkino
Files:
83 added
3 edited

Legend:

Unmodified
Added
Removed
  • talkino/trunk/includes/admin/class-talkino-notifier.php

    r2789550 r2789556  
    2424class Talkino_Notifier {
    2525
    26     private string $message;
    27     private string $class;
     26    public $message;
     27    public $class;
    2828
    2929    /**
  • talkino/trunk/readme.txt

    r2789550 r2789556  
    77Requires at least: 4.9
    88Tested up to: 6.0.2
    9 Stable tag: 1.1.1
     9Stable tag: 1.1.2
    1010Requires PHP: 5.6
    1111License: GPLv2 or later
     
    170170
    171171= 1.1.1, Sep 24, 2022 =
     172* Fixed: Fatal error that happens in PHP 7.3.
     173
     174= 1.1.1, Sep 24, 2022 =
    172175* Added: New feature to reset all data of settings.
    173176* Added: New extension page to introduce Talkino Bundle and its premium features.
  • talkino/trunk/talkino.php

    r2789550 r2789556  
    99 * Plugin URI:        https://traxconn.com/
    1010 * Description:       Talkino allows you to integrate multi social messengers and contact into your website and enable your users to contact you using multi social messengers' accounts.
    11  * Version:           1.1.1
     11 * Version:           1.1.2
    1212 * Author:            Traxconn
    1313 * Requires at least: 4.9
     
    2929 * Current plugin version.
    3030 */
    31 define( 'TALKINO_VERSION', '1.1.1' );
     31define( 'TALKINO_VERSION', '1.1.2' );
    3232
    3333/**
Note: See TracChangeset for help on using the changeset viewer.