Easy Forms for MailChimp - Version 1.0.1

Version Description

  • Changed CSS paths from Absolute to Relative
Download this release

Release Info

Developer yikesinc
Plugin Icon 128x128 Easy Forms for MailChimp
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

Files changed (2) hide show
  1. css/style.ykseme.css +2 -2
  2. readme.txt +4 -1
css/style.ykseme.css CHANGED
@@ -1,6 +1,6 @@
1
  #ykseme-icon
2
  {
3
- background: transparent url('/wp-content/plugins/yikes-inc-easy-mailchimp-extender/images/ykseme_32px_color.png') no-repeat 0 0;
4
  }
5
 
6
  .yks-status
@@ -54,7 +54,7 @@
54
 
55
  .yks-mailchimp-sorthandle
56
  {
57
- background: transparent url('/wp-content/plugins/yikes-inc-easy-mailchimp-extender/images/16px_sortable_color.png') no-repeat 0 0;
58
  margin: 4px 7px 2px 4px !important;
59
  padding: 0;
60
  overflow: hidden;
1
  #ykseme-icon
2
  {
3
+ background: transparent url('../images/ykseme_32px_color.png') no-repeat 0 0;
4
  }
5
 
6
  .yks-status
54
 
55
  .yks-mailchimp-sorthandle
56
  {
57
+ background: transparent url('../images/16px_sortable_color.png') no-repeat 0 0;
58
  margin: 4px 7px 2px 4px !important;
59
  padding: 0;
60
  overflow: hidden;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yikesinc.com
4
  Tags: mailchimp, marketing, email, mailing lists, newsletter, signup
5
  Requires at least: 3.2
6
  Tested up to: 3.2
7
- Stable tag: 1.0.0
8
 
9
  The YIKES, Inc. MailChimp extender allows you to easily add a MailChimp signup form to a page or post using a shortcode or template tag.
10
 
@@ -48,6 +48,9 @@ For more help visit [The List Id Help Article](http://kb.mailchimp.com/article/h
48
 
49
  == Changelog ==
50
 
 
 
 
51
  = 1.0.0 =
52
  * Initial Release
53
 
4
  Tags: mailchimp, marketing, email, mailing lists, newsletter, signup
5
  Requires at least: 3.2
6
  Tested up to: 3.2
7
+ Stable tag: 1.0.1
8
 
9
  The YIKES, Inc. MailChimp extender allows you to easily add a MailChimp signup form to a page or post using a shortcode or template tag.
10
 
48
 
49
  == Changelog ==
50
 
51
+ = 1.0.1 =
52
+ * Changed CSS paths from Absolute to Relative
53
+
54
  = 1.0.0 =
55
  * Initial Release
56