Skip to content

Commit

Permalink
[imp] release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phproberto committed Aug 16, 2018
1 parent e77f8e1 commit 3f87b4e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joomla-entity",
"version": "1.2.0",
"version": "1.3.0",
"description": "Semantical entities for Joomla!",
"main": "gulpfile.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/joomla_entity/joomla_entity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<authorUrl>www.phproberto.com</authorUrl>
<copyright>Copyright (C) 2017-2018 Roberto Segura López. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>1.2.0</version>
<version>1.3.0</version>
<description>Semantical API for Joomla!</description>
<updateservers>
<server type="extension" name="Joomla Entity Update Site">https://raw.githubusercontent.com/phproberto/joomla-entity/master/updates/joomla_entity.xml</server>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function author($reload = false)
*
* @return integer
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function authorId()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function editor($reload = false)
*
* @return integer
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function editorId()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function user()
*
* @return integer
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function userId()
{
Expand Down
10 changes: 5 additions & 5 deletions extensions/libraries/joomla_entity/src/Users/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static function active()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function addToUserGroup(int $userGroupId)
{
Expand All @@ -68,7 +68,7 @@ public function addToUserGroup(int $userGroupId)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function addToUserGroups(array $userGroupsIds)
{
Expand Down Expand Up @@ -346,7 +346,7 @@ public function removeFromAllUserGroups()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function removeFromUserGroup(int $userGroupId)
{
Expand All @@ -360,7 +360,7 @@ public function removeFromUserGroup(int $userGroupId)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function removeFromUserGroups(array $userGroupsIds)
{
Expand Down Expand Up @@ -417,7 +417,7 @@ public function table($name = '', $prefix = null, $options = array())
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function userGroupsIds()
{
Expand Down
6 changes: 3 additions & 3 deletions updates/joomla_entity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<description>Twig integration for Joomla!</description>
<element>joomla_entity</element>
<type>library</type>
<version>1.2.0</version>
<version>1.3.0</version>
<client>site</client>
<infourl title="Joomla Entity">https://github.com/phproberto/joomla-entity/releases/tag/v1.2.0</infourl>
<infourl title="Joomla Entity">https://github.com/phproberto/joomla-entity/releases/tag/v1.3.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/phproberto/joomla-entity/releases/download/v1.2.0/joomla-entity-v1.2.0.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/phproberto/joomla-entity/releases/download/v1.3.0/joomla-entity-v1.3.0.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[89]" />
</update>
Expand Down

0 comments on commit 3f87b4e

Please sign in to comment.