Changeset 3202475
- Timestamp:
- 12/04/2024 03:03:02 PM (16 months ago)
- Location:
- powr-social-feed/trunk
- Files:
-
- 2 edited
-
changelog.txt (modified) (1 diff)
-
powr-social-feed.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
powr-social-feed/trunk/changelog.txt
r3198032 r3202475 6 6 2024-11-27 - version 2.0.1 7 7 * Fix plugin issues 8 9 2024-12-04 - version 2.0.2 10 * Change base url -
powr-social-feed/trunk/powr-social-feed.php
r3198032 r3202475 17 17 * Plugin URI: https://www.powr.io/social-feed-website-app 18 18 * Description: Collect more leads, get more conversions and save time. 19 * Version: 2.0. 119 * Version: 2.0.2 20 20 * Author: POWr 21 21 * Author URI: https://www.powr.io … … 30 30 } 31 31 32 define('POWRIOSF_PLUGIN_NAME_VERSION', '2.0. 1');32 define('POWRIOSF_PLUGIN_NAME_VERSION', '2.0.2'); 33 33 34 34 if (!function_exists('powriosf_social_feed_menu')) { … … 59 59 function powriosf_powr_base_url() 60 60 { 61 $base_url = 'www.powr -staging.io';61 $base_url = 'www.powr.io'; 62 62 if (!empty($base_url)) { 63 63 return $base_url;
Note: See TracChangeset
for help on using the changeset viewer.