Changeset 2729877
- Timestamp:
- 05/24/2022 10:05:03 PM (4 years ago)
- Location:
- samba-ai/trunk
- Files:
-
- 4 edited
-
languages/samba-ai-cs_CZ.po (modified) (1 diff)
-
languages/samba-ai.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
samba-ai.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
samba-ai/trunk/languages/samba-ai-cs_CZ.po
r2728023 r2729877 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Samba.ai 1.1. 1\n"5 "Project-Id-Version: Samba.ai 1.1.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/samba-ai\n" 7 7 "POT-Creation-Date: 2022-03-18T17:24:33+01:00\n" -
samba-ai/trunk/languages/samba-ai.pot
r2728023 r2729877 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Samba.ai 1.1. 1\n"5 "Project-Id-Version: Samba.ai 1.1.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/samba-ai\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
samba-ai/trunk/readme.txt
r2728023 r2729877 6 6 Tested up to: 5.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 93 93 == Changelog == 94 94 95 = 1.1.2 - 2022-24-05 = 96 * Fixed password generator for PHP 7.4 and higher 97 95 98 = 1.1.1 - 2022-30-04 = 96 99 * First Wordpress plugin directory distribution -
samba-ai/trunk/samba-ai.php
r2728023 r2729877 11 11 * Plugin URI: 12 12 * Description: Helps with connection to the Samba automation services 13 * Version: 1.1. 113 * Version: 1.1.2 14 14 * Requires at least: 5.7.4 15 15 * Requires PHP: 7.2 … … 49 49 'pluginURL' => plugin_dir_url(__FILE__), 50 50 'pluginDir' => plugin_dir_path(__FILE__), 51 'pluginVersion' => '1.1. 1',51 'pluginVersion' => '1.1.2', 52 52 'requiredWooCommerceVersion' => '4.0.0', 53 53 ];
Note: See TracChangeset
for help on using the changeset viewer.