Skip to content

Commit

Permalink
[imp] release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phproberto committed Jun 7, 2018
1 parent df0aad9 commit 15b8b04
Show file tree
Hide file tree
Showing 42 changed files with 10,273 additions and 42 deletions.
10,229 changes: 10,229 additions & 0 deletions build/package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "joomla-twig",
"version": "1.0.3",
"version": "1.1.0",
"description": "Gulp build system for joomla-twig library",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"dependencies": {
"npm": "^6.1.0"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"del": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/src/Module/BaseTwigModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Base twig module.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
abstract class BaseTwigModule
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/src/Traits/HasLayoutData.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* For classes having cached layout data.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
trait HasLayoutData
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/src/Traits/HasParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* For classes having params.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
trait HasParams
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/src/Traits/HasTwigRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* For classes having a linked app.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
trait HasTwigRenderer
{
Expand Down
2 changes: 1 addition & 1 deletion extensions/libraries/twig/twig.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>GNU General Public License version 2 or later, see LICENSE.</license>
<version>1.0.3</version>
<version>1.1.0</version>
<description>Twig library</description>
<files>
<folder>form</folder>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pkg_twig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packager>Roberto Segura</packager>
<packagename>twig</packagename>
<packagerurl>http://www.phproberto.com</packagerurl>
<version>1.0.3</version>
<version>1.1.0</version>
<description>PKG_TWIG_XML_DESCRIPTION</description>
<scriptfile>install.php</scriptfile>

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=phproberto:joomla-twig
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=joomla-twig
sonar.projectVersion=1.0.3
sonar.projectVersion=1.1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/EnvironmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Environment tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class EnvironmentTest extends \TestCaseDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JArrayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* JArray extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JArrayTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JHtmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* JHtml extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JHtmlTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* JLanguage extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JLanguageTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JLayoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* JLayout extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JLayoutTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JPositionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* JPosition extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JPositionTest extends \TestCaseDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JProfilerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* JProfiler extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JProfilerTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JRouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* JRoute extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JRouteTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JSessionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* JSession extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JSessionTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JTextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* JText extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JTextTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JUriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* JUri extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JUriTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/JUserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* JUser extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class JUserTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/Traits/HasFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Trait for common tests for extensions with functions.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
trait HasFunctions
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Extension/UnerializeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Unserialize extension test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class UnserializeTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Field/BaseLayoutFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* ModuleLayout field test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
abstract class BaseLayoutFieldTest extends \TestCaseDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Field/LayoutSelectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Base LayoutSelector class test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class LayoutSelectorTest extends BaseLayoutFieldTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Field/ModuleLayoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* ModuleLayout field test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class ModuleLayoutTest extends BaseLayoutFieldTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Field/PluginLayoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* PluginLayout field test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class PluginLayoutTest extends BaseLayoutFieldTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Field/Stubs/SampleField.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Sample field to test LayoutSelector class.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class SampleField extends LayoutSelector
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Field/ViewLayoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* ViewLayout field test.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class ViewLayoutTest extends BaseLayoutFieldTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Loader/BaseExtensionLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Base extension loader tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
abstract class BaseExtensionLoaderTest extends \TestCaseDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Loader/ComponentLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* ComponentLoader tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class ComponentLoaderTest extends BaseExtensionLoaderTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Loader/ExtensionLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Base ExtensionLoader class tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class ExtensionLoaderTest extends BaseExtensionLoaderTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Loader/LibraryLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* LibraryLoader tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class LibraryLoaderTest extends BaseExtensionLoaderTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Loader/ModuleLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* ModuleLoader tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class ModuleLoaderTest extends BaseExtensionLoaderTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Loader/PluginLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* PluginLoader tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class PluginLoaderTest extends \TestCaseDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Loader/Stubs/SampleLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Sample loader to test the base ExtensionLoader class.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class SampleLoader extends ExtensionLoader
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Loader/TemplateLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* TemplateLoader tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class TemplateLoaderTest extends BaseExtensionLoaderTest
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Mock/TwigMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Twig tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class TwigMock extends \TestCaseDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Module/BaseTwigModuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* BaseTwigModule tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class BaseTwigModuleTest extends \TestCaseDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Plugin/BasePluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* BasePlugin tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class BasePluginTest extends \TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/Plugin/Stubs/SamplePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Sample plugin to test BasePlugin class.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class SamplePlugin extends BasePlugin
{
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/TwigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Twig tests.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class TwigTest extends \TestCaseDatabase
{
Expand Down

0 comments on commit 15b8b04

Please sign in to comment.