Plugin Directory

Changeset 3250183


Ignore:
Timestamp:
03/04/2025 09:14:27 AM (13 months ago)
Author:
powr
Message:

Update platform param

Location:
powr-popup
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • powr-popup/tags/2.0.0/powr-popup.php

    r3222227 r3250183  
    6666    {
    6767        $current_user = wp_get_current_user();
    68         powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=woocommerce&done=1');
     68        powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wordpress&done=1');
    6969    }
    7070}
  • powr-popup/tags/2.0.1/README.md

    r3249604 r3250183  
    9898If you have any questions or need help getting up and running, we’re here to help! POWR offers free support, and our awesome support team is available 24 hours a day. You can also visit our [Help Center](https://help.powr.io/hc/en-us/sections/115000928968-Popup) for tips, support, and answers to common questions.
    9999
    100 You can also join the [POWR Community](https://community.powr.io/c/feature-requests/popup/7) for free! Talk directly to the developers, support team, and marketing, or make direct feature requests.
     100You can also join the [POWR Community](https://community.powr.io/) for free! Talk directly to the developers, support team, and marketing, or make direct feature requests.
    101101
    102102
  • powr-popup/tags/2.0.1/powr-popup.php

    r3235303 r3250183  
    6565    {
    6666        $current_user = wp_get_current_user();
    67         powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=woocommerce&done=1');
     67        powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wordpress&done=1');
    6868    }
    6969}
  • powr-popup/trunk/README.md

    r3249604 r3250183  
    9898If you have any questions or need help getting up and running, we’re here to help! POWR offers free support, and our awesome support team is available 24 hours a day. You can also visit our [Help Center](https://help.powr.io/hc/en-us/sections/115000928968-Popup) for tips, support, and answers to common questions.
    9999
    100 You can also join the [POWR Community](https://community.powr.io/c/feature-requests/popup/7) for free! Talk directly to the developers, support team, and marketing, or make direct feature requests.
     100You can also join the [POWR Community](https://community.powr.io/) for free! Talk directly to the developers, support team, and marketing, or make direct feature requests.
    101101
    102102
  • powr-popup/trunk/powr-popup.php

    r3235303 r3250183  
    6565    {
    6666        $current_user = wp_get_current_user();
    67         powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=woocommerce&done=1');
     67        powrio_render_iframe('https://' . powrio_powr_base_url() . '/api/woo_commerce/auth/apps/popup?email=' . $current_user->user_email . '&platform=wordpress&done=1');
    6868    }
    6969}
Note: See TracChangeset for help on using the changeset viewer.