-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added message that module settings should be saved due changes in the grid structure * Added improvements in the fix for spaces between the blocks * Added 6 new animations for the slides: scale-x, scale-y, top+scale, right+scale, bottom+scale and left+scale
- Loading branch information
Showing
7 changed files
with
183 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension type="module" version="1.6.0" client="site" method="upgrade"> | ||
<name>Grid GK5</name> | ||
<author>GavickPro</author> | ||
<creationDate>06/02/2014</creationDate> | ||
<creationDate>11/04/2014</creationDate> | ||
<copyright>Copyright (C) 2013-2014 GavickPro. All rights reserved.</copyright> | ||
<license>GNU General Public License version 2 or later</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>www.gavickpro.com</authorUrl> | ||
<version>1.1</version> | ||
<version>1.2</version> | ||
<description><![CDATA[ | ||
<style type="text/css"> | ||
span.readonly { padding: 10px; font-family: Arial; font-size:13px !important; font-weight: normal !important; text-align: justify; color: #4d4d4d; line-height: 24px; } | ||
|
@@ -21,7 +21,7 @@ | |
span.readonly p.license { border-top: 1px solid #eee; font-size: 11px; margin: 30px 26px 0; padding: 6px 0; } | ||
</style> | ||
<span class="readonly"><h1>Grid GK5<small>ver. 1.1</small></h1><p>GK5 is one product of the next generation of GavickPro extensions designed exclusively for Joomla 2.5+.</p><p>With the Grid GK5 module, you can implement space-saving grid area on websites and incorporate a variety of content types via modules. Thanks to the amazing grid management system we've integrated into the module, Grid GK5 remains easy, intuitive and quick to configure. With built-in support for module embedding, the possibilities for implementing this new release are unlimited!</p> <p class='homepage'><a href='http://www.gavick.com/documentation/joomla-extensions/extensions-for-joomla-1-6/grid-gk5-module/' target='_blank'>Learn more at the Grid GK5 project website.</a></p><p class='license'>Grid GK5 is released under the <a target="_blank" href="http://www.gnu.org/licenses/gpl-2.0.html">GNU/GPL v2 license.</a></p></span> | ||
<span class="readonly"><h1>Grid GK5<small>ver. 1.2</small></h1><p>GK5 is one product of the next generation of GavickPro extensions designed exclusively for Joomla 2.5+.</p><p>With the Grid GK5 module, you can implement space-saving grid area on websites and incorporate a variety of content types via modules. Thanks to the amazing grid management system we've integrated into the module, Grid GK5 remains easy, intuitive and quick to configure. With built-in support for module embedding, the possibilities for implementing this new release are unlimited!</p> <p class='homepage'><a href='http://www.gavick.com/documentation/joomla-extensions/extensions-for-joomla-1-6/grid-gk5-module/' target='_blank'>Learn more at the Grid GK5 project website.</a></p><p class='license'>Grid GK5 is released under the <a target="_blank" href="http://www.gnu.org/licenses/gpl-2.0.html">GNU/GPL v2 license.</a></p></span> | ||
<span class='tooltip-content'>Advanced grid module for Joomla! 2.5</span> | ||
]]></description> | ||
<files> | ||
|
@@ -87,12 +87,18 @@ | |
<field name="animation_type" type="list" default="opacity" label="MOD_GRID_ANIMATION_TYPE" description="MOD_GRID_ANIMATION_TYPE_DESC"> | ||
<option value="opacity">MOD_GRID_OPACITY</option> | ||
<option value="scale">MOD_GRID_SCALE</option> | ||
<option value="scale-x">MOD_GRID_SCALE_X</option> | ||
<option value="scale-y">MOD_GRID_SCALE_Y</option> | ||
<option value="rotate">MOD_GRID_ROTATE</option> | ||
<option value="rotate3d">MOD_GRID_ROTATE3D</option> | ||
<option value="top">MOD_GRID_TOP</option> | ||
<option value="right">MOD_GRID_RIGHT</option> | ||
<option value="bottom">MOD_GRID_BOTTOM</option> | ||
<option value="left">MOD_GRID_LEFT</option> | ||
<option value="top-scale">MOD_GRID_TOP_SCALE</option> | ||
<option value="right-scale">MOD_GRID_RIGHT_SCALE</option> | ||
<option value="bottom-scale">MOD_GRID_BOTTOM_SCALE</option> | ||
<option value="left-scale">MOD_GRID_LEFT_SCALE</option> | ||
</field> | ||
</fieldset> | ||
<!-- advanced --> | ||
|
@@ -101,13 +107,13 @@ | |
<field name="mobile_width" type="text" class="input-px" size="5" default="600" label="MOD_GRID_MOBILE_WIDTH" description="MOD_GRID_MOBILE_WIDTH_DESC" /> | ||
|
||
<field name="useCSS" type="list" default="1" label="MOD_GRID_USE_CSS" description="MOD_GRID_USE_CSS_DESC"> | ||
<option value="0">MOD_GRID_FORCE_DISABLED</option> | ||
<option value="1">MOD_GRID_FORCE_ENABLED</option> | ||
<option value="0">MOD_GRID_DISABLED</option> | ||
<option value="1">MOD_GRID_ENABLED</option> | ||
</field> | ||
|
||
<field name="useScript" type="list" default="1" label="MOD_GRID_USE_SCRIPT" description="MOD_GRID_USE_SCRIPT_DESC"> | ||
<option value="0">MOD_GRID_FORCE_DISABLED</option> | ||
<option value="1">MOD_GRID_FORCE_ENABLED</option> | ||
<option value="0">MOD_GRID_DISABLED</option> | ||
<option value="1">MOD_GRID_ENABLED</option> | ||
<option value="2">MOD_GRID_AUTOMATIC</option> | ||
</field> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters