Changeset 1886658
- Timestamp:
- 06/04/2018 08:44:28 AM (8 years ago)
- Location:
- mailify
- Files:
-
- 5 deleted
- 6 edited
- 1 copied
-
tags/1.4.10 (copied) (copied from mailify/trunk)
-
tags/1.4.10/readme.txt (modified) (5 diffs)
-
tags/1.4.10/sarbacane.php (modified) (1 diff)
-
tags/1.4.10/views/sarbacane-widget.php (modified) (1 diff)
-
tags/1.4.4 (deleted)
-
tags/1.4.5 (deleted)
-
tags/1.4.6 (deleted)
-
tags/1.4.7 (deleted)
-
tags/1.4.8 (deleted)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/sarbacane.php (modified) (1 diff)
-
trunk/views/sarbacane-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mailify/tags/1.4.10/readme.txt
r1817979 r1886658 5 5 Tested up to: 4.9 6 6 License: GPLv2 or later 7 Stable tag: 1.4. 97 Stable tag: 1.4.10 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 … … 39 39 == Screenshots == 40 40 41 1. 42 2. 43 3. 44 4. 41 1. 42 2. 43 3. 44 4. 45 45 46 46 == Frequently Asked Questions == … … 84 84 85 85 == Changelog == 86 87 = 1.4.10 = 88 Widget modifications. 86 89 87 90 = 1.4.9 = … … 138 141 = Spanish = 139 142 143 = 1.4.10 = 144 Widget modificación. 145 140 146 = 1.4.9 = 141 147 Cambios de UI. … … 145 151 146 152 = 1.4.7 = 147 Widget Optimización.153 Widget optimización. 148 154 149 155 = 1.4.6 = -
mailify/tags/1.4.10/sarbacane.php
r1817979 r1886658 5 5 Description: This plugin allows you to synchronize your WordPress data in Mailify 6 6 Author: Sarbacane Software 7 Version: 1.4. 97 Version: 1.4.10 8 8 Author URI: http://mailify.com/?utm_source=module-wordpress&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=wordpress 9 9 Text Domain: mailify -
mailify/tags/1.4.10/views/sarbacane-widget.php
r1817979 r1886658 3 3 <aside class="widget widget_meta"> 4 4 <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> 6 6 <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 ?>' )"> 7 7 <?php foreach ( $fields as $field ) { -
mailify/trunk/readme.txt
r1817979 r1886658 5 5 Tested up to: 4.9 6 6 License: GPLv2 or later 7 Stable tag: 1.4. 97 Stable tag: 1.4.10 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 … … 39 39 == Screenshots == 40 40 41 1. 42 2. 43 3. 44 4. 41 1. 42 2. 43 3. 44 4. 45 45 46 46 == Frequently Asked Questions == … … 84 84 85 85 == Changelog == 86 87 = 1.4.10 = 88 Widget modifications. 86 89 87 90 = 1.4.9 = … … 138 141 = Spanish = 139 142 143 = 1.4.10 = 144 Widget modificación. 145 140 146 = 1.4.9 = 141 147 Cambios de UI. … … 145 151 146 152 = 1.4.7 = 147 Widget Optimización.153 Widget optimización. 148 154 149 155 = 1.4.6 = -
mailify/trunk/sarbacane.php
r1817979 r1886658 5 5 Description: This plugin allows you to synchronize your WordPress data in Mailify 6 6 Author: Sarbacane Software 7 Version: 1.4. 97 Version: 1.4.10 8 8 Author URI: http://mailify.com/?utm_source=module-wordpress&utm_medium=plugin&utm_content=lien-sarbacane&utm_campaign=wordpress 9 9 Text Domain: mailify -
mailify/trunk/views/sarbacane-widget.php
r1817979 r1886658 3 3 <aside class="widget widget_meta"> 4 4 <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> 6 6 <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 ?>' )"> 7 7 <?php foreach ( $fields as $field ) {
Note: See TracChangeset
for help on using the changeset viewer.