Skip to content

Commit

Permalink
This is 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloke committed Feb 25, 2020
1 parent b5e1aa2 commit b5c599d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions textpattern/checksums.txt
Expand Up @@ -28,18 +28,18 @@
/include/txp_section.php: f534bf65ea146c002c91261dea6faf92
/include/txp_skin.php: 399fc5df206d85cd1af1b0a48f5413c5
/include/txp_tag.php: bb6c1b4828d2de4d505172be6cce642a
/index.php: 2e0c1f72bfb52b19b3a75fe63b18d1c3
/index.php: e538b1059fa54b84fe6c18399b32ecca
/lib/admin_config.php: 5a187f910565d88a2bc188268d481b42
/lib/array_column.php: bb7f392eb13220a12850f0dbdf6365f3
/lib/class.thumb.php: 6eae7d0b705769962596ae5a8e3eeac0
/lib/class.trace.php: 055e3bc1f8d3217aec152fa7e6216b1d
/lib/classTextile.php: efa9a212910afd6fe90cbb08e703e1ef
/lib/constants.php: ef50d0086861bbe6c2f617585b7e0ebe
/lib/constants.php: c853285faf739845844d3fe16b096369
/lib/IXRClass.php: a1b525b4a9ed12dcb5677d5232a3d92e
/lib/PasswordHash.php: 66a8aa4b2d6e0527877a797907efc035
/lib/taglib.php: 0f8171d7958d8a8123d828afd5ac41c8
/lib/txplib_admin.php: 24394d68c64b2b68378115dc40a16936
/lib/txplib_db.php: 095a5efe0d37907c8ff85f6e5754a4ef
/lib/txplib_admin.php: 952cf1fca2146f3473f4c5ef512488f4
/lib/txplib_db.php: ed82aeb401617ced4b86c1e75154f066
/lib/txplib_forms.php: 7404c5d8b0ee53f0b64a0a29fd23ec58
/lib/txplib_head.php: a7408b669953ba10988a09fccf82f04a
/lib/txplib_html.php: 8bc022ba43d41c0810df573e0a3c0d0b
Expand All @@ -54,9 +54,9 @@
/publish/log.php: 6d83a06dbe11520d7e43afec10011ceb
/publish/rss.php: 97fcd064d44aa1f11b87d079e97f1172
/publish/search.php: 0aa3e6b08c1bbcb020feadfbb35db67f
/publish/taghandlers.php: 3d29b68304a15e1b2344ad018436d1a8
/publish/taghandlers.php: a4637541f2d49334a67b02c115c4b5c9
/publish.php: 7e9ce1830ccb748fce450a0794b4fb80
/textpattern.js: 62a93ac5b877f35a081c2678eb8feca8
/textpattern.js: 8c6b96ffe4c8adc4995dab08ff1c1aba
/update/_to_4.0.3.php: 80c3afb0dcb80edcad2c30c4cf905b16
/update/_to_4.0.4.php: be1739654b223bd951bf55d2f48a12f6
/update/_to_4.0.5.php: f6107cd8f4987c3f7e37a15c352b36be
Expand All @@ -72,7 +72,7 @@
/update/_to_4.7.2.php: 97db14ef5d1c14acaf3bd49f8395b8db
/update/_to_4.8.0.php: e4da9bc708ef7b21c624d0cd6016ec4f
/update/_update.php: b8d5b4fadd546a24037f57839454dee3
/vendors/blueimp/fileupload/jquery.fileupload.js: 4fb81ed02d4c2f68453c25963e257aa5
/vendors/blueimp/fileupload/jquery.fileupload.js: 5ba4311d9812c8fed00bd798ac9f4b38
/vendors/jquery/jquery/jquery.js: 220afd743d9e9643852e31a135a9f3ae
/vendors/jquery/jquery-ui/jquery-ui.js: c15b1008dec3c8967ea657a7bb4baaec
/vendors/Netcarver/Textile/DataBag.php: 67ab988e7ab1d072937acbbcb023a288
Expand Down
4 changes: 2 additions & 2 deletions textpattern/index.php
Expand Up @@ -27,9 +27,9 @@

define("txpinterface", "admin");

$thisversion = '4.8.0-dev';
$thisversion = '4.8.0';
// $txp_using_svn deprecated in 4.7.0.
$txp_using_svn = $txp_is_dev = true; // Set false for releases.
$txp_using_svn = $txp_is_dev = false; // Set false for releases.

ob_start(null, 2048);

Expand Down

0 comments on commit b5c599d

Please sign in to comment.