{"id":19368791,"url":"https://github.com/ayecode/uwp_social","last_synced_at":"2025-06-12T23:05:54.894Z","repository":{"id":71530038,"uuid":"82322128","full_name":"AyeCode/uwp_social","owner":"AyeCode","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-20T12:24:03.000Z","size":714,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-05T13:45:21.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AyeCode.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-17T17:36:31.000Z","updated_at":"2019-11-20T12:19:19.000Z","dependencies_parsed_at":"2023-03-14T11:30:41.181Z","dependency_job_id":null,"html_url":"https://github.com/AyeCode/uwp_social","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/AyeCode/uwp_social","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fuwp_social","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fuwp_social/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fuwp_social/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fuwp_social/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AyeCode","download_url":"https://codeload.github.com/AyeCode/uwp_social/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeCode%2Fuwp_social/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259546443,"owners_count":22874564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T08:08:34.922Z","updated_at":"2025-06-12T23:05:54.867Z","avatar_url":"https://github.com/AyeCode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== UsersWP - Social Login ===\nContributors: stiofansisland, paoltaia, ayecode\nDonate link: http://userswp.io/\nTags: social, social login, login, register, social-connect, userswp\nRequires at least: 4.9\nTested up to: 5.3\nStable tag: 1.2.3\nLicense: GPLv3\nLicense URI: http://www.gnu.org/licenses/gpl-3.0.html\n\nSocial Login addon for UsersWP.\n\n== Description ==\n\nSocial Login addon for UsersWP.\n\nThis addon lets your user to register and login with popular sites like Facebook, Google etc.\n\n100% translatable.\n\n== Installation ==\n\n= Automatic installation =\n\nTBA\n\n= Manual installation =\n\nThe manual installation method involves downloading UsersWP and uploading it to your webserver via your favourite FTP application. The WordPress codex will tell you more [here](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).\n\n= Updating =\n\nAutomatic updates should seamlessly work. We always suggest you backup up your website before performing any automated update to avoid unforeseen problems.\n\n== Frequently Asked Questions ==\n\nNo questions so far, but don't hesitate to ask!\n\n== Screenshots ==\n\nTBA\n\n== Changelog ==\n\n= 1.2.3 =\n* Facebook login not able to get the user's email and showing error - FIXED\n\n= 1.2.2 =\n* Changes to fix unknown column error for avatar usermeta - FIXED\n\n= 1.2.1 =\n* Don't create dummy email if email not returned by provider - FIXED\n\n= 1.2.0 =\n* Use Hybridauth latest library function for logout - FIXED\n* Compatibility with new UWP core style updates - ADDED\n\n= 1.0.10 =\n* Session not available when user redirects back from social site - FIXED\n\n= 1.0.9 =\n* Upgrade Hybridauth library to V3 to make compatibility with linkedIn API V2 - CHANGED\n* Auth URI changed due to change in Hybridauth V3. Auth URIs for all providers need to be changed - BREAKING CHANGE\n\n= 1.0.8 =\n* Integrate new settings interface - CHANGED\n\n= 1.0.7 =\n* Login with LinkedIn gives error due to destruct method - FIXED\n\n= 1.0.6 =\n* Social login is unable to create new user sometimes - FIXED\n* GDV2 compatibility - ADDED\n* Remove session path check as it shows error on few hostings - FIXED\n* Use core WP functions in Uninstall functionality. - CHANGED\n\n= 1.0.5 =\n* Implement widget and gutenberg blocks using super duper class - CHANGED\n\n= 1.0.4 =\n* Fix login redirect to last page - FIXED\n* Plugin uninstall functionality - ADDED\n\n= 1.0.3 =\n* Added graceful error message if session problems - ADDED\n\n= 1.0.2 =\n* Major code refactoring - CHANGED\n* Docblocks added - ADDED\n* Linked in sometimes does not connect becasue of trailing slash missing in subdomain - FIXED\n* Delete social row when the user get deleted - ADDED\n\n= 1.0.1 =\n* Renamed some files - CHANGED\n* Textdomain not being loaded correctly - FIXED\n* Post method uses incorrect action name - FIXED\n* Class names renamed from Users_WP to UsersWP for better naming and consistency - CHANGED\n\n= 1.0.0 =\n* First release.\n\n== Upgrade Notice ==\n\nTBA","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayecode%2Fuwp_social","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayecode%2Fuwp_social","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayecode%2Fuwp_social/lists"}