Plugin Directory

Changeset 3333512


Ignore:
Timestamp:
07/24/2025 10:20:57 AM (8 months ago)
Author:
webtonative
Message:

Deploy plugin version 2.8.10

Location:
webtonative/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • webtonative/trunk/README.md

    r3329535 r3333512  
    44Requires at least: 2.0.2
    55Tested up to: 6.7.1
    6 Stable tag: 2.8.9
     6Stable tag: 2.8.10
    77License: GPLv2 or later
    88
  • webtonative/trunk/common/social-login/rest.php

    r3209976 r3333512  
    105105        get_bloginfo('wpurl') .
    106106        static::$FACEBOOK_REDIRECT_URI .
    107         '&auth_type=rerequest&scope=email, public_profile';
     107        '&auth_type=rerequest&scope=email%20public_profile';
    108108      header('Location: ' . $redirect_uri);
    109109      die();
     
    131131          ),
    132132          'body' =>
    133             'code=' .
     133          'code=' .
    134134            $code .
    135135            '&client_id=' .
  • webtonative/trunk/index.php

    r3329535 r3333512  
    33  Plugin Name: webtonative
    44  Description: webtonative Plugin
    5   Version: 2.8.9
     5  Version: 2.8.10
    66  Author: webtonative
    77*/
Note: See TracChangeset for help on using the changeset viewer.