Changeset 3476113
- Timestamp:
- 03/06/2026 07:02:39 AM (4 weeks ago)
- Location:
- taggbox-widget/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
taggbox.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
taggbox-widget/trunk/readme.txt
r3475467 r3476113 4 4 Tags: instagram, linkedin, twitter, facebook, google reviews 5 5 Requires at least: 3.0 6 Tested up to: 6.9 .16 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 Stable tag: 3. 78 Stable tag: 3.8 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 349 349 == Changelog == 350 350 351 = 3. 7=351 = 3.8 = 352 352 * Now Taggbox social media widget plugin will work within the WordPress itself for better UI and user experience. 353 353 354 354 == Upgrade Notice == 355 355 356 = 3. 7=356 = 3.8 = 357 357 * 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 5 5 * Plugin URI: https://taggbox.com/widget/ 6 6 * Description: Display social media feeds and user-generated content in an interactive widget. 7 * Version: 3. 77 * Version: 3.8 8 8 * Author: Taggbox 9 9 * Author URI: https://taggbox.com/ 10 * License: GPLv 2 or later11 * License URI: https://www.gnu.org/licenses/gpl- 2.0.html10 * License: GPLv3 11 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 12 12 */ 13 13 if (!defined('WPINC')) : … … 16 16 17 17 /* --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'); 19 19 !defined('TAGGBOX_PLUGIN_DIR_PATH') && define('TAGGBOX_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__)); 20 20 !defined('TAGGBOX_PLUGIN_URL') && define('TAGGBOX_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.