Skip to content

Supports more cookie date formats in the Cookie Plugin #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 16, 2017

Conversation

aaa2000
Copy link
Contributor

@aaa2000 aaa2000 commented Jun 22, 2017

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #46
License MIT

What's in this PR?

Supports more cookie date formats in the Cookie Plugin

Checklist

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
  • Documentation pull request created (if not simply a bugfix)

To Do

  • Wait the release 1.6 of php-http/message in order to fix the composer constraint to a stable constraint

@aaa2000 aaa2000 changed the title Supports more cookie date formats in the Cookie Plugin WIP Supports more cookie date formats in the Cookie Plugin Jun 22, 2017
@aaa2000 aaa2000 changed the title WIP Supports more cookie date formats in the Cookie Plugin [WIP] Supports more cookie date formats in the Cookie Plugin Jun 22, 2017
Copy link
Contributor

@dbu dbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are some open issues in message that hopefully can get cleaned up soonish. if we forget, please remind in a week or so and we can just do a release there as the issues are not regressions over 1.5 but just stuff that would be cool to be fixed, so technically we can do the 1.6 release with the current state.

Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Just a minor technicality. If we merge wth @dev then users would get a hard time installing this package.

composer.json Outdated
@@ -14,7 +14,7 @@
"php": ">=5.4",
"php-http/httplug": "^1.1",
"php-http/message-factory": "^1.0",
"php-http/message": "^1.2",
"php-http/message": "^1.6@dev",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove "@dev"

Possible add "minimun-stabillity:dev" and "prefer-dist "

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see the TODO list @aaa2000 added. i think this is correct to show that the PR will merge once 1.6 is released. its just that we should not merge until 1.6 is released and then we can change this line to remove @dev before merging.

changing global minimum stability will not change anything for users of this lib, but would potentially have effects on how we install other dependencies.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed that. I think we could release 1.6 of message now.. I will prepare.

@tcitworld
Copy link

Could this be released ? :)

@aaa2000 aaa2000 changed the title [WIP] Supports more cookie date formats in the Cookie Plugin Supports more cookie date formats in the Cookie Plugin Sep 26, 2017
@aaa2000
Copy link
Contributor Author

aaa2000 commented Sep 26, 2017

Rebased and fixed the composer constraint to a stable constraint for the package php-http/message

PR is now mergeable

Do I need to correct StyleCI analysis ? (I have not modified src/Plugin/CookiePlugin.php )

@Nyholm
Copy link
Member

Nyholm commented Sep 26, 2017

I think you are fine. I will review this PR later this week.

Thank you.

@dbu
Copy link
Contributor

dbu commented Sep 27, 2017

Do I need to correct StyleCI analysis

i let styleci fix those in master. if you can rebase again, the style check should become green.

@aaa2000
Copy link
Contributor Author

aaa2000 commented Oct 15, 2017

Friendly ping

@joelwurtz joelwurtz merged commit 0245571 into php-http:master Oct 16, 2017
@joelwurtz
Copy link
Member

Thanks for the PR, and sorry for the wait

@aaa2000
Copy link
Contributor Author

aaa2000 commented Oct 16, 2017

Thanks to you and your wonderful library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants