Skip to content

Commit

Permalink
Prepare 1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Aug 15, 2019
1 parent 950c519 commit e4c8a58
Show file tree
Hide file tree
Showing 121 changed files with 222 additions and 222 deletions.
2 changes: 1 addition & 1 deletion com_swjprojects/admin/controller.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion com_swjprojects/admin/controllers/categories.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion com_swjprojects/admin/controllers/category.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
20 changes: 10 additions & 10 deletions com_swjprojects/admin/controllers/images.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand All @@ -27,7 +27,7 @@ class SWJProjectsControllerImages extends BaseController
*
* @return bool Send json response with image src on success, empty string on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function loadImage()
{
Expand All @@ -52,7 +52,7 @@ public function loadImage()
*
* @return bool Send json response with true on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function deleteImage()
{
Expand All @@ -77,7 +77,7 @@ public function deleteImage()
*
* @return bool Send json response with image src on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function uploadImage()
{
Expand Down Expand Up @@ -108,7 +108,7 @@ public function uploadImage()
*
* @return bool Send json response with images src and field html on success, empty string on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function loadImages()
{
Expand Down Expand Up @@ -147,7 +147,7 @@ public function loadImages()
*
* @return bool Send json response with new images names on success, empty string on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function uploadImages()
{
Expand Down Expand Up @@ -180,7 +180,7 @@ public function uploadImages()
*
* @return bool Send json response with image src on success, empty string on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function changeImages()
{
Expand Down Expand Up @@ -214,7 +214,7 @@ public function changeImages()
*
* @return bool Send json response with true on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function deleteImages()
{
Expand Down Expand Up @@ -244,7 +244,7 @@ public function deleteImages()
*
* @return True on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function setResponse($response = null, $message = null, $error = false)
{
Expand All @@ -267,7 +267,7 @@ public function setResponse($response = null, $message = null, $error = false)
*
* @return boolean True if found and valid, false otherwise.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function checkToken($method = 'post', $json = true)
{
Expand Down
4 changes: 2 additions & 2 deletions com_swjprojects/admin/controllers/key.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand All @@ -19,7 +19,7 @@ class SWJProjectsControllerKey extends FormController
*
* @var string
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
protected $text_prefix = 'COM_SWJPROJECTS_KEY';
}
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/keys.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand All @@ -20,7 +20,7 @@ class SWJProjectsControllerKeys extends AdminController
*
* @var string
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
protected $text_prefix = 'COM_SWJPROJECTS_KEYS';

Expand All @@ -33,7 +33,7 @@ class SWJProjectsControllerKeys extends AdminController
*
* @return BaseDatabaseModel|SWJProjectsModelKey A model object.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public function getModel($name = 'Key', $prefix = 'SWJProjectsModel', $config = array('ignore_request' => true))
{
Expand Down
2 changes: 1 addition & 1 deletion com_swjprojects/admin/controllers/project.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion com_swjprojects/admin/controllers/projects.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion com_swjprojects/admin/controllers/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion com_swjprojects/admin/controllers/versions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
26 changes: 13 additions & 13 deletions com_swjprojects/admin/helpers/images.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand All @@ -25,7 +25,7 @@ class SWJProjectsHelperImages
*
* @var array
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
protected static $_image = array();

Expand All @@ -34,7 +34,7 @@ class SWJProjectsHelperImages
*
* @var array
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
protected static $_images = array();

Expand All @@ -43,7 +43,7 @@ class SWJProjectsHelperImages
*
* @var array
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static $mime_types = array('image/png', 'image/jpeg', 'image/gif', 'image/bmp', 'image/svg', 'image/svg+xml');

Expand All @@ -59,7 +59,7 @@ class SWJProjectsHelperImages
*
* @return false|string Simple image path string on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function getImage($section = null, $pk = null, $name = null, $language = null, $absolute = false, $reload = false)
{
Expand Down Expand Up @@ -105,7 +105,7 @@ public static function getImage($section = null, $pk = null, $name = null, $lang
*
* @return bool True on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function deleteImage($section = null, $pk = null, $name = null, $language = null)
{
Expand All @@ -125,7 +125,7 @@ public static function deleteImage($section = null, $pk = null, $name = null, $l
*
* @return bool|string Simple image path string on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function uploadImage($section = null, $pk = null, $name = null, $language = null, $image = array())
{
Expand Down Expand Up @@ -174,7 +174,7 @@ public static function uploadImage($section = null, $pk = null, $name = null, $l
*
* @return false|object[] Multiple images array on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function getImages($section = null, $pk = null, $folder = null, $values = null, $language = null)
{
Expand Down Expand Up @@ -274,7 +274,7 @@ public static function getImages($section = null, $pk = null, $folder = null, $v
*
* @return false|array New images names array on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function uploadImages($section = null, $pk = null, $folder = null, $values = null, $language = null, $upload = array())
{
Expand Down Expand Up @@ -341,7 +341,7 @@ public static function uploadImages($section = null, $pk = null, $folder = null,
*
* @return false|string New image src on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function changeImages($section = null, $pk = null, $folder = null, $language = null, $name = null, $image = array())
{
Expand Down Expand Up @@ -406,7 +406,7 @@ public static function changeImages($section = null, $pk = null, $folder = null,
*
* @return bool True on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function deleteImages($section = null, $pk = null, $folder = null, $language = null, $name = null)
{
Expand Down Expand Up @@ -443,7 +443,7 @@ public static function deleteImages($section = null, $pk = null, $folder = null,
*
* @return true|false True on success, false on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function checkImage($image = '')
{
Expand All @@ -469,7 +469,7 @@ public static function checkImage($image = '')
*
* @return string Image name.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function generateName($length = 11)
{
Expand Down
10 changes: 5 additions & 5 deletions com_swjprojects/admin/helpers/keys.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand All @@ -19,7 +19,7 @@ class SWJProjectsHelperKeys
*
* @var array
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
protected static $characters = null;

Expand All @@ -30,7 +30,7 @@ class SWJProjectsHelperKeys
*
* @return string The key.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function generateKey($length = null)
{
Expand All @@ -52,7 +52,7 @@ public static function generateKey($length = null)
*
* @return array The key characters.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function getCharacters()
{
Expand Down Expand Up @@ -87,7 +87,7 @@ public static function getCharacters()
*
* @return string The key with mask.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function maskKey($key = null)
{
Expand Down
4 changes: 2 additions & 2 deletions com_swjprojects/admin/helpers/swjprojects.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.3.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down Expand Up @@ -49,7 +49,7 @@ public static function addSubmenu($vName)
*
* @throws Exception
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
public static function showDonateMessage()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; @package SW JProjects Component
; @version __DEPLOY_VERSION__
; @version 1.3.0
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; @package SW JProjects Component
; @version __DEPLOY_VERSION__
; @version 1.3.0
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; @package SW JProjects Component
; @version __DEPLOY_VERSION__
; @version 1.3.0
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2019 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
Loading

0 comments on commit e4c8a58

Please sign in to comment.