Skip to content

Commit 66f745b

Browse files
Merge pull request #53 from Soare-Robert-Daniel/main
Test Build On Live
2 parents b6771a7 + a0c1882 commit 66f745b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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",

0 commit comments

Comments
 (0)