You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Steven Gill <st...@gmail.com> on 2018/04/09 17:52:04 UTC

[DISCUSS] Plugins release

Going to aim to do a plugins release this Wed, April 11th. Let me know if
there are any important PRs I should look at before than.

Re: [DISCUSS] Plugins release

Posted by julio cesar sanchez <jc...@gmail.com>.
Also, I've updated cordova-plugin-device-motion and
cordova-plugin-device-orientation because of the same problem. Those are
deprecated plugins, but we broke them on the version that deprecated them,
so I think we should release a fixed version.

2018-04-13 9:21 GMT+02:00 julio cesar sanchez <jc...@gmail.com>:

> InAppBrowser had a major bump version but the cordovaDependencies have not
> been updated and it will make impossible to install it from npm once it’s
> published.
>
>
> Should I -1 or you would remove it from the release process?
>
>
> El viernes, 13 de abril de 2018, Steven Gill <st...@gmail.com>
> escribió:
>
>> Blog post for review: https://github.com/apache/cordova-docs/pull/812
>>
>> On Thu, Apr 12, 2018 at 1:34 PM, Steven Gill <st...@gmail.com>
>> wrote:
>>
>> > I've reviewed the PRs.
>> >
>> > Julio, for vibration plugin, I'm thinking it gets documented as a quirk.
>> > I'll do that and start the release now.
>> >
>> >
>> > On Tue, Apr 10, 2018 at 12:42 AM, Niklas Merz <ni...@rhoen.de>
>> > wrote:
>> >
>> >> Not a really an important one, but I would like to see my first PR to
>> >> InAppBrowser merged, so I can switch the plugin in our project back to
>> >> a released version.
>> >>
>> >> I added an option to the InAppBrowser
>> >> https://github.com/apache/cordova-plugin-inappbrowser/pull/254.
>> >>
>> >> Thanks
>> >>
>> >> Quoting julio cesar sanchez <jc...@gmail.com>:
>> >>
>> >> > I have this one removing navigator.notification from vibration plugin
>> >> as it
>> >> > has been deprecated for a long time and even removed from the docs
>> >> > https://github.com/apache/cordova-plugin-vibration/pull/67.
>> >> > So it might require minor or major version bump?
>> >> >
>> >> > Also, related issue, on Android, vibration plugin uses the browser
>> >> > implementation, but looks like Google doesn't allow to vibrate
>> without
>> >> user
>> >> > interaction first, so we should document it or go back to the native
>> >> > implementation. https://issues.apache.org/jira/browse/CB-14022.
>> >> > If going back to the native implementation, then we should do it for
>> >> this
>> >> > release, if just documenting, probably can wait.
>> >> >
>> >> > And I have this one for InAppBrowser plugin, was going to merge it
>> but
>> >> > travis is failing on one of the Android tests
>> >> > https://github.com/apache/cordova-plugin-inappbrowser/pull/264
>> >> >
>> >> >
>> >> > 2018-04-09 19:52 GMT+02:00 Steven Gill <st...@gmail.com>:
>> >> >
>> >> >> Going to aim to do a plugins release this Wed, April 11th. Let me
>> know
>> >> if
>> >> >> there are any important PRs I should look at before than.
>> >> >>
>> >>
>> >>
>> >>
>> >
>>
>

Re: [DISCUSS] Plugins release

Posted by julio cesar sanchez <jc...@gmail.com>.
InAppBrowser had a major bump version but the cordovaDependencies have not
been updated and it will make impossible to install it from npm once it’s
published.


Should I -1 or you would remove it from the release process?


El viernes, 13 de abril de 2018, Steven Gill <st...@gmail.com>
escribió:

> Blog post for review: https://github.com/apache/cordova-docs/pull/812
>
> On Thu, Apr 12, 2018 at 1:34 PM, Steven Gill <st...@gmail.com>
> wrote:
>
> > I've reviewed the PRs.
> >
> > Julio, for vibration plugin, I'm thinking it gets documented as a quirk.
> > I'll do that and start the release now.
> >
> >
> > On Tue, Apr 10, 2018 at 12:42 AM, Niklas Merz <ni...@rhoen.de>
> > wrote:
> >
> >> Not a really an important one, but I would like to see my first PR to
> >> InAppBrowser merged, so I can switch the plugin in our project back to
> >> a released version.
> >>
> >> I added an option to the InAppBrowser
> >> https://github.com/apache/cordova-plugin-inappbrowser/pull/254.
> >>
> >> Thanks
> >>
> >> Quoting julio cesar sanchez <jc...@gmail.com>:
> >>
> >> > I have this one removing navigator.notification from vibration plugin
> >> as it
> >> > has been deprecated for a long time and even removed from the docs
> >> > https://github.com/apache/cordova-plugin-vibration/pull/67.
> >> > So it might require minor or major version bump?
> >> >
> >> > Also, related issue, on Android, vibration plugin uses the browser
> >> > implementation, but looks like Google doesn't allow to vibrate without
> >> user
> >> > interaction first, so we should document it or go back to the native
> >> > implementation. https://issues.apache.org/jira/browse/CB-14022.
> >> > If going back to the native implementation, then we should do it for
> >> this
> >> > release, if just documenting, probably can wait.
> >> >
> >> > And I have this one for InAppBrowser plugin, was going to merge it but
> >> > travis is failing on one of the Android tests
> >> > https://github.com/apache/cordova-plugin-inappbrowser/pull/264
> >> >
> >> >
> >> > 2018-04-09 19:52 GMT+02:00 Steven Gill <st...@gmail.com>:
> >> >
> >> >> Going to aim to do a plugins release this Wed, April 11th. Let me
> know
> >> if
> >> >> there are any important PRs I should look at before than.
> >> >>
> >>
> >>
> >>
> >
>

Re: [DISCUSS] Plugins release

Posted by Steven Gill <st...@gmail.com>.
Blog post for review: https://github.com/apache/cordova-docs/pull/812

On Thu, Apr 12, 2018 at 1:34 PM, Steven Gill <st...@gmail.com> wrote:

> I've reviewed the PRs.
>
> Julio, for vibration plugin, I'm thinking it gets documented as a quirk.
> I'll do that and start the release now.
>
>
> On Tue, Apr 10, 2018 at 12:42 AM, Niklas Merz <ni...@rhoen.de>
> wrote:
>
>> Not a really an important one, but I would like to see my first PR to
>> InAppBrowser merged, so I can switch the plugin in our project back to
>> a released version.
>>
>> I added an option to the InAppBrowser
>> https://github.com/apache/cordova-plugin-inappbrowser/pull/254.
>>
>> Thanks
>>
>> Quoting julio cesar sanchez <jc...@gmail.com>:
>>
>> > I have this one removing navigator.notification from vibration plugin
>> as it
>> > has been deprecated for a long time and even removed from the docs
>> > https://github.com/apache/cordova-plugin-vibration/pull/67.
>> > So it might require minor or major version bump?
>> >
>> > Also, related issue, on Android, vibration plugin uses the browser
>> > implementation, but looks like Google doesn't allow to vibrate without
>> user
>> > interaction first, so we should document it or go back to the native
>> > implementation. https://issues.apache.org/jira/browse/CB-14022.
>> > If going back to the native implementation, then we should do it for
>> this
>> > release, if just documenting, probably can wait.
>> >
>> > And I have this one for InAppBrowser plugin, was going to merge it but
>> > travis is failing on one of the Android tests
>> > https://github.com/apache/cordova-plugin-inappbrowser/pull/264
>> >
>> >
>> > 2018-04-09 19:52 GMT+02:00 Steven Gill <st...@gmail.com>:
>> >
>> >> Going to aim to do a plugins release this Wed, April 11th. Let me know
>> if
>> >> there are any important PRs I should look at before than.
>> >>
>>
>>
>>
>

Re: [DISCUSS] Plugins release

Posted by Steven Gill <st...@gmail.com>.
I've reviewed the PRs.

Julio, for vibration plugin, I'm thinking it gets documented as a quirk.
I'll do that and start the release now.

On Tue, Apr 10, 2018 at 12:42 AM, Niklas Merz <ni...@rhoen.de> wrote:

> Not a really an important one, but I would like to see my first PR to
> InAppBrowser merged, so I can switch the plugin in our project back to
> a released version.
>
> I added an option to the InAppBrowser
> https://github.com/apache/cordova-plugin-inappbrowser/pull/254.
>
> Thanks
>
> Quoting julio cesar sanchez <jc...@gmail.com>:
>
> > I have this one removing navigator.notification from vibration plugin as
> it
> > has been deprecated for a long time and even removed from the docs
> > https://github.com/apache/cordova-plugin-vibration/pull/67.
> > So it might require minor or major version bump?
> >
> > Also, related issue, on Android, vibration plugin uses the browser
> > implementation, but looks like Google doesn't allow to vibrate without
> user
> > interaction first, so we should document it or go back to the native
> > implementation. https://issues.apache.org/jira/browse/CB-14022.
> > If going back to the native implementation, then we should do it for this
> > release, if just documenting, probably can wait.
> >
> > And I have this one for InAppBrowser plugin, was going to merge it but
> > travis is failing on one of the Android tests
> > https://github.com/apache/cordova-plugin-inappbrowser/pull/264
> >
> >
> > 2018-04-09 19:52 GMT+02:00 Steven Gill <st...@gmail.com>:
> >
> >> Going to aim to do a plugins release this Wed, April 11th. Let me know
> if
> >> there are any important PRs I should look at before than.
> >>
>
>
>

Re: [DISCUSS] Plugins release

Posted by Niklas Merz <ni...@rhoen.de>.
Not a really an important one, but I would like to see my first PR to  
InAppBrowser merged, so I can switch the plugin in our project back to  
a released version.

I added an option to the InAppBrowser  
https://github.com/apache/cordova-plugin-inappbrowser/pull/254.

Thanks

Quoting julio cesar sanchez <jc...@gmail.com>:

> I have this one removing navigator.notification from vibration plugin as it
> has been deprecated for a long time and even removed from the docs
> https://github.com/apache/cordova-plugin-vibration/pull/67.
> So it might require minor or major version bump?
>
> Also, related issue, on Android, vibration plugin uses the browser
> implementation, but looks like Google doesn't allow to vibrate without user
> interaction first, so we should document it or go back to the native
> implementation. https://issues.apache.org/jira/browse/CB-14022.
> If going back to the native implementation, then we should do it for this
> release, if just documenting, probably can wait.
>
> And I have this one for InAppBrowser plugin, was going to merge it but
> travis is failing on one of the Android tests
> https://github.com/apache/cordova-plugin-inappbrowser/pull/264
>
>
> 2018-04-09 19:52 GMT+02:00 Steven Gill <st...@gmail.com>:
>
>> Going to aim to do a plugins release this Wed, April 11th. Let me know if
>> there are any important PRs I should look at before than.
>>



Re: [DISCUSS] Plugins release

Posted by julio cesar sanchez <jc...@gmail.com>.
I have this one removing navigator.notification from vibration plugin as it
has been deprecated for a long time and even removed from the docs
https://github.com/apache/cordova-plugin-vibration/pull/67.
So it might require minor or major version bump?

Also, related issue, on Android, vibration plugin uses the browser
implementation, but looks like Google doesn't allow to vibrate without user
interaction first, so we should document it or go back to the native
implementation. https://issues.apache.org/jira/browse/CB-14022.
If going back to the native implementation, then we should do it for this
release, if just documenting, probably can wait.

And I have this one for InAppBrowser plugin, was going to merge it but
travis is failing on one of the Android tests
https://github.com/apache/cordova-plugin-inappbrowser/pull/264


2018-04-09 19:52 GMT+02:00 Steven Gill <st...@gmail.com>:

> Going to aim to do a plugins release this Wed, April 11th. Let me know if
> there are any important PRs I should look at before than.
>

Re: [DISCUSS] Plugins release

Posted by julio cesar sanchez <jc...@gmail.com>.
That's the process to invite someone, but if you have not been invited, you
can write an email to this mail list or to private@cordova.apache.org  if
you don't want it to be public, or to some Cordova PMC you already know
telling why you want to become a committer and link previous contributions.

2018-04-18 22:49 GMT+02:00 Niklas Merz <ni...@rhoen.de>:

> Hello,
>
> I have found this document: https://github.com/apache/
> cordova-new-committer-and-pmc/blob/master/README.md
>
> Is this still current?
>
> Regards Niklas
>
> Am 18. Apr. 2018, 11:52, um 11:52, gandhi rajan <ga...@gmail.com>
> schrieb:
> >Hi Joe, I m interested in becoming a committer and also submitted few
> >PRs
> >too. Do let me know how to proceed about this?
> >
> >On Wednesday, April 18, 2018, Joe Bowser <bo...@gmail.com> wrote:
> >
> >> Hey
> >>
> >> This is technically off-topic, but I commented on the PR asking for a
> >new
> >> PR and discussion on the list.  However, without additional
> >committers, I
> >> don't see this happening in the short term.  If people are interested
> >in
> >> becoming committers on this project, people should let us know on
> >this
> >> mailing list.  We can definitely use the help.
> >>
> >> I hope this clears things up a bit.
> >>
> >>
> >>
> >> On Tue, Apr 17, 2018 at 11:27 AM, Niklas Merz <ni...@rhoen.de>
> >> wrote:
> >>
> >> > Hello everyone,
> >> >
> >> > I am watching another issue for some time and I would like to see
> >it
> >> going
> >> > forward.
> >> >
> >> > Cordova InAppBrowser WKWebview support
> >> > https://issues.apache.org/jira/browse/CB-7179?page=com.atlas
> >> > sian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&
> >> > focusedCommentId=16160433#comment-16160433
> >> >
> >> > Dave Alden did some great work and commented it, but now it seems
> >stuck.
> >> > How can we promote the effort to get WKWebview for the IAB plugin?
> >Or is
> >> > there no chance to get that in the official plugin?
> >> >
> >> > Thanks for your help.
> >> >
> >> > Best regards
> >> > Niklas
> >> >
> >> >
> >---------------------------------------------------------------------
> >> >
> >> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> >> > For additional commands, e-mail: dev-help@cordova.apache.org
> >> >
> >> >
> >>
> >
> >
> >--
> >Regards,
> >Gandhi
> >
> >"The best way to find urself is to lose urself in the service of others
> >!!!"
>

Re: [DISCUSS] Plugins release

Posted by Niklas Merz <ni...@rhoen.de>.
Hello,

I have found this document: https://github.com/apache/cordova-new-committer-and-pmc/blob/master/README.md

Is this still current? 

Regards Niklas 

Am 18. Apr. 2018, 11:52, um 11:52, gandhi rajan <ga...@gmail.com> schrieb:
>Hi Joe, I m interested in becoming a committer and also submitted few
>PRs
>too. Do let me know how to proceed about this?
>
>On Wednesday, April 18, 2018, Joe Bowser <bo...@gmail.com> wrote:
>
>> Hey
>>
>> This is technically off-topic, but I commented on the PR asking for a
>new
>> PR and discussion on the list.  However, without additional
>committers, I
>> don't see this happening in the short term.  If people are interested
>in
>> becoming committers on this project, people should let us know on
>this
>> mailing list.  We can definitely use the help.
>>
>> I hope this clears things up a bit.
>>
>>
>>
>> On Tue, Apr 17, 2018 at 11:27 AM, Niklas Merz <ni...@rhoen.de>
>> wrote:
>>
>> > Hello everyone,
>> >
>> > I am watching another issue for some time and I would like to see
>it
>> going
>> > forward.
>> >
>> > Cordova InAppBrowser WKWebview support
>> > https://issues.apache.org/jira/browse/CB-7179?page=com.atlas
>> > sian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&
>> > focusedCommentId=16160433#comment-16160433
>> >
>> > Dave Alden did some great work and commented it, but now it seems
>stuck.
>> > How can we promote the effort to get WKWebview for the IAB plugin?
>Or is
>> > there no chance to get that in the official plugin?
>> >
>> > Thanks for your help.
>> >
>> > Best regards
>> > Niklas
>> >
>> >
>---------------------------------------------------------------------
>> >
>> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> > For additional commands, e-mail: dev-help@cordova.apache.org
>> >
>> >
>>
>
>
>-- 
>Regards,
>Gandhi
>
>"The best way to find urself is to lose urself in the service of others
>!!!"

Re: [DISCUSS] Plugins release

Posted by gandhi rajan <ga...@gmail.com>.
Hi Joe, I m interested in becoming a committer and also submitted few PRs
too. Do let me know how to proceed about this?

On Wednesday, April 18, 2018, Joe Bowser <bo...@gmail.com> wrote:

> Hey
>
> This is technically off-topic, but I commented on the PR asking for a new
> PR and discussion on the list.  However, without additional committers, I
> don't see this happening in the short term.  If people are interested in
> becoming committers on this project, people should let us know on this
> mailing list.  We can definitely use the help.
>
> I hope this clears things up a bit.
>
>
>
> On Tue, Apr 17, 2018 at 11:27 AM, Niklas Merz <ni...@rhoen.de>
> wrote:
>
> > Hello everyone,
> >
> > I am watching another issue for some time and I would like to see it
> going
> > forward.
> >
> > Cordova InAppBrowser WKWebview support
> > https://issues.apache.org/jira/browse/CB-7179?page=com.atlas
> > sian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&
> > focusedCommentId=16160433#comment-16160433
> >
> > Dave Alden did some great work and commented it, but now it seems stuck.
> > How can we promote the effort to get WKWebview for the IAB plugin? Or is
> > there no chance to get that in the official plugin?
> >
> > Thanks for your help.
> >
> > Best regards
> > Niklas
> >
> > ---------------------------------------------------------------------
> >
> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > For additional commands, e-mail: dev-help@cordova.apache.org
> >
> >
>


-- 
Regards,
Gandhi

"The best way to find urself is to lose urself in the service of others !!!"

Re: [DISCUSS] Plugins release

Posted by Niklas Merz <ni...@rhoen.de>.
Hi,

thanks for promoting this issue and clearing this up. I am happy to help where I can. How do you become a commiter or start supporting you?

Regards Niklas 

Am 18. Apr. 2018, 04:50, um 04:50, Joe Bowser <bo...@gmail.com> schrieb:
>Hey
>
>This is technically off-topic, but I commented on the PR asking for a
>new
>PR and discussion on the list.  However, without additional committers,
>I
>don't see this happening in the short term.  If people are interested
>in
>becoming committers on this project, people should let us know on this
>mailing list.  We can definitely use the help.
>
>I hope this clears things up a bit.
>
>
>
>On Tue, Apr 17, 2018 at 11:27 AM, Niklas Merz <ni...@rhoen.de>
>wrote:
>
>> Hello everyone,
>>
>> I am watching another issue for some time and I would like to see it
>going
>> forward.
>>
>> Cordova InAppBrowser WKWebview support
>> https://issues.apache.org/jira/browse/CB-7179?page=com.atlas
>> sian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&
>> focusedCommentId=16160433#comment-16160433
>>
>> Dave Alden did some great work and commented it, but now it seems
>stuck.
>> How can we promote the effort to get WKWebview for the IAB plugin? Or
>is
>> there no chance to get that in the official plugin?
>>
>> Thanks for your help.
>>
>> Best regards
>> Niklas
>>
>> ---------------------------------------------------------------------
>>
>> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> For additional commands, e-mail: dev-help@cordova.apache.org
>>
>>

Re: [DISCUSS] Plugins release

Posted by Joe Bowser <bo...@gmail.com>.
Hey

This is technically off-topic, but I commented on the PR asking for a new
PR and discussion on the list.  However, without additional committers, I
don't see this happening in the short term.  If people are interested in
becoming committers on this project, people should let us know on this
mailing list.  We can definitely use the help.

I hope this clears things up a bit.



On Tue, Apr 17, 2018 at 11:27 AM, Niklas Merz <ni...@rhoen.de> wrote:

> Hello everyone,
>
> I am watching another issue for some time and I would like to see it going
> forward.
>
> Cordova InAppBrowser WKWebview support
> https://issues.apache.org/jira/browse/CB-7179?page=com.atlas
> sian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&
> focusedCommentId=16160433#comment-16160433
>
> Dave Alden did some great work and commented it, but now it seems stuck.
> How can we promote the effort to get WKWebview for the IAB plugin? Or is
> there no chance to get that in the official plugin?
>
> Thanks for your help.
>
> Best regards
> Niklas
>
> ---------------------------------------------------------------------
>
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>

Re: [DISCUSS] Plugins release

Posted by Niklas Merz <ni...@rhoen.de>.
Hello everyone,

I am watching another issue for some time and I would like to see it 
going forward.

Cordova InAppBrowser WKWebview support
https://issues.apache.org/jira/browse/CB-7179?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=16160433#comment-16160433

Dave Alden did some great work and commented it, but now it seems stuck. 
How can we promote the effort to get WKWebview for the IAB plugin? Or is 
there no chance to get that in the official plugin?

Thanks for your help.

Best regards
Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


Re: [DISCUSS] Plugins release

Posted by Steven Gill <st...@gmail.com>.
Thanks Julio! Sent the updated vote thread

On Fri, Apr 13, 2018 at 11:35 AM, julio cesar sanchez <
jcesarmobile@gmail.com> wrote:

> I've sent a PR that fixes the InAppBrowser problem with the
> cordovaDependencies
> https://github.com/apache/cordova-plugin-inappbrowser/pull/266
>
> 2018-04-13 20:23 GMT+02:00 Steven Gill <st...@gmail.com>:
>
> > Julio, I will update the release today and include those two.
> >
> > On Fri, Apr 13, 2018 at 10:33 AM, Simon MacDonald <
> > simon.macdonald@gmail.com
> > > wrote:
> >
> > > John,
> > >
> > > It is included.
> > >
> > > Simon Mac Donald
> > > http://simonmacdonald.com
> > >
> > > On Fri, Apr 13, 2018 at 1:32 PM, johnkgerken@gmail.com <
> > > johnkgerken@gmail.com> wrote:
> > >
> > > >
> > > >
> > > > On 2018/04/09 17:52:04, Steven Gill <st...@gmail.com> wrote:
> > > > > Going to aim to do a plugins release this Wed, April 11th. Let me
> > know
> > > if
> > > > > there are any important PRs I should look at before than.
> > > > >
> > > > Hi Steven,
> > > >
> > > > Please insure that cordova-plugin-globalization pull request 64 is
> > > > included; https://github.com/apache/cordova-plugin-globalization/
> > pull/64
> > > >
> > > > Thanks for your help!
> > > > John
> > > >
> > > > ------------------------------------------------------------
> ---------
> > > > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > > > For additional commands, e-mail: dev-help@cordova.apache.org
> > > >
> > > >
> > >
> >
>

Re: [DISCUSS] Plugins release

Posted by julio cesar sanchez <jc...@gmail.com>.
I've sent a PR that fixes the InAppBrowser problem with the
cordovaDependencies
https://github.com/apache/cordova-plugin-inappbrowser/pull/266

2018-04-13 20:23 GMT+02:00 Steven Gill <st...@gmail.com>:

> Julio, I will update the release today and include those two.
>
> On Fri, Apr 13, 2018 at 10:33 AM, Simon MacDonald <
> simon.macdonald@gmail.com
> > wrote:
>
> > John,
> >
> > It is included.
> >
> > Simon Mac Donald
> > http://simonmacdonald.com
> >
> > On Fri, Apr 13, 2018 at 1:32 PM, johnkgerken@gmail.com <
> > johnkgerken@gmail.com> wrote:
> >
> > >
> > >
> > > On 2018/04/09 17:52:04, Steven Gill <st...@gmail.com> wrote:
> > > > Going to aim to do a plugins release this Wed, April 11th. Let me
> know
> > if
> > > > there are any important PRs I should look at before than.
> > > >
> > > Hi Steven,
> > >
> > > Please insure that cordova-plugin-globalization pull request 64 is
> > > included; https://github.com/apache/cordova-plugin-globalization/
> pull/64
> > >
> > > Thanks for your help!
> > > John
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > > For additional commands, e-mail: dev-help@cordova.apache.org
> > >
> > >
> >
>

Re: [DISCUSS] Plugins release

Posted by Steven Gill <st...@gmail.com>.
Julio, I will update the release today and include those two.

On Fri, Apr 13, 2018 at 10:33 AM, Simon MacDonald <simon.macdonald@gmail.com
> wrote:

> John,
>
> It is included.
>
> Simon Mac Donald
> http://simonmacdonald.com
>
> On Fri, Apr 13, 2018 at 1:32 PM, johnkgerken@gmail.com <
> johnkgerken@gmail.com> wrote:
>
> >
> >
> > On 2018/04/09 17:52:04, Steven Gill <st...@gmail.com> wrote:
> > > Going to aim to do a plugins release this Wed, April 11th. Let me know
> if
> > > there are any important PRs I should look at before than.
> > >
> > Hi Steven,
> >
> > Please insure that cordova-plugin-globalization pull request 64 is
> > included; https://github.com/apache/cordova-plugin-globalization/pull/64
> >
> > Thanks for your help!
> > John
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > For additional commands, e-mail: dev-help@cordova.apache.org
> >
> >
>

Re: [DISCUSS] Plugins release

Posted by Simon MacDonald <si...@gmail.com>.
John,

It is included.

Simon Mac Donald
http://simonmacdonald.com

On Fri, Apr 13, 2018 at 1:32 PM, johnkgerken@gmail.com <
johnkgerken@gmail.com> wrote:

>
>
> On 2018/04/09 17:52:04, Steven Gill <st...@gmail.com> wrote:
> > Going to aim to do a plugins release this Wed, April 11th. Let me know if
> > there are any important PRs I should look at before than.
> >
> Hi Steven,
>
> Please insure that cordova-plugin-globalization pull request 64 is
> included; https://github.com/apache/cordova-plugin-globalization/pull/64
>
> Thanks for your help!
> John
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>

Re: [DISCUSS] Plugins release

Posted by jo...@gmail.com, jo...@gmail.com.

On 2018/04/09 17:52:04, Steven Gill <st...@gmail.com> wrote: 
> Going to aim to do a plugins release this Wed, April 11th. Let me know if
> there are any important PRs I should look at before than.
> 
Hi Steven,

Please insure that cordova-plugin-globalization pull request 64 is included; https://github.com/apache/cordova-plugin-globalization/pull/64

Thanks for your help!
John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org