Plugin Directory

Changeset 2547943


Ignore:
Timestamp:
06/15/2021 07:23:23 AM (5 years ago)
Author:
heyjackmail
Message:

jackmail-newsletters 1.2.16

Location:
jackmail-newsletters
Files:
8 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jackmail-newsletters/tags/1.2.16/css/jackmail.css

    r2408890 r2547943  
    2323.jackmail_plugin #wpcontent {
    2424    padding-left: 0 !important;
    25     min-width: 1150px;
     25    min-width: 1300px;
    2626}
    2727
     
    3636.jackmail_plugin #wpadminbar, .jackmail_plugin.auto-fold #adminmenuback {
    3737    position: fixed !important;
     38}
     39
     40.jackmail_plugin #products_page {
     41    z-index: 100000;
    3842}
    3943
     
    7680
    7781.jackmail .jackmail_header > div:first-child {
    78     background: #8fbb24;
     82    background: #292d30;
    7983    padding: 10px;
    8084    height: 58px;
     
    109113}
    110114
     115.jackmail .jackmail_header_apps_icon {
     116    display: inline-block;
     117    width: 25px;
     118    height: 25px;
     119    cursor: pointer;
     120    background: url('../img/apps.svg') no-repeat center center;
     121    position: relative;
     122    top: 8px;
     123    margin-right: 5px;
     124}
     125
     126.jackmail .jackmail_header_apps_icon:hover {
     127    background: url('../img/apps-hover.svg') no-repeat center center;
     128}
     129
    111130.jackmail .jackmail_header_search {
    112131    cursor: pointer;
    113132    margin-right: 7px;
     133    display: inline-block;
     134}
     135
     136.jackmail .jackmail_header_search {
     137    color: #949698!important;
     138}
     139
     140.jackmail .jackmail_header_search:hover {
     141    color: white!important;
    114142}
    115143
     
    353381}
    354382
     383.jackmail .jackmail_header_button_menu {
     384    cursor: pointer;
     385}
     386
    355387.jackmail .jackmail_header_button_menu > div.jackmail_dropdown_button_content > span {
    356388    padding: 8px 35px 8px 15px;
     
    360392    background: #8fbb24;
    361393    color: white;
     394}
     395
     396.jackmail .jackmail_header_button_menu > span {
     397    display: inline-block;
     398    height: 37px;
     399    line-height: 37px;
     400    vertical-align: middle;
     401}
     402
     403.jackmail .jackmail_header_dropdown_button {
     404    background: url('../img/header_menu.png') no-repeat center center;
     405    width: 20px;
    362406}
    363407
     
    420464}
    421465
    422 .jackmail .jackmail_header span.dashicons.dashicons-menu {
    423     cursor: pointer;
    424     width: 21px;
    425     height: 21px;
    426     color: white;
     466.jackmail .jackmail_header .jackmail_header_logo {
    427467    display: inline-block;
    428     font-size: 21px;
    429 }
    430 
    431 .jackmail .jackmail_header span.jackmail_header_logo_container {
    432     overflow: hidden;
    433     display: inline-block;
    434     height: 32px;
    435     width: 90px;
    436 }
    437 
    438 .jackmail .jackmail_header span.jackmail_header_logo {
    439     display: inline-block;
    440     width: 120px;
    441     height: 60px;
    442     cursor: pointer;
    443     background: url('../img/logo.svg') no-repeat top left;
    444     background-size: 120px 60px;
    445     position: relative;
    446     top: -16px;
    447     left: -13px;
     468    width: 37px;
     469    height: 37px;
     470    background: url('../img/logo_header.png') no-repeat center center;
     471}
     472
     473.jackmail .jackmail_header_logo_text {
     474    font-size: 14px;
    448475}
    449476
    450477.jackmail .jackmail_header_menu {
    451478    float: left;
    452     width: 140px;
    453     padding-top: 5px;
    454479    position: relative;
    455480    z-index: 1003;
    456 }
    457 
    458 .jackmail .jackmail_header_menu img {
    459     cursor: pointer;
    460     padding-bottom: 15px;
    461     float: left;
    462481}
    463482
     
    490509    color: white;
    491510    font-weight: bold;
     511    margin-left: 15px;
    492512}
    493513
  • jackmail-newsletters/tags/1.2.16/jackmail-newsletters.php

    r2430167 r2547943  
    44Plugin URI: https://www.jackmail.com
    55Description: Create and send responsive newsletter with a professional routing platform and a lot of features: automated emails and newsletters, statistics, email & Live Support etc.
    6 Version: 1.2.15
     6Version: 1.2.16
    77Author: Jackmail & Sarbacane
    88Author URI: https://www.jackmail.com
  • jackmail-newsletters/tags/1.2.16/js/directives.js

    r2408890 r2547943  
    530530            controllerAs: 'djhm',
    531531            template: [
    532                 '<div class="jackmail_header_button_menu jackmail_dropdown_button_container jackmail_dropdown_button_left_container" ng-mouseleave="djhm.hide_menu_button()">' +
    533                 '   <span ng-click="djhm.display_or_hide_menu_button()" class="dashicons dashicons-menu"></span>' +
    534                 '   <span class="jackmail_header_logo_container">' +
    535                 '       <span ng-click="djhm.display_or_hide_menu_button()" class="jackmail_header_logo"></span>' +
    536                 '   </span>' +
     532                '<div class="jackmail_header_button_menu jackmail_dropdown_button_container jackmail_dropdown_button_left_container"' +
     533                '     ng-mouseleave="djhm.hide_menu_button()" ng-click="djhm.display_or_hide_menu_button()">' +
     534                '   <span class="jackmail_header_logo"></span>' +
     535                '   <span class="jackmail_header_logo_text">Jackmail</span>' +
     536                '   <span class="jackmail_header_dropdown_button"></span>' +
    537537                '   <div ng-show="djhm.display_menu_button">' +
    538538                '       <div class="jackmail_dropdown_button_border_container">' +
     
    17661766
    17671767angular.module( 'jackmail.directives' ).directive( 'jackmailSearch', [
    1768     '$timeout', '$rootScope',
    1769     function( $timeout, $rootScope ) {
     1768    '$timeout', '$rootScope', '$http',
     1769    function( $timeout, $rootScope, $http ) {
    17701770        return {
    17711771            restrict: 'A',
     
    17751775                '   <span ng-click="djs.display_hide_help()" class="jackmail_header_search">' +
    17761776                '       <span class="dashicons dashicons-search"></span>' +
    1777                 '       <span>{{$root.translations.needHelp}}</span>' +
     1777                '       <span class="jackmail_header_search_text">{{$root.translations.needHelp}}</span>' +
    17781778                '   </span>' +
     1779                '   <span ng-click="djs.display_apps()" class="jackmail_header_apps_icon"></span>' +
    17791780                '   <div ng-show="$root.show_help1" class="jackmail_header">' +
    17801781                '       <div>' +
     
    18131814                        } );
    18141815                    }
     1816                };
     1817
     1818                vm.display_apps = function() {
     1819                    var lang = $rootScope.settings.language;
     1820                    var url = 'https://www.sarbacanegroup-cdn.com/products_modal/?lang=' + lang + '&selectedProduct=jackmail&selectedProductConnected=true';
     1821                    $http.get( url ).then( function( args ) {
     1822                        angular.element( 'body' ).append( args.data );
     1823                    });
    18151824                };
    18161825
  • jackmail-newsletters/tags/1.2.16/readme.txt

    r2430167 r2547943  
    55Tested up to: 5.5
    66Requires PHP : 5.4
    7 Stable tag: 1.2.15
     7Stable tag: 1.2.16
    88License: GPLv2
    99
     
    166166== Changelog ==
    167167
     168= 1.2.16 =
     169* New header
     170
     171= 1.2.11 to 1.2.15 =
     172* Update EmailBuilder
     173* Texts changes
     174
    168175= 1.2.9 & 1.2.10 =
    169176* Update Freemium version on the campaign builder
  • jackmail-newsletters/trunk/css/jackmail.css

    r2408890 r2547943  
    2323.jackmail_plugin #wpcontent {
    2424    padding-left: 0 !important;
    25     min-width: 1150px;
     25    min-width: 1300px;
    2626}
    2727
     
    3636.jackmail_plugin #wpadminbar, .jackmail_plugin.auto-fold #adminmenuback {
    3737    position: fixed !important;
     38}
     39
     40.jackmail_plugin #products_page {
     41    z-index: 100000;
    3842}
    3943
     
    7680
    7781.jackmail .jackmail_header > div:first-child {
    78     background: #8fbb24;
     82    background: #292d30;
    7983    padding: 10px;
    8084    height: 58px;
     
    109113}
    110114
     115.jackmail .jackmail_header_apps_icon {
     116    display: inline-block;
     117    width: 25px;
     118    height: 25px;
     119    cursor: pointer;
     120    background: url('../img/apps.svg') no-repeat center center;
     121    position: relative;
     122    top: 8px;
     123    margin-right: 5px;
     124}
     125
     126.jackmail .jackmail_header_apps_icon:hover {
     127    background: url('../img/apps-hover.svg') no-repeat center center;
     128}
     129
    111130.jackmail .jackmail_header_search {
    112131    cursor: pointer;
    113132    margin-right: 7px;
     133    display: inline-block;
     134}
     135
     136.jackmail .jackmail_header_search {
     137    color: #949698!important;
     138}
     139
     140.jackmail .jackmail_header_search:hover {
     141    color: white!important;
    114142}
    115143
     
    353381}
    354382
     383.jackmail .jackmail_header_button_menu {
     384    cursor: pointer;
     385}
     386
    355387.jackmail .jackmail_header_button_menu > div.jackmail_dropdown_button_content > span {
    356388    padding: 8px 35px 8px 15px;
     
    360392    background: #8fbb24;
    361393    color: white;
     394}
     395
     396.jackmail .jackmail_header_button_menu > span {
     397    display: inline-block;
     398    height: 37px;
     399    line-height: 37px;
     400    vertical-align: middle;
     401}
     402
     403.jackmail .jackmail_header_dropdown_button {
     404    background: url('../img/header_menu.png') no-repeat center center;
     405    width: 20px;
    362406}
    363407
     
    420464}
    421465
    422 .jackmail .jackmail_header span.dashicons.dashicons-menu {
    423     cursor: pointer;
    424     width: 21px;
    425     height: 21px;
    426     color: white;
     466.jackmail .jackmail_header .jackmail_header_logo {
    427467    display: inline-block;
    428     font-size: 21px;
    429 }
    430 
    431 .jackmail .jackmail_header span.jackmail_header_logo_container {
    432     overflow: hidden;
    433     display: inline-block;
    434     height: 32px;
    435     width: 90px;
    436 }
    437 
    438 .jackmail .jackmail_header span.jackmail_header_logo {
    439     display: inline-block;
    440     width: 120px;
    441     height: 60px;
    442     cursor: pointer;
    443     background: url('../img/logo.svg') no-repeat top left;
    444     background-size: 120px 60px;
    445     position: relative;
    446     top: -16px;
    447     left: -13px;
     468    width: 37px;
     469    height: 37px;
     470    background: url('../img/logo_header.png') no-repeat center center;
     471}
     472
     473.jackmail .jackmail_header_logo_text {
     474    font-size: 14px;
    448475}
    449476
    450477.jackmail .jackmail_header_menu {
    451478    float: left;
    452     width: 140px;
    453     padding-top: 5px;
    454479    position: relative;
    455480    z-index: 1003;
    456 }
    457 
    458 .jackmail .jackmail_header_menu img {
    459     cursor: pointer;
    460     padding-bottom: 15px;
    461     float: left;
    462481}
    463482
     
    490509    color: white;
    491510    font-weight: bold;
     511    margin-left: 15px;
    492512}
    493513
  • jackmail-newsletters/trunk/jackmail-newsletters.php

    r2430167 r2547943  
    44Plugin URI: https://www.jackmail.com
    55Description: Create and send responsive newsletter with a professional routing platform and a lot of features: automated emails and newsletters, statistics, email & Live Support etc.
    6 Version: 1.2.15
     6Version: 1.2.16
    77Author: Jackmail & Sarbacane
    88Author URI: https://www.jackmail.com
  • jackmail-newsletters/trunk/js/directives.js

    r2408890 r2547943  
    530530            controllerAs: 'djhm',
    531531            template: [
    532                 '<div class="jackmail_header_button_menu jackmail_dropdown_button_container jackmail_dropdown_button_left_container" ng-mouseleave="djhm.hide_menu_button()">' +
    533                 '   <span ng-click="djhm.display_or_hide_menu_button()" class="dashicons dashicons-menu"></span>' +
    534                 '   <span class="jackmail_header_logo_container">' +
    535                 '       <span ng-click="djhm.display_or_hide_menu_button()" class="jackmail_header_logo"></span>' +
    536                 '   </span>' +
     532                '<div class="jackmail_header_button_menu jackmail_dropdown_button_container jackmail_dropdown_button_left_container"' +
     533                '     ng-mouseleave="djhm.hide_menu_button()" ng-click="djhm.display_or_hide_menu_button()">' +
     534                '   <span class="jackmail_header_logo"></span>' +
     535                '   <span class="jackmail_header_logo_text">Jackmail</span>' +
     536                '   <span class="jackmail_header_dropdown_button"></span>' +
    537537                '   <div ng-show="djhm.display_menu_button">' +
    538538                '       <div class="jackmail_dropdown_button_border_container">' +
     
    17661766
    17671767angular.module( 'jackmail.directives' ).directive( 'jackmailSearch', [
    1768     '$timeout', '$rootScope',
    1769     function( $timeout, $rootScope ) {
     1768    '$timeout', '$rootScope', '$http',
     1769    function( $timeout, $rootScope, $http ) {
    17701770        return {
    17711771            restrict: 'A',
     
    17751775                '   <span ng-click="djs.display_hide_help()" class="jackmail_header_search">' +
    17761776                '       <span class="dashicons dashicons-search"></span>' +
    1777                 '       <span>{{$root.translations.needHelp}}</span>' +
     1777                '       <span class="jackmail_header_search_text">{{$root.translations.needHelp}}</span>' +
    17781778                '   </span>' +
     1779                '   <span ng-click="djs.display_apps()" class="jackmail_header_apps_icon"></span>' +
    17791780                '   <div ng-show="$root.show_help1" class="jackmail_header">' +
    17801781                '       <div>' +
     
    18131814                        } );
    18141815                    }
     1816                };
     1817
     1818                vm.display_apps = function() {
     1819                    var lang = $rootScope.settings.language;
     1820                    var url = 'https://www.sarbacanegroup-cdn.com/products_modal/?lang=' + lang + '&selectedProduct=jackmail&selectedProductConnected=true';
     1821                    $http.get( url ).then( function( args ) {
     1822                        angular.element( 'body' ).append( args.data );
     1823                    });
    18151824                };
    18161825
  • jackmail-newsletters/trunk/readme.txt

    r2430167 r2547943  
    55Tested up to: 5.5
    66Requires PHP : 5.4
    7 Stable tag: 1.2.15
     7Stable tag: 1.2.16
    88License: GPLv2
    99
     
    166166== Changelog ==
    167167
     168= 1.2.16 =
     169* New header
     170
     171= 1.2.11 to 1.2.15 =
     172* Update EmailBuilder
     173* Texts changes
     174
    168175= 1.2.9 & 1.2.10 =
    169176* Update Freemium version on the campaign builder
Note: See TracChangeset for help on using the changeset viewer.