Plugin Directory

Changeset 1345591


Ignore:
Timestamp:
02/08/2016 07:15:11 AM (10 years ago)
Author:
marisp
Message:

Small internal changes to meet new wordpress.org repository guidelines.

Location:
wpnewsman-newsletters/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wpnewsman-newsletters/trunk/core.php

    r1110155 r1345591  
    15761576        wp_enqueue_script('newsmanform');
    15771577        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/ -->';
    15791579        }
    15801580
     
    15861586
    15871587        $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 other
    1592         * people who could be interested in it, e. g. your friends, colleagues or maybe even your website visitors.
    1593         *
    1594         * G-Lock Software : 2012
    1595         */
    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         }
    16021588       
    16031589        if ($print) {
  • wpnewsman-newsletters/trunk/readme.txt

    r1299687 r1345591  
    55Requires at least: 4.3
    66Tested up to: 4.4
    7 Stable tag: 1.8.15
     7Stable tag: 1.8.16
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    127127== Changelog ==
    128128
     129= 1.8.16 =
     130* Small internal changes to meet new wordpress.org repository guidelines.
     131
    129132= 1.8.15 =
    130133* Fixed templates store not working on SSL websites
  • wpnewsman-newsletters/trunk/views/ext-form.php

    r946974 r1345591  
    3333    $data = '';
    3434                                                                   
    35     //$data .= $list->header;
    3635    if ( !get_option('newsman_code') ) {
    3736        $data .= '<!-- Powered by WPNewsman '.NEWSMAN_VERSION.' - http://wpnewsman.com/ -->';
     
    4342
    4443    $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 other
    51     * people who could be interested in it, e. g. your friends, colleagues or maybe even your website visitors.
    52     *
    53     * G-Lock Software : 2012
    54     */
    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     }
    5844
    5945    echo $data;
  • wpnewsman-newsletters/trunk/wpnewsman.php

    r1299687 r1345591  
    33Plugin Name: G-Lock WPNewsman Lite
    44Plugin URI: https://wpnewsman.com
    5 Description: You get simple yet powerful email marketing system 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.15
     5Description: 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.
     6Version: 1.8.16
    77Author: Alex Ladyga - G-Lock Software
    88Author URI: http://www.glocksoft.com
     
    3232
    3333define('NEWSMAN', 'wpnewsman');
    34 define('NEWSMAN_VERSION', '1.8.15');
     34define('NEWSMAN_VERSION', '1.8.16');
    3535
    3636define('NEWSMAN_MU_BUNDLED_VERSION', '1.0.7');
Note: See TracChangeset for help on using the changeset viewer.