Skip to content

Commit

Permalink
Merge pull request #15 from JoomShaper/issues-php8.1
Browse files Browse the repository at this point in the history
Issues php8.1
  • Loading branch information
siddik-web authored Jun 28, 2022
2 parents b6e914a + 1544d33 commit 815921e
Show file tree
Hide file tree
Showing 6 changed files with 928 additions and 205 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
</fieldset>

<fieldset name="publishing">
<field name="created" type="calendar" label="JGLOBAL_FIELD_CREATED_LABEL" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" />
<field name="created" type="calendar" label="JGLOBAL_FIELD_CREATED_LABEL" translateformat="true" showtime="true" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" />
<field name="created_by" type="user" label="JGLOBAL_FIELD_CREATED_BY_LABEL" />
<field name="modified" type="calendar" class="readonly" label="JGLOBAL_FIELD_MODIFIED_LABEL" size="22" readonly="true" format="%Y-%m-%d %H:%M:%S" filter="user_utc" />
<field name="modified" type="calendar" class="readonly" label="JGLOBAL_FIELD_MODIFIED_LABEL" translateformat="true" showtime="true" size="22" readonly="true" format="%Y-%m-%d %H:%M:%S" filter="user_utc" />
<field name="modified_by" type="user" label="JGLOBAL_FIELD_MODIFIED_BY_LABEL" class="readonly" readonly="true" filter="unset" />
<field name="checked_out" type="hidden" filter="unset" />
<field name="checked_out_time" type="hidden" filter="unset" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authorUrl>http://www.joomshaper.com</authorUrl>
<copyright>@JoomShaper 2010 - 2021. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<version>2.0.3</version>
<version>2.0.2</version>
<description>A simple image gallery component for Joomla.</description>
<scriptfile>installer.script.php</scriptfile>

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
buildPath: './dist/component/',
rootPath: './dist/',
componentName: 'speasyimagegallery',
com_package_name: 'com_speasyimagegallery_fullpackage_v2.0.3.zip',
com_package_name: 'com_speasyimagegallery_fullpackage_v2.0.2.zip',
moduleExts: ['xml','php','js','css','jpg','png','gif','ttf','otf','woff','woff2','svg','eot']
}

Expand Down
Loading

0 comments on commit 815921e

Please sign in to comment.