Skip to content

Commit

Permalink
Change composer module version, clean php 7.3 compatibility. (#9)
Browse files Browse the repository at this point in the history
* Refactor some code, add new logic to update color picker if input was made on field. Add value verification.

* Add default config with custom theme sample.

* Update README.md

* Add colorpicker js and colorpicker css on head of system config to avoid case that magento doesn t load it.

* Set composer.json version to 1.0.2, remove php 7.3 compatibility. (#8)

Co-authored-by: del001 <[email protected]>

---------

Co-authored-by: del001 <[email protected]>
  • Loading branch information
nmarcy-del and del001 authored Aug 12, 2023
1 parent be61b4b commit 266137c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "del001/admin-ui-color-swap",
"description": "A Magento 2 module to swap the admin UI colors",
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"proprietary"
],
Expand All @@ -16,7 +16,7 @@
}
],
"require": {
"php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0",
"php": "~7.4.0||~8.0.0||~8.1.0||~8.2.0",
"magento/framework": ">=102.0"
},
"autoload": {
Expand Down

0 comments on commit 266137c

Please sign in to comment.