Plugin Directory

Changeset 1886658


Ignore:
Timestamp:
06/04/2018 08:44:28 AM (8 years ago)
Author:
sarbacanesoftware
Message:

sarbacane-desktop 1.4.10

Location:
mailify
Files:
5 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mailify/tags/1.4.10/readme.txt

    r1817979 r1886658  
    55Tested up to: 4.9
    66License: GPLv2 or later
    7 Stable tag: 1.4.9
     7Stable tag: 1.4.10
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
     
    3939== Screenshots ==
    4040
    41 1. 
    42 2. 
    43 3. 
    44 4. 
     411.
     422.
     433.
     444.
    4545
    4646== Frequently Asked Questions ==
     
    8484
    8585== Changelog ==
     86
     87= 1.4.10 =
     88Widget modifications.
    8689
    8790= 1.4.9 =
     
    138141= Spanish =
    139142
     143= 1.4.10 =
     144Widget modificación.
     145
    140146= 1.4.9 =
    141147Cambios de UI.
     
    145151
    146152= 1.4.7 =
    147 Widget Optimización.
     153Widget optimización.
    148154
    149155= 1.4.6 =
  • mailify/tags/1.4.10/sarbacane.php

    r1817979 r1886658  
    55Description: This plugin allows you to synchronize your WordPress data in Mailify
    66Author: Sarbacane Software
    7 Version: 1.4.9
     7Version: 1.4.10
    88Author URI: http://mailify.com/?utm_source=module-wordpress&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=wordpress
    99Text Domain: mailify
  • mailify/tags/1.4.10/views/sarbacane-widget.php

    r1817979 r1886658  
    33<aside class="widget widget_meta">
    44    <h2 class="widget-title"><?php esc_html_e( $title ) ?></h2>
    5     <p class="site-description"><?php esc_html_e( $description ) ?></p>
     5    <p><?php esc_html_e( $description ) ?></p>
    66    <form action="<?php echo get_site_url() . '/index.php?my-plugin=sarbacane' ?>" method="POST" id="sarbacane_desktop_widget_form_<?php echo $list_type . $rand ?>" autocomplete="off" onsubmit="return sarbacaneSubmitWidget( '<?php echo $list_type . $rand ?>' )">
    77        <?php foreach ( $fields as $field ) {
  • mailify/trunk/readme.txt

    r1817979 r1886658  
    55Tested up to: 4.9
    66License: GPLv2 or later
    7 Stable tag: 1.4.9
     7Stable tag: 1.4.10
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
     
    3939== Screenshots ==
    4040
    41 1. 
    42 2. 
    43 3. 
    44 4. 
     411.
     422.
     433.
     444.
    4545
    4646== Frequently Asked Questions ==
     
    8484
    8585== Changelog ==
     86
     87= 1.4.10 =
     88Widget modifications.
    8689
    8790= 1.4.9 =
     
    138141= Spanish =
    139142
     143= 1.4.10 =
     144Widget modificación.
     145
    140146= 1.4.9 =
    141147Cambios de UI.
     
    145151
    146152= 1.4.7 =
    147 Widget Optimización.
     153Widget optimización.
    148154
    149155= 1.4.6 =
  • mailify/trunk/sarbacane.php

    r1817979 r1886658  
    55Description: This plugin allows you to synchronize your WordPress data in Mailify
    66Author: Sarbacane Software
    7 Version: 1.4.9
     7Version: 1.4.10
    88Author URI: http://mailify.com/?utm_source=module-wordpress&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=wordpress
    99Text Domain: mailify
  • mailify/trunk/views/sarbacane-widget.php

    r1817979 r1886658  
    33<aside class="widget widget_meta">
    44    <h2 class="widget-title"><?php esc_html_e( $title ) ?></h2>
    5     <p class="site-description"><?php esc_html_e( $description ) ?></p>
     5    <p><?php esc_html_e( $description ) ?></p>
    66    <form action="<?php echo get_site_url() . '/index.php?my-plugin=sarbacane' ?>" method="POST" id="sarbacane_desktop_widget_form_<?php echo $list_type . $rand ?>" autocomplete="off" onsubmit="return sarbacaneSubmitWidget( '<?php echo $list_type . $rand ?>' )">
    77        <?php foreach ( $fields as $field ) {
Note: See TracChangeset for help on using the changeset viewer.