Skip to content

Commit

Permalink
test new plugin app
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Sep 19, 2023
1 parent b5b1d1b commit 36a199f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ wp --skip-plugins --skip-themes rewrite structure '/%postname%/'

echo "** Installing and Activating plugins **"
wp plugin install woocommerce wordpress-seo wp-recipe-maker --force --activate

echo "** Creating wladmin user **"
wp create wladmin wladmin@localhost --role=administrator --user_pass=password

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/modules/app/app/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<style>body,html{height:100%;width:100%}html{-webkit-tap-highlight-color:transparent}body{color:#000000d9}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;--antd-wave-shadow-color:#1890ff;--scroll-bar:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{margin:0;font-size:14px;font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum"}html,body{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;color:#000000d9;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-variant:tabular-nums;line-height:1.5715;background-color:#f0f0f1;font-feature-settings:"tnum"}html{--antd-wave-shadow-color:#1890ff;--scroll-bar:0}html,body{overflow-x:hidden}body{--primary-color:#1890ff}</style><link rel="stylesheet" href="styles.329ddf9daf172f9d.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.329ddf9daf172f9d.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.32be4bc776bd6a93.js" type="module"></script><script src="polyfills.afad8a1aeb03f6ff.js" type="module"></script><script src="main.3c1da411e0d80b4a.js" type="module"></script>
<script src="runtime.c666562a48a66cbf.js" type="module"></script><script src="polyfills.afad8a1aeb03f6ff.js" type="module"></script><script src="main.3c1da411e0d80b4a.js" type="module"></script>

</body></html>

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

4 changes: 2 additions & 2 deletions src/wordlift.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: WordLift
* Plugin URI: https://wordlift.io
* Description: WordLift brings the power of AI to organize content, attract new readers and get their attention. To activate the plugin <a href="https://wordlift.io/">visit our website</a>.
* Version: 3.50.0-4
* Version: 3.50.0-5
* Author: WordLift
* Author URI: https://wordlift.io
* License: GPL-2.0+
Expand All @@ -32,7 +32,7 @@
use Wordlift\Post\Post_Adapter;

define( 'WORDLIFT_PLUGIN_FILE', __FILE__ );
define( 'WORDLIFT_VERSION', '3.50.0-4' );
define( 'WORDLIFT_VERSION', '3.50.0-5' );

// ## DO NOT REMOVE THIS LINE: WHITELABEL PLACEHOLDER ##

Expand Down

0 comments on commit 36a199f

Please sign in to comment.