Changeset 1345591
- Timestamp:
- 02/08/2016 07:15:11 AM (10 years ago)
- Location:
- wpnewsman-newsletters/trunk
- Files:
-
- 4 edited
-
core.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
views/ext-form.php (modified) (2 diffs)
-
wpnewsman.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpnewsman-newsletters/trunk/core.php
r1110155 r1345591 1576 1576 wp_enqueue_script('newsmanform'); 1577 1577 if ( !get_option('newsman_code') ) { 1578 $data .= '<!-- Powered by WPNewsman '.NEWSMAN_VERSION.' - http://wpnewsman.com/ -->'; 1578 $data .= '<!-- Powered by WPNewsman '.NEWSMAN_VERSION.' - http://wpnewsman.com/ -->'; 1579 1579 } 1580 1580 … … 1586 1586 1587 1587 $data .= '</form>'; 1588 1589 /*1590 * G-Lock WPNewsman has required a great deal of time and effort to develop.1591 * We will be happy if you support this development by suggesting G-Lock WPNewsman to other1592 * people who could be interested in it, e. g. your friends, colleagues or maybe even your website visitors.1593 *1594 * G-Lock Software : 20121595 */1596 1597 $nofollow = is_page() ? '' : 'rel="nofollow"';1598 1599 if ( !get_option('newsman_code') ) {1600 $data .= '<p style="font-size:x-small; line-height:1.5em;">Powered by WPNewsman</p>';1601 }1602 1588 1603 1589 if ($print) { -
wpnewsman-newsletters/trunk/readme.txt
r1299687 r1345591 5 5 Requires at least: 4.3 6 6 Tested up to: 4.4 7 Stable tag: 1.8.1 57 Stable tag: 1.8.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 127 127 == Changelog == 128 128 129 = 1.8.16 = 130 * Small internal changes to meet new wordpress.org repository guidelines. 131 129 132 = 1.8.15 = 130 133 * Fixed templates store not working on SSL websites -
wpnewsman-newsletters/trunk/views/ext-form.php
r946974 r1345591 33 33 $data = ''; 34 34 35 //$data .= $list->header;36 35 if ( !get_option('newsman_code') ) { 37 36 $data .= '<!-- Powered by WPNewsman '.NEWSMAN_VERSION.' - http://wpnewsman.com/ -->'; … … 43 42 44 43 $data .= '</form>'; 45 46 //$data .= $list->footer;47 48 /*49 * G-Lock Newsletter Plugin has required a great deal of time and effort to develop.50 * We will be happy if you support this development by suggesting G-Lock Newsletter Plugin to other51 * people who could be interested in it, e. g. your friends, colleagues or maybe even your website visitors.52 *53 * G-Lock Software : 201254 */55 if ( !get_option('newsman_code') ) {56 $data .= '<p style="font-size:x-small; line-height:1.5em;">Powered by G-Lock Newsletter plugin</p>';57 }58 44 59 45 echo $data; -
wpnewsman-newsletters/trunk/wpnewsman.php
r1299687 r1345591 3 3 Plugin Name: G-Lock WPNewsman Lite 4 4 Plugin URI: https://wpnewsman.com 5 Description: You get simple yet powerful email marketing systemfor WordPress. Now you can easily add double optin subscription forms in widgets, articles and pages, import and manage your lists, create and send beautiful newsletters directly from your WordPress site. You get complete freedom and a lower cost compared to Email Service Providers. Free yourself from paying for expensive email campaigns. WPNewsman plugin updated regularly with new features.6 Version: 1.8.1 55 Description: You get simple yet powerful newsletter solution for WordPress. Now you can easily add double optin subscription forms in widgets, articles and pages, import and manage your lists, create and send beautiful newsletters directly from your WordPress site. You get complete freedom and a lower cost compared to Email Service Providers. Free yourself from paying for expensive email campaigns. WPNewsman plugin updated regularly with new features. 6 Version: 1.8.16 7 7 Author: Alex Ladyga - G-Lock Software 8 8 Author URI: http://www.glocksoft.com … … 32 32 33 33 define('NEWSMAN', 'wpnewsman'); 34 define('NEWSMAN_VERSION', '1.8.1 5');34 define('NEWSMAN_VERSION', '1.8.16'); 35 35 36 36 define('NEWSMAN_MU_BUNDLED_VERSION', '1.0.7');
Note: See TracChangeset
for help on using the changeset viewer.