Skip to content

Commit

Permalink
Updated - WP version supported, added min PHP in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Aug 18, 2020
1 parent 1f43dd9 commit ade0f94
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 70 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@
"psr-4": {
"Layered\\QuickLogin\\": "src/"
}
},
"config": {
"platform": {
"php": "5.6"
}
}
}
72 changes: 4 additions & 68 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quick-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Quick Social Login
Plugin URI: https://layered.market/plugins/quick-login
Description: Enable secure login & registration with social accounts! Supports Twitter, Facebook, Google, WordPress.com, LinkedIn and Slack.
Version: 1.4.2
Version: 1.4.3
Text Domain: quick-login
Author: Layered
Author URI: https://layered.market
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: andreiigna
Tags: login, social login, twitter, google, facebook, linkedin, slack, oauth, register
Requires at least: 4
Tested up to: 5.4
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: trunk
License: GPL-3.0-or-later
Expand Down Expand Up @@ -90,6 +90,10 @@ If the website server already has PHP >= 5.6 and the plugin still doesn't work,

== Changelog ==

= 1.4.3 - 18 Aug 2020 =
* Updated - Compatibility with WordPress 5.5
* Updated - Dependencies for Google/Facebook OAuth code libraries

= 1.4.2 - 26 May 2020 =
* Updated - Instructions text for Twitter integration

Expand Down

0 comments on commit ade0f94

Please sign in to comment.