Changeset 2839237
- Timestamp:
- 12/26/2022 06:58:04 AM (3 years ago)
- Location:
- woocommerce-putler-connector/trunk
- Files:
-
- 3 edited
-
languages/woocommerce-putler-connector.pot (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
woocommerce-putler-connector.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-putler-connector/trunk/languages/woocommerce-putler-connector.pot
r2836641 r2839237 3 3 msgid "" 4 4 msgstr "" 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" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-putler-connector-plugin\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2022-12-2 0T18:24:51+05:30\n"12 "POT-Creation-Date: 2022-12-26T12:25:38+05:30\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.6.0\n" -
woocommerce-putler-connector/trunk/readme.txt
r2836641 r2839237 8 8 Tested up to: 6.1.1 9 9 Requires PHP: 5.6 10 Stable tag: 2.11. 010 Stable tag: 2.11.1 11 11 License: GPL 3.0 12 12 … … 172 172 == Changelog == 173 173 174 = 2.11.1 (26.12.2022) = 175 * Fix: PHP Error in some cases post last release 176 * Update: POT file 177 174 178 = 2.11.0 (20.12.2022) = 175 179 * New: WordPress Coding Standards … … 299 303 == Upgrade Notice == 300 304 305 = 2.11.1 = 306 PHP Error in some cases post last release, recommended upgrade. 307 301 308 = 2.11.0 = 302 309 WordPress 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 4 4 * Plugin URI: https://putler.com/connector/woocommerce/ 5 5 * Description: Accurate reports, analytics, integrations, growth insights and tools for your WooCommerce store. 6 * Version: 2.11. 06 * Version: 2.11.1 7 7 * Author: putler, storeapps 8 8 * Author URI: https://putler.com/ … … 26 26 } 27 27 28 define( 'WPC_VERSION', '2.11. 0' );28 define( 'WPC_VERSION', '2.11.1' ); 29 29 30 30 // Hooks.
Note: See TracChangeset
for help on using the changeset viewer.