aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-03-18 17:54:41 +0100
committerVictor Häggqvist <[email protected]>2015-03-18 17:54:41 +0100
commit46990e1fc5afb2f35803b11d36e12a63128b43ae (patch)
treefa8edd86e4ab632158dec723027f6b2f38f55721
parent574dd37f2934b646760bb2a18eba790c77139431 (diff)
feat: bump parsedown to 1.5.1
-rw-r--r--CHANGELOG11
-rw-r--r--_build/build.transport.php2
-rw-r--r--composer.json2
-rw-r--r--composer.lock13
-rw-r--r--core/components/parsedown/docs/changelog.txt13
-rw-r--r--core/components/parsedown/docs/license.txt2
-rw-r--r--core/components/parsedown/docs/readme.txt4
-rw-r--r--core/components/parsedown/elements/snippets/snippet.parsedown.php4
8 files changed, 29 insertions, 22 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f6b5123..b10eb12 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,12 @@
-#1.0.1
--Bundle actual changelog
+# 1.1.0
+- Parsedown 1.5.1
-#1.0.0
+# 1.0.1
+- Bundle actual changelog
+
+# 1.0.0
- Parsedown 1.1.4
-#0.1.0-beta
+# 0.1.0-beta
- Initial releasegi
- Parsedown 1.0.1
diff --git a/_build/build.transport.php b/_build/build.transport.php
index 6f776c3..cb93d97 100644
--- a/_build/build.transport.php
+++ b/_build/build.transport.php
@@ -14,7 +14,7 @@ set_time_limit(0);
/* define package names */
define('PKG_NAME','Parsedown');
define('PKG_NAME_LOWER','parsedown');
-define('PKG_VERSION','1.0.1');
+define('PKG_VERSION','1.1.0');
define('PKG_RELEASE','pl');
/* define build paths */
diff --git a/composer.json b/composer.json
index 208d375..f5bc765 100644
--- a/composer.json
+++ b/composer.json
@@ -9,7 +9,7 @@
}
],
"require": {
- "erusev/parsedown": "1.1.4"
+ "erusev/parsedown": "1.5.1"
},
"config": {
"vendor-dir": "core/components/parsedown/model/vendor"
diff --git a/composer.lock b/composer.lock
index 8eee6ee..cfea7ee 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,20 +4,20 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "2c5be3c65f352be1eaae2e4fc89fe9e1",
+ "hash": "df9bc04c16a084d3d51ebced868d6e3f",
"packages": [
{
"name": "erusev/parsedown",
- "version": "1.1.4",
+ "version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
- "reference": "495e7ac73bb5fde6b857b88ff2bb1b5e79a4263a"
+ "reference": "9da19c1108c39df9b42adc42e39b8371070652d0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/erusev/parsedown/zipball/495e7ac73bb5fde6b857b88ff2bb1b5e79a4263a",
- "reference": "495e7ac73bb5fde6b857b88ff2bb1b5e79a4263a",
+ "url": "https://api.github.com/repos/erusev/parsedown/zipball/9da19c1108c39df9b42adc42e39b8371070652d0",
+ "reference": "9da19c1108c39df9b42adc42e39b8371070652d0",
"shasum": ""
},
"type": "library",
@@ -43,7 +43,7 @@
"markdown",
"parser"
],
- "time": "2014-11-29 02:29:14"
+ "time": "2015-01-24 13:01:47"
}
],
"packages-dev": [],
@@ -51,6 +51,7 @@
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
+ "prefer-lowest": false,
"platform": [],
"platform-dev": []
}
diff --git a/core/components/parsedown/docs/changelog.txt b/core/components/parsedown/docs/changelog.txt
index f6b5123..9c279d3 100644
--- a/core/components/parsedown/docs/changelog.txt
+++ b/core/components/parsedown/docs/changelog.txt
@@ -1,9 +1,12 @@
-#1.0.1
--Bundle actual changelog
+# 1.1.0
+- Parsedown 1.5.1
-#1.0.0
+# 1.0.1
+- Bundle actual changelog
+
+# 1.0.0
- Parsedown 1.1.4
-#0.1.0-beta
-- Initial releasegi
+# 0.1.0-beta
+- Initial release
- Parsedown 1.0.1
diff --git a/core/components/parsedown/docs/license.txt b/core/components/parsedown/docs/license.txt
index 5e0fc21..a3211b0 100644
--- a/core/components/parsedown/docs/license.txt
+++ b/core/components/parsedown/docs/license.txt
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2014 Victor Häggqvist
+Copyright (c) 2014-2015 Victor Häggqvist
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/core/components/parsedown/docs/readme.txt b/core/components/parsedown/docs/readme.txt
index a7e903a..3e20b6a 100644
--- a/core/components/parsedown/docs/readme.txt
+++ b/core/components/parsedown/docs/readme.txt
@@ -1,8 +1,8 @@
--------------------
Extra: Parsedown
--------------------
-Version: 0.1.0
-Created: 2014-06-21
+Version: 1.1.0
+Created: 2015-03-18
Since: 2014-06-21
Author: Victor Häggqvist <[email protected]>
Source: https://github.com/victorhaggqvist/parsedown-modx
diff --git a/core/components/parsedown/elements/snippets/snippet.parsedown.php b/core/components/parsedown/elements/snippets/snippet.parsedown.php
index db61199..e35cc60 100644
--- a/core/components/parsedown/elements/snippets/snippet.parsedown.php
+++ b/core/components/parsedown/elements/snippets/snippet.parsedown.php
@@ -3,7 +3,7 @@
* Parsedown
*
* @author Victor Häggqvist <[email protected]>
- * @copyright Copyright 2014, Victor Häggqvist
+ * @copyright Copyright 2014-2015, Victor Häggqvist
*
* DESCRIPTION
*
@@ -18,7 +18,7 @@
*
* The MIT License (MIT)
*
- * Copyright (c) 2014 Victor Häggqvist
+ * Copyright (c) 2014-2015 Victor Häggqvist
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal