Plugin Directory

Changeset 3202475


Ignore:
Timestamp:
12/04/2024 03:03:02 PM (16 months ago)
Author:
powr
Message:

2.0.2 version powr social feed (set prod base url)

Location:
powr-social-feed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • powr-social-feed/trunk/changelog.txt

    r3198032 r3202475  
    662024-11-27 - version 2.0.1
    77* Fix plugin issues
     8
     92024-12-04 - version 2.0.2
     10* Change base url
  • powr-social-feed/trunk/powr-social-feed.php

    r3198032 r3202475  
    1717 * Plugin URI:        https://www.powr.io/social-feed-website-app
    1818 * Description:       Collect more leads, get more conversions and save time.
    19  * Version:           2.0.1
     19 * Version:           2.0.2
    2020 * Author:            POWr
    2121 * Author URI:        https://www.powr.io
     
    3030}
    3131
    32 define('POWRIOSF_PLUGIN_NAME_VERSION', '2.0.1');
     32define('POWRIOSF_PLUGIN_NAME_VERSION', '2.0.2');
    3333
    3434if (!function_exists('powriosf_social_feed_menu')) {
     
    5959    function powriosf_powr_base_url()
    6060    {
    61         $base_url = 'www.powr-staging.io';
     61        $base_url = 'www.powr.io';
    6262        if (!empty($base_url)) {
    6363            return $base_url;
Note: See TracChangeset for help on using the changeset viewer.