Plugin Directory

Changeset 3461276


Ignore:
Timestamp:
02/14/2026 09:37:42 AM (7 weeks ago)
Author:
garganoadv
Message:

Remove Meta trademarks from display name; bump to 1.0.3; tested up to 6.9.1

Location:
woppy/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • woppy/trunk/languages/woppy-de_DE.po

    r3460140 r3461276  
    1 # Woppy – AI Facebook and Instagram Posts for WooCommerce
     1# Woppy – AI Social Posts for WooCommerce
    22# Copyright (C) 2025 Gargano Adv
    33# This file is distributed under the same license as the Woppy package.
     
    55msgid ""
    66msgstr ""
    7 "Project-Id-Version: Woppy 1.0.2\n"
     7"Project-Id-Version: Woppy 1.0.3\n"
    88"Report-Msgid-Bugs-To: https://woppy.io/support\n"
    99"POT-Creation-Date: 2025-01-27 12:00+0000\n"
  • woppy/trunk/languages/woppy-en_US.po

    r3460140 r3461276  
    1 # Woppy – AI Facebook and Instagram Posts for WooCommerce
     1# Woppy – AI Social Posts for WooCommerce
    22# Copyright (C) 2025 Gargano Adv
    33# This file is distributed under the same license as the Woppy package.
     
    55msgid ""
    66msgstr ""
    7 "Project-Id-Version: Woppy 1.0.2\n"
     7"Project-Id-Version: Woppy 1.0.3\n"
    88"Report-Msgid-Bugs-To: https://woppy.io/support\n"
    99"POT-Creation-Date: 2025-01-27 12:00+0000\n"
  • woppy/trunk/languages/woppy-fr_FR.po

    r3460140 r3461276  
    1 # Woppy – AI Facebook and Instagram Posts for WooCommerce
     1# Woppy – AI Social Posts for WooCommerce
    22# Copyright (C) 2025 Gargano Adv
    33# This file is distributed under the same license as the Woppy package.
     
    55msgid ""
    66msgstr ""
    7 "Project-Id-Version: Woppy 1.0.2\n"
     7"Project-Id-Version: Woppy 1.0.3\n"
    88"Report-Msgid-Bugs-To: https://woppy.io/support\n"
    99"POT-Creation-Date: 2025-01-27 12:00+0000\n"
  • woppy/trunk/languages/woppy-it_IT.po

    r3460140 r3461276  
    1 # Woppy – AI Facebook and Instagram Posts for WooCommerce
     1# Woppy – AI Social Posts for WooCommerce
    22# Copyright (C) 2025 Gargano Adv
    33# This file is distributed under the same license as the Woppy package.
     
    55msgid ""
    66msgstr ""
    7 "Project-Id-Version: Woppy 1.0.2\n"
     7"Project-Id-Version: Woppy 1.0.3\n"
    88"Report-Msgid-Bugs-To: https://woppy.io/support\n"
    99"POT-Creation-Date: 2025-01-27 12:00+0000\n"
  • woppy/trunk/languages/woppy.pot

    r3460140 r3461276  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Woppy 1.0.2\n"
     9"Project-Id-Version: Woppy 1.0.3\n"
    1010"Report-Msgid-Bugs-To: https://woppy.io/support\n"
    1111"POT-Creation-Date: 2025-01-27 12:00+0000\n"
  • woppy/trunk/readme.txt

    r3460140 r3461276  
    1 === Woppy – AI Facebook and Instagram Posts for WooCommerce ===
     1=== Woppy – AI Social Posts for WooCommerce ===
    22Contributors: garganoadv
    3 Tags: woocommerce products, auto post facebook, auto post instagram, social media automation, auto publish, social media, ai marketing
     3Tags: woocommerce products auto post, social media AI, auto publish, social media, ai marketing
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    171171## Changelog
    172172
     173= 1.0.3 =
     174* Updated plugin name to Woppy – AI Social Posts for WooCommerce
     175
    173176= 1.0.2 =
    174177* Updated plugin name and branding
  • woppy/trunk/woppy.php

    r3460140 r3461276  
    11<?php
    22/**
    3  * Plugin Name: Woppy – AI Facebook and Instagram Posts for WooCommerce
     3 * Plugin Name: Woppy – AI Social Posts for WooCommerce
    44 * Plugin URI: https://woppy.io
    55 * 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.2
     6 * Version: 1.0.3
    77 * Author: Gargano Adv
    88 * License: GPL v2 or later
     
    2222
    2323// Define plugin constants
    24 define('WOPPY_VERSION', '1.0.2');
     24define('WOPPY_VERSION', '1.0.3');
    2525define('WOPPY_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2626define('WOPPY_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.