Changeset 3461276
- Timestamp:
- 02/14/2026 09:37:42 AM (7 weeks ago)
- Location:
- woppy/trunk
- Files:
-
- 7 edited
-
languages/woppy-de_DE.po (modified) (2 diffs)
-
languages/woppy-en_US.po (modified) (2 diffs)
-
languages/woppy-fr_FR.po (modified) (2 diffs)
-
languages/woppy-it_IT.po (modified) (2 diffs)
-
languages/woppy.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woppy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woppy/trunk/languages/woppy-de_DE.po
r3460140 r3461276 1 # Woppy – AI Facebook and InstagramPosts for WooCommerce1 # Woppy – AI Social Posts for WooCommerce 2 2 # Copyright (C) 2025 Gargano Adv 3 3 # This file is distributed under the same license as the Woppy package. … … 5 5 msgid "" 6 6 msgstr "" 7 "Project-Id-Version: Woppy 1.0. 2\n"7 "Project-Id-Version: Woppy 1.0.3\n" 8 8 "Report-Msgid-Bugs-To: https://woppy.io/support\n" 9 9 "POT-Creation-Date: 2025-01-27 12:00+0000\n" -
woppy/trunk/languages/woppy-en_US.po
r3460140 r3461276 1 # Woppy – AI Facebook and InstagramPosts for WooCommerce1 # Woppy – AI Social Posts for WooCommerce 2 2 # Copyright (C) 2025 Gargano Adv 3 3 # This file is distributed under the same license as the Woppy package. … … 5 5 msgid "" 6 6 msgstr "" 7 "Project-Id-Version: Woppy 1.0. 2\n"7 "Project-Id-Version: Woppy 1.0.3\n" 8 8 "Report-Msgid-Bugs-To: https://woppy.io/support\n" 9 9 "POT-Creation-Date: 2025-01-27 12:00+0000\n" -
woppy/trunk/languages/woppy-fr_FR.po
r3460140 r3461276 1 # Woppy – AI Facebook and InstagramPosts for WooCommerce1 # Woppy – AI Social Posts for WooCommerce 2 2 # Copyright (C) 2025 Gargano Adv 3 3 # This file is distributed under the same license as the Woppy package. … … 5 5 msgid "" 6 6 msgstr "" 7 "Project-Id-Version: Woppy 1.0. 2\n"7 "Project-Id-Version: Woppy 1.0.3\n" 8 8 "Report-Msgid-Bugs-To: https://woppy.io/support\n" 9 9 "POT-Creation-Date: 2025-01-27 12:00+0000\n" -
woppy/trunk/languages/woppy-it_IT.po
r3460140 r3461276 1 # Woppy – AI Facebook and InstagramPosts for WooCommerce1 # Woppy – AI Social Posts for WooCommerce 2 2 # Copyright (C) 2025 Gargano Adv 3 3 # This file is distributed under the same license as the Woppy package. … … 5 5 msgid "" 6 6 msgstr "" 7 "Project-Id-Version: Woppy 1.0. 2\n"7 "Project-Id-Version: Woppy 1.0.3\n" 8 8 "Report-Msgid-Bugs-To: https://woppy.io/support\n" 9 9 "POT-Creation-Date: 2025-01-27 12:00+0000\n" -
woppy/trunk/languages/woppy.pot
r3460140 r3461276 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: Woppy 1.0. 2\n"9 "Project-Id-Version: Woppy 1.0.3\n" 10 10 "Report-Msgid-Bugs-To: https://woppy.io/support\n" 11 11 "POT-Creation-Date: 2025-01-27 12:00+0000\n" -
woppy/trunk/readme.txt
r3460140 r3461276 1 === Woppy – AI Facebook and InstagramPosts for WooCommerce ===1 === Woppy – AI Social Posts for WooCommerce === 2 2 Contributors: garganoadv 3 Tags: woocommerce products , auto post facebook, auto post instagram, social media automation, auto publish, social media, ai marketing3 Tags: woocommerce products auto post, social media AI, auto publish, social media, ai marketing 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 171 171 ## Changelog 172 172 173 = 1.0.3 = 174 * Updated plugin name to Woppy – AI Social Posts for WooCommerce 175 173 176 = 1.0.2 = 174 177 * Updated plugin name and branding -
woppy/trunk/woppy.php
r3460140 r3461276 1 1 <?php 2 2 /** 3 * Plugin Name: Woppy – AI Facebook and InstagramPosts for WooCommerce3 * Plugin Name: Woppy – AI Social Posts for WooCommerce 4 4 * Plugin URI: https://woppy.io 5 5 * Description: Woppy transforms WooCommerce products into high-impact promotional posts for Facebook and Instagram, automatically generating optimized content thanks to artificial intelligence. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Gargano Adv 8 8 * License: GPL v2 or later … … 22 22 23 23 // Define plugin constants 24 define('WOPPY_VERSION', '1.0. 2');24 define('WOPPY_VERSION', '1.0.3'); 25 25 define('WOPPY_PLUGIN_DIR', plugin_dir_path(__FILE__)); 26 26 define('WOPPY_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.