Credit for #211
This commit is contained in:
parent
5dd6931374
commit
d5f76f105d
4
pom.xml
4
pom.xml
|
@ -178,6 +178,10 @@
|
||||||
<name>Joel Costigliola</name>
|
<name>Joel Costigliola</name>
|
||||||
<organization>JCOS-Technologies</organization>
|
<organization>JCOS-Technologies</organization>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>pukkaone</id>
|
||||||
|
<name>Chin Huang</name>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -108,6 +108,11 @@
|
||||||
Resource references using resource instance objects instead of resource IDs
|
Resource references using resource instance objects instead of resource IDs
|
||||||
will correctly qualify the IDs with the resource type if they aren't already qualified
|
will correctly qualify the IDs with the resource type if they aren't already qualified
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add" issue="211">
|
||||||
|
Testpage Overlay project now properly allows a custom client
|
||||||
|
factory to be used (e.g. for custom authentication, etc.) Thanks
|
||||||
|
to Chin Huang (@pukkaone) for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.1" date="2015-07-13">
|
<release version="1.1" date="2015-07-13">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue