Changeset 868239
- Timestamp:
- 03/02/2014 10:47:05 PM (12 years ago)
- Location:
- sendit/trunk
- Files:
-
- 4 edited
-
libs/constants.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sendit-admin.css (modified) (1 diff)
-
sendit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sendit/trunk/libs/constants.php
r865004 r868239 4 4 define('SENDIT_EMAIL_TABLE', $wpdb->prefix . "nl_email"); 5 5 define('SENDIT_LIST_TABLE', $wpdb->prefix . "nl_liste"); 6 define('SENDIT_VERSION', '2. 2.9');6 define('SENDIT_VERSION', '2.3.0'); 7 7 define('SENDIT_DB_VERSION', '2.1.0'); 8 8 -
sendit/trunk/readme.txt
r865004 r868239 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.8.1 7 Stable tag: 2. 2.97 Stable tag: 2.3.0 8 8 9 9 Sendit is a friendly and easy newsletter and mailing lists plugin for Wordpress, born to make newsletter delivery management a great experience. … … 31 31 32 32 = Changelog = 33 * 2.3.0 Admin css improvements 33 34 * 2.2.9 Newsletter duplication - enables you to duplicate newsletters, useful when you have newsletters that you want to replicate. 34 35 * 2.2.8 Smtp hard fixes and debug - improved compatibility for better cron job integration -
sendit/trunk/sendit-admin.css
r859005 r868239 32 32 33 33 text-align: center; 34 height: 200px; 35 width:30%; 34 width:32%; 36 35 float:left; 37 36 border-radius:5px; 38 margin-right: 5px;37 margin-right: 0.8%; 39 38 margin-bottom: 20px; 40 padding:0 10px 0px 10px;; 39 padding:0 10px 0px 10px; 40 box-shadow: 1px 1px 19px #CFCFCF; 41 box-shadow: 1px 1px 19px #CFCFCF; 42 -webkit-box-sizing: border-box; 43 -moz-box-sizing: border-box; 44 box-sizing: border-box; 41 45 } 42 46 43 47 .sendit_box_menu h2{ 44 padding-bottom: 120px; 45 color: #FF6600; 48 padding-bottom: 120px; 49 color: #2B3030; 50 text-transform: uppercase; 51 font-size: 1.3em; 52 font-family: Helvetica, arial, sans-serif; 46 53 } 47 54 .sendit_actionbuttons{ 48 padding:15px !important; 49 width:200px !important; 50 margin-left: 50%; 51 margin-bottom: 20px; 52 display:block; 55 margin-left: 50%; 56 margin-bottom: 20px; 57 display:block; 58 } 59 #sendit-banner span a, 60 #template_choice a.button-primary.send_to_editor, 61 .sendit_box_menu a.button-primary{ 62 border-width: 2px; 63 border-color: #5EB380; 64 background: #40BC69; 65 color: #fff; 66 text-decoration: none; 67 -webkit-box-shadow:none; 68 display: inline-block; 69 padding: 15px 20px; 70 height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 71 margin-bottom: 25px; 72 border: 3px solid rgba(0, 0, 0, 0); 73 box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); 74 75 } 76 #sendit-banner span a{ 77 line-height: inherit; 78 padding:2px 5px; 79 margin-bottom: 0; 80 text-shadow: none; 53 81 } 54 82 83 #sendit-banner span a:hover, 84 .sendit_box_menu a.button-primary:hover{ 85 border-width: 2px; 86 border-color: #5EB380; 87 text-decoration: none; 88 -webkit-box-shadow:none; 89 -webkit-transition: all 200ms ease-in-out; 90 -moz-transition: all 200ms ease-in-out; 91 -o-transition: all 200ms ease-in-out; 92 -ms-transition: all 200ms ease-in-out; 93 transition: all 200ms ease-in-out; 94 text-shadow:none; 95 border: 3px solid #40BC69; color: #40BC69; background: rgba(0, 0, 0, 0); box-shadow: none; 96 } 55 97 .sendit_box_menu a{ 56 padding:10px;57 width:200px !important;58 display:block;59 margin:0 auto;98 padding:10px; 99 display:block; 100 margin:0 auto; 101 text-transform: uppercase; 60 102 } 61 103 -
sendit/trunk/sendit.php
r865004 r868239 4 4 Plugin URI: http://www.giuseppesurace.com/sendit-wp-newsletter-mailing-list/ 5 5 Description: Wordpress newsletter plugin. Sendit is a friendly and easy newsletter and mailing lists plugin for WordPress, born to make newsletter delivery management a great experience. 6 Version: 2. 2.96 Version: 2.3.0 7 7 Author: Giuseppe Surace 8 8 Author URI: http://sendit.wordpressplanet.org
Note: See TracChangeset
for help on using the changeset viewer.