Skip to content

Commit

Permalink
Update to latest and greatest
Browse files Browse the repository at this point in the history
  • Loading branch information
k1sul1 committed Sep 3, 2018
1 parent aa1f13e commit 2e13a0f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions builder/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"main.css": "static/css/main.b8f04e00.css",
"main.css.map": "static/css/main.b8f04e00.css.map",
"main.js": "static/js/main.facf2a3f.js",
"main.js.map": "static/js/main.facf2a3f.js.map",
"main.css": "static/css/main.ed79649f.css",
"main.css.map": "static/css/main.ed79649f.css.map",
"main.js": "static/js/main.3e124c81.js",
"main.js.map": "static/js/main.3e124c81.js.map",
"static/media/fa-brands-400.eot": "static/media/fa-brands-400.e8019d50.eot",
"static/media/fa-brands-400.svg": "static/media/fa-brands-400.83e6c29f.svg",
"static/media/fa-brands-400.ttf": "static/media/fa-brands-400.fdf44bc4.ttf",
Expand Down
2 changes: 1 addition & 1 deletion builder/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><title>WP Libre Formbuilder dev</title><script>window.wplfb={isAdmin:"0",active:"1",restURL:"https://libreformbuilder.local/wp-json/"}</script><link href="./static/css/main.b8f04e00.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="wplfb_buildarea"></div><script type="text/javascript" src="./static/js/main.facf2a3f.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet"><title>WP Libre Formbuilder dev</title><style>body{font-family:'Source Sans Pro',sans-serif}</style><script>window.wplfb={isAdmin:"0",active:"1",restURL:"https://libreformbuilder.local/wp-json/"}</script><link href="./static/css/main.ed79649f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="wplfb_buildarea"></div><script type="text/javascript" src="./static/js/main.3e124c81.js"></script></body></html>
2 changes: 1 addition & 1 deletion builder/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions builder/static/js/main.3e124c81.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions builder/static/js/main.facf2a3f.js

This file was deleted.

4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin name: WP Libre Formbuilder
* Plugin URI: https://github.com/k1sul1/wp-libre-form
* Description: Formbuilder for WP Libre Form
* Version: 1.0.2-alpha
* Version: 1.0.3-alpha
* Author: @k1sul1
* Author URI: https://github.com/k1sul1/
* License: GPLv2
Expand All @@ -13,7 +13,7 @@
*/

require_once "classes/class.wp-libre-formbuilder.php";
define("WPLFB_VERSION", "1.0.2-alpha");
define("WPLFB_VERSION", "1.0.3-alpha");

$package = json_decode(file_get_contents("package.json", "r"));
$manifest = json_decode(file_get_contents("builder/asset-manifest.json", "r"));
Expand Down

0 comments on commit 2e13a0f

Please sign in to comment.