Plugin Directory

Changeset 2839237


Ignore:
Timestamp:
12/26/2022 06:58:04 AM (3 years ago)
Author:
putler
Message:

Changes for v2.11.1

Location:
woocommerce-putler-connector/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-putler-connector/trunk/languages/woocommerce-putler-connector.pot

    r2836641 r2839237  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Putler Connector for WooCommerce - Accurate Analytics and Reports for your WooCommerce Store 2.11.0\n"
     5"Project-Id-Version: Putler Connector for WooCommerce - Accurate Analytics and Reports for your WooCommerce Store 2.11.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-putler-connector-plugin\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2022-12-20T18:24:51+05:30\n"
     12"POT-Creation-Date: 2022-12-26T12:25:38+05:30\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.6.0\n"
  • woocommerce-putler-connector/trunk/readme.txt

    r2836641 r2839237  
    88Tested up to: 6.1.1
    99Requires PHP: 5.6
    10 Stable tag: 2.11.0
     10Stable tag: 2.11.1
    1111License: GPL 3.0
    1212
     
    172172== Changelog ==
    173173
     174= 2.11.1 (26.12.2022) =
     175* Fix: PHP Error in some cases post last release
     176* Update: POT file
     177
    174178= 2.11.0 (20.12.2022) =
    175179* New: WordPress Coding Standards
     
    299303== Upgrade Notice ==
    300304
     305= 2.11.1 =
     306PHP Error in some cases post last release, recommended upgrade.
     307
    301308= 2.11.0 =
    302309WordPress Coding Standards, WordPress v6.1.1 & WooCommerce v7.0.1 compatible, Updated Plugin name along with some other important updates and fixes, recommended upgrade.
  • woocommerce-putler-connector/trunk/woocommerce-putler-connector.php

    r2839224 r2839237  
    44 * Plugin URI: https://putler.com/connector/woocommerce/
    55 * Description: Accurate reports, analytics, integrations, growth insights and tools for your WooCommerce store.
    6  * Version: 2.11.0
     6 * Version: 2.11.1
    77 * Author: putler, storeapps
    88 * Author URI: https://putler.com/
     
    2626}
    2727
    28 define( 'WPC_VERSION', '2.11.0' );
     28define( 'WPC_VERSION', '2.11.1' );
    2929
    3030// Hooks.
Note: See TracChangeset for help on using the changeset viewer.