Skip to content

Commit 577ee19

Browse files
committed
Updated readme screens
1 parent 7002580 commit 577ee19

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

core/bin/iwp.perlapp

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ PAP-Version: 1.0
33
Packer: /usr/local/PDK/bin/perlapp
44
Script: iwp.pm
55
Cwd: /Users/seamus/GitHub/InstantWP/core/bin
6-
Add: Encode::Byte::
6+
Add: Encode::Byte
7+
Add: Encode::JP
78
Clean: 0
8-
Date: 2017-11-02 22:41:22
9+
Date: 2017-11-05 18:48:47
910
Debug:
1011
Dependent: 0
1112
Dyndll: 0

core/controlpanel/iwp-main-dialog.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
(define (do-deploy-action) (do-open-url "https://instantwp.com/go/IWPControlPanelButton/"))
220220

221221
(define deployment-button
222-
(create-new-button base-buttons-panel (deploy-bitmap) "Get InstantWP Unleashed"
222+
(create-new-button base-buttons-panel (deploy-bitmap) "Get FREE WordPress \nSecurity Guide"
223223
MAIN_BTN_WIDTH MAIN_BTN_HEIGHT
224224
do-deploy-action))
225225

core/controlpanel/iwp-resources.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
(read-bitmap (build-path (iwp-images-dir-path) "readme1.png")))
8181

8282
(define (deploy-bitmap)
83-
(read-bitmap (build-path (iwp-images-dir-path) "unleashed.png")))
83+
(read-bitmap (build-path (iwp-images-dir-path) "free.png")))
8484

8585
(define (deploy2-bitmap)
8686
(cond

core/images/free.png

1.67 KB
Loading

core/images/readme6.png

19.1 KB
Loading

0 commit comments

Comments
 (0)