WPS Hide Login - Version 1.4.2

Version Description

  • Fix : Error with library for compat WordPress and PHP
Download this release

Release Info

Developer NicolasKulka
Plugin Icon 128x128 WPS Hide Login
Version 1.4.2
Comparing to
See all releases

Code changes from version 1.4.1 to 1.4.2

composer.json CHANGED
@@ -24,10 +24,14 @@
24
  {
25
  "type": "vcs",
26
  "url": "https://github.com/NicolasKulka/WP-Review-Me"
 
 
 
 
27
  }
28
  ],
29
  "require":{
30
  "php":">=5.6.0",
31
- "NicolasKulka/wp-review-me":"2.2"
32
  }
33
  }
24
  {
25
  "type": "vcs",
26
  "url": "https://github.com/NicolasKulka/WP-Review-Me"
27
+ },
28
+ {
29
+ "type": "vcs",
30
+ "url": "https://github.com/NicolasKulka/WP-Dismissible-Notices-Handler"
31
  }
32
  ],
33
  "require":{
34
  "php":">=5.6.0",
35
+ "NicolasKulka/wp-review-me":"2.5"
36
  }
37
  }
composer.lock CHANGED
@@ -4,30 +4,29 @@
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
  "This file is @generated automatically"
6
  ],
7
- "content-hash": "6a8b3b4f1f3b674d44cc9d920edfcb46",
8
  "packages": [
9
  {
10
- "name": "NicolasKulka/wp-review-me",
11
- "version": "2.2",
12
  "source": {
13
  "type": "git",
14
- "url": "https://github.com/NicolasKulka/WP-Review-Me.git",
15
- "reference": "0d5958af5fb37f7db0b1fb7e3219a83c4730c508"
16
  },
17
  "dist": {
18
  "type": "zip",
19
- "url": "https://api.github.com/repos/NicolasKulka/WP-Review-Me/zipball/0d5958af5fb37f7db0b1fb7e3219a83c4730c508",
20
- "reference": "0d5958af5fb37f7db0b1fb7e3219a83c4730c508",
21
  "shasum": ""
22
  },
23
  "require": {
24
- "julien731/wp-dismissible-notices-handler": "1.*",
25
  "php": ">=5.5.0"
26
  },
27
  "type": "library",
28
  "autoload": {
29
  "files": [
30
- "review.php"
31
  ]
32
  },
33
  "license": [
@@ -41,37 +40,37 @@
41
  "role": "Lead Developer"
42
  }
43
  ],
44
- "description": "A lightweight library to help you get more reviews for your WordPress theme/plugin",
45
- "homepage": "https://github.com/julien731/WP-Review-Me",
46
  "support": {
47
- "source": "https://github.com/NicolasKulka/WP-Review-Me/tree/2.2"
48
  },
49
- "time": "2018-07-17T07:25:09+00:00"
50
  },
51
  {
52
- "name": "julien731/wp-dismissible-notices-handler",
53
- "version": "1.1.0",
54
  "source": {
55
  "type": "git",
56
- "url": "https://github.com/julien731/WP-Dismissible-Notices-Handler.git",
57
- "reference": "5b17d82f3b21f6d0a2dc7459adfe81d813fd94e4"
58
  },
59
  "dist": {
60
  "type": "zip",
61
- "url": "https://api.github.com/repos/julien731/WP-Dismissible-Notices-Handler/zipball/5b17d82f3b21f6d0a2dc7459adfe81d813fd94e4",
62
- "reference": "5b17d82f3b21f6d0a2dc7459adfe81d813fd94e4",
63
  "shasum": ""
64
  },
65
  "require": {
 
66
  "php": ">=5.5.0"
67
  },
68
  "type": "library",
69
  "autoload": {
70
  "files": [
71
- "handler.php"
72
  ]
73
  },
74
- "notification-url": "https://packagist.org/downloads/",
75
  "license": [
76
  "GNU GPL"
77
  ],
@@ -83,9 +82,12 @@
83
  "role": "Lead Developer"
84
  }
85
  ],
86
- "description": "A simple library to handle Ajax-dismissible admin notices for WordPress",
87
- "homepage": "https://github.com/julien731/WP-Dismissible-Notices-Handler",
88
- "time": "2018-04-20T16:00:15+00:00"
 
 
 
89
  }
90
  ],
91
  "packages-dev": [],
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
  "This file is @generated automatically"
6
  ],
7
+ "content-hash": "45cbb5aecbd82e091d7c96417c9394f6",
8
  "packages": [
9
  {
10
+ "name": "NicolasKulka/wp-dismissible-notices-handler",
11
+ "version": "2.0",
12
  "source": {
13
  "type": "git",
14
+ "url": "https://github.com/NicolasKulka/WP-Dismissible-Notices-Handler.git",
15
+ "reference": "4c3ffe7d98b13379476ebbec7e88650d37ce2dcf"
16
  },
17
  "dist": {
18
  "type": "zip",
19
+ "url": "https://api.github.com/repos/NicolasKulka/WP-Dismissible-Notices-Handler/zipball/4c3ffe7d98b13379476ebbec7e88650d37ce2dcf",
20
+ "reference": "4c3ffe7d98b13379476ebbec7e88650d37ce2dcf",
21
  "shasum": ""
22
  },
23
  "require": {
 
24
  "php": ">=5.5.0"
25
  },
26
  "type": "library",
27
  "autoload": {
28
  "files": [
29
+ "handler.php"
30
  ]
31
  },
32
  "license": [
40
  "role": "Lead Developer"
41
  }
42
  ],
43
+ "description": "A simple library to handle Ajax-dismissible admin notices for WordPress",
44
+ "homepage": "https://github.com/julien731/WP-Dismissible-Notices-Handler",
45
  "support": {
46
+ "source": "https://github.com/NicolasKulka/WP-Dismissible-Notices-Handler/tree/2.0"
47
  },
48
+ "time": "2018-07-17T12:19:22+00:00"
49
  },
50
  {
51
+ "name": "NicolasKulka/wp-review-me",
52
+ "version": "2.5",
53
  "source": {
54
  "type": "git",
55
+ "url": "https://github.com/NicolasKulka/WP-Review-Me.git",
56
+ "reference": "9ad656a84c4878b6dd4d9c2964e262f76b0c3c88"
57
  },
58
  "dist": {
59
  "type": "zip",
60
+ "url": "https://api.github.com/repos/NicolasKulka/WP-Review-Me/zipball/9ad656a84c4878b6dd4d9c2964e262f76b0c3c88",
61
+ "reference": "9ad656a84c4878b6dd4d9c2964e262f76b0c3c88",
62
  "shasum": ""
63
  },
64
  "require": {
65
+ "nicolaskulka/wp-dismissible-notices-handler": "2.0",
66
  "php": ">=5.5.0"
67
  },
68
  "type": "library",
69
  "autoload": {
70
  "files": [
71
+ "review.php"
72
  ]
73
  },
 
74
  "license": [
75
  "GNU GPL"
76
  ],
82
  "role": "Lead Developer"
83
  }
84
  ],
85
+ "description": "A lightweight library to help you get more reviews for your WordPress theme/plugin",
86
+ "homepage": "https://github.com/julien731/WP-Review-Me",
87
+ "support": {
88
+ "source": "https://github.com/NicolasKulka/WP-Review-Me/tree/master"
89
+ },
90
+ "time": "2018-07-17T12:31:36+00:00"
91
  }
92
  ],
93
  "packages-dev": [],
readme.txt CHANGED
@@ -3,9 +3,9 @@
3
  Contributors: tabrisrp, WPServeur, nicolaskulka
4
  Donate link : https://www.paypal.me/donateWPServeur
5
  Tags: rename, login, wp-login, wp-login.php, custom login url
6
- Requires at least: 4.2
7
  Tested up to: 4.9
8
- Stable tag: 1.4.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -143,6 +143,9 @@ First step is to check your .htaccess file and compare it to a regular one, to s
143
 
144
  == Changelog ==
145
 
 
 
 
146
  = 1.4.1 =
147
  * Fix : Remove message review if PHP is too old
148
 
3
  Contributors: tabrisrp, WPServeur, nicolaskulka
4
  Donate link : https://www.paypal.me/donateWPServeur
5
  Tags: rename, login, wp-login, wp-login.php, custom login url
6
+ Requires at least: 4.1
7
  Tested up to: 4.9
8
+ Stable tag: 1.4.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
143
 
144
  == Changelog ==
145
 
146
+ = 1.4.2 =
147
+ * Fix : Error with library for compat WordPress and PHP
148
+
149
  = 1.4.1 =
150
  * Fix : Remove message review if PHP is too old
151
 
vendor/{julien731 → NicolasKulka}/wp-dismissible-notices-handler/assets/js/main.js RENAMED
File without changes
vendor/{julien731 → NicolasKulka}/wp-dismissible-notices-handler/composer.json RENAMED
@@ -1,5 +1,5 @@
1
  {
2
- "name": "julien731/wp-dismissible-notices-handler",
3
  "description": "A simple library to handle Ajax-dismissible admin notices for WordPress",
4
  "homepage": "https://github.com/julien731/WP-Dismissible-Notices-Handler",
5
  "license": "GNU GPL",
@@ -17,4 +17,4 @@
17
  "autoload": {
18
  "files": ["handler.php"]
19
  }
20
- }
1
  {
2
+ "name": "NicolasKulka/wp-dismissible-notices-handler",
3
  "description": "A simple library to handle Ajax-dismissible admin notices for WordPress",
4
  "homepage": "https://github.com/julien731/WP-Dismissible-Notices-Handler",
5
  "license": "GNU GPL",
17
  "autoload": {
18
  "files": ["handler.php"]
19
  }
20
+ }
vendor/{julien731 → NicolasKulka}/wp-dismissible-notices-handler/handler.php RENAMED
@@ -91,26 +91,24 @@ if ( ! class_exists( 'Dismissible_Notices_Handler' ) ) {
91
 
92
  // Make sure WordPress is compatible
93
  if ( ! self::$instance->is_wp_compatible() ) {
94
- self::$instance->spit_error(
95
  sprintf(
96
- /* translators: %s: required wordpress version */
97
  esc_html__( 'The library can not be used because your version of WordPress is too old. You need version %s at least.', 'wp-dismissible-notices-handler' ),
98
  self::$instance->wordpress_version_required
99
  )
100
- );
101
 
102
  return;
103
  }
104
 
105
  // Make sure PHP is compatible
106
  if ( ! self::$instance->is_php_compatible() ) {
107
- self::$instance->spit_error(
108
  sprintf(
109
- /* translators: %s: required php version */
110
  esc_html__( 'The library can not be used because your version of PHP is too old. You need version %s at least.', 'wp-dismissible-notices-handler' ),
111
  self::$instance->php_version_required
112
  )
113
- );
114
 
115
  return;
116
  }
91
 
92
  // Make sure WordPress is compatible
93
  if ( ! self::$instance->is_wp_compatible() ) {
94
+ /*self::$instance->spit_error(
95
  sprintf(
 
96
  esc_html__( 'The library can not be used because your version of WordPress is too old. You need version %s at least.', 'wp-dismissible-notices-handler' ),
97
  self::$instance->wordpress_version_required
98
  )
99
+ );*/
100
 
101
  return;
102
  }
103
 
104
  // Make sure PHP is compatible
105
  if ( ! self::$instance->is_php_compatible() ) {
106
+ /*self::$instance->spit_error(
107
  sprintf(
 
108
  esc_html__( 'The library can not be used because your version of PHP is too old. You need version %s at least.', 'wp-dismissible-notices-handler' ),
109
  self::$instance->php_version_required
110
  )
111
+ );*/
112
 
113
  return;
114
  }
vendor/{julien731 → NicolasKulka}/wp-dismissible-notices-handler/includes/helper-functions.php RENAMED
File without changes
vendor/NicolasKulka/wp-review-me/composer.json CHANGED
@@ -11,9 +11,15 @@
11
  "role": "Lead Developer"
12
  }
13
  ],
 
 
 
 
 
 
14
  "require": {
15
  "php": ">=5.5.0",
16
- "julien731/wp-dismissible-notices-handler": "1.*"
17
  },
18
  "autoload": {
19
  "files": ["review.php"]
11
  "role": "Lead Developer"
12
  }
13
  ],
14
+ "repositories": [
15
+ {
16
+ "type": "vcs",
17
+ "url": "https://github.com/NicolasKulka/WP-Dismissible-Notices-Handler"
18
+ }
19
+ ],
20
  "require": {
21
  "php": ">=5.5.0",
22
+ "NicolasKulka/wp-dismissible-notices-handler": "2.0"
23
  },
24
  "autoload": {
25
  "files": ["review.php"]
vendor/NicolasKulka/wp-review-me/review.php CHANGED
@@ -129,28 +129,28 @@ if ( ! class_exists( 'WP_Review_Me' ) ) {
129
  private function init() {
130
 
131
  // Make sure WordPress is compatible
132
- /*if ( ! $this->is_wp_compatible() ) {
133
- $this->spit_error(
134
  sprintf(
135
  esc_html__( 'The library can not be used because your version of WordPress is too old. You need version %s at least.', 'wp-review-me' ),
136
  $this->wordpress_version_required
137
  )
138
- );
139
 
140
  return;
141
- }*/
142
 
143
  // Make sure PHP is compatible
144
- /*if ( ! $this->is_php_compatible() ) {
145
- $this->spit_error(
146
  sprintf(
147
  esc_html__( 'The library can not be used because your version of PHP is too old. You need version %s at least.', 'wp-review-me' ),
148
  $this->php_version_required
149
  )
150
- );
151
 
152
  return;
153
- }*/
154
 
155
  // Make sure the dependencies are loaded
156
  if ( ! function_exists( 'dnh_register_notice' ) ) {
129
  private function init() {
130
 
131
  // Make sure WordPress is compatible
132
+ if ( ! $this->is_wp_compatible() ) {
133
+ /*$this->spit_error(
134
  sprintf(
135
  esc_html__( 'The library can not be used because your version of WordPress is too old. You need version %s at least.', 'wp-review-me' ),
136
  $this->wordpress_version_required
137
  )
138
+ );*/
139
 
140
  return;
141
+ }
142
 
143
  // Make sure PHP is compatible
144
+ if ( ! $this->is_php_compatible() ) {
145
+ /*$this->spit_error(
146
  sprintf(
147
  esc_html__( 'The library can not be used because your version of PHP is too old. You need version %s at least.', 'wp-review-me' ),
148
  $this->php_version_required
149
  )
150
+ );*/
151
 
152
  return;
153
+ }
154
 
155
  // Make sure the dependencies are loaded
156
  if ( ! function_exists( 'dnh_register_notice' ) ) {
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit71244fc19bd731ff2404f3641ca151d8::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInitaaeeb2759878cb59c7a1ebca78d83d93::getLoader();
vendor/composer/autoload_files.php CHANGED
@@ -6,6 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
- 'c14057a02afc95b84dc5bf85d98c5b66' => $vendorDir . '/julien731/wp-dismissible-notices-handler/handler.php',
10
  '642f204a71b38c9724089b10b2126d4f' => $vendorDir . '/NicolasKulka/wp-review-me/review.php',
11
  );
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
+ '75114bb77681cceeacec8e9fdc25fe5f' => $vendorDir . '/NicolasKulka/wp-dismissible-notices-handler/handler.php',
10
  '642f204a71b38c9724089b10b2126d4f' => $vendorDir . '/NicolasKulka/wp-review-me/review.php',
11
  );
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit71244fc19bd731ff2404f3641ca151d8
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit71244fc19bd731ff2404f3641ca151d8
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit71244fc19bd731ff2404f3641ca151d8', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit71244fc19bd731ff2404f3641ca151d8', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInit71244fc19bd731ff2404f3641ca151d8::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
@@ -48,19 +48,19 @@ class ComposerAutoloaderInit71244fc19bd731ff2404f3641ca151d8
48
  $loader->register(true);
49
 
50
  if ($useStaticLoader) {
51
- $includeFiles = Composer\Autoload\ComposerStaticInit71244fc19bd731ff2404f3641ca151d8::$files;
52
  } else {
53
  $includeFiles = require __DIR__ . '/autoload_files.php';
54
  }
55
  foreach ($includeFiles as $fileIdentifier => $file) {
56
- composerRequire71244fc19bd731ff2404f3641ca151d8($fileIdentifier, $file);
57
  }
58
 
59
  return $loader;
60
  }
61
  }
62
 
63
- function composerRequire71244fc19bd731ff2404f3641ca151d8($fileIdentifier, $file)
64
  {
65
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
66
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInitaaeeb2759878cb59c7a1ebca78d83d93
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInitaaeeb2759878cb59c7a1ebca78d83d93', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInitaaeeb2759878cb59c7a1ebca78d83d93', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInitaaeeb2759878cb59c7a1ebca78d83d93::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
48
  $loader->register(true);
49
 
50
  if ($useStaticLoader) {
51
+ $includeFiles = Composer\Autoload\ComposerStaticInitaaeeb2759878cb59c7a1ebca78d83d93::$files;
52
  } else {
53
  $includeFiles = require __DIR__ . '/autoload_files.php';
54
  }
55
  foreach ($includeFiles as $fileIdentifier => $file) {
56
+ composerRequireaaeeb2759878cb59c7a1ebca78d83d93($fileIdentifier, $file);
57
  }
58
 
59
  return $loader;
60
  }
61
  }
62
 
63
+ function composerRequireaaeeb2759878cb59c7a1ebca78d83d93($fileIdentifier, $file)
64
  {
65
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
66
  require $file;
vendor/composer/autoload_static.php CHANGED
@@ -4,10 +4,10 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit71244fc19bd731ff2404f3641ca151d8
8
  {
9
  public static $files = array (
10
- 'c14057a02afc95b84dc5bf85d98c5b66' => __DIR__ . '/..' . '/julien731/wp-dismissible-notices-handler/handler.php',
11
  '642f204a71b38c9724089b10b2126d4f' => __DIR__ . '/..' . '/NicolasKulka/wp-review-me/review.php',
12
  );
13
 
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInitaaeeb2759878cb59c7a1ebca78d83d93
8
  {
9
  public static $files = array (
10
+ '75114bb77681cceeacec8e9fdc25fe5f' => __DIR__ . '/..' . '/NicolasKulka/wp-dismissible-notices-handler/handler.php',
11
  '642f204a71b38c9724089b10b2126d4f' => __DIR__ . '/..' . '/NicolasKulka/wp-review-me/review.php',
12
  );
13
 
vendor/composer/installed.json CHANGED
@@ -1,29 +1,28 @@
1
  [
2
  {
3
- "name": "NicolasKulka/wp-review-me",
4
- "version": "2.2",
5
- "version_normalized": "2.2.0.0",
6
  "source": {
7
  "type": "git",
8
- "url": "https://github.com/NicolasKulka/WP-Review-Me.git",
9
- "reference": "0d5958af5fb37f7db0b1fb7e3219a83c4730c508"
10
  },
11
  "dist": {
12
  "type": "zip",
13
- "url": "https://api.github.com/repos/NicolasKulka/WP-Review-Me/zipball/0d5958af5fb37f7db0b1fb7e3219a83c4730c508",
14
- "reference": "0d5958af5fb37f7db0b1fb7e3219a83c4730c508",
15
  "shasum": ""
16
  },
17
  "require": {
18
- "julien731/wp-dismissible-notices-handler": "1.*",
19
  "php": ">=5.5.0"
20
  },
21
- "time": "2018-07-17T07:25:09+00:00",
22
  "type": "library",
23
  "installation-source": "dist",
24
  "autoload": {
25
  "files": [
26
- "review.php"
27
  ]
28
  },
29
  "license": [
@@ -37,39 +36,39 @@
37
  "role": "Lead Developer"
38
  }
39
  ],
40
- "description": "A lightweight library to help you get more reviews for your WordPress theme/plugin",
41
- "homepage": "https://github.com/julien731/WP-Review-Me",
42
  "support": {
43
- "source": "https://github.com/NicolasKulka/WP-Review-Me/tree/2.2"
44
  }
45
  },
46
  {
47
- "name": "julien731/wp-dismissible-notices-handler",
48
- "version": "1.1.0",
49
- "version_normalized": "1.1.0.0",
50
  "source": {
51
  "type": "git",
52
- "url": "https://github.com/julien731/WP-Dismissible-Notices-Handler.git",
53
- "reference": "5b17d82f3b21f6d0a2dc7459adfe81d813fd94e4"
54
  },
55
  "dist": {
56
  "type": "zip",
57
- "url": "https://api.github.com/repos/julien731/WP-Dismissible-Notices-Handler/zipball/5b17d82f3b21f6d0a2dc7459adfe81d813fd94e4",
58
- "reference": "5b17d82f3b21f6d0a2dc7459adfe81d813fd94e4",
59
  "shasum": ""
60
  },
61
  "require": {
 
62
  "php": ">=5.5.0"
63
  },
64
- "time": "2018-04-20T16:00:15+00:00",
65
  "type": "library",
66
  "installation-source": "dist",
67
  "autoload": {
68
  "files": [
69
- "handler.php"
70
  ]
71
  },
72
- "notification-url": "https://packagist.org/downloads/",
73
  "license": [
74
  "GNU GPL"
75
  ],
@@ -81,7 +80,10 @@
81
  "role": "Lead Developer"
82
  }
83
  ],
84
- "description": "A simple library to handle Ajax-dismissible admin notices for WordPress",
85
- "homepage": "https://github.com/julien731/WP-Dismissible-Notices-Handler"
 
 
 
86
  }
87
  ]
1
  [
2
  {
3
+ "name": "NicolasKulka/wp-dismissible-notices-handler",
4
+ "version": "2.0",
5
+ "version_normalized": "2.0.0.0",
6
  "source": {
7
  "type": "git",
8
+ "url": "https://github.com/NicolasKulka/WP-Dismissible-Notices-Handler.git",
9
+ "reference": "4c3ffe7d98b13379476ebbec7e88650d37ce2dcf"
10
  },
11
  "dist": {
12
  "type": "zip",
13
+ "url": "https://api.github.com/repos/NicolasKulka/WP-Dismissible-Notices-Handler/zipball/4c3ffe7d98b13379476ebbec7e88650d37ce2dcf",
14
+ "reference": "4c3ffe7d98b13379476ebbec7e88650d37ce2dcf",
15
  "shasum": ""
16
  },
17
  "require": {
 
18
  "php": ">=5.5.0"
19
  },
20
+ "time": "2018-07-17T12:19:22+00:00",
21
  "type": "library",
22
  "installation-source": "dist",
23
  "autoload": {
24
  "files": [
25
+ "handler.php"
26
  ]
27
  },
28
  "license": [
36
  "role": "Lead Developer"
37
  }
38
  ],
39
+ "description": "A simple library to handle Ajax-dismissible admin notices for WordPress",
40
+ "homepage": "https://github.com/julien731/WP-Dismissible-Notices-Handler",
41
  "support": {
42
+ "source": "https://github.com/NicolasKulka/WP-Dismissible-Notices-Handler/tree/2.0"
43
  }
44
  },
45
  {
46
+ "name": "NicolasKulka/wp-review-me",
47
+ "version": "2.5",
48
+ "version_normalized": "2.5.0.0",
49
  "source": {
50
  "type": "git",
51
+ "url": "https://github.com/NicolasKulka/WP-Review-Me.git",
52
+ "reference": "9ad656a84c4878b6dd4d9c2964e262f76b0c3c88"
53
  },
54
  "dist": {
55
  "type": "zip",
56
+ "url": "https://api.github.com/repos/NicolasKulka/WP-Review-Me/zipball/9ad656a84c4878b6dd4d9c2964e262f76b0c3c88",
57
+ "reference": "9ad656a84c4878b6dd4d9c2964e262f76b0c3c88",
58
  "shasum": ""
59
  },
60
  "require": {
61
+ "nicolaskulka/wp-dismissible-notices-handler": "2.0",
62
  "php": ">=5.5.0"
63
  },
64
+ "time": "2018-07-17T12:31:36+00:00",
65
  "type": "library",
66
  "installation-source": "dist",
67
  "autoload": {
68
  "files": [
69
+ "review.php"
70
  ]
71
  },
 
72
  "license": [
73
  "GNU GPL"
74
  ],
80
  "role": "Lead Developer"
81
  }
82
  ],
83
+ "description": "A lightweight library to help you get more reviews for your WordPress theme/plugin",
84
+ "homepage": "https://github.com/julien731/WP-Review-Me",
85
+ "support": {
86
+ "source": "https://github.com/NicolasKulka/WP-Review-Me/tree/master"
87
+ }
88
  }
89
  ]
wps-hide-login.php CHANGED
@@ -5,8 +5,8 @@ Description: Protect your website by changing the login URL and preventing acces
5
  Donate link: https://www.paypal.me/donateWPServeur
6
  Author: WPServeur, NicolasKulka, tabrisrp
7
  Author URI: https://wpserveur.net
8
- Version: 1.4.1
9
- Requires at least: 4.2
10
  Tested up to: 4.9
11
  Domain Path: languages
12
  Text Domain: wpserveur-hide-login
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) {
20
  }
21
 
22
  // Plugin constants
23
- define( 'WPS_HIDE_LOGIN_VERSION', '1.4.1' );
24
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
25
 
26
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );
5
  Donate link: https://www.paypal.me/donateWPServeur
6
  Author: WPServeur, NicolasKulka, tabrisrp
7
  Author URI: https://wpserveur.net
8
+ Version: 1.4.2
9
+ Requires at least: 4.1
10
  Tested up to: 4.9
11
  Domain Path: languages
12
  Text Domain: wpserveur-hide-login
20
  }
21
 
22
  // Plugin constants
23
+ define( 'WPS_HIDE_LOGIN_VERSION', '1.4.2' );
24
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
25
 
26
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );