Plugin Directory

Changeset 2729877


Ignore:
Timestamp:
05/24/2022 10:05:03 PM (4 years ago)
Author:
sambaai
Message:

1.1.2 update

Location:
samba-ai/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • samba-ai/trunk/languages/samba-ai-cs_CZ.po

    r2728023 r2729877  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Samba.ai 1.1.1\n"
     5"Project-Id-Version: Samba.ai 1.1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/samba-ai\n"
    77"POT-Creation-Date: 2022-03-18T17:24:33+01:00\n"
  • samba-ai/trunk/languages/samba-ai.pot

    r2728023 r2729877  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Samba.ai 1.1.1\n"
     5"Project-Id-Version: Samba.ai 1.1.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/samba-ai\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • samba-ai/trunk/readme.txt

    r2728023 r2729877  
    66Tested up to: 5.9
    77Requires PHP: 7.4
    8 Stable tag: 1.1.1
     8Stable tag: 1.1.2
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
     95= 1.1.2 - 2022-24-05 =
     96* Fixed password generator for PHP 7.4 and higher
     97
    9598= 1.1.1 - 2022-30-04 =
    9699* First Wordpress plugin directory distribution
  • samba-ai/trunk/samba-ai.php

    r2728023 r2729877  
    1111 * Plugin URI:       
    1212 * Description:       Helps with connection to the Samba automation services
    13  * Version:           1.1.1
     13 * Version:           1.1.2
    1414 * Requires at least: 5.7.4
    1515 * Requires PHP:      7.2
     
    4949    'pluginURL' => plugin_dir_url(__FILE__),
    5050    'pluginDir' => plugin_dir_path(__FILE__),
    51     'pluginVersion' => '1.1.1',
     51    'pluginVersion' => '1.1.2',
    5252    'requiredWooCommerceVersion' => '4.0.0',
    5353  ];
Note: See TracChangeset for help on using the changeset viewer.