Easy Updates Manager - Version 5.2.0

Version Description

  • Released 2015-09-19
  • Added Force check in the Advanced Tab.
  • Better support for third-party plugins.
  • Updating the filter priority for better update experience with third-party plugins.
Download this release

Release Info

Developer ronalfy
Plugin Icon 128x128 Easy Updates Manager
Version 5.2.0
Comparing to
See all releases

Code changes from version 5.1.1 to 5.2.0

contributing.md ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Easy Updates Manager Contributing Handbook
2
+ Contributing to Easy Updates Manager is always welcome.
3
+
4
+ When contributing we ask you to please ensure that you follow the guidelines below. Scroll to the area that you would like to contribute to and read it, or just read the entire handbook.
5
+
6
+ ## Getting Started with Contributing
7
+ There are a few easy ways that you can start contributing.
8
+
9
+
10
+ ### Creating Issues
11
+ If you get a sudden idea that you think will make a great new feature in Easy Updates Manager or you found a bug then creating an issue is what you should do.
12
+
13
+ #### Enhancements
14
+ If you think you have a great new feature idea for Easy Updates Manager then you can create an issue.
15
+
16
+ ##### If you are creating an issue for an enhancement then please follow these guidelines:
17
+ 1. Make sure to tag the issue as an enhancement.
18
+ 2. Make sure to describe the enhancement idea in as much detail as possible.
19
+ 3. Make sure that the enhancement idea fits for an updates manager plugin.
20
+
21
+ #### Bugs
22
+ Bugs are important to fix. If someone is experiencing a bug then we want to know.
23
+
24
+ ##### If you are creating an issue for a bug then please follow these guidelines:
25
+ 1. Make sure to tag the issue as a bug.
26
+ 2. Make sure that it is indeed a bug with Easy Updates Manager (try deactivating all of your plugins and switch to the default Twenty Fifteen theme to see if it is caused by the plugin or theme).
27
+ 3. Make sure that the bug is with the most recent version of Easy Updates Manager.
28
+ 4. Make sure that the bug is with the most recent version of WordPress.
29
+
30
+
31
+ ### Answering Support
32
+ Anybody can answer a few support questions. As Easy Updates Manager grows, so do the support threads.
33
+
34
+ ##### If you are answering support threads then please follow these guidelines:
35
+ 1. Make sure that they are using the most recent version of Easy Updates Manager.
36
+ 2. Make sure that they are using the most recent version of WordPress.
37
+ 3. Make sure to follow the <a href="https://make.wordpress.org/support/handbook/">WordPress Support Handbook</a>.
38
+ 4. If they are requesting an enhancement then please follow the Pull Request > Enhancements section or the Issue > Enhancements.
39
+
40
+ ###### Note
41
+ All support threads are in our WordPress <a href="https://wordpress.org/support/plugin/stops-core-theme-and-plugin-updates">support forum</a>.
42
+
43
+
44
+ ### Documentation
45
+ Documentation (just like this one) doesn't always need to be written by the authors of the plugin.
46
+
47
+ #### Video
48
+ Please feel free anytime to create a video explaining or showing how to do something in Easy Updates Manager. The more documentation there is out there the more happy users there will be.
49
+
50
+ ##### If you are creating a video then please follow these guidelines:
51
+ 1. Make sure that you are using the most recent version of Easy Updates Manager at the time that you made the video.
52
+ 2. Make sure that you are using the most recent version of WordPress at the time that you made the video.
53
+ 3. Please include some sort of English translation in your video. For example if your video is in German then please include English subtitles.
54
+ 4. Please make an issue and tag it with documentation so that we can watch your video and potentially add it in to the plugins documentation.
55
+
56
+ #### Wiki
57
+ We don't always need to make the docs.
58
+
59
+ ##### If you are creating documentation for Easy Updates Manager then please follow these guidelines:
60
+ 1. Make sure that the documentation is for the most recent version of Easy Updates Manager.
61
+ 2. Make sure that (if you do use) screenshots that they are taken on a fresh localhost install with no other plugins installed, using the default Twenty Fifteen theme, and using the most recent version of WordPress.
62
+
63
+ ###### Note
64
+ If you are creating documentation on your own website then go ahead. If you want to edit the Easy Updates Manager GitHub wiki then please edit it and create an issue (tags with the documentation tag) with your changes included.
65
+
66
+
67
+ ## Advanced Contributing
68
+ If you are feeling like doing some more advanced contributing.
69
+
70
+
71
+ ### Submitting a Pull Request
72
+ There are many thing that you can submit pull requests for.
73
+
74
+ #### Enhancements
75
+ We will always accept new ideas, especially if you code it for us.
76
+
77
+ ##### If you are submitting an enhancement then please follow these guidelines:
78
+ 1. You document the code.
79
+ 2. You make sure that your code works with the most recent version of WordPress.
80
+ 3. You use proper coding format and layout.
81
+
82
+
83
+ #### Translations
84
+ As Easy Updates Manager moves forward we are always happy for people to translate Easy Updates Manager so that people speaking different languages can use Easy Updates Manager.
85
+
86
+ ##### If you are translating Easy Updates Manager then please follow these guidelines:
87
+ 1. Use the proper po and mo file format.
88
+ 2. Make sure to translate all of Easy Updates Manager (including the help tab, plugin description, etc.).
89
+ 3. Make sure that you translate the most recent version of Easy Updates Manager.
90
+
91
+ If you are translating then we would encourage you to use a language editor like <a href="https://poedit.net/">Poedit</a>.
92
+
93
+ #### Bug Fixes
94
+ As much as you try to fix all the bugs in a plugin they will never all be fixed.
95
+
96
+ ##### If you are fixing a bug fix then please follow these guidelines:
97
+ 1. Make sure to test you bug fix to make sure that it completely fixes the bug.
98
+ 2. Make sure that you are using the most recent version of Easy Updates Manager.
99
+ 3. Make sure that you are using the most recent version of WordPress.
100
+
101
+ ###### Note
102
+ Although you created a pull request that doesn't mean that we will always merge it. Although we will consider every pull request.
103
+
104
+ ### Testing
105
+ We are always more then happy if you want to test beta versions of Easy Updates Manager.
106
+
107
+ ##### If you are testing something for Easy Updates Manager then please follow these guidelines:
108
+ 1. Make sure to test everything with the lastest version of WordPress (in less otherwise specified).
109
+ 2. Test everything on a fresh localhost website (you can use XAMPP, MAMP, or VVV to create localhost installs).
110
+
111
+ ###### Note
112
+ Beta version are not actually officially released. You can either test the developing version straight from GitHub or look for items tags with the <a href="https://github.com/easy-updates-manager/easy-updates-manager/issues?q=is%3Aopen+is%3Aissue+label%3Atesting">testing tag</a>.
113
+
114
+
115
+ ### Promotions
116
+ If you are a loyal contributor then one day you make wake up and figure out that you have been promoted to be able to directly edit the wiki or commit directly to the repository. If this does happen then don't abuse it.
117
+
118
+ ###### Contributor Handbook v2.0
includes/MPSUM_Admin.php CHANGED
@@ -161,7 +161,7 @@ class MPSUM_Admin {
161
  *
162
  */
163
  public function init_network_admin_menus() {
164
- $hook = add_dashboard_page( __( 'Update Options', 'stops-core-theme-and-plugin-updates' ) , __( 'Update Options', 'stops-core-theme-and-plugin-updates' ), 'update_core', self::get_slug(), array( $this, 'output_admin_interface' ) );
165
  add_action( "load-$hook", array( $this, 'init_help_screen' ) );
166
  }
167
 
@@ -177,7 +177,7 @@ class MPSUM_Admin {
177
  *
178
  */
179
  public function init_single_site_admin_menus() {
180
- $hook = add_dashboard_page( __( 'Update Options', 'stops-core-theme-and-plugin-updates' ) , __( 'Update Options', 'stops-core-theme-and-plugin-updates' ), 'update_core', self::get_slug(), array( $this, 'output_admin_interface' ) );
181
  add_action( "load-$hook", array( $this, 'init_help_screen' ) );
182
  }
183
 
161
  *
162
  */
163
  public function init_network_admin_menus() {
164
+ $hook = add_dashboard_page( __( 'Updates Options', 'stops-core-theme-and-plugin-updates' ) , __( 'Updates Options', 'stops-core-theme-and-plugin-updates' ), 'update_core', self::get_slug(), array( $this, 'output_admin_interface' ) );
165
  add_action( "load-$hook", array( $this, 'init_help_screen' ) );
166
  }
167
 
177
  *
178
  */
179
  public function init_single_site_admin_menus() {
180
+ $hook = add_dashboard_page( __( 'Updates Options', 'stops-core-theme-and-plugin-updates' ) , __( 'Updates Options', 'stops-core-theme-and-plugin-updates' ), 'update_core', self::get_slug(), array( $this, 'output_admin_interface' ) );
181
  add_action( "load-$hook", array( $this, 'init_help_screen' ) );
182
  }
183
 
includes/MPSUM_Admin_Advanced.php CHANGED
@@ -43,7 +43,7 @@ class MPSUM_Admin_Advanced {
43
  add_action( 'mpsum_admin_tab_advanced', array( $this, 'tab_output' ) );
44
  add_action( 'admin_init', array( $this, 'maybe_save_options' ) );
45
  }
46
-
47
  /**
48
  * Determine whether the save the advanced options or not.
49
  *
@@ -82,6 +82,12 @@ class MPSUM_Admin_Advanced {
82
  check_admin_referer( 'mpsum_reset_options', '_mpsum' );
83
  MPSUM_Updates_Manager::update_options( array() );
84
  break;
 
 
 
 
 
 
85
  default:
86
  return;
87
  }
@@ -90,6 +96,7 @@ class MPSUM_Admin_Advanced {
90
  $query_args = array();
91
  $query_args[ 'updated' ] = "1";
92
  $query_args[ 'tab' ] = $this->tab;
 
93
 
94
 
95
  //Redirect back to settings screen
@@ -108,9 +115,24 @@ class MPSUM_Admin_Advanced {
108
  * @internal Uses the mpsum_admin_tab_main action
109
  */
110
  public function tab_output() {
111
-
112
- if ( isset( $_GET[ 'updated' ] ) ) {
113
- $message = __( 'Options saved.', 'stops-core-theme-and-plugin-updates' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  ?>
115
  <br />
116
  <div class="updated"><p><strong><?php echo esc_html( $message ); ?></strong></p></div>
@@ -178,6 +200,17 @@ class MPSUM_Admin_Advanced {
178
  echo '</p>';
179
  ?>
180
  </form>
 
 
 
 
 
 
 
 
 
 
 
181
  <?php
182
  } //end tab_output
183
  }
43
  add_action( 'mpsum_admin_tab_advanced', array( $this, 'tab_output' ) );
44
  add_action( 'admin_init', array( $this, 'maybe_save_options' ) );
45
  }
46
+
47
  /**
48
  * Determine whether the save the advanced options or not.
49
  *
82
  check_admin_referer( 'mpsum_reset_options', '_mpsum' );
83
  MPSUM_Updates_Manager::update_options( array() );
84
  break;
85
+ case 'mpsum_force_updates':
86
+ wp_schedule_single_event( time() + 10, 'wp_update_plugins' );
87
+ wp_schedule_single_event( time() + 10, 'wp_version_check' );
88
+ wp_schedule_single_event( time() + 10, 'wp_update_themes' );
89
+ wp_schedule_single_event( time() + 45, 'wp_maybe_auto_update' );
90
+ break;
91
  default:
92
  return;
93
  }
96
  $query_args = array();
97
  $query_args[ 'updated' ] = "1";
98
  $query_args[ 'tab' ] = $this->tab;
99
+ $query_args[ 'mpaction' ] = $action;
100
 
101
 
102
  //Redirect back to settings screen
115
  * @internal Uses the mpsum_admin_tab_main action
116
  */
117
  public function tab_output() {
118
+
119
+ if ( isset( $_GET[ 'updated' ] ) ) {
120
+ $action = isset( $_GET[ 'mpaction' ] ) ? $_GET[ 'mpaction' ] : '';
121
+ switch( $action ) {
122
+ case 'mpsum_save_excluded_users':
123
+ $message = __( 'The exclusion of users option has been updated.', 'stops-core-theme-and-plugin-updates' );
124
+ break;
125
+ case 'mpsum_reset_options':
126
+ $message = __( 'The plugin settings have now been reset.', 'stops-core-theme-and-plugin-updates' );
127
+ break;
128
+ case 'mpsum_force_updates':
129
+ $message = __( 'Force update checks have been initialized. Please check your site in 90 seconds, and refresh to test automatic updates.', 'stops-core-theme-and-plugin-updates' );
130
+ break;
131
+ default:
132
+ $message = __( 'Options saved.', 'stops-core-theme-and-plugin-updates' );
133
+ return;
134
+ }
135
+
136
  ?>
137
  <br />
138
  <div class="updated"><p><strong><?php echo esc_html( $message ); ?></strong></p></div>
200
  echo '</p>';
201
  ?>
202
  </form>
203
+ <form action="<?php echo esc_url( add_query_arg( array() ) ); ?>" method="post">
204
+ <h3><?php esc_html_e( 'Force Automatic Updates', 'stops-core-theme-and-plugin-updates' ); ?></h3>
205
+ <p><?php esc_html_e( 'This will attempt to force automatic updates. This is useful for debugging.', 'stops-core-theme-and-plugin-updates' ); ?></p>
206
+ <input type="hidden" name="action" value='mpsum_force_updates' />
207
+ <?php
208
+ wp_nonce_field( 'mpsum_force_updates', '_mpsum' );
209
+ echo '<p class="submit">';
210
+ submit_button( __( 'Force Updates', 'stops-core-theme-and-plugin-updates' ) , 'primary', 'submit', false );
211
+ echo '</p>';
212
+ ?>
213
+ </form>
214
  <?php
215
  } //end tab_output
216
  }
includes/MPSUM_Disable_Updates.php CHANGED
@@ -126,11 +126,11 @@ class MPSUM_Disable_Updates {
126
  //Enable Plugin Auto-updates
127
  if ( isset( $core_options[ 'plugin_updates' ] ) && 'on' == $core_options[ 'plugin_updates' ] ) {
128
  if ( isset( $core_options[ 'automatic_plugin_updates' ] ) && 'on' == $core_options[ 'automatic_plugin_updates' ] ) {
129
- add_filter( 'auto_update_plugin', '__return_true', 10, 2 );
130
  } elseif( isset( $core_options[ 'automatic_plugin_updates' ] ) && 'off' == $core_options[ 'automatic_plugin_updates' ] ) {
131
- add_filter( 'auto_update_plugin', '__return_false', 10, 2 );
132
  } elseif( isset( $core_options[ 'automatic_plugin_updates' ] ) && 'individual' == $core_options[ 'automatic_plugin_updates' ] ) {
133
- add_filter( 'auto_update_plugin', array( $this, 'automatic_updates_plugins' ), 10, 2 );
134
  }
135
  }
136
 
@@ -138,11 +138,11 @@ class MPSUM_Disable_Updates {
138
  //Enable Theme Auto-updates
139
  if ( isset( $core_options[ 'theme_updates' ] ) && 'on' == $core_options[ 'theme_updates' ] ) {
140
  if ( isset( $core_options[ 'automatic_theme_updates' ] ) && 'on' == $core_options[ 'automatic_theme_updates' ] ) {
141
- add_filter( 'auto_update_theme', '__return_true', 10, 2 );
142
  } elseif( isset( $core_options[ 'automatic_theme_updates' ] ) && 'off' == $core_options[ 'automatic_theme_updates' ] ) {
143
- add_filter( 'auto_update_theme', '__return_false', 10, 2 );
144
  } elseif( isset( $core_options[ 'automatic_theme_updates' ] ) && 'individual' == $core_options[ 'automatic_theme_updates' ] ) {
145
- add_filter( 'auto_update_theme', array( $this, 'automatic_updates_theme' ), 10, 2 );
146
  }
147
  }
148
 
126
  //Enable Plugin Auto-updates
127
  if ( isset( $core_options[ 'plugin_updates' ] ) && 'on' == $core_options[ 'plugin_updates' ] ) {
128
  if ( isset( $core_options[ 'automatic_plugin_updates' ] ) && 'on' == $core_options[ 'automatic_plugin_updates' ] ) {
129
+ add_filter( 'auto_update_plugin', '__return_true', 50, 2 );
130
  } elseif( isset( $core_options[ 'automatic_plugin_updates' ] ) && 'off' == $core_options[ 'automatic_plugin_updates' ] ) {
131
+ add_filter( 'auto_update_plugin', '__return_false', 50, 2 );
132
  } elseif( isset( $core_options[ 'automatic_plugin_updates' ] ) && 'individual' == $core_options[ 'automatic_plugin_updates' ] ) {
133
+ add_filter( 'auto_update_plugin', array( $this, 'automatic_updates_plugins' ), 50, 2 );
134
  }
135
  }
136
 
138
  //Enable Theme Auto-updates
139
  if ( isset( $core_options[ 'theme_updates' ] ) && 'on' == $core_options[ 'theme_updates' ] ) {
140
  if ( isset( $core_options[ 'automatic_theme_updates' ] ) && 'on' == $core_options[ 'automatic_theme_updates' ] ) {
141
+ add_filter( 'auto_update_theme', '__return_true', 50, 2 );
142
  } elseif( isset( $core_options[ 'automatic_theme_updates' ] ) && 'off' == $core_options[ 'automatic_theme_updates' ] ) {
143
+ add_filter( 'auto_update_theme', '__return_false', 50, 2 );
144
  } elseif( isset( $core_options[ 'automatic_theme_updates' ] ) && 'individual' == $core_options[ 'automatic_theme_updates' ] ) {
145
+ add_filter( 'auto_update_theme', array( $this, 'automatic_updates_theme' ), 50, 2 );
146
  }
147
  }
148
 
languages/stops-core-theme-and-plugin-updates-de_DE.mo CHANGED
Binary file
languages/stops-core-theme-and-plugin-updates-de_DE.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Easy Updates Manager\n"
4
  "Report-Msgid-Bugs-To: Ronald Huereca <ronalfy@gmail.com>\n"
5
- "POT-Creation-Date: 2015-08-25 11:27+0100\n"
6
- "PO-Revision-Date: 2015-08-25 11:32+0100\n"
7
- "Last-Translator: Pixolin <pixolin@gmx.com>\n"
8
  "Language-Team: pixolin <pixolin@gmx.com>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -20,7 +20,7 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  #: includes/MPSUM_Admin.php:164 includes/MPSUM_Admin.php:180
23
- msgid "Update Options"
24
  msgstr "Aktualisierungs-Optionen"
25
 
26
  #: includes/MPSUM_Admin.php:198
@@ -47,15 +47,31 @@ msgstr "Erweitert"
47
  msgid "Configure"
48
  msgstr "Konfigurieren"
49
 
50
- #: includes/MPSUM_Admin_Advanced.php:113 includes/MPSUM_Admin_Core.php:130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  msgid "Options saved."
52
  msgstr "Einstellungen gespeichert."
53
 
54
- #: includes/MPSUM_Admin_Advanced.php:122
55
  msgid "Exclude Users"
56
  msgstr "Anwender ausschließen"
57
 
58
- #: includes/MPSUM_Admin_Advanced.php:123
59
  msgid ""
60
  "Select which users to be excluded from the settings of this plugin. Default "
61
  "WordPress behavior will be used."
@@ -63,7 +79,7 @@ msgstr ""
63
  "Wähle, welche Anwender von den Einstellungen dieses Plugins ausgeschlossen "
64
  "werden sollen. Das normale Verhalten von WordPress wird dann verwendet."
65
 
66
- #: includes/MPSUM_Admin_Advanced.php:124
67
  msgid ""
68
  "This option is useful if, for example, you would like to disable updates, "
69
  "but have a user account that can still update WordPress."
@@ -72,29 +88,44 @@ msgstr ""
72
  "möchtest, aber gleichzeitig ein Anwender weiterhin WordPress aktualisieren "
73
  "können soll."
74
 
75
- #: includes/MPSUM_Admin_Advanced.php:127
76
  msgid "Users to be Excluded"
77
  msgstr "Anwender, die ausgeschlossen werden sollen"
78
 
79
- #: includes/MPSUM_Admin_Advanced.php:166
80
  msgid "Save Users"
81
  msgstr "Anwender speichern"
82
 
83
- #: includes/MPSUM_Admin_Advanced.php:171
84
  msgid "Reset Options"
85
  msgstr "Einstellungen zurücksetzen"
86
 
87
- #: includes/MPSUM_Admin_Advanced.php:172
88
  msgid ""
89
  "This will reset all options to as if you have just installed the plugin."
90
  msgstr ""
91
  "Hiermit werden alle Einstellungen so zurückgesetzt, als hättest du das "
92
  "Plugin gerade erst installiert."
93
 
94
- #: includes/MPSUM_Admin_Advanced.php:177
95
  msgid "Reset All Options"
96
  msgstr "Alle Einstellungen zurücksetzen"
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  #: includes/MPSUM_Admin_Core.php:139
99
  msgid "Global Settings"
100
  msgstr "Globale Einstellungen"
@@ -727,11 +758,13 @@ msgstr "Besuche die Theme-Homepage"
727
  msgid "Visit Theme Site"
728
  msgstr "Besuche die Theme-Website"
729
 
730
- #: main.php:335
731
- msgid ""
732
- "Manage and disable WordPress updates, including core, plugin, theme, and "
733
- "automatic updates - Works with Multisite."
734
- msgstr ""
735
- "Verwalte und deaktiviere WordPress-Aktualisierungen, einschließlich Core, "
736
- "Plugins, Themes und automatischen Aktualisierungen. Funktioniert auch bei "
737
- "Multisite."
 
 
2
  msgstr ""
3
  "Project-Id-Version: Easy Updates Manager\n"
4
  "Report-Msgid-Bugs-To: Ronald Huereca <ronalfy@gmail.com>\n"
5
+ "POT-Creation-Date: 2015-09-19 11:56-0600\n"
6
+ "PO-Revision-Date: 2015-09-19 11:57-0600\n"
7
+ "Last-Translator: Ronald Huereca <ron@ronalfy.com>\n"
8
  "Language-Team: pixolin <pixolin@gmx.com>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.5.3\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  #: includes/MPSUM_Admin.php:164 includes/MPSUM_Admin.php:180
23
+ msgid "Updates Options"
24
  msgstr "Aktualisierungs-Optionen"
25
 
26
  #: includes/MPSUM_Admin.php:198
47
  msgid "Configure"
48
  msgstr "Konfigurieren"
49
 
50
+ #: includes/MPSUM_Admin_Advanced.php:123
51
+ msgid "The exclusion of users option has been updated."
52
+ msgstr "Der Ausschluss von Benutzern Option wurde aktualisiert."
53
+
54
+ #: includes/MPSUM_Admin_Advanced.php:126
55
+ msgid "The plugin settings have now been reset."
56
+ msgstr "Die Aktualisierung ausgewählter Plugins wurde aktiviert."
57
+
58
+ #: includes/MPSUM_Admin_Advanced.php:129
59
+ msgid ""
60
+ "Force update checks have been initialized. Please check your site in 90 "
61
+ "seconds, and refresh to test automatic updates."
62
+ msgstr ""
63
+ "Führe diese Aktualisierung aus, warte etwa 60 Sekunden und lade dann neu, um "
64
+ "automatische Aktualisierungen zu testen."
65
+
66
+ #: includes/MPSUM_Admin_Advanced.php:132 includes/MPSUM_Admin_Core.php:130
67
  msgid "Options saved."
68
  msgstr "Einstellungen gespeichert."
69
 
70
+ #: includes/MPSUM_Admin_Advanced.php:144
71
  msgid "Exclude Users"
72
  msgstr "Anwender ausschließen"
73
 
74
+ #: includes/MPSUM_Admin_Advanced.php:145
75
  msgid ""
76
  "Select which users to be excluded from the settings of this plugin. Default "
77
  "WordPress behavior will be used."
79
  "Wähle, welche Anwender von den Einstellungen dieses Plugins ausgeschlossen "
80
  "werden sollen. Das normale Verhalten von WordPress wird dann verwendet."
81
 
82
+ #: includes/MPSUM_Admin_Advanced.php:146
83
  msgid ""
84
  "This option is useful if, for example, you would like to disable updates, "
85
  "but have a user account that can still update WordPress."
88
  "möchtest, aber gleichzeitig ein Anwender weiterhin WordPress aktualisieren "
89
  "können soll."
90
 
91
+ #: includes/MPSUM_Admin_Advanced.php:149
92
  msgid "Users to be Excluded"
93
  msgstr "Anwender, die ausgeschlossen werden sollen"
94
 
95
+ #: includes/MPSUM_Admin_Advanced.php:188
96
  msgid "Save Users"
97
  msgstr "Anwender speichern"
98
 
99
+ #: includes/MPSUM_Admin_Advanced.php:193
100
  msgid "Reset Options"
101
  msgstr "Einstellungen zurücksetzen"
102
 
103
+ #: includes/MPSUM_Admin_Advanced.php:194
104
  msgid ""
105
  "This will reset all options to as if you have just installed the plugin."
106
  msgstr ""
107
  "Hiermit werden alle Einstellungen so zurückgesetzt, als hättest du das "
108
  "Plugin gerade erst installiert."
109
 
110
+ #: includes/MPSUM_Admin_Advanced.php:199
111
  msgid "Reset All Options"
112
  msgstr "Alle Einstellungen zurücksetzen"
113
 
114
+ #: includes/MPSUM_Admin_Advanced.php:204
115
+ msgid "Force Automatic Updates"
116
+ msgstr "Automatische Aktualisierungen erzwingen"
117
+
118
+ #: includes/MPSUM_Admin_Advanced.php:205
119
+ msgid ""
120
+ "This will attempt to force automatic updates. This is useful for debugging."
121
+ msgstr ""
122
+ "Es wird versucht, automatische Aktualisierungen zu erzwingen. Nützlich bei "
123
+ "der Fehlersuche."
124
+
125
+ #: includes/MPSUM_Admin_Advanced.php:210
126
+ msgid "Force Updates"
127
+ msgstr "Aktualisierungen erzwingen"
128
+
129
  #: includes/MPSUM_Admin_Core.php:139
130
  msgid "Global Settings"
131
  msgstr "Globale Einstellungen"
758
  msgid "Visit Theme Site"
759
  msgstr "Besuche die Theme-Website"
760
 
761
+ #~ msgid ""
762
+ #~ "Manage and disable WordPress updates, including core, plugin, theme, and "
763
+ #~ "automatic updates - Works with Multisite."
764
+ #~ msgstr ""
765
+ #~ "Verwalte und deaktiviere WordPress-Aktualisierungen, einschließlich Core, "
766
+ #~ "Plugins, Themes und automatischen Aktualisierungen. Funktioniert auch bei "
767
+ #~ "Multisite."
768
+
769
+ #~ msgid "Update Options"
770
+ #~ msgstr "Aktualisierungs-Optionen"
languages/stops-core-theme-and-plugin-updates-de_DE_formal.mo CHANGED
Binary file
languages/stops-core-theme-and-plugin-updates-de_DE_formal.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Easy Updates Manager\n"
4
  "Report-Msgid-Bugs-To: Ronald Huereca <ronalfy@gmail.com>\n"
5
- "POT-Creation-Date: 2015-08-25 11:27+0100\n"
6
- "PO-Revision-Date: 2015-08-25 11:34+0100\n"
7
- "Last-Translator: Pixolin <pixolin@gmx.com>\n"
8
  "Language-Team: pixolin <pixolin@gmx.com>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -20,7 +20,7 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  #: includes/MPSUM_Admin.php:164 includes/MPSUM_Admin.php:180
23
- msgid "Update Options"
24
  msgstr "Aktualisierungs-Optionen"
25
 
26
  #: includes/MPSUM_Admin.php:198
@@ -47,15 +47,31 @@ msgstr "Erweitert"
47
  msgid "Configure"
48
  msgstr "Konfigurieren"
49
 
50
- #: includes/MPSUM_Admin_Advanced.php:113 includes/MPSUM_Admin_Core.php:130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  msgid "Options saved."
52
  msgstr "Einstellungen gespeichert."
53
 
54
- #: includes/MPSUM_Admin_Advanced.php:122
55
  msgid "Exclude Users"
56
  msgstr "Anwender ausschließen"
57
 
58
- #: includes/MPSUM_Admin_Advanced.php:123
59
  msgid ""
60
  "Select which users to be excluded from the settings of this plugin. Default "
61
  "WordPress behavior will be used."
@@ -64,7 +80,7 @@ msgstr ""
64
  "ausgeschlossen werden sollen. Das normale Verhalten von WordPress wird dann "
65
  "verwendet."
66
 
67
- #: includes/MPSUM_Admin_Advanced.php:124
68
  msgid ""
69
  "This option is useful if, for example, you would like to disable updates, "
70
  "but have a user account that can still update WordPress."
@@ -73,29 +89,44 @@ msgstr ""
73
  "möchten, aber gleichzeitig ein Anwender weiterhin WordPress aktualisieren "
74
  "können soll."
75
 
76
- #: includes/MPSUM_Admin_Advanced.php:127
77
  msgid "Users to be Excluded"
78
  msgstr "Anwender, die ausgeschlossen werden sollen"
79
 
80
- #: includes/MPSUM_Admin_Advanced.php:166
81
  msgid "Save Users"
82
  msgstr "Anwender speichern"
83
 
84
- #: includes/MPSUM_Admin_Advanced.php:171
85
  msgid "Reset Options"
86
  msgstr "Einstellungen zurücksetzen"
87
 
88
- #: includes/MPSUM_Admin_Advanced.php:172
89
  msgid ""
90
  "This will reset all options to as if you have just installed the plugin."
91
  msgstr ""
92
  "Hiermit werden alle Einstellungen so zurückgesetzt, als hätten Sie das "
93
  "Plugin gerade erst installiert."
94
 
95
- #: includes/MPSUM_Admin_Advanced.php:177
96
  msgid "Reset All Options"
97
  msgstr "Alle Einstellungen zurücksetzen"
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  #: includes/MPSUM_Admin_Core.php:139
100
  msgid "Global Settings"
101
  msgstr "Globale Einstellungen"
@@ -728,11 +759,13 @@ msgstr "Besuchen Sie die Theme-Homepage"
728
  msgid "Visit Theme Site"
729
  msgstr "Besuchen Sie die Theme-Website"
730
 
731
- #: main.php:335
732
- msgid ""
733
- "Manage and disable WordPress updates, including core, plugin, theme, and "
734
- "automatic updates - Works with Multisite."
735
- msgstr ""
736
- "Verwalten und deaktivieren Sie WordPress-Aktualisierungen, einschließlich "
737
- "Core, Plugins, Themes und automatischen Aktualisierungen. Funktioniert auch "
738
- "bei Multisite."
 
 
2
  msgstr ""
3
  "Project-Id-Version: Easy Updates Manager\n"
4
  "Report-Msgid-Bugs-To: Ronald Huereca <ronalfy@gmail.com>\n"
5
+ "POT-Creation-Date: 2015-09-19 11:56-0600\n"
6
+ "PO-Revision-Date: 2015-09-19 11:57-0600\n"
7
+ "Last-Translator: Ronald Huereca <ron@ronalfy.com>\n"
8
  "Language-Team: pixolin <pixolin@gmx.com>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.5.3\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  #: includes/MPSUM_Admin.php:164 includes/MPSUM_Admin.php:180
23
+ msgid "Updates Options"
24
  msgstr "Aktualisierungs-Optionen"
25
 
26
  #: includes/MPSUM_Admin.php:198
47
  msgid "Configure"
48
  msgstr "Konfigurieren"
49
 
50
+ #: includes/MPSUM_Admin_Advanced.php:123
51
+ msgid "The exclusion of users option has been updated."
52
+ msgstr "Der Ausschluss von Benutzern Option wurde aktualisiert."
53
+
54
+ #: includes/MPSUM_Admin_Advanced.php:126
55
+ msgid "The plugin settings have now been reset."
56
+ msgstr "Die Aktualisierung ausgewählter Plugins wurde aktiviert."
57
+
58
+ #: includes/MPSUM_Admin_Advanced.php:129
59
+ msgid ""
60
+ "Force update checks have been initialized. Please check your site in 90 "
61
+ "seconds, and refresh to test automatic updates."
62
+ msgstr ""
63
+ "Führen Sie diese Aktualisierung aus, warten Sie etwa 60 Sekunden und laden "
64
+ "Sie dann neu, um automatische Aktualisierungen zu testen."
65
+
66
+ #: includes/MPSUM_Admin_Advanced.php:132 includes/MPSUM_Admin_Core.php:130
67
  msgid "Options saved."
68
  msgstr "Einstellungen gespeichert."
69
 
70
+ #: includes/MPSUM_Admin_Advanced.php:144
71
  msgid "Exclude Users"
72
  msgstr "Anwender ausschließen"
73
 
74
+ #: includes/MPSUM_Admin_Advanced.php:145
75
  msgid ""
76
  "Select which users to be excluded from the settings of this plugin. Default "
77
  "WordPress behavior will be used."
80
  "ausgeschlossen werden sollen. Das normale Verhalten von WordPress wird dann "
81
  "verwendet."
82
 
83
+ #: includes/MPSUM_Admin_Advanced.php:146
84
  msgid ""
85
  "This option is useful if, for example, you would like to disable updates, "
86
  "but have a user account that can still update WordPress."
89
  "möchten, aber gleichzeitig ein Anwender weiterhin WordPress aktualisieren "
90
  "können soll."
91
 
92
+ #: includes/MPSUM_Admin_Advanced.php:149
93
  msgid "Users to be Excluded"
94
  msgstr "Anwender, die ausgeschlossen werden sollen"
95
 
96
+ #: includes/MPSUM_Admin_Advanced.php:188
97
  msgid "Save Users"
98
  msgstr "Anwender speichern"
99
 
100
+ #: includes/MPSUM_Admin_Advanced.php:193
101
  msgid "Reset Options"
102
  msgstr "Einstellungen zurücksetzen"
103
 
104
+ #: includes/MPSUM_Admin_Advanced.php:194
105
  msgid ""
106
  "This will reset all options to as if you have just installed the plugin."
107
  msgstr ""
108
  "Hiermit werden alle Einstellungen so zurückgesetzt, als hätten Sie das "
109
  "Plugin gerade erst installiert."
110
 
111
+ #: includes/MPSUM_Admin_Advanced.php:199
112
  msgid "Reset All Options"
113
  msgstr "Alle Einstellungen zurücksetzen"
114
 
115
+ #: includes/MPSUM_Admin_Advanced.php:204
116
+ msgid "Force Automatic Updates"
117
+ msgstr "Automatische Aktualisierungen erzwingen"
118
+
119
+ #: includes/MPSUM_Admin_Advanced.php:205
120
+ msgid ""
121
+ "This will attempt to force automatic updates. This is useful for debugging."
122
+ msgstr ""
123
+ "Es wird versucht, automatische Aktualisierungen zu erzwingen. Nützlich bei "
124
+ "der Fehlersuche."
125
+
126
+ #: includes/MPSUM_Admin_Advanced.php:210
127
+ msgid "Force Updates"
128
+ msgstr "Aktualisierungen erzwingen"
129
+
130
  #: includes/MPSUM_Admin_Core.php:139
131
  msgid "Global Settings"
132
  msgstr "Globale Einstellungen"
759
  msgid "Visit Theme Site"
760
  msgstr "Besuchen Sie die Theme-Website"
761
 
762
+ #~ msgid ""
763
+ #~ "Manage and disable WordPress updates, including core, plugin, theme, and "
764
+ #~ "automatic updates - Works with Multisite."
765
+ #~ msgstr ""
766
+ #~ "Verwalten und deaktivieren Sie WordPress-Aktualisierungen, einschließlich "
767
+ #~ "Core, Plugins, Themes und automatischen Aktualisierungen. Funktioniert "
768
+ #~ "auch bei Multisite."
769
+
770
+ #~ msgid "Update Options"
771
+ #~ msgstr "Aktualisierungs-Optionen"
languages/stops-core-theme-and-plugin-updates.pot CHANGED
@@ -5,9 +5,9 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Easy Updates Manager v1.0.0\n"
7
  "Report-Msgid-Bugs-To: Ronald Huereca <ronalfy@gmail.com>\n"
8
- "POT-Creation-Date: 2015-08-25 11:27+0100\n"
9
  "PO-Revision-Date: \n"
10
- "Last-Translator: Pixolin <pixolin@gmx.com>\n"
11
  "Language-Team: Ronald Huereca <ronalfy@gmail.com>\n"
12
  "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
@@ -20,11 +20,11 @@ msgstr ""
20
  "esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
  "_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
  "X-Poedit-Basepath: ..\n"
23
- "X-Generator: Poedit 1.7\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
26
  #: includes/MPSUM_Admin.php:164 includes/MPSUM_Admin.php:180
27
- msgid "Update Options"
28
  msgstr ""
29
 
30
  #: includes/MPSUM_Admin.php:198
@@ -51,47 +51,74 @@ msgstr ""
51
  msgid "Configure"
52
  msgstr ""
53
 
54
- #: includes/MPSUM_Admin_Advanced.php:113 includes/MPSUM_Admin_Core.php:130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  msgid "Options saved."
56
  msgstr ""
57
 
58
- #: includes/MPSUM_Admin_Advanced.php:122
59
  msgid "Exclude Users"
60
  msgstr ""
61
 
62
- #: includes/MPSUM_Admin_Advanced.php:123
63
  msgid ""
64
  "Select which users to be excluded from the settings of this plugin. Default "
65
  "WordPress behavior will be used."
66
  msgstr ""
67
 
68
- #: includes/MPSUM_Admin_Advanced.php:124
69
  msgid ""
70
  "This option is useful if, for example, you would like to disable updates, "
71
  "but have a user account that can still update WordPress."
72
  msgstr ""
73
 
74
- #: includes/MPSUM_Admin_Advanced.php:127
75
  msgid "Users to be Excluded"
76
  msgstr ""
77
 
78
- #: includes/MPSUM_Admin_Advanced.php:166
79
  msgid "Save Users"
80
  msgstr ""
81
 
82
- #: includes/MPSUM_Admin_Advanced.php:171
83
  msgid "Reset Options"
84
  msgstr ""
85
 
86
- #: includes/MPSUM_Admin_Advanced.php:172
87
  msgid ""
88
  "This will reset all options to as if you have just installed the plugin."
89
  msgstr ""
90
 
91
- #: includes/MPSUM_Admin_Advanced.php:177
92
  msgid "Reset All Options"
93
  msgstr ""
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  #: includes/MPSUM_Admin_Core.php:139
96
  msgid "Global Settings"
97
  msgstr ""
@@ -677,9 +704,3 @@ msgstr ""
677
  #: includes/MPSUM_Themes_List_Table.php:342
678
  msgid "Visit Theme Site"
679
  msgstr ""
680
-
681
- #: main.php:335
682
- msgid ""
683
- "Manage and disable WordPress updates, including core, plugin, theme, and "
684
- "automatic updates - Works with Multisite."
685
- msgstr ""
5
  msgstr ""
6
  "Project-Id-Version: Easy Updates Manager v1.0.0\n"
7
  "Report-Msgid-Bugs-To: Ronald Huereca <ronalfy@gmail.com>\n"
8
+ "POT-Creation-Date: 2015-09-19 11:22-0600\n"
9
  "PO-Revision-Date: \n"
10
+ "Last-Translator: Ronald Huereca <ron@ronalfy.com>\n"
11
  "Language-Team: Ronald Huereca <ronalfy@gmail.com>\n"
12
  "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
20
  "esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
21
  "_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
22
  "X-Poedit-Basepath: ..\n"
23
+ "X-Generator: Poedit 1.5.3\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
26
  #: includes/MPSUM_Admin.php:164 includes/MPSUM_Admin.php:180
27
+ msgid "Updates Options"
28
  msgstr ""
29
 
30
  #: includes/MPSUM_Admin.php:198
51
  msgid "Configure"
52
  msgstr ""
53
 
54
+ #: includes/MPSUM_Admin_Advanced.php:123
55
+ msgid "The exclusion of users option has been updated."
56
+ msgstr ""
57
+
58
+ #: includes/MPSUM_Admin_Advanced.php:126
59
+ msgid "The plugin settings have now been reset."
60
+ msgstr ""
61
+
62
+ #: includes/MPSUM_Admin_Advanced.php:129
63
+ msgid ""
64
+ "Force update checks have been initialized. Please check your site in 90 "
65
+ "seconds, and refresh to test automatic updates."
66
+ msgstr ""
67
+
68
+ #: includes/MPSUM_Admin_Advanced.php:132 includes/MPSUM_Admin_Core.php:130
69
  msgid "Options saved."
70
  msgstr ""
71
 
72
+ #: includes/MPSUM_Admin_Advanced.php:144
73
  msgid "Exclude Users"
74
  msgstr ""
75
 
76
+ #: includes/MPSUM_Admin_Advanced.php:145
77
  msgid ""
78
  "Select which users to be excluded from the settings of this plugin. Default "
79
  "WordPress behavior will be used."
80
  msgstr ""
81
 
82
+ #: includes/MPSUM_Admin_Advanced.php:146
83
  msgid ""
84
  "This option is useful if, for example, you would like to disable updates, "
85
  "but have a user account that can still update WordPress."
86
  msgstr ""
87
 
88
+ #: includes/MPSUM_Admin_Advanced.php:149
89
  msgid "Users to be Excluded"
90
  msgstr ""
91
 
92
+ #: includes/MPSUM_Admin_Advanced.php:188
93
  msgid "Save Users"
94
  msgstr ""
95
 
96
+ #: includes/MPSUM_Admin_Advanced.php:193
97
  msgid "Reset Options"
98
  msgstr ""
99
 
100
+ #: includes/MPSUM_Admin_Advanced.php:194
101
  msgid ""
102
  "This will reset all options to as if you have just installed the plugin."
103
  msgstr ""
104
 
105
+ #: includes/MPSUM_Admin_Advanced.php:199
106
  msgid "Reset All Options"
107
  msgstr ""
108
 
109
+ #: includes/MPSUM_Admin_Advanced.php:204
110
+ msgid "Force Automatic Updates"
111
+ msgstr ""
112
+
113
+ #: includes/MPSUM_Admin_Advanced.php:205
114
+ msgid ""
115
+ "This will attempt to force automatic updates. This is useful for debugging."
116
+ msgstr ""
117
+
118
+ #: includes/MPSUM_Admin_Advanced.php:210
119
+ msgid "Force Updates"
120
+ msgstr ""
121
+
122
  #: includes/MPSUM_Admin_Core.php:139
123
  msgid "Global Settings"
124
  msgstr ""
704
  #: includes/MPSUM_Themes_List_Table.php:342
705
  msgid "Visit Theme Site"
706
  msgstr ""
 
 
 
 
 
 
main.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Easy Updates Manager
4
  Plugin URI: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
5
  Description: Manage and disable WordPress updates, including core, plugin, theme, and automatic updates - Works with Multisite.
6
  Author: kidsguide, ronalfy
7
- Version: 5.1.1
8
  Requires at least: 4.3
9
  Author URI: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
10
  Contributors: kidsguide, ronalfy
4
  Plugin URI: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
5
  Description: Manage and disable WordPress updates, including core, plugin, theme, and automatic updates - Works with Multisite.
6
  Author: kidsguide, ronalfy
7
+ Version: 5.2.0
8
  Requires at least: 4.3
9
  Author URI: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
10
  Contributors: kidsguide, ronalfy
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: kidsguide, ronalfy
3
  Tags: updates manager, easy updates manager, disable updates manager, disable updates, update control, plugin updates, theme updates, core updates, automatic updates, multisite
4
  Requires at least: 4.3
5
- Tested up to: 4.3
6
- Stable tag: 5.1.1
7
  License: GPLv2 or later
8
 
9
  Manage all your WordPress updates, including individual plugin/theme updates, automatic updates, and loads more. Also works with WordPress Multisite.
@@ -56,6 +56,9 @@ If you are interested in translating our plugin, please create a new support req
56
  9. Help tab
57
 
58
  == Installation ==
 
 
 
59
  <strong>Installing Easy Updates Manager in your WordPress Dashboard</strong> (recommended)
60
 
61
  1. You can also upload it by going into your 'Plugins' section and selecting add a new plugin
@@ -89,7 +92,7 @@ A plugin was also created to change the background updates email address: https:
89
  = Automatic Updates =
90
 
91
  Check out our video on how the automatic updating works in WordPress.
92
- [youtube https://www.youtube.com/watch?v=VBAfoK1PP0o]
93
 
94
  = Additional Information and FAQ =
95
 
@@ -97,6 +100,12 @@ For additional information and FAQs for Easy Updates Manager check out our <a hr
97
 
98
  == Changelog ==
99
 
 
 
 
 
 
 
100
  = 5.1.1 =
101
  Updated: 2015-08-24
102
 
@@ -126,6 +135,9 @@ In version 5.0.0 we completely re-wrote the plugin to offer a faster and more se
126
 
127
  == Upgrade Notice ==
128
 
 
 
 
129
  = 5.1.1 =
130
  Fixing internationalization issues and adding German translation.
131
 
2
  Contributors: kidsguide, ronalfy
3
  Tags: updates manager, easy updates manager, disable updates manager, disable updates, update control, plugin updates, theme updates, core updates, automatic updates, multisite
4
  Requires at least: 4.3
5
+ Tested up to: 4.3.1
6
+ Stable tag: 5.2.0
7
  License: GPLv2 or later
8
 
9
  Manage all your WordPress updates, including individual plugin/theme updates, automatic updates, and loads more. Also works with WordPress Multisite.
56
  9. Help tab
57
 
58
  == Installation ==
59
+
60
+ [youtube https://www.youtube.com/watch?v=V8AWwBc6GrU]
61
+
62
  <strong>Installing Easy Updates Manager in your WordPress Dashboard</strong> (recommended)
63
 
64
  1. You can also upload it by going into your 'Plugins' section and selecting add a new plugin
92
  = Automatic Updates =
93
 
94
  Check out our video on how the automatic updating works in WordPress.
95
+ [youtube https://www.youtube.com/watch?v=V8AWwBc6GrU]
96
 
97
  = Additional Information and FAQ =
98
 
100
 
101
  == Changelog ==
102
 
103
+ = 5.2.0 =
104
+ * Released 2015-09-19
105
+ * Added Force check in the Advanced Tab.
106
+ * Better support for third-party plugins.
107
+ * Updating the filter priority for better update experience with third-party plugins.
108
+
109
  = 5.1.1 =
110
  Updated: 2015-08-24
111
 
135
 
136
  == Upgrade Notice ==
137
 
138
+ = 5.2.0 =
139
+ Force update button available. Better support for third-party solutions.
140
+
141
  = 5.1.1 =
142
  Fixing internationalization issues and adding German translation.
143