Companion Auto Update - Version 3.0.6

Version Description

(March 14, 2018) = * Fix: Support & Feedback tab not working

Download this release

Release Info

Developer Papin
Plugin Icon 128x128 Companion Auto Update
Version 3.0.6
Comparing to
See all releases

Code changes from version 3.0.5 to 3.0.6

Files changed (3) hide show
  1. admin/support.php +44 -0
  2. companion-auto-update.php +1 -1
  3. readme.txt +4 -1
admin/support.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <h2 class="title"><?php _e('Support', 'companion-auto-update');?></h2>
3
+ <?php _e('Feel free to reach out to me if you have any questions or feedback.', 'companion-auto-update'); ?>
4
+
5
+ <table class="form-table cau_support">
6
+
7
+ <tr>
8
+ <th scope="row"><?php _e('Give feedback', 'companion-auto-update');?></th>
9
+ <td>
10
+ <a href="http://codeermeneer.nl/cau_poll/" target="_blank" class="button"><span class="dashicons dashicons-format-status"></span> <?php _e('Give feedback', 'companion-auto-update'); ?></a>
11
+ <a href="https://wordpress.org/support/plugin/companion-auto-update" target="_blank" class="button"><span class="dashicons dashicons-megaphone"></span> <?php _e('WordPress Support Forum', 'companion-auto-update'); ?></a>
12
+ </td>
13
+ </tr>
14
+ <tr>
15
+ <th scope="row"><?php _e('Contact us', 'companion-auto-update');?></th>
16
+ <td>
17
+ <a href="http://codeermeneer.nl/contact/" target="_blank" class="button"><span class="dashicons dashicons-email"></span> <?php _e('Email', 'companion-auto-update'); ?></a>
18
+ <a href="http://twitter.com/papino120/" target="_blank" class="button"><span class="dashicons dashicons-twitter"></span> Twitter</a>
19
+ </td>
20
+ </tr>
21
+ <tr>
22
+ <th scope="row"><?php _e('Want to contribute?', 'companion-auto-update');?></th>
23
+ <td>
24
+ <a href="https://translate.wordpress.org/projects/wp-plugins/companion-auto-update/" target="_blank" class="button"><span class="dashicons dashicons-welcome-learn-more"></span> <?php _e('Help us translate', 'companion-auto-update'); ?></a>
25
+ </td>
26
+ </tr>
27
+
28
+ </table>
29
+
30
+ <h2 class="title"><?php _e('Like our plugin?', 'companion-auto-update');?></h2>
31
+ <?php _e('Companion Auto Update is free to use. It has required a great deal of time and effort to develop and you can help support this development by making a small donation.<br />You get useful software and we get to carry on making it better.', 'companion-auto-update'); ?>
32
+
33
+ <p class="cau_support">
34
+ <a href="https://www.paypal.me/dakel/5/" target="_blank" class="button donate-button">
35
+ <span class="dashicons dashicons-heart"></span>
36
+ <?php _e('Donate to help development', 'companion-auto-update'); ?>
37
+ </a>
38
+ <a href="https://wordpress.org/support/plugin/companion-auto-update/reviews/#new-post" target="_blank" class="button rate-button">
39
+ <span class="dashicons dashicons-star-filled"></span>
40
+ <?php _e('Rate us (5 stars?)', 'companion-auto-update'); ?>
41
+ </a>
42
+ </p>
43
+
44
+
companion-auto-update.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Companion Auto Update
4
  * Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/
5
  * Description: This plugin auto updates all plugins, all themes and the wordpress core.
6
- * Version: 3.0.5
7
  * Author: Papin Schipper
8
  * Author URI: http://codeermeneer.nl/
9
  * Contributors: papin
3
  * Plugin Name: Companion Auto Update
4
  * Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/
5
  * Description: This plugin auto updates all plugins, all themes and the wordpress core.
6
+ * Version: 3.0.6
7
  * Author: Papin Schipper
8
  * Author URI: http://codeermeneer.nl/
9
  * Contributors: papin
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/dakel/2
4
  Tags: auto, automatic, background, update, updates, updating, automatic updates, automatic background updates, easy update, wordpress update, theme update, plugin update, up-to-date, security, update latest version, update core, update wp, update wp core, major updates, minor updates, update to new version, update core, update plugin, update plugins, update plugins automatically, update theme, plugin, theme, advance, control, mail, notifations, enable
5
  Requires at least: 3.5.0
6
  Tested up to: 4.9
7
- Stable tag: 3.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -77,6 +77,9 @@ If you launched your website a few years ago using cPanel it could be the case t
77
 
78
  == Changelog ==
79
 
 
 
 
80
  = 3.0.5 (March 14, 2018) =
81
  * Fix: Time schedule scheduling an hour before set time
82
  * New: Support & Feedback page
4
  Tags: auto, automatic, background, update, updates, updating, automatic updates, automatic background updates, easy update, wordpress update, theme update, plugin update, up-to-date, security, update latest version, update core, update wp, update wp core, major updates, minor updates, update to new version, update core, update plugin, update plugins, update plugins automatically, update theme, plugin, theme, advance, control, mail, notifations, enable
5
  Requires at least: 3.5.0
6
  Tested up to: 4.9
7
+ Stable tag: 3.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
77
 
78
  == Changelog ==
79
 
80
+ = 3.0.6 (March 14, 2018) =
81
+ * Fix: Support & Feedback tab not working
82
+
83
  = 3.0.5 (March 14, 2018) =
84
  * Fix: Time schedule scheduling an hour before set time
85
  * New: Support & Feedback page