Plugin Directory

Changeset 3476113


Ignore:
Timestamp:
03/06/2026 07:02:39 AM (4 weeks ago)
Author:
taggbox
Message:

Update Plugin Code

Location:
taggbox-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • taggbox-widget/trunk/readme.txt

    r3475467 r3476113  
    44Tags: instagram, linkedin, twitter, facebook, google reviews
    55Requires at least: 3.0
    6 Tested up to: 6.9.1
     6Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 3.7
     8Stable tag: 3.8
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    349349== Changelog ==
    350350
    351 = 3.7 =
     351= 3.8 =
    352352  * Now Taggbox social media widget plugin will work within the WordPress itself for better UI and user experience.
    353353
    354354== Upgrade Notice ==
    355355
    356 = 3.7 =
     356= 3.8 =
    357357  * Now Taggbox social media widget plugin will work within the WordPress itself for better UI and user experience.
  • taggbox-widget/trunk/taggbox.php

    r3475467 r3476113  
    55 * Plugin URI:        https://taggbox.com/widget/
    66 * Description:       Display social media feeds and user-generated content in an interactive widget.
    7  * Version:           3.7
     7 * Version:           3.8
    88 * Author:            Taggbox
    99 * Author URI:        https://taggbox.com/
    10  * License:           GPLv2 or later
    11  * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     10 * License:           GPLv3
     11 * License URI:       https://www.gnu.org/licenses/gpl-3.0.html
    1212 */
    1313if (!defined('WPINC')) :
     
    1616
    1717/* --Start-- Create Constant */
    18 !defined('TAGGBOX_PLUGIN_VERSION')          && define('TAGGBOX_PLUGIN_VERSION',          '3.7');
     18!defined('TAGGBOX_PLUGIN_VERSION')          && define('TAGGBOX_PLUGIN_VERSION',          '3.8');
    1919!defined('TAGGBOX_PLUGIN_DIR_PATH')         && define('TAGGBOX_PLUGIN_DIR_PATH',         plugin_dir_path(__FILE__));
    2020!defined('TAGGBOX_PLUGIN_URL')              && define('TAGGBOX_PLUGIN_URL',              plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.