File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * Plugin Name: Logo Maker WordPress Plugin
55 * Plugin URI: https://github.com/Codeinwp/logo-maker
66 * Description: Logo Maker as plugin for WordPress
7- * Version: 1.10.0
7+ * Version: 1.11.2
88 * Author: Soare Robert Daniel
99 *
1010 * @package logo-maker
Original file line number Diff line number Diff line change 11{
22 "name" : " logo-maker-plugin" ,
33 "description" : " A simple editor for creating logos - with support for WordPress." ,
4- "version" : " 1.10.0 " ,
4+ "version" : " 1.10.2 " ,
55 "scripts" : {
66 "start" : " snowpack dev --polyfill-node" ,
77 "start-plugin" : " webpack --watch --mode development" ,
8- "plugin-build" : " webpack --mode production " ,
8+ "plugin-build" : " webpack --mode development " ,
99 "linux:make-zip" : " npm run plugin-build && zip -r logo_maker_plugin.zip index.php plugin_build && mv logo_maker_plugin.zip development/" ,
1010 "font:all" : " npm run font:config && npm run font:download" ,
1111 "font:config" : " node development/createFontConfigFile.js" ,
You can’t perform that action at this time.
0 commit comments