WP to Twitter - Version 3.3.0

Version Description

  • Bug fix: Fix arguments when using keywords with YOURLS
  • Bug fix: Problem saving settings in PHP 7.1 due to array assignment changes
  • New: Add filter to provide custom support any taxonomy as hashtags, 'wpt_hash_source' & 'wpt_hash_tag_sources'
  • New: Add cache refresh checkbox for Tweet widget
  • Update: Rewritten debugging mechanism
  • New: admin notice to indicate in debugging.
  • Remove Freemius (with all thanks to the Freemius team.)
  • Minor tweaks to Tweet widget CSS
Download this release

Release Info

Developer joedolson
Plugin Icon 128x128 WP to Twitter
Version 3.3.0
Comparing to
See all releases

Code changes from version 3.2.19 to 3.3.0

Files changed (128) hide show
  1. css/post-styles.css +12 -0
  2. css/twitter-feed.css +11 -0
  3. freemius/LICENSE.txt +0 -340
  4. freemius/README.md +0 -250
  5. freemius/assets/css/admin/account.css +0 -1
  6. freemius/assets/css/admin/add-ons.css +0 -2
  7. freemius/assets/css/admin/common.css +0 -1
  8. freemius/assets/css/admin/connect.css +0 -1
  9. freemius/assets/css/admin/deactivation-feedback.css +0 -1
  10. freemius/assets/css/admin/debug.css +0 -1
  11. freemius/assets/css/admin/dialog-boxes.css +0 -2
  12. freemius/assets/css/admin/license-activation.css +0 -1
  13. freemius/assets/css/common.css +0 -1
  14. freemius/assets/img/icon.png +0 -0
  15. freemius/assets/img/plugin-icon.png +0 -0
  16. freemius/assets/js/jquery.ba-postmessage.js +0 -222
  17. freemius/assets/js/jquery.ba-postmessage.min.js +0 -9
  18. freemius/assets/js/nojquery.ba-postmessage.js +0 -140
  19. freemius/assets/js/nojquery.ba-postmessage.min.js +0 -12
  20. freemius/assets/js/postmessage.js +0 -135
  21. freemius/assets/scss/_colors.scss +0 -58
  22. freemius/assets/scss/_functions.scss +0 -0
  23. freemius/assets/scss/_load.scss +0 -4
  24. freemius/assets/scss/_mixins.scss +0 -216
  25. freemius/assets/scss/_start.scss +0 -4
  26. freemius/assets/scss/_vars.scss +0 -5
  27. freemius/assets/scss/admin/_deactivation-feedback.scss +0 -55
  28. freemius/assets/scss/admin/_license-activation.scss +0 -7
  29. freemius/assets/scss/admin/_license-key-resend.scss +0 -44
  30. freemius/assets/scss/admin/_modal-common.scss +0 -153
  31. freemius/assets/scss/admin/account.scss +0 -184
  32. freemius/assets/scss/admin/add-ons.scss +0 -449
  33. freemius/assets/scss/admin/common.scss +0 -140
  34. freemius/assets/scss/admin/connect.scss +0 -471
  35. freemius/assets/scss/admin/deactivation-feedback.scss +0 -120
  36. freemius/assets/scss/admin/debug.scss +0 -91
  37. freemius/assets/scss/admin/dialog-boxes.scss +0 -5
  38. freemius/composer.json +0 -10
  39. freemius/config.php +0 -229
  40. freemius/gulpfile.js +0 -42
  41. freemius/includes/class-freemius-abstract.php +0 -453
  42. freemius/includes/class-freemius.php +0 -10422
  43. freemius/includes/class-fs-api.php +0 -482
  44. freemius/includes/class-fs-logger.php +0 -179
  45. freemius/includes/class-fs-plugin-updater.php +0 -337
  46. freemius/includes/class-fs-security.php +0 -79
  47. freemius/includes/debug/class-fs-debug-bar-panel.php +0 -64
  48. freemius/includes/debug/debug-bar-start.php +0 -52
  49. freemius/includes/entities/class-fs-entity.php +0 -149
  50. freemius/includes/entities/class-fs-payment.php +0 -94
  51. freemius/includes/entities/class-fs-plugin-info.php +0 -34
  52. freemius/includes/entities/class-fs-plugin-license.php +0 -216
  53. freemius/includes/entities/class-fs-plugin-plan.php +0 -145
  54. freemius/includes/entities/class-fs-plugin-tag.php +0 -24
  55. freemius/includes/entities/class-fs-plugin.php +0 -90
  56. freemius/includes/entities/class-fs-pricing.php +0 -141
  57. freemius/includes/entities/class-fs-scope-entity.php +0 -29
  58. freemius/includes/entities/class-fs-site.php +0 -127
  59. freemius/includes/entities/class-fs-subscription.php +0 -125
  60. freemius/includes/entities/class-fs-user.php +0 -62
  61. freemius/includes/fs-core-functions.php +0 -463
  62. freemius/includes/fs-essential-functions.php +0 -415
  63. freemius/includes/fs-plugin-functions.php +0 -413
  64. freemius/includes/fs-plugin-info-dialog.php +0 -930
  65. freemius/includes/i18n.php +0 -390
  66. freemius/includes/managers/class-fs-admin-menu-manager.php +0 -549
  67. freemius/includes/managers/class-fs-admin-notice-manager.php +0 -310
  68. freemius/includes/managers/class-fs-cache-manager.php +0 -237
  69. freemius/includes/managers/class-fs-key-value-storage.php +0 -326
  70. freemius/includes/managers/class-fs-license-manager.php +0 -104
  71. freemius/includes/managers/class-fs-option-manager.php +0 -302
  72. freemius/includes/managers/class-fs-plan-manager.php +0 -162
  73. freemius/includes/managers/class-fs-plugin-manager.php +0 -154
  74. freemius/includes/sdk/Exceptions/ArgumentNotExistException.php +0 -6
  75. freemius/includes/sdk/Exceptions/EmptyArgumentException.php +0 -6
  76. freemius/includes/sdk/Exceptions/Exception.php +0 -75
  77. freemius/includes/sdk/Exceptions/InvalidArgumentException.php +0 -6
  78. freemius/includes/sdk/Exceptions/OAuthException.php +0 -12
  79. freemius/includes/sdk/Freemius.php +0 -576
  80. freemius/includes/sdk/FreemiusBase.php +0 -178
  81. freemius/includes/sdk/LICENSE.txt +0 -340
  82. freemius/includes/supplements/fs-essential-functions-1.1.7.1.php +0 -45
  83. freemius/languages/freemius-en.mo +0 -0
  84. freemius/languages/freemius-en.po +0 -1396
  85. freemius/languages/freemius-it_IT.mo +0 -0
  86. freemius/languages/freemius-it_IT.po +0 -1521
  87. freemius/languages/freemius.pot +0 -1399
  88. freemius/package.json +0 -32
  89. freemius/require.php +0 -43
  90. freemius/start.php +0 -312
  91. freemius/templates/account.php +0 -691
  92. freemius/templates/add-ons.php +0 -154
  93. freemius/templates/admin-notice.php +0 -46
  94. freemius/templates/all-admin-notice.php +0 -39
  95. freemius/templates/billing.php +0 -109
  96. freemius/templates/checkout.php +0 -264
  97. freemius/templates/connect.php +0 -349
  98. freemius/templates/contact.php +0 -88
  99. freemius/templates/deactivation-feedback-modal.php +0 -201
  100. freemius/templates/debug.php +0 -296
  101. freemius/templates/debug/api-calls.php +0 -138
  102. freemius/templates/debug/logger.php +0 -66
  103. freemius/templates/debug/plugins-themes-sync.php +0 -68
  104. freemius/templates/debug/scheduled-crons.php +0 -109
  105. freemius/templates/email.php +0 -49
  106. freemius/templates/firewall-issues-js.php +0 -60
  107. freemius/templates/forms/deactivation/contact.php +0 -23
  108. freemius/templates/forms/deactivation/form.php +0 -360
  109. freemius/templates/forms/deactivation/retry-skip.php +0 -24
  110. freemius/templates/forms/license-activation.php +0 -228
  111. freemius/templates/forms/resend-key.php +0 -197
  112. freemius/templates/pending-activation.php +0 -157
  113. freemius/templates/plugin-icon.php +0 -96
  114. freemius/templates/plugin-info/description.php +0 -77
  115. freemius/templates/plugin-info/features.php +0 -99
  116. freemius/templates/plugin-info/screenshots.php +0 -35
  117. freemius/templates/powered-by.php +0 -39
  118. freemius/templates/pricing.php +0 -111
  119. freemius/templates/sticky-admin-notice-js.php +0 -40
  120. readme.txt +16 -3
  121. uninstall.php +98 -0
  122. wp-to-twitter-manager.php +16 -5
  123. wp-to-twitter-shorteners.php +20 -17
  124. wp-to-twitter.php +64 -77
  125. wpt-functions.php +47 -111
  126. wpt-rate-limiting.php +7 -4
  127. wpt-widget.php +7 -3
  128. wpt_twitter_oauth.php +2 -1
css/post-styles.css CHANGED
@@ -116,6 +116,18 @@
116
  column-count: 1;
117
  }
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  .wptab {
120
  border-radius: 0 0 4px 4px;
121
  border: 1px solid #ddd;
116
  column-count: 1;
117
  }
118
 
119
+ .wpt-debug-details {
120
+ display: none;
121
+ white-space: pre-wrap;
122
+ }
123
+
124
+ #wp2t-debug .wpt-debug-log button {
125
+ text-align: left;
126
+ white-space: normal;
127
+ height: auto;
128
+ width: 100%;
129
+ }
130
+
131
  .wptab {
132
  border-radius: 0 0 4px 4px;
133
  border: 1px solid #ddd;
css/twitter-feed.css CHANGED
@@ -17,10 +17,20 @@
17
  line-height: 1;
18
  }
19
 
 
 
 
 
 
20
  .wpt-tweet-time {
21
  font-size: 90%;
22
  }
23
 
 
 
 
 
 
24
  .wpt-intents-border {
25
  border-top: 1px solid;
26
  opacity: .3;
@@ -30,6 +40,7 @@
30
  .wpt-intents {
31
  padding: 0 0 5px;
32
  text-align: center;
 
33
  }
34
 
35
  .wpt-twitter-image {
17
  line-height: 1;
18
  }
19
 
20
+ .wpt-twitter-id {
21
+ display: inline-block;
22
+ margin-top: .5em;
23
+ }
24
+
25
  .wpt-tweet-time {
26
  font-size: 90%;
27
  }
28
 
29
+ .wpt-latest-tweets li, .wpt-search-tweets li {
30
+ margin-bottom: .75em;
31
+ list-style-type: none;
32
+ }
33
+
34
  .wpt-intents-border {
35
  border-top: 1px solid;
36
  opacity: .3;
40
  .wpt-intents {
41
  padding: 0 0 5px;
42
  text-align: center;
43
+ font-size: 12px;
44
  }
45
 
46
  .wpt-twitter-image {
freemius/LICENSE.txt DELETED
@@ -1,340 +0,0 @@
1
- GNU GENERAL PUBLIC LICENSE
2
- Version 2, June 1991
3
-
4
- Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
5
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
- Everyone is permitted to copy and distribute verbatim copies
7
- of this license document, but changing it is not allowed.
8
-
9
- Preamble
10
-
11
- The licenses for most software are designed to take away your
12
- freedom to share and change it. By contrast, the GNU General Public
13
- License is intended to guarantee your freedom to share and change free
14
- software--to make sure the software is free for all its users. This
15
- General Public License applies to most of the Free Software
16
- Foundation's software and to any other program whose authors commit to
17
- using it. (Some other Free Software Foundation software is covered by
18
- the GNU Lesser General Public License instead.) You can apply it to
19
- your programs, too.
20
-
21
- When we speak of free software, we are referring to freedom, not
22
- price. Our General Public Licenses are designed to make sure that you
23
- have the freedom to distribute copies of free software (and charge for
24
- this service if you wish), that you receive source code or can get it
25
- if you want it, that you can change the software or use pieces of it
26
- in new free programs; and that you know you can do these things.
27
-
28
- To protect your rights, we need to make restrictions that forbid
29
- anyone to deny you these rights or to ask you to surrender the rights.
30
- These restrictions translate to certain responsibilities for you if you
31
- distribute copies of the software, or if you modify it.
32
-
33
- For example, if you distribute copies of such a program, whether
34
- gratis or for a fee, you must give the recipients all the rights that
35
- you have. You must make sure that they, too, receive or can get the
36
- source code. And you must show them these terms so they know their
37
- rights.
38
-
39
- We protect your rights with two steps: (1) copyright the software, and
40
- (2) offer you this license which gives you legal permission to copy,
41
- distribute and/or modify the software.
42
-
43
- Also, for each author's protection and ours, we want to make certain
44
- that everyone understands that there is no warranty for this free
45
- software. If the software is modified by someone else and passed on, we
46
- want its recipients to know that what they have is not the original, so
47
- that any problems introduced by others will not reflect on the original
48
- authors' reputations.
49
-
50
- Finally, any free program is threatened constantly by software
51
- patents. We wish to avoid the danger that redistributors of a free
52
- program will individually obtain patent licenses, in effect making the
53
- program proprietary. To prevent this, we have made it clear that any
54
- patent must be licensed for everyone's free use or not licensed at all.
55
-
56
- The precise terms and conditions for copying, distribution and
57
- modification follow.
58
-
59
- GNU GENERAL PUBLIC LICENSE
60
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
-
62
- 0. This License applies to any program or other work which contains
63
- a notice placed by the copyright holder saying it may be distributed
64
- under the terms of this General Public License. The "Program", below,
65
- refers to any such program or work, and a "work based on the Program"
66
- means either the Program or any derivative work under copyright law:
67
- that is to say, a work containing the Program or a portion of it,
68
- either verbatim or with modifications and/or translated into another
69
- language. (Hereinafter, translation is included without limitation in
70
- the term "modification".) Each licensee is addressed as "you".
71
-
72
- Activities other than copying, distribution and modification are not
73
- covered by this License; they are outside its scope. The act of
74
- running the Program is not restricted, and the output from the Program
75
- is covered only if its contents constitute a work based on the
76
- Program (independent of having been made by running the Program).
77
- Whether that is true depends on what the Program does.
78
-
79
- 1. You may copy and distribute verbatim copies of the Program's
80
- source code as you receive it, in any medium, provided that you
81
- conspicuously and appropriately publish on each copy an appropriate
82
- copyright notice and disclaimer of warranty; keep intact all the
83
- notices that refer to this License and to the absence of any warranty;
84
- and give any other recipients of the Program a copy of this License
85
- along with the Program.
86
-
87
- You may charge a fee for the physical act of transferring a copy, and
88
- you may at your option offer warranty protection in exchange for a fee.
89
-
90
- 2. You may modify your copy or copies of the Program or any portion
91
- of it, thus forming a work based on the Program, and copy and
92
- distribute such modifications or work under the terms of Section 1
93
- above, provided that you also meet all of these conditions:
94
-
95
- a) You must cause the modified files to carry prominent notices
96
- stating that you changed the files and the date of any change.
97
-
98
- b) You must cause any work that you distribute or publish, that in
99
- whole or in part contains or is derived from the Program or any
100
- part thereof, to be licensed as a whole at no charge to all third
101
- parties under the terms of this License.
102
-
103
- c) If the modified program normally reads commands interactively
104
- when run, you must cause it, when started running for such
105
- interactive use in the most ordinary way, to print or display an
106
- announcement including an appropriate copyright notice and a
107
- notice that there is no warranty (or else, saying that you provide
108
- a warranty) and that users may redistribute the program under
109
- these conditions, and telling the user how to view a copy of this
110
- License. (Exception: if the Program itself is interactive but
111
- does not normally print such an announcement, your work based on
112
- the Program is not required to print an announcement.)
113
-
114
- These requirements apply to the modified work as a whole. If
115
- identifiable sections of that work are not derived from the Program,
116
- and can be reasonably considered independent and separate works in
117
- themselves, then this License, and its terms, do not apply to those
118
- sections when you distribute them as separate works. But when you
119
- distribute the same sections as part of a whole which is a work based
120
- on the Program, the distribution of the whole must be on the terms of
121
- this License, whose permissions for other licensees extend to the
122
- entire whole, and thus to each and every part regardless of who wrote it.
123
-
124
- Thus, it is not the intent of this section to claim rights or contest
125
- your rights to work written entirely by you; rather, the intent is to
126
- exercise the right to control the distribution of derivative or
127
- collective works based on the Program.
128
-
129
- In addition, mere aggregation of another work not based on the Program
130
- with the Program (or with a work based on the Program) on a volume of
131
- a storage or distribution medium does not bring the other work under
132
- the scope of this License.
133
-
134
- 3. You may copy and distribute the Program (or a work based on it,
135
- under Section 2) in object code or executable form under the terms of
136
- Sections 1 and 2 above provided that you also do one of the following:
137
-
138
- a) Accompany it with the complete corresponding machine-readable
139
- source code, which must be distributed under the terms of Sections
140
- 1 and 2 above on a medium customarily used for software interchange; or,
141
-
142
- b) Accompany it with a written offer, valid for at least three
143
- years, to give any third party, for a charge no more than your
144
- cost of physically performing source distribution, a complete
145
- machine-readable copy of the corresponding source code, to be
146
- distributed under the terms of Sections 1 and 2 above on a medium
147
- customarily used for software interchange; or,
148
-
149
- c) Accompany it with the information you received as to the offer
150
- to distribute corresponding source code. (This alternative is
151
- allowed only for noncommercial distribution and only if you
152
- received the program in object code or executable form with such
153
- an offer, in accord with Subsection b above.)
154
-
155
- The source code for a work means the preferred form of the work for
156
- making modifications to it. For an executable work, complete source
157
- code means all the source code for all modules it contains, plus any
158
- associated interface definition files, plus the scripts used to
159
- control compilation and installation of the executable. However, as a
160
- special exception, the source code distributed need not include
161
- anything that is normally distributed (in either source or binary
162
- form) with the major components (compiler, kernel, and so on) of the
163
- operating system on which the executable runs, unless that component
164
- itself accompanies the executable.
165
-
166
- If distribution of executable or object code is made by offering
167
- access to copy from a designated place, then offering equivalent
168
- access to copy the source code from the same place counts as
169
- distribution of the source code, even though third parties are not
170
- compelled to copy the source along with the object code.
171
-
172
- 4. You may not copy, modify, sublicense, or distribute the Program
173
- except as expressly provided under this License. Any attempt
174
- otherwise to copy, modify, sublicense or distribute the Program is
175
- void, and will automatically terminate your rights under this License.
176
- However, parties who have received copies, or rights, from you under
177
- this License will not have their licenses terminated so long as such
178
- parties remain in full compliance.
179
-
180
- 5. You are not required to accept this License, since you have not
181
- signed it. However, nothing else grants you permission to modify or
182
- distribute the Program or its derivative works. These actions are
183
- prohibited by law if you do not accept this License. Therefore, by
184
- modifying or distributing the Program (or any work based on the
185
- Program), you indicate your acceptance of this License to do so, and
186
- all its terms and conditions for copying, distributing or modifying
187
- the Program or works based on it.
188
-
189
- 6. Each time you redistribute the Program (or any work based on the
190
- Program), the recipient automatically receives a license from the
191
- original licensor to copy, distribute or modify the Program subject to
192
- these terms and conditions. You may not impose any further
193
- restrictions on the recipients' exercise of the rights granted herein.
194
- You are not responsible for enforcing compliance by third parties to
195
- this License.
196
-
197
- 7. If, as a consequence of a court judgment or allegation of patent
198
- infringement or for any other reason (not limited to patent issues),
199
- conditions are imposed on you (whether by court order, agreement or
200
- otherwise) that contradict the conditions of this License, they do not
201
- excuse you from the conditions of this License. If you cannot
202
- distribute so as to satisfy simultaneously your obligations under this
203
- License and any other pertinent obligations, then as a consequence you
204
- may not distribute the Program at all. For example, if a patent
205
- license would not permit royalty-free redistribution of the Program by
206
- all those who receive copies directly or indirectly through you, then
207
- the only way you could satisfy both it and this License would be to
208
- refrain entirely from distribution of the Program.
209
-
210
- If any portion of this section is held invalid or unenforceable under
211
- any particular circumstance, the balance of the section is intended to
212
- apply and the section as a whole is intended to apply in other
213
- circumstances.
214
-
215
- It is not the purpose of this section to induce you to infringe any
216
- patents or other property right claims or to contest validity of any
217
- such claims; this section has the sole purpose of protecting the
218
- integrity of the free software distribution system, which is
219
- implemented by public license practices. Many people have made
220
- generous contributions to the wide range of software distributed
221
- through that system in reliance on consistent application of that
222
- system; it is up to the author/donor to decide if he or she is willing
223
- to distribute software through any other system and a licensee cannot
224
- impose that choice.
225
-
226
- This section is intended to make thoroughly clear what is believed to
227
- be a consequence of the rest of this License.
228
-
229
- 8. If the distribution and/or use of the Program is restricted in
230
- certain countries either by patents or by copyrighted interfaces, the
231
- original copyright holder who places the Program under this License
232
- may add an explicit geographical distribution limitation excluding
233
- those countries, so that distribution is permitted only in or among
234
- countries not thus excluded. In such case, this License incorporates
235
- the limitation as if written in the body of this License.
236
-
237
- 9. The Free Software Foundation may publish revised and/or new versions
238
- of the General Public License from time to time. Such new versions will
239
- be similar in spirit to the present version, but may differ in detail to
240
- address new problems or concerns.
241
-
242
- Each version is given a distinguishing version number. If the Program
243
- specifies a version number of this License which applies to it and "any
244
- later version", you have the option of following the terms and conditions
245
- either of that version or of any later version published by the Free
246
- Software Foundation. If the Program does not specify a version number of
247
- this License, you may choose any version ever published by the Free Software
248
- Foundation.
249
-
250
- 10. If you wish to incorporate parts of the Program into other free
251
- programs whose distribution conditions are different, write to the author
252
- to ask for permission. For software which is copyrighted by the Free
253
- Software Foundation, write to the Free Software Foundation; we sometimes
254
- make exceptions for this. Our decision will be guided by the two goals
255
- of preserving the free status of all derivatives of our free software and
256
- of promoting the sharing and reuse of software generally.
257
-
258
- NO WARRANTY
259
-
260
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
- FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
- OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
- PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
- OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
- TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
- PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
- REPAIR OR CORRECTION.
269
-
270
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
- REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
- INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
- OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
- TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
- YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
- PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
- POSSIBILITY OF SUCH DAMAGES.
279
-
280
- END OF TERMS AND CONDITIONS
281
-
282
- How to Apply These Terms to Your New Programs
283
-
284
- If you develop a new program, and you want it to be of the greatest
285
- possible use to the public, the best way to achieve this is to make it
286
- free software which everyone can redistribute and change under these terms.
287
-
288
- To do so, attach the following notices to the program. It is safest
289
- to attach them to the start of each source file to most effectively
290
- convey the exclusion of warranty; and each file should have at least
291
- the "copyright" line and a pointer to where the full notice is found.
292
-
293
- {description}
294
- Copyright (C) {year} {fullname}
295
-
296
- This program is free software; you can redistribute it and/or modify
297
- it under the terms of the GNU General Public License as published by
298
- the Free Software Foundation; either version 2 of the License, or
299
- (at your option) any later version.
300
-
301
- This program is distributed in the hope that it will be useful,
302
- but WITHOUT ANY WARRANTY; without even the implied warranty of
303
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304
- GNU General Public License for more details.
305
-
306
- You should have received a copy of the GNU General Public License along
307
- with this program; if not, write to the Free Software Foundation, Inc.,
308
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309
-
310
- Also add information on how to contact you by electronic and paper mail.
311
-
312
- If the program is interactive, make it output a short notice like this
313
- when it starts in an interactive mode:
314
-
315
- Gnomovision version 69, Copyright (C) year name of author
316
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317
- This is free software, and you are welcome to redistribute it
318
- under certain conditions; type `show c' for details.
319
-
320
- The hypothetical commands `show w' and `show c' should show the appropriate
321
- parts of the General Public License. Of course, the commands you use may
322
- be called something other than `show w' and `show c'; they could even be
323
- mouse-clicks or menu items--whatever suits your program.
324
-
325
- You should also get your employer (if you work as a programmer) or your
326
- school, if any, to sign a "copyright disclaimer" for the program, if
327
- necessary. Here is a sample; alter the names:
328
-
329
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
-
332
- {signature of Ty Coon}, 1 April 1989
333
- Ty Coon, President of Vice
334
-
335
- This General Public License does not permit incorporating your program into
336
- proprietary programs. If your program is a subroutine library, you may
337
- consider it more useful to permit linking proprietary applications with the
338
- library. If this is what you want to do, use the GNU Lesser General
339
- Public License instead of this License.
340
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/README.md DELETED
@@ -1,250 +0,0 @@
1
- Freemius WordPress SDK
2
- ======================
3
-
4
- Freemius is an [analytics](https://freemius.com/wordpress/insights/) & [monetization](https://freemius.com/wordpress/) platform for plugin developers. Freemius empower developers with advanced real-time analytics and helps turning any plugin into a commercial product in less than 10 min.
5
-
6
- The platform is fully functional and running in production. Having said that, the monetization platform is still in closed beta.
7
- If you are a WordPress plugin developer and you are interested to monetize with Freemius [apply to our closed beta here](http://bit.ly/freemius-beta):
8
-
9
- http://bit.ly/freemius-beta
10
-
11
- **Below you'll find the integration instructions for our WordPress SDK.**
12
-
13
- ## Code Documentation
14
-
15
- You can find the SDK's PHP-Doc documentation here:
16
- https://codedoc.pub/freemius/wordpress-sdk/master/
17
-
18
- ## Initializing the SDK
19
-
20
- Copy the code below and paste it into the top of your main plugin's PHP file, right after the plugin's header comment:
21
-
22
- ```php
23
- <?php
24
- // Create a helper function for easy SDK access.
25
- function my_prefix_fs() {
26
- global $my_prefix_fs;
27
- if ( ! isset( $my_prefix_fs ) ) {
28
- // Include Freemius SDK.
29
- require_once dirname(__FILE__) . '/freemius/start.php';
30
-
31
- $my_prefix_fs = fs_dynamic_init( array(
32
- 'id' => '1234',
33
- 'slug' => 'my-plugin-slug',
34
- 'menu_slug' => 'my_menu_slug', // You can also use __FILE__
35
- 'public_key' => 'pk_MY_PUBLIC_KEY',
36
- 'is_live' => true,
37
- 'is_premium' => true,
38
- 'has_addons' => false,
39
- 'has_paid_plans' => false,
40
- // Set the SDK to work in a sandbox mode (for development & testing).
41
- // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT.
42
- 'secret_key' => 'sk_MY_SECRET_KEY',
43
- ) );
44
- }
45
-
46
- return $my_prefix_fs;
47
- }
48
-
49
- // Init Freemius.
50
- my_prefix_fs();
51
- ?>
52
- ```
53
-
54
- - **1234** - Replace with your plugin's ID.
55
- - **pk_MY_PUBLIC_KEY** - Replace with your plugin's public key.
56
- - **sk_MY_SECRET_KEY** - Replace with your plugin's secret key.
57
- - **my-plugin-slug** - Replace with your plugin's WordPress.org slug.
58
- - **my_menu_slug** - Replace with your admin dashboard settings menu slug.
59
-
60
-
61
- ## Usage example
62
-
63
- You can call the SDK by using the shortcode function:
64
-
65
- ```php
66
- <?php my_prefix_fs()->get_upgrade_url(); ?>
67
- ```
68
-
69
- Or when calling Freemius multiple times in a scope, it's recommended to use it with the global variable:
70
-
71
- ```php
72
- <?php
73
- global $my_prefix_fs;
74
- $my_prefix_fs->get_account_url();
75
- ?>
76
- ```
77
-
78
- ## Adding license based logic examples
79
-
80
- Add marketing content to encourage your users to upgrade for your paid version:
81
-
82
- ```php
83
- <?php
84
- if ( my_prefix_fs()->is_not_paying() ) {
85
- echo '<section><h1>' . esc_html__('Awesome Premium Features', 'my-plugin-slug') . '</h1>';
86
- echo '<a href="' . my_prefix_fs()->get_upgrade_url() . '">' .
87
- esc_html__('Upgrade Now!', 'my-plugin-slug') .
88
- '</a>';
89
- echo '</section>';
90
- }
91
- ?>
92
- ```
93
-
94
- Add logic which will only be available in your premium plugin version:
95
-
96
- ```php
97
- <?php
98
- // This "if" block will be auto removed from the Free version.
99
- if ( my_prefix_fs()->is__premium_only() ) {
100
-
101
- // ... premium only logic ...
102
-
103
- }
104
- ?>
105
- ```
106
-
107
- To add a function which will only be available in your premium plugin version, simply add __premium_only as the suffix of the function name. Just make sure that all lines that call that method directly or by hooks, are also wrapped in premium only logic:
108
-
109
- ```php
110
- <?php
111
- class My_Plugin {
112
- function init() {
113
- ...
114
-
115
- // This "if" block will be auto removed from the free version.
116
- if ( my_prefix_fs()->is__premium_only() ) {
117
- // Init premium version.
118
- $this->admin_init__premium_only();
119
-
120
- add_action( 'admin_init', array( &$this, 'admin_init_hook__premium_only' );
121
- }
122
-
123
- ...
124
- }
125
-
126
- // This method will be only included in the premium version.
127
- function admin_init__premium_only() {
128
- ...
129
- }
130
-
131
- // This method will be only included in the premium version.
132
- function admin_init_hook__premium_only() {
133
- ...
134
- }
135
- }
136
- ?>
137
- ```
138
-
139
- Add logic which will only be executed for customers in your 'professional' plan:
140
-
141
- ```php
142
- <?php
143
- if ( my_prefix_fs()->is_plan('professional', true) ) {
144
- // .. logic related to Professional plan only ...
145
- }
146
- ?>
147
- ```
148
-
149
- Add logic which will only be executed for customers in your 'professional' plan or higher plans:
150
-
151
- ```php
152
- <?php
153
- if ( my_prefix_fs()->is_plan('professional') ) {
154
- // ... logic related to Professional plan and higher plans ...
155
- }
156
- ?>
157
- ```
158
-
159
- Add logic which will only be available in your premium plugin version AND will only be executed for customers in your 'professional' plan (and higher plans):
160
-
161
- ```php
162
- <?php
163
- // This "if" block will be auto removed from the Free version.
164
- if ( my_prefix_fs()->is_plan__premium_only('professional') ) {
165
- // ... logic related to Professional plan and higher plans ...
166
- }
167
- ?>
168
- ```
169
-
170
- Add logic only for users in trial:
171
-
172
- ```php
173
- <?php
174
- if ( my_prefix_fs()->is_trial() ) {
175
- // ... logic for users in trial ...
176
- }
177
- ?>
178
- ```
179
-
180
- Add logic for specified paid plan:
181
-
182
- ```php
183
- <?php
184
- // This "if" block will be auto removed from the Free version.
185
- if ( my_prefix_fs()->is__premium_only() ) {
186
- if ( my_prefix_fs()->is_plan( 'professional', true ) ) {
187
-
188
- // ... logic related to Professional plan only ...
189
-
190
- } else if ( my_prefix_fs()->is_plan( 'business' ) ) {
191
-
192
- // ... logic related to Business plan and higher plans ...
193
-
194
- }
195
- }
196
- ?>
197
- ```
198
-
199
- ## Excluding files and folders from the free plugin version
200
- There are two ways to exclude files from your free version.
201
-
202
- 1. Add `__premium_only` just before the file extension. For example, functions__premium_only.php will be only included in the premium plugin version. This works for all type of files, not only PHP.
203
- 2. Add `@fs_premium_only` a sepcial meta tag to the plugin's main PHP file header. Example:
204
- ```php
205
- <?php
206
- /**
207
- * Plugin Name: My Very Awesome Plugin
208
- * Plugin URI: http://my-awesome-plugin.com
209
- * Description: Create and manage Awesomeness right in WordPress.
210
- * Version: 1.0.0
211
- * Author: Awesomattic
212
- * Author URI: http://my-awesome-plugin.com/me/
213
- * License: GPLv2
214
- * Text Domain: myplugin
215
- * Domain Path: /langs
216
- *
217
- * @fs_premium_only /lib/functions.php, /premium-files/
218
- */
219
-
220
- if ( ! defined( 'ABSPATH' ) ) {
221
- exit;
222
- }
223
-
224
- // ... my code ...
225
- ?>
226
- ```
227
- The file `/lib/functions.php` and the directory `/premium-files/` will be removed from the free plugin version.
228
-
229
- # WordPress.org Compliance
230
- Based on [WordPress.org Guidelines](https://wordpress.org/plugins/about/guidelines/) you are not allowed to submit a plugin that has premium code in it:
231
- > All code hosted by WordPress.org servers must be free and fully-functional. If you want to sell advanced features for a plugin (such as a "pro" version), then you must sell and serve that code from your own site, we will not host it on our servers.
232
-
233
- Therefore, if you want to deploy your free plugin's version to WordPress.org, make sure you wrap all your premium code with `if ( my_prefix_fs()->{{ method }}__premium_only() )` or the other methods provided to exclude premium features & files from the free version.
234
-
235
- ## Deployment
236
- Zip your plugin's root folder and upload it in the Deployment section in the *Freemius Developer's Dashboard*.
237
- The plugin will be scanned and processed by a custom developed *PHP Processor* which will auto-generate two versions of your plugin:
238
-
239
- 1. **Premium version**: Identical to your uploaded version, including all code (except your `secret_key`). Will be enabled for download ONLY for your paying or in trial customers.
240
- 2. **Free version**: The code stripped from all your paid features (based on the logic added wrapped in `{ method }__premium_only()`).
241
-
242
- The free version is the one that you should give your users to download. Therefore, download the free generated version and upload to your site. Or, if your plugin was WordPress.org complaint and you made sure to exclude all your premium code with the different provided techniques, you can deploy the downloaded free version to the .org repo.
243
-
244
- ## Reporting Bugs
245
- Email dev [at] freemius [dot] com
246
-
247
- ## FAQ
248
-
249
- ## Copyright
250
- Freemius, Inc.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/css/admin/account.css DELETED
@@ -1 +0,0 @@
1
- #fs_account .postbox,#fs_account .widefat{max-width:700px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .button i.dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}
 
freemius/assets/css/admin/add-ons.css DELETED
@@ -1,2 +0,0 @@
1
- #fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
2
- #TB_window,#TB_window iframe{width:772px !important}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
 
 
freemius/assets/css/admin/common.css DELETED
@@ -1 +0,0 @@
1
- .fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;box-shadow:0px 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}
 
freemius/assets/css/admin/connect.css DELETED
@@ -1 +0,0 @@
1
- #fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li div{margin-left:55px}#fs_connect .fs-permissions ul li div span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li div p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li div{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
 
freemius/assets/css/admin/deactivation-feedback.css DELETED
@@ -1 +0,0 @@
1
- .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}.fs-modal .fs-modal-dialog li.reason{margin-bottom:10px}.fs-modal .fs-modal-dialog li.reason .reason-input,.fs-modal .fs-modal-dialog li.reason .internal-message{margin-left:29px}.fs-modal .fs-modal-dialog li.reason label{display:table}.fs-modal .fs-modal-dialog li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body h2{font-size:20px}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel:not(.active){display:none}.fs-modal .reason-input,.fs-modal .internal-message{margin:3px 0 3px 22px}.fs-modal .reason-input input,.fs-modal .reason-input textarea,.fs-modal .internal-message input,.fs-modal .internal-message textarea{width:100%}.fs-modal li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}body.has-fs-modal{overflow:hidden}#the-list .deactivate>.fs-slug{display:none}
 
freemius/assets/css/admin/debug.css DELETED
@@ -1 +0,0 @@
1
- .switch{position:relative;display:inline-block;font-size:1.6em;font-weight:bold;color:#ccc;text-shadow:0px 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:4px;background:#ececec;box-shadow:0px 0px 4px rgba(0,0,0,0.1),inset 0px 1px 3px 0px rgba(0,0,0,0.1);cursor:pointer}.switch span{display:inline-block;width:35px;text-transform:uppercase}.switch span.on{color:#6bc406}.switch .toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background:-moz-linear-gradient(top, #ececec 0%, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fff));background:-webkit-linear-gradient(top, #ececec 0%, #fff 100%);background:-o-linear-gradient(top, #ececec 0%, #fff 100%);background:-ms-linear-gradient(top, #ececec 0%, #fff 100%);background:linear-gradient(top, #ececec 0%, #fff 100%);box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.5);z-index:999;-moz-transition:all 0.15s ease-in-out;-o-transition:all 0.15s ease-in-out;-ms-transition:all 0.15s ease-in-out;-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out}.switch.on .toggle{left:2%}.switch.off .toggle{left:54%}.switch.round{padding:0px 20px;border-radius:40px}.switch.round .toggle{border-radius:40px;width:14px;height:14px}.switch.round.on .toggle{left:3%;background:#6bc406}.switch.round.off .toggle{left:58%}.switch-label{font-size:20px;line-height:31px;margin:0 5px}
 
freemius/assets/css/admin/dialog-boxes.css DELETED
@@ -1,2 +0,0 @@
1
- .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-license-activation .fs-modal-body input.license_key{width:100%}.fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend .fs-modal-body input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{margin-top:2px}}
2
- .rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}
 
 
freemius/assets/css/admin/license-activation.css DELETED
@@ -1 +0,0 @@
1
- .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body .license-activation-message{margin:0;display:none}.fs-modal .fs-modal-body input.license_key{width:100%}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel:not(.active){display:none}body.has-fs-modal{overflow:hidden}
 
freemius/assets/css/common.css DELETED
@@ -1 +0,0 @@
1
- .fs-notice.success{color:green;font-weight:700}
 
freemius/assets/img/icon.png DELETED
Binary file
freemius/assets/img/plugin-icon.png DELETED
Binary file
freemius/assets/js/jquery.ba-postmessage.js DELETED
@@ -1,222 +0,0 @@
1
- /*!
2
- * jQuery postMessage - v0.5 - 9/11/2009
3
- * http://benalman.com/projects/jquery-postmessage-plugin/
4
- *
5
- * Copyright (c) 2009 "Cowboy" Ben Alman
6
- * Dual licensed under the MIT and GPL licenses.
7
- * http://benalman.com/about/license/
8
- */
9
-
10
- // Script: jQuery postMessage: Cross-domain scripting goodness
11
- //
12
- // *Version: 0.5, Last updated: 9/11/2009*
13
- //
14
- // Project Home - http://benalman.com/projects/jquery-postmessage-plugin/
15
- // GitHub - http://github.com/cowboy/jquery-postmessage/
16
- // Source - http://github.com/cowboy/jquery-postmessage/raw/master/jquery.ba-postmessage.js
17
- // (Minified) - http://github.com/cowboy/jquery-postmessage/raw/master/jquery.ba-postmessage.min.js (0.9kb)
18
- //
19
- // About: License
20
- //
21
- // Copyright (c) 2009 "Cowboy" Ben Alman,
22
- // Dual licensed under the MIT and GPL licenses.
23
- // http://benalman.com/about/license/
24
- //
25
- // About: Examples
26
- //
27
- // This working example, complete with fully commented code, illustrates one
28
- // way in which this plugin can be used.
29
- //
30
- // Iframe resizing - http://benalman.com/code/projects/jquery-postmessage/examples/iframe/
31
- //
32
- // About: Support and Testing
33
- //
34
- // Information about what version or versions of jQuery this plugin has been
35
- // tested with and what browsers it has been tested in.
36
- //
37
- // jQuery Versions - 1.3.2
38
- // Browsers Tested - Internet Explorer 6-8, Firefox 3, Safari 3-4, Chrome, Opera 9.
39
- //
40
- // About: Release History
41
- //
42
- // 0.5 - (9/11/2009) Improved cache-busting
43
- // 0.4 - (8/25/2009) Initial release
44
-
45
- (function($){
46
- '$:nomunge'; // Used by YUI compressor.
47
-
48
- // A few vars used in non-awesome browsers.
49
- var interval_id,
50
- last_hash,
51
- cache_bust = 1,
52
-
53
- // A var used in awesome browsers.
54
- rm_callback,
55
-
56
- // A few convenient shortcuts.
57
- window = this,
58
- FALSE = !1,
59
-
60
- // Reused internal strings.
61
- postMessage = 'postMessage',
62
- addEventListener = 'addEventListener',
63
-
64
- p_receiveMessage,
65
-
66
- // I couldn't get window.postMessage to actually work in Opera 9.64!
67
- has_postMessage = window[postMessage] && !$.browser.opera;
68
-
69
- // Method: jQuery.postMessage
70
- //
71
- // This method will call window.postMessage if available, setting the
72
- // targetOrigin parameter to the base of the target_url parameter for maximum
73
- // security in browsers that support it. If window.postMessage is not available,
74
- // the target window's location.hash will be used to pass the message. If an
75
- // object is passed as the message param, it will be serialized into a string
76
- // using the jQuery.param method.
77
- //
78
- // Usage:
79
- //
80
- // > jQuery.postMessage( message, target_url [, target ] );
81
- //
82
- // Arguments:
83
- //
84
- // message - (String) A message to be passed to the other frame.
85
- // message - (Object) An object to be serialized into a params string, using
86
- // the jQuery.param method.
87
- // target_url - (String) The URL of the other frame this window is
88
- // attempting to communicate with. This must be the exact URL (including
89
- // any query string) of the other window for this script to work in
90
- // browsers that don't support window.postMessage.
91
- // target - (Object) A reference to the other frame this window is
92
- // attempting to communicate with. If omitted, defaults to `parent`.
93
- //
94
- // Returns:
95
- //
96
- // Nothing.
97
-
98
- $[postMessage] = function( message, target_url, target ) {
99
- if ( !target_url ) { return; }
100
-
101
- // Serialize the message if not a string. Note that this is the only real
102
- // jQuery dependency for this script. If removed, this script could be
103
- // written as very basic JavaScript.
104
- message = typeof message === 'string' ? message : $.param( message );
105
-
106
- // Default to parent if unspecified.
107
- target = target || parent;
108
-
109
- if ( has_postMessage ) {
110
- // The browser supports window.postMessage, so call it with a targetOrigin
111
- // set appropriately, based on the target_url parameter.
112
- target[postMessage]( message, target_url.replace( /([^:]+:\/\/[^\/]+).*/, '$1' ) );
113
-
114
- } else if ( target_url ) {
115
- // The browser does not support window.postMessage, so set the location
116
- // of the target to target_url#message. A bit ugly, but it works! A cache
117
- // bust parameter is added to ensure that repeat messages trigger the
118
- // callback.
119
- target.location = target_url.replace( /#.*$/, '' ) + '#' + (+new Date) + (cache_bust++) + '&' + message;
120
- }
121
- };
122
-
123
- // Method: jQuery.receiveMessage
124
- //
125
- // Register a single callback for either a window.postMessage call, if
126
- // supported, or if unsupported, for any change in the current window
127
- // location.hash. If window.postMessage is supported and source_origin is
128
- // specified, the source window will be checked against this for maximum
129
- // security. If window.postMessage is unsupported, a polling loop will be
130
- // started to watch for changes to the location.hash.
131
- //
132
- // Note that for simplicity's sake, only a single callback can be registered
133
- // at one time. Passing no params will unbind this event (or stop the polling
134
- // loop), and calling this method a second time with another callback will
135
- // unbind the event (or stop the polling loop) first, before binding the new
136
- // callback.
137
- //
138
- // Also note that if window.postMessage is available, the optional
139
- // source_origin param will be used to test the event.origin property. From
140
- // the MDC window.postMessage docs: This string is the concatenation of the
141
- // protocol and "://", the host name if one exists, and ":" followed by a port
142
- // number if a port is present and differs from the default port for the given
143
- // protocol. Examples of typical origins are https://example.org (implying
144
- // port 443), http://example.net (implying port 80), and http://example.com:8080.
145
- //
146
- // Usage:
147
- //
148
- // > jQuery.receiveMessage( callback [, source_origin ] [, delay ] );
149
- //
150
- // Arguments:
151
- //
152
- // callback - (Function) This callback will execute whenever a <jQuery.postMessage>
153
- // message is received, provided the source_origin matches. If callback is
154
- // omitted, any existing receiveMessage event bind or polling loop will be
155
- // canceled.
156
- // source_origin - (String) If window.postMessage is available and this value
157
- // is not equal to the event.origin property, the callback will not be
158
- // called.
159
- // source_origin - (Function) If window.postMessage is available and this
160
- // function returns false when passed the event.origin property, the
161
- // callback will not be called.
162
- // delay - (Number) An optional zero-or-greater delay in milliseconds at
163
- // which the polling loop will execute (for browser that don't support
164
- // window.postMessage). If omitted, defaults to 100.
165
- //
166
- // Returns:
167
- //
168
- // Nothing!
169
-
170
- $.receiveMessage = p_receiveMessage = function( callback, source_origin, delay ) {
171
- if ( has_postMessage ) {
172
- // Since the browser supports window.postMessage, the callback will be
173
- // bound to the actual event associated with window.postMessage.
174
-
175
- if ( callback ) {
176
- // Unbind an existing callback if it exists.
177
- rm_callback && p_receiveMessage();
178
-
179
- // Bind the callback. A reference to the callback is stored for ease of
180
- // unbinding.
181
- rm_callback = function(e) {
182
- if ( ( typeof source_origin === 'string' && e.origin !== source_origin )
183
- || ( $.isFunction( source_origin ) && source_origin( e.origin ) === FALSE ) ) {
184
- return FALSE;
185
- }
186
- callback( e );
187
- };
188
- }
189
-
190
- if ( window[addEventListener] ) {
191
- window[ callback ? addEventListener : 'removeEventListener' ]( 'message', rm_callback, FALSE );
192
- } else {
193
- window[ callback ? 'attachEvent' : 'detachEvent' ]( 'onmessage', rm_callback );
194
- }
195
-
196
- } else {
197
- // Since the browser sucks, a polling loop will be started, and the
198
- // callback will be called whenever the location.hash changes.
199
-
200
- interval_id && clearInterval( interval_id );
201
- interval_id = null;
202
-
203
- if ( callback ) {
204
- delay = typeof source_origin === 'number'
205
- ? source_origin
206
- : typeof delay === 'number'
207
- ? delay
208
- : 100;
209
-
210
- interval_id = setInterval(function(){
211
- var hash = document.location.hash,
212
- re = /^#?\d+&/;
213
- if ( hash !== last_hash && re.test( hash ) ) {
214
- last_hash = hash;
215
- callback({ data: hash.replace( re, '' ) });
216
- }
217
- }, delay );
218
- }
219
- }
220
- };
221
-
222
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/js/jquery.ba-postmessage.min.js DELETED
@@ -1,9 +0,0 @@
1
- /*
2
- * jQuery postMessage - v0.5 - 9/11/2009
3
- * http://benalman.com/projects/jquery-postmessage-plugin/
4
- *
5
- * Copyright (c) 2009 "Cowboy" Ben Alman
6
- * Dual licensed under the MIT and GPL licenses.
7
- * http://benalman.com/about/license/
8
- */
9
- (function($){var g,d,j=1,a,b=this,f=!1,h="postMessage",e="addEventListener",c,i=b[h]&&!$.browser.opera;$[h]=function(k,l,m){if(!l){return}k=typeof k==="string"?k:$.param(k);m=m||parent;if(i){m[h](k,l.replace(/([^:]+:\/\/[^\/]+).*/,"$1"))}else{if(l){m.location=l.replace(/#.*$/,"")+"#"+(+new Date)+(j++)+"&"+k}}};$.receiveMessage=c=function(l,m,k){if(i){if(l){a&&c();a=function(n){if((typeof m==="string"&&n.origin!==m)||($.isFunction(m)&&m(n.origin)===f)){return f}l(n)}}if(b[e]){b[l?e:"removeEventListener"]("message",a,f)}else{b[l?"attachEvent":"detachEvent"]("onmessage",a)}}else{g&&clearInterval(g);g=null;if(l){k=typeof m==="number"?m:typeof k==="number"?k:100;g=setInterval(function(){var o=document.location.hash,n=/^#?\d+&/;if(o!==d&&n.test(o)){d=o;l({data:o.replace(n,"")})}},k)}}}})(jQuery);
 
 
 
 
 
 
 
 
 
freemius/assets/js/nojquery.ba-postmessage.js DELETED
@@ -1,140 +0,0 @@
1
- /*!
2
- * jQuery postMessage - v0.5 - 9/11/2009
3
- * http://benalman.com/projects/jquery-postmessage-plugin/
4
- *
5
- * Copyright (c) 2009 "Cowboy" Ben Alman
6
- * Dual licensed under the MIT and GPL licenses.
7
- * http://benalman.com/about/license/
8
- *
9
- * Non-jQuery fork by Jeff Lee
10
- *
11
- * This fork consists of the following changes:
12
- * 1. Basic code cleanup and restructuring, for legibility.
13
- * 2. The `postMessage` and `receiveMessage` functions can be bound arbitrarily,
14
- * in terms of both function names and object scope. Scope is specified by
15
- * the the "this" context of NoJQueryPostMessageMixin();
16
- * 3. I've removed the check for Opera 9.64, which used `$.browser`. There were
17
- * at least three different GitHub users requesting the removal of this
18
- * "Opera sniff" on the original project's Issues page, so I figured this
19
- * would be a relatively safe change.
20
- * 4. `postMessage` no longer uses `$.param` to serialize messages that are not
21
- * strings. I actually prefer this structure anyway. `receiveMessage` does
22
- * not implement a corresponding deserialization step, and as such it seems
23
- * cleaner and more symmetric to leave both data serialization and
24
- * deserialization to the client.
25
- * 5. The use of `$.isFunction` is replaced by a functionally-identical check.
26
- * 6. The `$:nomunge` YUI option is no longer necessary.
27
- */
28
-
29
- function NoJQueryPostMessageMixin(postBinding, receiveBinding) {
30
-
31
- var setMessageCallback, unsetMessageCallback, currentMsgCallback,
32
- intervalId, lastHash, cacheBust = 1;
33
-
34
- if (window.postMessage) {
35
-
36
- if (window.addEventListener) {
37
- setMessageCallback = function(callback) {
38
- window.addEventListener('message', callback, false);
39
- }
40
-
41
- unsetMessageCallback = function(callback) {
42
- window.removeEventListener('message', callback, false);
43
- }
44
- } else {
45
- setMessageCallback = function(callback) {
46
- window.attachEvent('onmessage', callback);
47
- }
48
-
49
- unsetMessageCallback = function(callback) {
50
- window.detachEvent('onmessage', callback);
51
- }
52
- }
53
-
54
- this[postBinding] = function(message, targetUrl, target) {
55
- if (!targetUrl) {
56
- return;
57
- }
58
-
59
- // The browser supports window.postMessage, so call it with a targetOrigin
60
- // set appropriately, based on the targetUrl parameter.
61
- target.postMessage( message, targetUrl.replace( /([^:]+:\/\/[^\/]+).*/, '$1' ) );
62
- }
63
-
64
- // Since the browser supports window.postMessage, the callback will be
65
- // bound to the actual event associated with window.postMessage.
66
- this[receiveBinding] = function(callback, sourceOrigin, delay) {
67
- // Unbind an existing callback if it exists.
68
- if (currentMsgCallback) {
69
- unsetMessageCallback(currentMsgCallback);
70
- currentMsgCallback = null;
71
- }
72
-
73
- if (!callback) {
74
- return false;
75
- }
76
-
77
- // Bind the callback. A reference to the callback is stored for ease of
78
- // unbinding.
79
- currentMsgCallback = setMessageCallback(function(e) {
80
- switch(Object.prototype.toString.call(sourceOrigin)) {
81
- case '[object String]':
82
- if (sourceOrigin !== e.origin) {
83
- return false;
84
- }
85
- break;
86
- case '[object Function]':
87
- if (sourceOrigin(e.origin)) {
88
- return false;
89
- }
90
- break;
91
- }
92
-
93
- callback(e);
94
- });
95
- };
96
-
97
- } else {
98
-
99
- this[postBinding] = function(message, targetUrl, target) {
100
- if (!targetUrl) {
101
- return;
102
- }
103
-
104
- // The browser does not support window.postMessage, so set the location
105
- // of the target to targetUrl#message. A bit ugly, but it works! A cache
106
- // bust parameter is added to ensure that repeat messages trigger the
107
- // callback.
108
- target.location = targetUrl.replace( /#.*$/, '' ) + '#' + (+new Date) + (cacheBust++) + '&' + message;
109
- }
110
-
111
- // Since the browser sucks, a polling loop will be started, and the
112
- // callback will be called whenever the location.hash changes.
113
- this[receiveBinding] = function(callback, sourceOrigin, delay) {
114
- if (intervalId) {
115
- clearInterval(intervalId);
116
- intervalId = null;
117
- }
118
-
119
- if (callback) {
120
- delay = typeof sourceOrigin === 'number'
121
- ? sourceOrigin
122
- : typeof delay === 'number'
123
- ? delay
124
- : 100;
125
-
126
- intervalId = setInterval(function(){
127
- var hash = document.location.hash,
128
- re = /^#?\d+&/;
129
- if ( hash !== lastHash && re.test( hash ) ) {
130
- lastHash = hash;
131
- callback({ data: hash.replace( re, '' ) });
132
- }
133
- }, delay );
134
- }
135
- };
136
-
137
- }
138
-
139
- return this;
140
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/js/nojquery.ba-postmessage.min.js DELETED
@@ -1,12 +0,0 @@
1
- /*
2
- * nojquery-postmessage by Jeff Lee
3
- * a non-jQuery fork of:
4
- *
5
- * jQuery postMessage - v0.5 - 9/11/2009
6
- * http://benalman.com/projects/jquery-postmessage-plugin/
7
- *
8
- * Copyright (c) 2009 "Cowboy" Ben Alman
9
- * Dual licensed under the MIT and GPL licenses.
10
- * http://benalman.com/about/license/
11
- */
12
- function NoJQueryPostMessageMixin(g,a){var b,h,e,d,f,c=1;if(window.postMessage){if(window.addEventListener){b=function(i){window.addEventListener("message",i,false)};h=function(i){window.removeEventListener("message",i,false)}}else{b=function(i){window.attachEvent("onmessage",i)};h=function(i){window.detachEvent("onmessage",i)}}this[g]=function(i,k,j){if(!k){return}j.postMessage(i,k.replace(/([^:]+:\/\/[^\/]+).*/,"$1"))};this[a]=function(k,j,i){if(e){h(e);e=null}if(!k){return false}e=b(function(l){switch(Object.prototype.toString.call(j)){case"[object String]":if(j!==l.origin){return false}break;case"[object Function]":if(j(l.origin)){return false}break}k(l)})}}else{this[g]=function(i,k,j){if(!k){return}j.location=k.replace(/#.*$/,"")+"#"+(+new Date)+(c++)+"&"+i};this[a]=function(k,j,i){if(d){clearInterval(d);d=null}if(k){i=typeof j==="number"?j:typeof i==="number"?i:100;d=setInterval(function(){var m=document.location.hash,l=/^#?\d+&/;if(m!==f&&l.test(m)){f=m;k({data:m.replace(l,"")})}},i)}}}return this};
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/js/postmessage.js DELETED
@@ -1,135 +0,0 @@
1
- (function ($, undef) {
2
- var global = this;
3
-
4
- // Namespace.
5
- global.FS = global.FS || {};
6
-
7
- global.FS.PostMessage = function ()
8
- {
9
- var
10
- _is_child = false,
11
- _postman = new NoJQueryPostMessageMixin('postMessage', 'receiveMessage'),
12
- _callbacks = {},
13
- _base_url,
14
- _parent_url = decodeURIComponent(document.location.hash.replace(/^#/, '')),
15
- _parent_subdomain = _parent_url.substring(0, _parent_url.indexOf('/', ('https://' === _parent_url.substring(0, ('https://').length)) ? 8 : 7)),
16
- _init = function () {
17
- _postman.receiveMessage(function (e) {
18
- var data = JSON.parse(e.data);
19
-
20
- if (_callbacks[data.type]) {
21
- for (var i = 0; i < _callbacks[data.type].length; i++) {
22
- // Execute type callbacks.
23
- _callbacks[data.type][i](data.data);
24
- }
25
- }
26
- }, _base_url);
27
- },
28
- _hasParent = ('' !== _parent_url),
29
- $window = $(window),
30
- $html = $('html');
31
-
32
- return {
33
- init : function (url, iframes)
34
- {
35
- _base_url = url;
36
- _init();
37
-
38
- // Automatically receive forward messages.
39
- FS.PostMessage.receiveOnce('forward', function (data){
40
- window.location = data.url;
41
- });
42
-
43
- iframes = iframes || [];
44
-
45
- if (iframes.length > 0) {
46
- $window.on('scroll', function () {
47
- for (var i = 0; i < iframes.length; i++) {
48
- FS.PostMessage.postScroll(iframes[i]);
49
- }
50
- });
51
- }
52
- },
53
- init_child : function ()
54
- {
55
- this.init(_parent_subdomain);
56
-
57
- _is_child = true;
58
-
59
- // Post height of a child right after window is loaded.
60
- $(window).bind('load', function () {
61
- FS.PostMessage.postHeight();
62
-
63
- // Post message that window was loaded.
64
- FS.PostMessage.post('loaded');
65
- });
66
- },
67
- hasParent : function ()
68
- {
69
- return _hasParent;
70
- },
71
- postHeight : function (diff, wrapper) {
72
- diff = diff || 0;
73
- wrapper = wrapper || '#wrap_section';
74
- this.post('height', {
75
- height: diff + $(wrapper).outerHeight(true)
76
- });
77
- },
78
- postScroll : function (iframe) {
79
- this.post('scroll', {
80
- top: $window.scrollTop(),
81
- height: ($window.height() - parseFloat($html.css('paddingTop')) - parseFloat($html.css('marginTop')))
82
- }, iframe);
83
- },
84
- post : function (type, data, iframe)
85
- {
86
- console.debug('PostMessage.post', type);
87
-
88
- if (iframe)
89
- {
90
- // Post to iframe.
91
- _postman.postMessage(JSON.stringify({
92
- type: type,
93
- data: data
94
- }), iframe.src, iframe.contentWindow);
95
- }
96
- else {
97
- // Post to parent.
98
- _postman.postMessage(JSON.stringify({
99
- type: type,
100
- data: data
101
- }), _parent_url, window.parent);
102
- }
103
- },
104
- receive: function (type, callback)
105
- {
106
- console.debug('PostMessage.receive', type);
107
-
108
- if (undef === _callbacks[type])
109
- _callbacks[type] = [];
110
-
111
- _callbacks[type].push(callback);
112
- },
113
- receiveOnce: function (type, callback)
114
- {
115
- if (this.is_set(type))
116
- return;
117
-
118
- this.receive(type, callback);
119
- },
120
- // Check if any callbacks assigned to a specified message type.
121
- is_set: function (type)
122
- {
123
- return (undef != _callbacks[type]);
124
- },
125
- parent_url: function ()
126
- {
127
- return _parent_url;
128
- },
129
- parent_subdomain: function ()
130
- {
131
- return _parent_subdomain;
132
- }
133
- };
134
- }();
135
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/_colors.scss DELETED
@@ -1,58 +0,0 @@
1
- $menu-hover-color: #333;
2
- $darkest-color: #000;
3
- $fms-live-color: #71ae00;
4
- $fms-test-color: #f7941d;
5
- $fms-link-color: #29abe1;
6
- $fms-link-hover-color: darken(#29abe1, 10%);
7
- $body-bkg: #111;
8
- $special-color: #d3135a;
9
- $body-color: #f1f1f1;
10
- $fms-white: #f1f1f1;
11
- $container-bkg: #222;
12
- $container-bkg-odd: #262626;
13
- $container-border-color: #333;
14
- $table-head-bkg: #333;
15
- $table-head-color: #999;
16
- $info-color: #999;
17
- $error-color: #ff0000;
18
-
19
- $fs-logo-blue-color: #29abe1;
20
- $fs-logo-green-color: #71ae00;
21
- $fs-logo-magenta-color: #d3135a;
22
-
23
- $fs-notice-promotion-border-color: #00a0d2;
24
- $fs-notice-promotion-bkg: #f2fcff;
25
-
26
- // WordPress colors.
27
- $page-header-bkg: #333;
28
- $page-header-color: $fms-white;
29
- $text-dark-color: #333;
30
- $text-light-color: #666;
31
- $text-lightest-color: #999;
32
-
33
- // WP Buttons.
34
- $button-primary-bkg: #6bc406;
35
- $button-primary-color: $fms-white;
36
- $button-secondary-bkg: #333;
37
- $button-secondary-color: $fms-white;
38
- $featured-color: #6bc406;
39
- $wp-selected-color: #0074a3;
40
-
41
- $wordpress_color: #01749A;
42
- $blogger_color: #ff8100;
43
- $wix_color: #fac102;
44
- $shopify_color: #80d100;
45
- $addthis_color: #fe6d4e;
46
- $tumblr_color: #34506b;
47
- $zepo_color: #00baf2;
48
- $jquery_color: #000919;
49
- $javascript_color: #00baf2;
50
- $squarespace_color: #000;
51
-
52
- $blog_color: #ff6600;
53
- $facebook_color: #3b5998;
54
- $twitter_color: #4099ff;
55
- $linkedin_color: #4875b4;
56
- $youtube_color: #ff3333;
57
- $gplus_color: #c63d2d;
58
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/_functions.scss DELETED
File without changes
freemius/assets/scss/_load.scss DELETED
@@ -1,4 +0,0 @@
1
- @import 'mixins';
2
- @import "vars";
3
- @import "functions";
4
- @import "colors";
 
 
 
 
freemius/assets/scss/_mixins.scss DELETED
@@ -1,216 +0,0 @@
1
- // ---- CSS3 SASS MIXINS ----
2
- // https://github.com/madr/css3-sass-mixins
3
- //
4
- // Copyright (C) 2011 by Anders Ytterström
5
- //
6
- // Permission is hereby granted, free of charge, to any person obtaining a copy
7
- // of this software and associated documentation files (the "Software"), to deal
8
- // in the Software without restriction, including without limitation the rights
9
- // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- // copies of the Software, and to permit persons to whom the Software is
11
- // furnished to do so, subject to the following conditions:
12
- //
13
- // The above copyright notice and this permission notice shall be included in
14
- // all copies or substantial portions of the Software.
15
- //
16
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
- // THE SOFTWARE.
23
- //
24
-
25
- // ---- LEGACY IE SUPPORT USING FILTERS ----
26
- // Should IE filters be used or not?
27
- // PROS: gradients, drop shadows etc will be handled by css.
28
- // CONS: will harm the site performance badly,
29
- // especially on sites with heavy rendering and scripting.
30
- $useIEFilters: 0;
31
- // might be 0 or 1. disabled by default.
32
- // ---- /LEGACY IE SUPPORT USING FILTERS ----
33
-
34
-
35
- @mixin background-size ($value) {
36
- -webkit-background-size: $value;
37
- background-size: $value;
38
- }
39
-
40
- @mixin border-image ($path, $offsets, $repeats) {
41
- -moz-border-image: $path $offsets $repeats;
42
- -o-border-image: $path $offsets $repeats;
43
- -webkit-border-image: $path $offsets $repeats;
44
- border-image: $path $offsets $repeats;
45
- }
46
-
47
- @mixin border-radius ($values...) {
48
- -moz-border-radius: $values;
49
- -webkit-border-radius: $values;
50
- border-radius: $values;
51
- /*-moz-background-clip: padding;
52
- -webkit-background-clip: padding-box;
53
- background-clip: padding-box;*/
54
- }
55
-
56
- @mixin box-shadow ($values...) {
57
- -moz-box-shadow: $values;
58
- -webkit-box-shadow: $values;
59
- box-shadow: $values;
60
- }
61
-
62
- //@mixin box-shadow ($x, $y, $offset, $hex, $ie: $useIEFilters, $inset: null, $spread:null) {
63
- // -moz-box-shadow: $x $y $offset $spread $hex $inset;
64
- // -webkit-box-shadow: $x $y $offset $spread $hex $inset;
65
- // box-shadow: $x $y $offset $spread $hex $inset;
66
- //
67
- // @if $ie == 1 {
68
- // $iecolor: '#' + red($hex) + green($hex) + blue($hex);
69
- // filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=#{$x}, OffY=#{$y}, Color='#{$iecolor}');
70
- // -ms-filter: quote(progid:DXImageTransform.Microsoft.dropshadow(OffX=#{$x}, OffY=#{$y}, Color='#{$iecolor}'));
71
- // }
72
- //}
73
-
74
- @mixin box-sizing($value) {
75
- -moz-box-sizing: $value;
76
- -webkit-box-sizing: $value;
77
- box-sizing: $value;
78
- }
79
-
80
- // requires sass 3.2
81
- //@mixin keyframes {
82
- // @-moz-keyframes { @content; }
83
- // @-ms-keyframes { @content; }
84
- // @-o-keyframes { @content; }
85
- // @-webkit-keyframes { @content; }
86
- // @keyframes { @content; }
87
- //}
88
-
89
- @mixin linear-gradient($from, $to, $ie: $useIEFilters) {
90
- @if $ie != 1 { background-color: $to; }
91
-
92
- background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, $from),color-stop(1, $to));
93
- background-image: -webkit-linear-gradient(top, $from, $to);
94
- background-image: -moz-linear-gradient(top, $from, $to);
95
- background-image: -ms-linear-gradient(top, $from, $to);
96
- background-image: -o-linear-gradient(top, $from, $to);
97
- background-image: linear-gradient(top, bottom, $from, $to);
98
-
99
- @if $ie == 1 {
100
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}');
101
- }
102
- }
103
-
104
- @mixin horizontal-gradient($startColor: #555, $endColor: #333, $ie: $useIEFilters) {
105
- @if $ie != 1 { background-color: $endColor; }
106
-
107
- background-color: $endColor;
108
- background-image: -webkit-gradient(linear, 0 0, 100% 0, from($startColor), to($endColor)); // Safari 4+, Chrome 2+
109
- background-image: -webkit-linear-gradient(left, $startColor, $endColor); // Safari 5.1+, Chrome 10+
110
- background-image: -moz-linear-gradient(left, $startColor, $endColor); // FF 3.6+
111
- background-image: -o-linear-gradient(left, $startColor, $endColor); // Opera 11.10
112
- background-image: linear-gradient(to right, $startColor, $endColor); // Standard, IE10
113
- background-repeat: repeat-x;
114
- @if $ie == 1 {
115
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$startColor}', endColorstr='#{$endColor}', GradientType=1);
116
- }
117
- }
118
-
119
- @mixin radial-gradient($from, $to, $ie: $useIEFilters) {
120
- @if $ie != 1 { background-color: $to; }
121
-
122
- background: -moz-radial-gradient(center, circle cover, $from 0%, $to 100%);
123
- background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, $from), color-stop(100%, $to));
124
- background: -webkit-radial-gradient(center, circle cover, $from 0%, $to 100%);
125
- background: -o-radial-gradient(center, circle cover, $from 0%, $to 100%);
126
- background: -ms-radial-gradient(center, circle cover, $from 0%, $to 100%);
127
- background: radial-gradient(center, circle cover, $from 0%, $to 100%);
128
- background-color: $from;
129
-
130
- @if $ie == 1 {
131
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}', GradientType=1); /* IE6-9 fallback on horizontal gradient */
132
- }
133
- }
134
-
135
- /*@mixin rgba-bg ($hex, $alpha, $ie: $useIEFilters) {
136
- @if $ie == 1 {
137
- background-color: none;
138
- $hexopac: ie-hex-str(rgba($hex, $alpha));
139
- filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#{$hexopac}',EndColorStr='#{$hexopac}}');
140
- -ms-filter: quote(progid:DXImageTransform.Microsoft.gradient(startColorStr='#{$hexopac}',EndColorStr='#{$hexopac}'));
141
- }
142
- @else {
143
- background-color: $hex;
144
- background-color: rgba($hex, $alpha);
145
- }
146
- }*/
147
-
148
- @mixin perspective($perspective) {
149
- -moz-perspective: $perspective;
150
- -ms-perspective: $perspective;
151
- -webkit-perspective: $perspective;
152
- perspective: $perspective;
153
- -moz-transform-style: preserve-3d;
154
- -ms-transform-style: preserve-3d;
155
- -webkit-transform-style: preserve-3d;
156
- transform-style: preserve-3d;
157
- }
158
-
159
- @mixin transform ($transforms) {
160
- -moz-transform: $transforms;
161
- -o-transform: $transforms;
162
- -ms-transform: $transforms;
163
- -webkit-transform: $transforms;
164
- transform: $transforms;
165
- }
166
-
167
- @mixin matrix ($a, $b, $c, $d, $e, $f) {
168
- -moz-transform: matrix($a, $b, $c, $d, #{$e}px, #{$f}px);
169
- -o-transform: matrix($a, $b, $c, $d, $e, $f);
170
- -ms-transform: matrix($a, $b, $c, $d, $e, $f);
171
- -webkit-transform: matrix($a, $b, $c, $d, $e, $f);
172
- transform: matrix($a, $b, $c, $d, $e, $f);
173
- }
174
-
175
- @mixin rotate ($deg) {
176
- @include transform(rotate(#{$deg}deg));
177
- }
178
-
179
- @mixin scale ($size) {
180
- @include transform(scale(#{$size}));
181
- }
182
-
183
- @mixin translate ($x, $y) {
184
- @include transform(translate($x, $y));
185
- }
186
-
187
- @mixin transition ($value...) {
188
- -moz-transition: $value;
189
- -o-transition: $value;
190
- -ms-transition: $value;
191
- -webkit-transition: $value;
192
- transition: $value;
193
- }
194
-
195
- // ==== /CSS3 SASS MIXINS ====
196
-
197
- @mixin opacity($opacity) {
198
- opacity: $opacity;
199
- $opacity-ie: $opacity * 100;
200
- filter: alpha(opacity=$opacity-ie); //IE8
201
- }
202
-
203
- @mixin size($width, $height: $width)
204
- {
205
- width: $width;
206
- height: $height;
207
- }
208
-
209
- @mixin clearfix
210
- {
211
- &:after {
212
- content: "";
213
- display: table;
214
- clear: both;
215
- }
216
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/_start.scss DELETED
@@ -1,4 +0,0 @@
1
- @import "vars";
2
- @import "colors";
3
- @import "mixins";
4
- @import "functions";
 
 
 
 
freemius/assets/scss/_vars.scss DELETED
@@ -1,5 +0,0 @@
1
- $is_production: true;
2
-
3
- $img_common: if($is_production == true, '//img.freemius.com', 'http://img.freemius:8080');
4
-
5
- $layout_width: 960px;
 
 
 
 
 
freemius/assets/scss/admin/_deactivation-feedback.scss DELETED
@@ -1,55 +0,0 @@
1
- @import "../colors";
2
-
3
- .fs-modal.fs-modal-deactivation-feedback {
4
- .reason-input, .internal-message {
5
- margin: 3px 0 3px 22px;
6
-
7
- input, textarea {
8
- width: 100%;
9
- }
10
- }
11
-
12
- li.reason {
13
- &.has-internal-message .internal-message {
14
- border: 1px solid lighten($darkest-color, 80%);
15
- padding: 7px;
16
- display: none;
17
- }
18
-
19
- @media (max-width: 650px) {
20
- li.reason {
21
- margin-bottom: 10px;
22
-
23
- .reason-input, .internal-message {
24
- margin-left: 29px;
25
- }
26
-
27
- label {
28
- display: table;
29
-
30
- > span {
31
- display: table-cell;
32
- font-size: 1.3em;
33
- }
34
- }
35
- }
36
- }
37
- }
38
-
39
- .anonymous-feedback-label {
40
- float: left;
41
- }
42
-
43
- .fs-modal-panel {
44
- margin-top: 0 !important;
45
-
46
- h3 {
47
- margin-top: 0;
48
- line-height: 1.5em;
49
- }
50
- }
51
- }
52
-
53
- #the-list .deactivate > .fs-slug {
54
- display: none;
55
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/_license-activation.scss DELETED
@@ -1,7 +0,0 @@
1
- .fs-modal.fs-modal-license-activation {
2
- .fs-modal-body {
3
- input.license_key {
4
- width: 100%;
5
- }
6
- }
7
- }
 
 
 
 
 
 
 
freemius/assets/scss/admin/_license-key-resend.scss DELETED
@@ -1,44 +0,0 @@
1
- .fs-modal.fs-modal-license-key-resend {
2
- .fs-modal-body {
3
- .input-container > .email-address-container {
4
- overflow: hidden;
5
- padding-right: 2px;
6
- }
7
-
8
- input.email-address {
9
- width: 100%;
10
- }
11
-
12
- .button-container {
13
- float: right;
14
- margin-left: 7px;
15
-
16
- @media (max-width: 650px) {
17
- margin-top: 2px;
18
- }
19
- }
20
- }
21
- }
22
-
23
- .rtl
24
- {
25
- .fs-modal.fs-modal-license-key-resend {
26
- .fs-modal-body {
27
- .input-container > .email-address-container {
28
- padding-left: 2px;
29
- padding-right: 0;
30
- }
31
-
32
- .button-container {
33
- float: left;
34
- margin-right: 7px;
35
- margin-left: 0;
36
- }
37
- }
38
- }
39
- }
40
-
41
- a.show-license-resend-modal {
42
- margin-top: 4px;
43
- display: inline-block;
44
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/_modal-common.scss DELETED
@@ -1,153 +0,0 @@
1
- @import "../colors";
2
- @import "../mixins";
3
-
4
- .fs-modal {
5
- position: fixed;
6
- overflow: auto;
7
- height: 100%;
8
- width: 100%;
9
- top: 0;
10
- z-index: 100000;
11
- display: none;
12
- background: rgba(0, 0, 0, 0.6);
13
-
14
- .fs-modal-dialog {
15
- background: transparent;
16
- position: absolute;
17
- left: 50%;
18
- margin-left: -298px;
19
- padding-bottom: 30px;
20
- top: -100%;
21
- z-index: 100001;
22
- width: 596px;
23
-
24
- @media (max-width: 650px) {
25
- margin-left: -50%;
26
- box-sizing: border-box;
27
- padding-left: 10px;
28
- padding-right: 10px;
29
- width: 100%;
30
-
31
- .fs-modal-panel > h3 > strong {
32
- font-size: 1.3em;
33
- }
34
- }
35
- }
36
-
37
- &.active {
38
- display: block;
39
-
40
- &:before {
41
- display: block;
42
- }
43
-
44
- .fs-modal-dialog {
45
- top: 10%;
46
- }
47
- }
48
-
49
- .fs-modal-body,
50
- .fs-modal-footer {
51
- border: 0;
52
- background: #fefefe;
53
- padding: 20px;
54
- }
55
-
56
- .fs-modal-header {
57
- border-bottom: #eeeeee solid 1px;
58
- background: #fbfbfb;
59
- padding: 15px 20px;
60
- position: relative;
61
- // z-index: 2;
62
-
63
- h4 {
64
- margin: 0;
65
- padding: 0;
66
- text-transform: uppercase;
67
- font-size: 1.2em;
68
- font-weight: bold;
69
- color: #cacaca;
70
- text-shadow: 1px 1px 1px #fff;
71
- letter-spacing: 0.6px;
72
- -webkit-font-smoothing: antialiased;
73
- }
74
-
75
- .fs-close {
76
- position: absolute;
77
- right: 10px;
78
- top: 12px;
79
- cursor: pointer;
80
- color: #bbb;
81
- @include border-radius(20px);
82
- padding: 3px;
83
- @include transition(all 0.2s ease-in-out);
84
-
85
- &:hover {
86
- color: #fff;
87
- background: #aaa;
88
- }
89
- }
90
- }
91
-
92
- .fs-modal-body {
93
- border-bottom: 0;
94
-
95
- p {
96
- font-size: 14px;
97
- }
98
-
99
- h2 {
100
- font-size: 20px;
101
- }
102
-
103
- > div {
104
- margin-top: 10px;
105
-
106
- h2 {
107
- font-weight: bold;
108
- font-size: 20px;
109
- margin-top: 0;
110
- }
111
- }
112
- }
113
-
114
- .fs-modal-footer {
115
- border-top: #eeeeee solid 1px;
116
- text-align: right;
117
-
118
- > .button {
119
- margin: 0 7px;
120
-
121
- &:first-child {
122
- margin: 0;
123
- }
124
- }
125
- }
126
-
127
- .fs-modal-panel {
128
- > .notice.inline {
129
- margin: 0;
130
- display: none;
131
- }
132
-
133
- &:not(.active) {
134
- display: none;
135
- }
136
- }
137
- }
138
-
139
- .rtl
140
- {
141
- .fs-modal {
142
- .fs-modal-header {
143
- .fs-close {
144
- right: auto;
145
- left: 20px;
146
- }
147
- }
148
- }
149
- }
150
-
151
- body.has-fs-modal {
152
- overflow: hidden;
153
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/account.scss DELETED
@@ -1,184 +0,0 @@
1
- #fs_account
2
- {
3
- .postbox,
4
- .widefat
5
- {
6
- max-width: 700px;
7
- }
8
-
9
- h3
10
- {
11
- font-size: 1.3em;
12
- padding: 12px 15px;
13
- margin: 0 0 12px 0;
14
- line-height: 1.4;
15
- border-bottom: 1px solid #F1F1F1;
16
- }
17
-
18
- i.dashicons
19
- {
20
- font-size: 1.2em;
21
- height: 1.2em;
22
- width: 1.2em;
23
- }
24
-
25
- .button
26
- {
27
- i.dashicons
28
- {
29
- vertical-align: middle;
30
- }
31
- }
32
-
33
- .fs-header-actions
34
- {
35
- position: absolute;
36
- top: 17px;
37
- right: 15px;
38
- font-size: 0.9em;
39
-
40
- ul
41
- {
42
- margin: 0;
43
- }
44
-
45
- li
46
- {
47
- form
48
- {
49
- display: inline-block;
50
- }
51
-
52
- float: left;
53
- a
54
- {
55
- text-decoration: none;
56
- }
57
- }
58
- }
59
- }
60
-
61
- #fs_account_details .button-group {
62
- float: right;
63
- }
64
-
65
- .rtl #fs_account .fs-header-actions
66
- {
67
- left: 15px;
68
- right: auto;
69
- }
70
-
71
- .fs-key-value-table
72
- {
73
- width: 100%;
74
-
75
- form
76
- {
77
- display: inline-block;
78
- }
79
-
80
- tr
81
- {
82
- td:first-child
83
- {
84
- nobr
85
- {
86
- font-weight: bold;
87
- }
88
-
89
- text-align: right;
90
-
91
- form
92
- {
93
- display: block;
94
- }
95
- }
96
-
97
- td.fs-right
98
- {
99
- text-align: right;
100
- }
101
-
102
- &.fs-odd
103
- {
104
- background: #ebebeb;
105
- }
106
- }
107
-
108
- td, th
109
- {
110
- padding: 10px;
111
- }
112
-
113
- code {
114
- line-height: 28px;
115
- }
116
-
117
- var, code, input[type="text"]
118
- {
119
- color: #0073AA;
120
- font-size: 16px;
121
- background: none;
122
- }
123
-
124
- input[type="text"] {
125
- width: 100%;
126
- font-weight: bold;
127
- }
128
- }
129
-
130
- label.fs-tag
131
- {
132
- background: #ffba00;
133
- color: #fff;
134
- display: inline-block;
135
- border-radius: 3px;
136
- padding: 5px;
137
- font-size: 11px;
138
- line-height: 11px;
139
- vertical-align: baseline;
140
-
141
- &.fs-warn
142
- {
143
- background: #ffba00;
144
- }
145
- &.fs-success
146
- {
147
- background: #46b450;
148
- }
149
- &.fs-error
150
- {
151
- background: #dc3232;
152
- }
153
- }
154
-
155
- #fs_addons
156
- {
157
- h3
158
- {
159
- border: none;
160
- margin-bottom: 0;
161
- padding: 4px 5px;
162
- }
163
-
164
- td
165
- {
166
- vertical-align: middle;
167
- }
168
-
169
- td:first-child,
170
- th:first-child
171
- {
172
- text-align: left;
173
- font-weight: bold;
174
- }
175
- td:last-child,
176
- th:last-child
177
- {
178
- text-align: right;
179
- }
180
- th
181
- {
182
- font-weight: bold;
183
- }
184
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/add-ons.scss DELETED
@@ -1,449 +0,0 @@
1
- @import "../start";
2
-
3
- #fs_addons
4
- {
5
- .fs-cards-list
6
- {
7
- list-style: none;
8
-
9
- .fs-card
10
- {
11
- float: left;
12
- // height: 185px; // With reviews/ratings
13
- height: 152px;
14
- width: 310px;
15
- padding: 0;
16
- margin: 0 0 30px 30px;
17
- font-size: 14px;
18
- list-style: none;
19
- border: 1px solid #ddd;
20
- cursor: pointer;
21
- position: relative;
22
-
23
- .fs-overlay
24
- {
25
- position: absolute;
26
- left: 0;
27
- right: 0;
28
- bottom: 0;
29
- top: 0;
30
- z-index: 9;
31
- }
32
-
33
- .fs-inner
34
- {
35
- background-color: #fff;
36
- overflow: hidden;
37
- height: 100%;
38
- position: relative;
39
-
40
- ul
41
- {
42
- @include transition(all, 0.15s);
43
- left: 0;
44
- right: 0;
45
- top: 0;
46
- position: absolute;
47
- }
48
-
49
- li
50
- {
51
- list-style: none;
52
- line-height: 18px;
53
- padding: 0 15px;
54
- width: 100%;
55
- display: block;
56
- @include box-sizing(border-box);
57
- }
58
-
59
- .fs-card-banner
60
- {
61
- padding: 0;
62
- margin: 0;
63
- line-height: 0;
64
- display: block;
65
- height: 100px;
66
- background-repeat: repeat-x;
67
- background-size: 100% 100%;
68
- @include transition(all, 0.15s);
69
- }
70
-
71
- .fs-title
72
- {
73
- margin: 10px 0 0 0;
74
- height: 18px;
75
- overflow: hidden;
76
- color: #000;
77
- white-space: nowrap;
78
- text-overflow: ellipsis;
79
- font-weight: bold;
80
- }
81
-
82
- .fs-offer
83
- {
84
- font-size: 0.9em;
85
- }
86
-
87
- .fs-description
88
- {
89
- background-color: #f9f9f9;
90
- padding: 10px 15px 100px 15px;
91
- border-top: 1px solid #eee;
92
- margin: 0 0 10px 0;
93
- color: #777;
94
- }
95
-
96
- .fs-tag
97
- {
98
- position: absolute;
99
- top: 10px;
100
- right: 0px;
101
- background: greenyellow;
102
- display: block;
103
- padding: 2px 10px;
104
- @include box-shadow(1px 1px 1px rgba(0,0,0,0.3));
105
- text-transform: uppercase;
106
- font-size: 0.9em;
107
- font-weight: bold;
108
- }
109
-
110
- .fs-cta
111
- {
112
- .button
113
- {
114
- position: absolute;
115
- top: 112px;
116
- right: 10px;
117
- }
118
- }
119
- }
120
-
121
- @media screen and (min-width: 960px) {
122
- &:hover
123
- {
124
- .fs-overlay
125
- {
126
- border: 2px solid $fms-link-color;
127
- margin-left: -1px;
128
- margin-top: -1px;
129
- }
130
-
131
- .fs-inner
132
- {
133
- ul
134
- {
135
- top: -100px;
136
- }
137
-
138
- .fs-card-banner
139
- {
140
- // background-position: 50% -100px;
141
- }
142
-
143
- .fs-title,
144
- .fs-offer
145
- {
146
- color: $fms-link-color;
147
- }
148
- }
149
- }
150
- }
151
- }
152
- }
153
- }
154
-
155
- #TB_window
156
- {
157
- &, iframe
158
- {
159
- width: 772px !important;
160
- }
161
- }
162
-
163
- #plugin-information
164
- {
165
- #section-description
166
- {
167
- h2, h3, p, b, i, blockquote, li, ul, ol
168
- {
169
- clear: none;
170
- }
171
-
172
- .fs-selling-points
173
- {
174
- padding-bottom: 10px;
175
- border-bottom: 1px solid #ddd;
176
-
177
- ul
178
- {
179
- margin: 0;
180
-
181
- li
182
- {
183
- padding: 0;
184
- list-style: none outside none;
185
-
186
- i.dashicons
187
- {
188
- color: $fs-logo-green-color;
189
- font-size: 3em;
190
- vertical-align: middle;
191
- line-height: 30px;
192
- float: left;
193
- margin: 0 0 0 -15px;
194
- }
195
-
196
- h3
197
- {
198
- margin: 1em 30px !important;
199
- }
200
- }
201
- }
202
- }
203
-
204
- .fs-screenshots
205
- {
206
- @include clearfix();
207
- ul
208
- {
209
- list-style: none;
210
- margin: 0;
211
-
212
- li
213
- {
214
- width: 225px;
215
- height: 225px;
216
- float: left;
217
- margin-bottom: 20px;
218
- @include box-sizing(content-box);
219
-
220
- a
221
- {
222
- display: block;
223
- width: 100%;
224
- height: 100%;
225
- border: 1px solid;
226
- @include box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
227
- background-size: cover;
228
- }
229
-
230
- &.odd
231
- {
232
- margin-right: 20px;
233
- }
234
- }
235
- }
236
- }
237
- }
238
-
239
- .plugin-information-pricing
240
- {
241
- $pricing_color: #FFFEEC;
242
- $borders_color: #DDD;
243
- margin: -16px;
244
- // padding: 20px;
245
- border-bottom: 1px solid $borders_color;
246
-
247
- .fs-plan
248
- {
249
-
250
- h3
251
- {
252
- margin-top: 0;
253
- padding: 20px;
254
- font-size: 16px;
255
- }
256
-
257
- .nav-tab-wrapper
258
- {
259
- border-bottom: 1px solid $borders_color;
260
-
261
- .nav-tab
262
- {
263
- cursor: pointer;
264
- position: relative;
265
- padding: 0 10px;
266
- font-size: 0.9em;
267
-
268
- label
269
- {
270
- text-transform: uppercase;
271
- color: green;
272
- background: greenyellow;
273
- position: absolute;
274
- left: -1px;
275
- right: -1px;
276
- bottom: 100%;
277
- border: 1px solid darkgreen;
278
- padding: 2px;
279
- text-align: center;
280
- font-size: 0.9em;
281
- line-height: 1em;
282
- }
283
-
284
- &.nav-tab-active
285
- {
286
- cursor: default;
287
- background: $pricing_color;
288
- border-bottom-color: $pricing_color;
289
- }
290
- }
291
- }
292
-
293
- &.fs-single-cycle
294
- {
295
- h3
296
- {
297
- background: $pricing_color;
298
- margin: 0;
299
- padding-bottom: 0;
300
- color: #0073aa;
301
- }
302
-
303
- .nav-tab-wrapper,
304
- .fs-billing-frequency
305
- {
306
- display: none;
307
- }
308
- }
309
-
310
- .fs-pricing-body
311
- {
312
- background: $pricing_color;
313
- padding: 20px;
314
- }
315
-
316
- .button
317
- {
318
- width: 100%;
319
- text-align: center;
320
- font-weight: bold;
321
- text-transform: uppercase;
322
- font-size: 1.1em;
323
- }
324
-
325
- label
326
- {
327
- white-space: nowrap;
328
- }
329
-
330
- var {
331
- font-style: normal;
332
- }
333
-
334
- .fs-billing-frequency,
335
- .fs-annual-discount
336
- {
337
- text-align: center;
338
- display: block;
339
- font-weight: bold;
340
- margin-bottom: 10px;
341
- text-transform: uppercase;
342
- background: #F3F3F3;
343
- padding: 2px;
344
- border: 1px solid #ccc;
345
- }
346
-
347
- .fs-annual-discount
348
- {
349
- text-transform: none;
350
- color: green;
351
- background: greenyellow;
352
- }
353
-
354
- ul.fs-trial-terms
355
- {
356
- font-size: 0.9em;
357
-
358
- i
359
- {
360
- float: left;
361
- margin: 0 0 0 -15px;
362
- }
363
-
364
- li
365
- {
366
- margin: 10px 0 0 0;
367
- }
368
- }
369
- }
370
- }
371
-
372
- #section-features
373
- {
374
- .fs-features
375
- {
376
- margin: -20px -26px;
377
- }
378
-
379
- table
380
- {
381
- width: 100%;
382
- border-spacing: 0;
383
- border-collapse: separate;
384
-
385
- thead
386
- {
387
- th
388
- {
389
- padding: 10px 0;
390
- }
391
-
392
- .fs-price
393
- {
394
- color: $fs-logo-green-color;
395
- font-weight: normal;
396
- display: block;
397
- text-align: center;
398
- }
399
- }
400
-
401
- tbody
402
- {
403
- td
404
- {
405
- border-top: 1px solid #ccc;
406
- padding: 10px 0;
407
- text-align: center;
408
- width: 100px;
409
- color: $fs-logo-green-color;
410
-
411
- &:first-child
412
- {
413
- text-align: left;
414
- width: auto;
415
- color: inherit;
416
- padding-left: 26px;
417
- }
418
- }
419
- tr.fs-odd
420
- {
421
- td
422
- {
423
- background: #fefefe;
424
- }
425
- }
426
- }
427
- }
428
-
429
- .dashicons-yes
430
- {
431
- width: 30px;
432
- height: 30px;
433
- font-size: 30px;
434
- }
435
- }
436
- }
437
-
438
- @media screen and (max-width: 961px) {
439
- #fs_addons
440
- {
441
- .fs-cards-list
442
- {
443
- .fs-card
444
- {
445
- height: 265px;
446
- }
447
- }
448
- }
449
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/common.scss DELETED
@@ -1,140 +0,0 @@
1
- @import "../start";
2
-
3
- .fs-notice
4
- {
5
- position: relative;
6
-
7
- &.fs-has-title
8
- {
9
- margin-bottom: 30px !important;
10
- }
11
-
12
- &.success
13
- {
14
- color: green;
15
- // font-weight: normal;
16
- }
17
-
18
- &.promotion
19
- {
20
- border-color: $fs-notice-promotion-border-color !important;
21
- background-color: $fs-notice-promotion-bkg !important;
22
- }
23
-
24
- .fs-notice-body
25
- {
26
- margin: .5em 0;
27
- padding: 2px;
28
- }
29
-
30
- .fs-close
31
- {
32
- // position: absolute;
33
- // top: 2px;
34
- // bottom: 2px;
35
- // right: 2px;
36
- // min-width: 100px;
37
- // text-align: center;
38
- // padding-right: 2px;
39
- cursor: pointer;
40
- color: #aaa;
41
- float: right;
42
-
43
- &:hover
44
- {
45
- color: #666;
46
- // background: #A9A9A9;
47
- }
48
-
49
- > *
50
- {
51
- margin-top: 7px;
52
- display: inline-block;
53
- }
54
- }
55
-
56
- label.fs-plugin-title
57
- {
58
- background: rgba(0, 0, 0, 0.3);
59
- color: #fff;
60
- padding: 2px 10px;
61
- position: absolute;
62
- top: 100%;
63
- bottom: auto;
64
- right: auto;
65
- @include border-radius(0 0 3px 3px);
66
- left: 10px;
67
- font-size: 12px;
68
- font-weight: bold;
69
- cursor: auto;
70
- }
71
- }
72
-
73
- .rtl .fs-notice
74
- {
75
- .fs-close
76
- {
77
- // left: 2px;
78
- // right: auto;
79
- // padding-right: 0;
80
- // padding-left: 2px;
81
- float: left;
82
- }
83
- }
84
-
85
- .fs-secure-notice
86
- {
87
- position: fixed;
88
- top: 32px;
89
- left: 160px;
90
- right: 0;
91
- background: rgb(235, 253, 235);
92
- padding: 10px 20px;
93
- color: green;
94
- z-index: 9999;
95
- box-shadow: 0px 2px 2px rgba(6, 113, 6, 0.3);
96
- @include opacity(0.95);
97
-
98
- &:hover
99
- {
100
- @include opacity(1);
101
- }
102
- }
103
-
104
- @media screen and (max-width: 960px) {
105
- .fs-secure-notice
106
- {
107
- left: 36px;
108
- }
109
- }
110
-
111
- @media screen and (max-width:500px) {
112
- #fs_promo_tab {
113
- display: none;
114
- }
115
- }
116
-
117
- @media screen and (max-width: 782px) {
118
- .fs-secure-notice
119
- {
120
- left: 0;
121
- top: 46px;
122
- text-align: center;
123
- }
124
- }
125
-
126
- span.fs-submenu-item.fs-sub:before
127
- {
128
- // Add small arrow.
129
- content: '\21B3';
130
- padding: 0 5px;
131
- }
132
-
133
- .rtl
134
- {
135
- span.fs-submenu-item.fs-sub:before
136
- {
137
- // Add small RTL arrow.
138
- content: '\21B2';
139
- }
140
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/connect.scss DELETED
@@ -1,471 +0,0 @@
1
- @import "../start";
2
-
3
- $form_width: 480px;
4
-
5
- #fs_connect
6
- {
7
- width: $form_width;
8
- @include box-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
9
- margin: 20px 0;
10
-
11
- @media screen and (max-width: ($form_width - 1)) {
12
- @include box-shadow(none);
13
- width: auto;
14
- margin: 0 0 0 -10px;
15
- }
16
-
17
- .fs-content
18
- {
19
- background: #fff;
20
- padding: 15px 20px;
21
-
22
- .fs-error {
23
- background: snow;
24
- color: $fs-logo-magenta-color;
25
- border: 1px solid $fs-logo-magenta-color;
26
- @include box-shadow(0 1px 1px 0 rgba(0,0,0,.1));
27
- text-align: center;
28
- padding: 5px;
29
- margin-bottom: 10px;
30
- }
31
-
32
- p
33
- {
34
- margin: 0;
35
- padding: 0;
36
- font-size: 1.2em;
37
- }
38
- }
39
-
40
- .fs-license-key-container {
41
- position: relative;
42
- width: 280px;
43
- margin: 10px auto 0 auto;
44
-
45
- input {
46
- width: 100%;
47
- }
48
-
49
- .dashicons {
50
- position: absolute;
51
- top: 5px;
52
- right: 5px;
53
- }
54
- }
55
-
56
- .fs-actions
57
- {
58
- padding: 10px 20px;
59
- background: #C0C7CA;
60
-
61
- .button
62
- {
63
- padding: 0 10px 1px;
64
- line-height: 35px;
65
- height: 37px;
66
- font-size: 16px;
67
- margin-bottom: 0;
68
-
69
- .dashicons
70
- {
71
- font-size: 37px;
72
- margin-left: -8px;
73
- margin-right: 12px;
74
- }
75
-
76
- &.button-primary
77
- {
78
- padding-right: 15px;
79
- padding-left: 15px;
80
-
81
- &:after
82
- {
83
- content: ' \279C';
84
- }
85
-
86
- &.fs-loading
87
- {
88
- &:after
89
- {
90
- content: '';
91
- }
92
- }
93
- }
94
-
95
- &.button-secondary
96
- {
97
- float: right;
98
- }
99
- }
100
-
101
- // .fs-skip
102
- // {
103
- // line-height: 38px;
104
- // vertical-align: middle;
105
- // text-decoration: none;
106
- // margin-left: 10px;
107
- // }
108
- }
109
-
110
- &.fs-anonymous-disabled
111
- {
112
- .fs-actions
113
- {
114
- .button.button-primary
115
- {
116
- width: 100%;
117
- }
118
- }
119
- }
120
-
121
- .fs-permissions
122
- {
123
- padding: 10px 20px;
124
- background: #FEFEFE;
125
- // background: #F1F1F1;
126
- @include transition(background 0.5s ease);
127
-
128
- .fs-license-sync-disclaimer {
129
- text-align: center;
130
- margin-top: 0;
131
- }
132
-
133
- .fs-trigger
134
- {
135
- font-size: 0.9em;
136
- text-decoration: none;
137
- text-align: center;
138
- display: block;
139
- }
140
-
141
- ul
142
- {
143
- height: 0;
144
- overflow: hidden;
145
- margin: 0;
146
-
147
- li
148
- {
149
- margin-bottom: 12px;
150
-
151
- &:last-child
152
- {
153
- margin-bottom: 0;
154
- }
155
-
156
- i.dashicons
157
- {
158
- float: left;
159
- font-size: 40px;
160
- width: 40px;
161
- height: 40px;
162
- }
163
-
164
- div
165
- {
166
- margin-left: 55px;
167
-
168
- span
169
- {
170
- font-weight: bold;
171
- text-transform: uppercase;
172
- color: #23282d;
173
- }
174
-
175
- p
176
- {
177
- margin: 2px 0 0 0;
178
- }
179
- }
180
- }
181
- }
182
-
183
- &.fs-open
184
- {
185
- background: #fff;
186
-
187
- ul
188
- {
189
- height: auto;
190
- margin: 20px 20px 10px 20px;
191
- }
192
- }
193
-
194
- @media screen and (max-width: ($form_width - 1)) {
195
- background: #fff;
196
-
197
- .fs-trigger
198
- {
199
- display: none;
200
- }
201
-
202
- ul
203
- {
204
- height: auto;
205
- margin: 20px;
206
- }
207
- }
208
- }
209
-
210
- .fs-freemium-licensing {
211
- padding: 8px;
212
- // background: #0085BA;
213
- background: #777;
214
- color: #fff;
215
-
216
- p {
217
- text-align: center;
218
- display: block;
219
- margin: 0;
220
- padding: 0;
221
- }
222
-
223
- a {
224
- color: #C2EEFF;
225
- text-decoration: underline;
226
- }
227
- }
228
-
229
- $icon_size: 80px;
230
- $wp_logo_padding: $icon_size / 10;
231
- $icons_top: 10px;
232
-
233
- .fs-visual
234
- {
235
- padding: 12px;
236
- line-height: 0;
237
- background: #fafafa;
238
- height: $icon_size;
239
- position: relative;
240
-
241
- .fs-site-icon
242
- {
243
- position: absolute;
244
- left: 20px;
245
- top: $icons_top;
246
- }
247
-
248
- .fs-connect-logo
249
- {
250
- position: absolute;
251
- right: 20px;
252
- top: $icons_top;
253
- }
254
-
255
- .fs-plugin-icon
256
- {
257
- position: absolute;
258
- top: $icons_top;
259
- left: 50%;
260
- margin-left: - ($icon_size / 2);
261
- }
262
-
263
- .fs-plugin-icon,
264
- .fs-site-icon,
265
- img,
266
- object
267
- {
268
- width: $icon_size;
269
- height: $icon_size;
270
- }
271
-
272
- .dashicons-wordpress
273
- {
274
- font-size: $icon_size - ($wp_logo_padding * 2);
275
- background: $wordpress_color;
276
- color: #fff;
277
- width: $icon_size - ($wp_logo_padding * 2);
278
- height: $icon_size - ($wp_logo_padding * 2);
279
- padding: $wp_logo_padding;
280
- }
281
-
282
- .dashicons-plus
283
- {
284
- position: absolute;
285
- top: 50%;
286
- font-size: 30px;
287
- margin-top: -10px;
288
- color: #bbb;
289
-
290
- &.fs-first
291
- {
292
- left: 28%;
293
- }
294
- &.fs-second
295
- {
296
- left: 65%;
297
- }
298
- }
299
-
300
- .fs-plugin-icon,
301
- .fs-connect-logo,
302
- .fs-site-icon
303
- {
304
- border: 1px solid #ccc;
305
- padding: 1px;
306
- background: #fff;
307
- }
308
- }
309
-
310
- .fs-terms
311
- {
312
- text-align: center;
313
- font-size: 0.85em;
314
- padding: 5px;
315
- background: rgba(0, 0, 0, 0.05);
316
-
317
- &, a
318
- {
319
- color: #999;
320
- }
321
-
322
- a
323
- {
324
- text-decoration: none;
325
- }
326
- }
327
- }
328
-
329
- .rtl
330
- {
331
- #fs_connect
332
- {
333
- .fs-actions
334
- {
335
- padding: 10px 20px;
336
- background: #C0C7CA;
337
-
338
- .button
339
- {
340
- .dashicons
341
- {
342
- font-size: 37px;
343
- margin-left: -8px;
344
- margin-right: 12px;
345
- }
346
-
347
- &.button-primary
348
- {
349
- &:after
350
- {
351
- content: ' \000bb';
352
- }
353
-
354
- &.fs-loading
355
- {
356
- &:after
357
- {
358
- content: '';
359
- }
360
- }
361
- }
362
-
363
- &.button-secondary
364
- {
365
- float: left;
366
- }
367
- }
368
- }
369
-
370
- .fs-permissions
371
- {
372
- ul
373
- {
374
- li
375
- {
376
- div
377
- {
378
- margin-right: 55px;
379
- margin-left: 0;
380
- }
381
-
382
- i.dashicons
383
- {
384
- float: right;
385
- }
386
-
387
- }
388
- }
389
- }
390
-
391
- .fs-visual
392
- {
393
- .fs-site-icon
394
- {
395
- right: 20px;
396
- left: auto;
397
- }
398
-
399
- .fs-connect-logo
400
- {
401
- right: auto;
402
- left: 20px;
403
- }
404
- }
405
- }
406
- }
407
-
408
- .wp-pointer-content
409
- {
410
- #fs_connect
411
- {
412
- margin: 0;
413
- @include box-shadow(none);
414
- }
415
- }
416
-
417
- .fs-opt-in-pointer
418
- {
419
- .wp-pointer-content
420
- {
421
- padding: 0;
422
- }
423
-
424
- &.wp-pointer-top
425
- {
426
- .wp-pointer-arrow
427
- {
428
- border-bottom-color: #dfdfdf;
429
- }
430
- .wp-pointer-arrow-inner
431
- {
432
- border-bottom-color: #fafafa;
433
- }
434
- }
435
-
436
- &.wp-pointer-bottom
437
- {
438
- .wp-pointer-arrow
439
- {
440
- border-top-color: #dfdfdf;
441
- }
442
- .wp-pointer-arrow-inner
443
- {
444
- border-top-color: #fafafa;
445
- }
446
- }
447
-
448
- &.wp-pointer-left
449
- {
450
- .wp-pointer-arrow
451
- {
452
- border-right-color: #dfdfdf;
453
- }
454
- .wp-pointer-arrow-inner
455
- {
456
- border-right-color: #fafafa;
457
- }
458
- }
459
-
460
- &.wp-pointer-right
461
- {
462
- .wp-pointer-arrow
463
- {
464
- border-left-color: #dfdfdf;
465
- }
466
- .wp-pointer-arrow-inner
467
- {
468
- border-left-color: #fafafa;
469
- }
470
- }
471
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/deactivation-feedback.scss DELETED
@@ -1,120 +0,0 @@
1
- .fs-modal {
2
- position: fixed;
3
- overflow: auto;
4
- height: 100%;
5
- width: 100%;
6
- top: 0;
7
- z-index: 100000;
8
- display: none;
9
- background: rgba(0, 0, 0, 0.6);
10
-
11
- .fs-modal-dialog {
12
- background: transparent;
13
- position: absolute;
14
- left: 50%;
15
- margin-left: -298px;
16
- padding-bottom: 30px;
17
- top: -100%;
18
- z-index: 100001;
19
- width: 596px;
20
-
21
- @media (max-width: 650px) {
22
- margin-left: -50%;
23
- box-sizing: border-box;
24
- padding-left: 10px;
25
- padding-right: 10px;
26
- width: 100%;
27
-
28
- .fs-modal-panel > h3 > strong {
29
- font-size: 1.3em;
30
- }
31
-
32
- li.reason {
33
- margin-bottom: 10px;
34
-
35
- .reason-input {
36
- margin-left: 29px;
37
- }
38
-
39
- label {
40
- display: table;
41
-
42
- > span {
43
- display: table-cell;
44
- font-size: 1.3em;
45
- }
46
- }
47
- }
48
- }
49
- }
50
-
51
- &.active {
52
- display: block;
53
-
54
- &:before {
55
- display: block;
56
- }
57
-
58
- .fs-modal-dialog {
59
- top: 10%;
60
- }
61
- }
62
-
63
- .fs-modal-body,
64
- .fs-modal-footer {
65
- border: 0;
66
- background: #fefefe;
67
- padding: 20px;
68
- }
69
-
70
- .fs-modal-body {
71
- border-bottom: 0;
72
-
73
- h2 {
74
- font-size: 20px;
75
- }
76
-
77
- > div {
78
- margin-top: 10px;
79
-
80
- h2 {
81
- font-weight: bold;
82
- font-size: 20px;
83
- margin-top: 0;
84
- }
85
- }
86
- }
87
-
88
- .fs-modal-footer {
89
- border-top: #eeeeee solid 1px;
90
- text-align: right;
91
-
92
- > .button {
93
- margin: 0 7px;
94
-
95
- &:first-child {
96
- margin: 0;
97
- }
98
- }
99
- }
100
-
101
- .fs-modal-panel:not(.active) {
102
- display: none;
103
- }
104
-
105
- .reason-input {
106
- margin: 3px 0 3px 22px;
107
-
108
- input, textarea {
109
- width: 100%;
110
- }
111
- }
112
- }
113
-
114
- body.has-fs-modal {
115
- overflow: hidden;
116
- }
117
-
118
- #the-list .deactivate > .fs-slug {
119
- display: none;
120
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/debug.scss DELETED
@@ -1,91 +0,0 @@
1
- @import "../start";
2
-
3
- .switch
4
- {
5
- position: relative;
6
- display: inline-block;
7
- font-size: 1.6em;
8
- font-weight: bold;
9
- color: #ccc;
10
- text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
11
- height: 18px;
12
- padding: 6px 6px 5px 6px;
13
- border: 1px solid #ccc;
14
- border: 1px solid rgba(0, 0, 0, 0.2);
15
- border-radius: 4px;
16
- background: #ececec;
17
- box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
18
- cursor: pointer;
19
-
20
- span
21
- {
22
- display: inline-block; width: 35px;
23
- text-transform: uppercase;
24
-
25
- &.on
26
- {
27
- color: $button-primary-bkg;
28
- }
29
- }
30
-
31
- .toggle
32
- {
33
- position: absolute;
34
- top: 1px;
35
- width: 37px;
36
- height: 25px;
37
- border: 1px solid #ccc;
38
- border: 1px solid rgba(0, 0, 0, 0.3);
39
- border-radius: 4px;
40
- background: #fff;
41
- background: -moz-linear-gradient(top, #ececec 0%, #fff 100%);
42
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fff));
43
- background: -webkit-linear-gradient(top, #ececec 0%, #fff 100%);
44
- background: -o-linear-gradient(top, #ececec 0%, #fff 100%);
45
- background: -ms-linear-gradient(top, #ececec 0%, #fff 100%);
46
- background: linear-gradient(top, #ececec 0%, #fff 100%);
47
- box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
48
- z-index: 999;
49
- @include transition(all 0.15s ease-in-out);
50
- }
51
-
52
- &.on .toggle
53
- {
54
- left: 2%;
55
- }
56
- &.off .toggle
57
- {
58
- left: 54%;
59
- }
60
-
61
- /* Round switch */
62
- &.round
63
- {
64
- padding: 0px 20px;
65
- border-radius: 40px;
66
-
67
- .toggle
68
- {
69
- border-radius: 40px;
70
- width: 14px;
71
- height: 14px;
72
- }
73
-
74
- &.on .toggle
75
- {
76
- left: 3%;
77
- background: $button-primary-bkg;
78
- }
79
- &.off .toggle
80
- {
81
- left: 58%;
82
- }
83
- }
84
- }
85
-
86
- .switch-label
87
- {
88
- font-size: 20px;
89
- line-height: 31px;
90
- margin: 0 5px;
91
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/assets/scss/admin/dialog-boxes.scss DELETED
@@ -1,5 +0,0 @@
1
- @import "../start";
2
- @import "modal-common";
3
- @import "deactivation-feedback";
4
- @import "license-activation";
5
- @import "license-key-resend";
 
 
 
 
 
freemius/composer.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "name": "freemius/wordpress-sdk",
3
- "description": "Freemius WordPress SDK",
4
- "keywords": ["freemius", "wordpress", "plugin", "sdk"],
5
- "homepage": "https://freemius.com",
6
- "license": "GPL-2.0+",
7
- "require": {
8
- "php": ">=5.2"
9
- }
10
- }
 
 
 
 
 
 
 
 
 
 
freemius/config.php DELETED
@@ -1,229 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.4
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- define( 'WP_FS__SLUG', 'freemius' );
14
- if ( ! defined( 'WP_FS__DEV_MODE' ) ) {
15
- define( 'WP_FS__DEV_MODE', false );
16
- }
17
-
18
- /**
19
- * API Connectivity Simulation
20
- */
21
- if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY' ) ) {
22
- define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY', false );
23
- }
24
- if ( ! defined( 'WP_FS__SIMULATE_NO_CURL' ) ) {
25
- define( 'WP_FS__SIMULATE_NO_CURL', false );
26
- }
27
- if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE' ) ) {
28
- define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', false );
29
- }
30
- if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL' ) ) {
31
- define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', false );
32
- }
33
- if ( WP_FS__SIMULATE_NO_CURL ) {
34
- define( 'FS_SDK__SIMULATE_NO_CURL', true );
35
- }
36
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE ) {
37
- define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', true );
38
- }
39
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL ) {
40
- define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', true );
41
- }
42
-
43
- if ( ! defined( 'WP_FS__SIMULATE_FREEMIUS_OFF' ) ) {
44
- define( 'WP_FS__SIMULATE_FREEMIUS_OFF', false );
45
- }
46
-
47
- if ( ! defined( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES' ) ) {
48
- /**
49
- * @since 1.1.7.3
50
- * @author Vova Feldman (@svovaf)
51
- *
52
- * I'm not sure if shared servers periodically change IP, or the subdomain of the
53
- * admin dashboard. Also, I've seen sites that have strange loop of switching
54
- * between domains on a daily basis. Therefore, to eliminate the risk of
55
- * multiple unwanted connectivity test pings, temporary ignore domain or
56
- * server IP changes.
57
- */
58
- define( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES', false );
59
- }
60
-
61
- /**
62
- * If your dev environment supports custom public network IP setup
63
- * like VVV, please update WP_FS__LOCALHOST_IP with your public IP
64
- * and uncomment it during dev.
65
- */
66
- if ( ! defined( 'WP_FS__LOCALHOST_IP' ) ) {
67
- // VVV default public network IP.
68
- define( 'WP_FS__VVV_DEFAULT_PUBLIC_IP', '192.168.50.4' );
69
-
70
- // define( 'WP_FS__LOCALHOST_IP', WP_FS__VVV_DEFAULT_PUBLIC_IP );
71
- }
72
-
73
- /**
74
- * If true and running with secret key, the opt-in process
75
- * will skip the email activation process which is invoked
76
- * when the email of the context user already exist in Freemius
77
- * database (as a security precaution, to prevent sharing user
78
- * secret with unauthorized entity).
79
- *
80
- * IMPORTANT:
81
- * AS A SECURITY PRECAUTION, WE VALIDATE THE TIMESTAMP OF THE OPT-IN REQUEST.
82
- * THEREFORE, MAKE SURE THAT WHEN USING THIS PARAMETER,YOUR TESTING ENVIRONMENT'S
83
- * CLOCK IS SYNCED.
84
- */
85
- if ( ! defined( 'WP_FS__SKIP_EMAIL_ACTIVATION' ) ) {
86
- define( 'WP_FS__SKIP_EMAIL_ACTIVATION', false );
87
- }
88
-
89
-
90
- /**
91
- * Directories
92
- */
93
- define( 'WP_FS__DIR', dirname( __FILE__ ) );
94
- define( 'WP_FS__DIR_INCLUDES', WP_FS__DIR . '/includes' );
95
- define( 'WP_FS__DIR_TEMPLATES', WP_FS__DIR . '/templates' );
96
- define( 'WP_FS__DIR_ASSETS', WP_FS__DIR . '/assets' );
97
- define( 'WP_FS__DIR_CSS', WP_FS__DIR_ASSETS . '/css' );
98
- define( 'WP_FS__DIR_JS', WP_FS__DIR_ASSETS . '/js' );
99
- define( 'WP_FS__DIR_IMG', WP_FS__DIR_ASSETS . '/img' );
100
- define( 'WP_FS__DIR_SDK', WP_FS__DIR_INCLUDES . '/sdk' );
101
-
102
-
103
- /**
104
- * Domain / URL / Address
105
- */
106
- define( 'WP_FS__DOMAIN_PRODUCTION', 'wp.freemius.com' );
107
- define( 'WP_FS__ADDRESS_PRODUCTION', 'https://' . WP_FS__DOMAIN_PRODUCTION );
108
-
109
- if ( ! defined( 'WP_FS__DOMAIN_LOCALHOST' ) ) {
110
- define( 'WP_FS__DOMAIN_LOCALHOST', 'wp.freemius' );
111
- }
112
- if ( ! defined( 'WP_FS__ADDRESS_LOCALHOST' ) ) {
113
- define( 'WP_FS__ADDRESS_LOCALHOST', 'http://' . WP_FS__DOMAIN_LOCALHOST . ':8080' );
114
- }
115
-
116
- if ( ! defined( 'WP_FS__TESTING_DOMAIN' ) ) {
117
- define( 'WP_FS__TESTING_DOMAIN', 'fswp' );
118
- }
119
-
120
- if ( ! defined( 'WP_FS__API_ADDRESS_LOCALHOST' ) ) {
121
- define( 'WP_FS__API_ADDRESS_LOCALHOST', 'http://api.freemius:8080' );
122
- }
123
- if ( ! defined( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST' ) ) {
124
- define( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST', 'http://sandbox-api.freemius:8080' );
125
- }
126
-
127
- define( 'WP_FS__IS_HTTP_REQUEST', isset( $_SERVER['HTTP_HOST'] ) );
128
- define( 'WP_FS__REMOTE_ADDR', fs_get_ip() );
129
-
130
- if ( ! defined( 'WP_FS__IS_PRODUCTION_MODE' ) ) {
131
- // By default, run with Freemius production servers.
132
- define( 'WP_FS__IS_PRODUCTION_MODE', true );
133
- }
134
-
135
- define( 'WP_FS__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? WP_FS__ADDRESS_PRODUCTION : WP_FS__ADDRESS_LOCALHOST ) );
136
-
137
- if ( defined( 'WP_FS__LOCALHOST_IP' ) ) {
138
- define( 'WP_FS__IS_LOCALHOST', ( WP_FS__LOCALHOST_IP === WP_FS__REMOTE_ADDR ) );
139
- } else {
140
- define( 'WP_FS__IS_LOCALHOST', WP_FS__IS_HTTP_REQUEST &&
141
- is_string( WP_FS__REMOTE_ADDR ) &&
142
- ( substr( WP_FS__REMOTE_ADDR, 0, 4 ) === '127.' ||
143
- WP_FS__REMOTE_ADDR === '::1' )
144
- );
145
- }
146
-
147
- define( 'WP_FS__IS_LOCALHOST_FOR_SERVER', ( ! WP_FS__IS_HTTP_REQUEST ||
148
- false !== strpos( $_SERVER['HTTP_HOST'], 'localhost' ) ) );
149
-
150
- // Set API address for local testing.
151
- if ( ! WP_FS__IS_PRODUCTION_MODE ) {
152
- define( 'FS_API__ADDRESS', WP_FS__API_ADDRESS_LOCALHOST );
153
- define( 'FS_API__SANDBOX_ADDRESS', WP_FS__API_SANDBOX_ADDRESS_LOCALHOST );
154
- }
155
-
156
- define( 'WP_FS___OPTION_PREFIX', 'fs' . ( WP_FS__IS_PRODUCTION_MODE ? '' : '_dbg' ) . '_' );
157
-
158
- if ( ! defined( 'WP_FS__ACCOUNTS_OPTION_NAME' ) ) {
159
- define( 'WP_FS__ACCOUNTS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'accounts' );
160
- }
161
- if ( ! defined( 'WP_FS__API_CACHE_OPTION_NAME' ) ) {
162
- define( 'WP_FS__API_CACHE_OPTION_NAME', WP_FS___OPTION_PREFIX . 'api_cache' );
163
- }
164
- define( 'WP_FS__OPTIONS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'options' );
165
-
166
- define( 'WP_FS__IS_HTTPS', ( WP_FS__IS_HTTP_REQUEST &&
167
- // Checks if CloudFlare's HTTPS (Flexible SSL support).
168
- isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && 'https' === strtolower( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) ) ||
169
- // Check if HTTPS request.
170
- ( isset( $_SERVER['HTTPS'] ) && 'on' == $_SERVER['HTTPS'] ) ||
171
- ( isset( $_SERVER['SERVER_PORT'] ) && 443 == $_SERVER['SERVER_PORT'] )
172
- );
173
-
174
- define( 'WP_FS__IS_POST_REQUEST', ( WP_FS__IS_HTTP_REQUEST &&
175
- strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) );
176
-
177
- /**
178
- * Billing Frequencies
179
- */
180
- define( 'WP_FS__PERIOD_ANNUALLY', 'annual' );
181
- define( 'WP_FS__PERIOD_MONTHLY', 'monthly' );
182
- define( 'WP_FS__PERIOD_LIFETIME', 'lifetime' );
183
-
184
- /**
185
- * Plans
186
- */
187
- define( 'WP_FS__PLAN_DEFAULT_PAID', false );
188
- define( 'WP_FS__PLAN_FREE', 'free' );
189
- define( 'WP_FS__PLAN_TRIAL', 'trial' );
190
-
191
- /**
192
- * Times in seconds
193
- */
194
- define( 'WP_FS__TIME_5_MIN_IN_SEC', 300 );
195
- define( 'WP_FS__TIME_10_MIN_IN_SEC', 600 );
196
- // define( 'WP_FS__TIME_15_MIN_IN_SEC', 900 );
197
- define( 'WP_FS__TIME_24_HOURS_IN_SEC', 86400 );
198
-
199
- /**
200
- * Debugging
201
- */
202
- if ( ! defined( 'WP_FS__DEBUG_SDK' ) ) {
203
- $debug_mode = get_option( 'fs_debug_mode', null );
204
-
205
- if ( $debug_mode === null ) {
206
- $debug_mode = false;
207
- add_option( 'fs_debug_mode', $debug_mode );
208
- }
209
-
210
- define( 'WP_FS__DEBUG_SDK', is_numeric( $debug_mode ) ? ( 0 < $debug_mode ) : WP_FS__DEV_MODE );
211
- }
212
-
213
- define( 'WP_FS__ECHO_DEBUG_SDK', WP_FS__DEV_MODE && ! empty( $_GET['fs_dbg_echo'] ) );
214
- define( 'WP_FS__LOG_DATETIME_FORMAT', 'Y-n-d H:i:s' );
215
- if ( ! defined( 'FS_API__LOGGER_ON' ) ) {
216
- define( 'FS_API__LOGGER_ON', WP_FS__DEBUG_SDK );
217
- }
218
-
219
- if ( WP_FS__ECHO_DEBUG_SDK ) {
220
- error_reporting( E_ALL );
221
- ini_set( 'error_reporting', E_ALL );
222
- ini_set( 'display_errors', true );
223
- ini_set( 'html_errors', true );
224
- }
225
-
226
-
227
- define( 'WP_FS__SCRIPT_START_TIME', time() );
228
- define( 'WP_FS__DEFAULT_PRIORITY', 10 );
229
- define( 'WP_FS__LOWEST_PRIORITY', 999999999 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/gulpfile.js DELETED
@@ -1,42 +0,0 @@
1
- var gulp = require('gulp');
2
- var wpPot = require('gulp-wp-pot');
3
- var gettext = require('gulp-gettext');
4
- var sort = require('gulp-sort');
5
- var pofill = require('gulp-pofill');
6
- var rename = require('gulp-rename');
7
-
8
- gulp.task('default', function () {
9
- // Create POT out of i18n.php.
10
- gulp.src('includes/i18n.php')
11
- .pipe(sort())
12
- .pipe(wpPot( {
13
- destFile:'freemius.pot',
14
- package: 'freemius',
15
- bugReport: 'https://github.com/Freemius/wordpress-sdk/issues',
16
- lastTranslator: 'Vova Feldman <vova@freemius.com>',
17
- team: 'Freemius Team <admin@freemius.com>'
18
- } ))
19
- .pipe(gulp.dest('languages/'));
20
-
21
- // Create English PO out of the POT.
22
- gulp.src('languages/freemius.pot')
23
- .pipe(pofill({
24
- items: function(item) {
25
- // If msgstr is empty, use identity translation
26
- if (!item.msgstr.length) {
27
- item.msgstr = [''];
28
- }
29
- if (!item.msgstr[0]) {
30
- item.msgstr[0] = item.msgid;
31
- }
32
- return item;
33
- }
34
- }))
35
- .pipe(rename('freemius-en.po'))
36
- .pipe(gulp.dest('languages/'));
37
-
38
- // Compile POs to MOs.
39
- gulp.src('languages/*.po')
40
- .pipe(gettext())
41
- .pipe(gulp.dest('languages/'))
42
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/class-freemius-abstract.php DELETED
@@ -1,453 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.7
7
- */
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit;
10
- }
11
-
12
-
13
- /**
14
- * - Each instance of Freemius class represents a single plugin
15
- * install by a single user (the installer of the plugin).
16
- *
17
- * - Each website can only have one install of the same plugin.
18
- *
19
- * - Install entity is only created after a user connects his account with Freemius.
20
- *
21
- * Class Freemius_Abstract
22
- */
23
- abstract class Freemius_Abstract {
24
-
25
- #region Identity ------------------------------------------------------------------
26
-
27
- /**
28
- * Check if user registered with Freemius by connecting his account.
29
- *
30
- * @since 1.0.1
31
- * @return bool
32
- */
33
- abstract function is_registered();
34
-
35
- /**
36
- * Check if the user skipped connecting the account with Freemius.
37
- *
38
- * @since 1.0.7
39
- *
40
- * @return bool
41
- */
42
- abstract function is_anonymous();
43
-
44
- /**
45
- * Check if the user currently in activation mode.
46
- *
47
- * @since 1.0.7
48
- *
49
- * @return bool
50
- */
51
- abstract function is_activation_mode();
52
-
53
- #endregion Identity ------------------------------------------------------------------
54
-
55
- #region Permissions ------------------------------------------------------------------
56
-
57
- /**
58
- * Check if plugin must be WordPress.org compliant.
59
- *
60
- * @since 1.0.7
61
- *
62
- * @return bool
63
- */
64
- abstract function is_org_repo_compliant();
65
-
66
- /**
67
- * Check if plugin is allowed to install executable files.
68
- *
69
- * @author Vova Feldman (@svovaf)
70
- * @since 1.0.5
71
- *
72
- * @return bool
73
- */
74
- function is_allowed_to_install() {
75
- return ( $this->is_premium() || ! $this->is_org_repo_compliant() );
76
- }
77
-
78
- #endregion Permissions ------------------------------------------------------------------
79
-
80
- /**
81
- * Check if user in trial or in free plan (not paying).
82
- *
83
- * @author Vova Feldman (@svovaf)
84
- * @since 1.0.4
85
- *
86
- * @return bool
87
- */
88
- function is_not_paying() {
89
- return ( $this->is_trial() || $this->is_free_plan() );
90
- }
91
-
92
- /**
93
- * Check if the user has an activated and valid paid license on current plugin's install.
94
- *
95
- * @since 1.0.9
96
- *
97
- * @return bool
98
- */
99
- abstract function is_paying();
100
-
101
- /**
102
- * Check if the user is paying or in trial.
103
- *
104
- * @since 1.0.9
105
- *
106
- * @return bool
107
- */
108
- function is_paying_or_trial() {
109
- return ( $this->is_paying() || $this->is_trial() );
110
- }
111
-
112
- /**
113
- * Check if user in a trial or have feature enabled license.
114
- *
115
- * @author Vova Feldman (@svovaf)
116
- * @since 1.1.7
117
- *
118
- * @return bool
119
- */
120
- abstract function can_use_premium_code();
121
-
122
- #region Premium Only ------------------------------------------------------------------
123
-
124
- /**
125
- * All logic wrapped in methods with "__premium_only()" suffix will be only
126
- * included in the premium code.
127
- *
128
- * Example:
129
- * if ( freemius()->is__premium_only() ) {
130
- * ...
131
- * }
132
- */
133
-
134
- /**
135
- * Returns true when running premium plugin code.
136
- *
137
- * @since 1.0.9
138
- *
139
- * @return bool
140
- */
141
- function is__premium_only() {
142
- return $this->is_premium();
143
- }
144
-
145
- /**
146
- * Check if the user has an activated and valid paid license on current plugin's install.
147
- *
148
- * @since 1.0.9
149
- *
150
- * @return bool
151
- *
152
- */
153
- function is_paying__premium_only() {
154
- return ( $this->is__premium_only() && $this->is_paying() );
155
- }
156
-
157
- /**
158
- * All code wrapped in this statement will be only included in the premium code.
159
- *
160
- * @since 1.0.9
161
- *
162
- * @param string $plan Plan name
163
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
164
- *
165
- * @return bool
166
- */
167
- function is_plan__premium_only( $plan, $exact = false ) {
168
- return ( $this->is_premium() && $this->is_plan( $plan, $exact ) );
169
- }
170
-
171
- /**
172
- * Check if plan matches active license' plan or active trial license' plan.
173
- *
174
- * All code wrapped in this statement will be only included in the premium code.
175
- *
176
- * @since 1.0.9
177
- *
178
- * @param string $plan Plan name
179
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
180
- *
181
- * @return bool
182
- */
183
- function is_plan_or_trial__premium_only( $plan, $exact = false ) {
184
- return ( $this->is_premium() && $this->is_plan_or_trial( $plan, $exact ) );
185
- }
186
-
187
- /**
188
- * Check if the user is paying or in trial.
189
- *
190
- * All code wrapped in this statement will be only included in the premium code.
191
- *
192
- * @since 1.0.9
193
- *
194
- * @return bool
195
- */
196
- function is_paying_or_trial__premium_only() {
197
- return $this->is_premium() && $this->is_paying_or_trial();
198
- }
199
-
200
- /**
201
- * Check if the user has an activated and valid paid license on current plugin's install.
202
- *
203
- * @since 1.0.4
204
- *
205
- * @return bool
206
- *
207
- * @deprecated Method name is confusing since it's not clear from the name the code will be removed.
208
- * @using Alias to is_paying__premium_only()
209
- */
210
- function is_paying__fs__() {
211
- return $this->is_paying__premium_only();
212
- }
213
-
214
- /**
215
- * Check if user in a trial or have feature enabled license.
216
- *
217
- * All code wrapped in this statement will be only included in the premium code.
218
- *
219
- * @author Vova Feldman (@svovaf)
220
- * @since 1.1.9
221
- *
222
- * @return bool
223
- */
224
- function can_use_premium_code__premium_only() {
225
- return $this->is_premium() && $this->can_use_premium_code();
226
- }
227
-
228
- #endregion Premium Only ------------------------------------------------------------------
229
-
230
- #region Trial ------------------------------------------------------------------
231
-
232
- /**
233
- * Check if the user in a trial.
234
- *
235
- * @since 1.0.3
236
- *
237
- * @return bool
238
- */
239
- abstract function is_trial();
240
-
241
- /**
242
- * Check if trial already utilized.
243
- *
244
- * @since 1.0.9
245
- *
246
- * @return bool
247
- */
248
- abstract function is_trial_utilized();
249
-
250
- #endregion Trial ------------------------------------------------------------------
251
-
252
- #region Plans ------------------------------------------------------------------
253
-
254
- /**
255
- * Check if plugin using the free plan.
256
- *
257
- * @since 1.0.4
258
- *
259
- * @return bool
260
- */
261
- abstract function is_free_plan();
262
-
263
- /**
264
- * @since 1.0.2
265
- *
266
- * @param string $plan Plan name
267
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
268
- *
269
- * @return bool
270
- */
271
- abstract function is_plan( $plan, $exact = false );
272
-
273
- /**
274
- * Check if plan based on trial. If not in trial mode, should return false.
275
- *
276
- * @since 1.0.9
277
- *
278
- * @param string $plan Plan name
279
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
280
- *
281
- * @return bool
282
- */
283
- abstract function is_trial_plan( $plan, $exact = false );
284
-
285
- /**
286
- * Check if plan matches active license' plan or active trial license' plan.
287
- *
288
- * @since 1.0.9
289
- *
290
- * @param string $plan Plan name
291
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
292
- *
293
- * @return bool
294
- */
295
- function is_plan_or_trial( $plan, $exact = false ) {
296
- return $this->is_plan( $plan, $exact ) ||
297
- $this->is_trial_plan( $plan, $exact );
298
- }
299
-
300
- /**
301
- * Check if plugin has any paid plans.
302
- *
303
- * @author Vova Feldman (@svovaf)
304
- * @since 1.0.7
305
- *
306
- * @return bool
307
- */
308
- abstract function has_paid_plan();
309
-
310
- /**
311
- * Check if plugin has any free plan, or is it premium only.
312
- *
313
- * Note: If no plans configured, assume plugin is free.
314
- *
315
- * @author Vova Feldman (@svovaf)
316
- * @since 1.0.7
317
- *
318
- * @return bool
319
- */
320
- abstract function has_free_plan();
321
-
322
- /**
323
- * Check if plugin is premium only (no free plans).
324
- *
325
- * NOTE: is__premium_only() is very different method, don't get confused.
326
- *
327
- * @author Vova Feldman (@svovaf)
328
- * @since 1.1.9
329
- *
330
- * @return bool
331
- */
332
- abstract function is_only_premium();
333
-
334
- /**
335
- * Checks if it's a freemium plugin.
336
- *
337
- * @author Vova Feldman (@svovaf)
338
- * @since 1.1.9
339
- *
340
- * @return bool
341
- */
342
- function is_freemium() {
343
- return $this->has_paid_plan() &&
344
- $this->has_free_plan();
345
- }
346
-
347
- #endregion Plans ------------------------------------------------------------------
348
-
349
- /**
350
- * Check if running payments in sandbox mode.
351
- *
352
- * @since 1.0.4
353
- *
354
- * @return bool
355
- */
356
- abstract function is_payments_sandbox();
357
-
358
- /**
359
- * Check if running test vs. live plugin.
360
- *
361
- * @since 1.0.5
362
- *
363
- * @return bool
364
- */
365
- abstract function is_live();
366
-
367
- /**
368
- * Check if running premium plugin code.
369
- *
370
- * @since 1.0.5
371
- *
372
- * @return bool
373
- */
374
- abstract function is_premium();
375
-
376
- /**
377
- * Get upgrade URL.
378
- *
379
- * @author Vova Feldman (@svovaf)
380
- * @since 1.0.2
381
- *
382
- * @param string $period Billing cycle
383
- *
384
- * @return string
385
- */
386
- abstract function get_upgrade_url( $period = WP_FS__PERIOD_ANNUALLY );
387
-
388
- /**
389
- * Check if Freemius was first added in a plugin update.
390
- *
391
- * @author Vova Feldman (@svovaf)
392
- * @since 1.1.5
393
- *
394
- * @return bool
395
- */
396
- function is_plugin_update() {
397
- return ! $this->is_plugin_new_install();
398
- }
399
-
400
- /**
401
- * Check if Freemius was part of the plugin when the user installed it first.
402
- *
403
- * @author Vova Feldman (@svovaf)
404
- * @since 1.1.5
405
- *
406
- * @return bool
407
- */
408
- abstract function is_plugin_new_install();
409
-
410
- #region Marketing ------------------------------------------------------------------
411
-
412
- /**
413
- * Check if current user purchased any other plugins before.
414
- *
415
- * @author Vova Feldman (@svovaf)
416
- * @since 1.0.9
417
- *
418
- * @return bool
419
- */
420
- abstract function has_purchased_before();
421
-
422
- /**
423
- * Check if current user classified as an agency.
424
- *
425
- * @author Vova Feldman (@svovaf)
426
- * @since 1.0.9
427
- *
428
- * @return bool
429
- */
430
- abstract function is_agency();
431
-
432
- /**
433
- * Check if current user classified as a developer.
434
- *
435
- * @author Vova Feldman (@svovaf)
436
- * @since 1.0.9
437
- *
438
- * @return bool
439
- */
440
- abstract function is_developer();
441
-
442
- /**
443
- * Check if current user classified as a business.
444
- *
445
- * @author Vova Feldman (@svovaf)
446
- * @since 1.0.9
447
- *
448
- * @return bool
449
- */
450
- abstract function is_business();
451
-
452
- #endregion ------------------------------------------------------------------
453
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/class-freemius.php DELETED
@@ -1,10422 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit;
10
- }
11
-
12
- // "final class"
13
- class Freemius extends Freemius_Abstract {
14
- /**
15
- * SDK Version
16
- *
17
- * @var string
18
- */
19
- public $version = WP_FS__SDK_VERSION;
20
-
21
- #region Plugin Info
22
-
23
- /**
24
- * @since 1.0.1
25
- *
26
- * @var string
27
- */
28
- private $_slug;
29
-
30
- /**
31
- * @since 1.0.0
32
- *
33
- * @var string
34
- */
35
- private $_plugin_basename;
36
- /**
37
- * @since 1.0.0
38
- *
39
- * @var string
40
- */
41
- private $_free_plugin_basename;
42
- /**
43
- * @since 1.0.0
44
- *
45
- * @var string
46
- */
47
- private $_plugin_dir_path;
48
- /**
49
- * @since 1.0.0
50
- *
51
- * @var string
52
- */
53
- private $_plugin_dir_name;
54
- /**
55
- * @since 1.0.0
56
- *
57
- * @var string
58
- */
59
- private $_plugin_main_file_path;
60
- /**
61
- * @var string[]
62
- */
63
- private $_plugin_data;
64
- /**
65
- * @since 1.0.9
66
- *
67
- * @var string
68
- */
69
- private $_plugin_name;
70
-
71
- #endregion Plugin Info
72
-
73
- /**
74
- * @since 1.0.9
75
- *
76
- * @var bool If false, don't turn Freemius on.
77
- */
78
- private $_is_on;
79
-
80
- /**
81
- * @since 1.1.3
82
- *
83
- * @var bool If false, don't turn Freemius on.
84
- */
85
- private $_is_anonymous;
86
-
87
- /**
88
- * @since 1.0.9
89
- * @var bool If false, issues with connectivity to Freemius API.
90
- */
91
- private $_has_api_connection;
92
-
93
- /**
94
- * @since 1.0.9
95
- * @var bool Hints the SDK if plugin can support anonymous mode (if skip connect is visible).
96
- */
97
- private $_enable_anonymous;
98
-
99
- /**
100
- * @since 1.1.7.5
101
- * @var bool Hints the SDK if plugin should run in anonymous mode (only adds feedback form).
102
- */
103
- private $_anonymous_mode;
104
-
105
- /**
106
- * @since 1.1.9
107
- * @var bool Hints the SDK if plugin have any free plans.
108
- */
109
- private $_is_premium_only;
110
-
111
- /**
112
- * @since 1.0.8
113
- * @var bool Hints the SDK if the plugin has any paid plans.
114
- */
115
- private $_has_paid_plans;
116
-
117
- /**
118
- * @since 1.0.7
119
- * @var bool Hints the SDK if the plugin is WordPress.org compliant.
120
- */
121
- private $_is_org_compliant;
122
-
123
- /**
124
- * @since 1.0.7
125
- * @var bool Hints the SDK if the plugin is has add-ons.
126
- */
127
- private $_has_addons;
128
-
129
- /**
130
- * @since 1.1.6
131
- * @var string[]bool.
132
- */
133
- private $_permissions;
134
-
135
- /**
136
- * @var FS_Key_Value_Storage
137
- */
138
- private $_storage;
139
-
140
- /**
141
- * @since 1.0.0
142
- *
143
- * @var FS_Logger
144
- */
145
- private $_logger;
146
- /**
147
- * @since 1.0.4
148
- *
149
- * @var FS_Plugin
150
- */
151
- private $_plugin = false;
152
- /**
153
- * @since 1.0.4
154
- *
155
- * @var FS_Plugin|false
156
- */
157
- private $_parent_plugin = false;
158
- /**
159
- * @since 1.1.1
160
- *
161
- * @var Freemius
162
- */
163
- private $_parent = false;
164
- /**
165
- * @since 1.0.1
166
- *
167
- * @var FS_User
168
- */
169
- private $_user = false;
170
- /**
171
- * @since 1.0.1
172
- *
173
- * @var FS_Site
174
- */
175
- private $_site = false;
176
- /**
177
- * @since 1.0.1
178
- *
179
- * @var FS_Plugin_License
180
- */
181
- private $_license;
182
- /**
183
- * @since 1.0.2
184
- *
185
- * @var FS_Plugin_Plan[]
186
- */
187
- private $_plans = false;
188
- /**
189
- * @var FS_Plugin_License[]
190
- * @since 1.0.5
191
- */
192
- private $_licenses = false;
193
-
194
- /**
195
- * @since 1.0.1
196
- *
197
- * @var FS_Admin_Menu_Manager
198
- */
199
- private $_menu;
200
-
201
- /**
202
- * @var FS_Admin_Notice_Manager
203
- */
204
- private $_admin_notices;
205
-
206
- /**
207
- * @since 1.1.6
208
- *
209
- * @var FS_Admin_Notice_Manager
210
- */
211
- private static $_global_admin_notices;
212
-
213
- /**
214
- * @var FS_Logger
215
- * @since 1.0.0
216
- */
217
- private static $_static_logger;
218
-
219
- /**
220
- * @var FS_Option_Manager
221
- * @since 1.0.2
222
- */
223
- private static $_accounts;
224
-
225
- /**
226
- * @var Freemius[]
227
- */
228
- private static $_instances = array();
229
-
230
- // Reason IDs
231
- const REASON_NO_LONGER_NEEDED = 1;
232
- const REASON_FOUND_A_BETTER_PLUGIN = 2;
233
- const REASON_NEEDED_FOR_A_SHORT_PERIOD = 3;
234
- const REASON_BROKE_MY_SITE = 4;
235
- const REASON_SUDDENLY_STOPPED_WORKING = 5;
236
- const REASON_CANT_PAY_ANYMORE = 6;
237
- const REASON_OTHER = 7;
238
- const REASON_DIDNT_WORK = 8;
239
- const REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION = 9;
240
- const REASON_COULDNT_MAKE_IT_WORK = 10;
241
- const REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE = 11;
242
- const REASON_NOT_WORKING = 12;
243
- const REASON_NOT_WHAT_I_WAS_LOOKING_FOR = 13;
244
- const REASON_DIDNT_WORK_AS_EXPECTED = 14;
245
- const REASON_TEMPORARY_DEACTIVATION = 15;
246
-
247
- /* Ctor
248
- ------------------------------------------------------------------------------------------------------------------*/
249
-
250
- /**
251
- * Main singleton instance.
252
- *
253
- * @author Vova Feldman (@svovaf)
254
- * @since 1.0.0
255
- *
256
- * @param string $slug
257
- * @param bool $is_init Since 1.2.1 Is initiation sequence.
258
- */
259
- private function __construct( $slug, $is_init = false ) {
260
- $this->_slug = $slug;
261
-
262
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
263
-
264
- $this->_storage = FS_Key_Value_Storage::instance( 'plugin_data', $this->_slug );
265
-
266
- $this->_plugin_main_file_path = $this->_find_caller_plugin_file( $is_init );
267
- $this->_plugin_dir_path = plugin_dir_path( $this->_plugin_main_file_path );
268
- $this->_plugin_basename = plugin_basename( $this->_plugin_main_file_path );
269
- $this->_free_plugin_basename = str_replace( '-premium/', '/', $this->_plugin_basename );
270
-
271
- $base_name_split = explode( '/', $this->_plugin_basename );
272
- $this->_plugin_dir_name = $base_name_split[0];
273
-
274
- if ( $this->_logger->is_on() ) {
275
- $this->_logger->info( 'plugin_main_file_path = ' . $this->_plugin_main_file_path );
276
- $this->_logger->info( 'plugin_dir_path = ' . $this->_plugin_dir_path );
277
- $this->_logger->info( 'plugin_basename = ' . $this->_plugin_basename );
278
- $this->_logger->info( 'free_plugin_basename = ' . $this->_free_plugin_basename );
279
- $this->_logger->info( 'plugin_dir_name = ' . $this->_plugin_dir_name );
280
- }
281
-
282
- // Remember link between file to slug.
283
- $this->store_file_slug_map();
284
-
285
- // Store plugin's initial install timestamp.
286
- if ( ! isset( $this->_storage->install_timestamp ) ) {
287
- $this->_storage->install_timestamp = WP_FS__SCRIPT_START_TIME;
288
- }
289
-
290
- $this->_plugin = FS_Plugin_Manager::instance( $this->_slug )->get();
291
-
292
- $this->_admin_notices = FS_Admin_Notice_Manager::instance(
293
- $slug,
294
- is_object( $this->_plugin ) ? $this->_plugin->title : ''
295
- );
296
-
297
- if ( 'true' === fs_request_get( 'fs_clear_api_cache' ) ||
298
- 'true' === fs_request_is_action( 'restart_freemius' )
299
- ) {
300
- FS_Api::clear_cache();
301
- }
302
-
303
- $this->_register_hooks();
304
-
305
- $this->_load_account();
306
-
307
- $this->_version_updates_handler();
308
- }
309
-
310
- /**
311
- * @author Vova Feldman (@svovaf)
312
- * @since 1.0.9
313
- */
314
- private function _version_updates_handler() {
315
- if ( ! isset( $this->_storage->sdk_version ) || $this->_storage->sdk_version != $this->version ) {
316
- // Freemius version upgrade mode.
317
- $this->_storage->sdk_last_version = $this->_storage->sdk_version;
318
- $this->_storage->sdk_version = $this->version;
319
-
320
- if ( empty( $this->_storage->sdk_last_version ) ||
321
- version_compare( $this->_storage->sdk_last_version, $this->version, '<' )
322
- ) {
323
- $this->_storage->sdk_upgrade_mode = true;
324
- $this->_storage->sdk_downgrade_mode = false;
325
- } else {
326
- $this->_storage->sdk_downgrade_mode = true;
327
- $this->_storage->sdk_upgrade_mode = false;
328
-
329
- }
330
-
331
- $this->do_action( 'sdk_version_update', $this->_storage->sdk_last_version, $this->version );
332
- }
333
-
334
- $plugin_version = $this->get_plugin_version();
335
- if ( ! isset( $this->_storage->plugin_version ) || $this->_storage->plugin_version != $plugin_version ) {
336
- // Plugin version upgrade mode.
337
- $this->_storage->plugin_last_version = $this->_storage->plugin_version;
338
- $this->_storage->plugin_version = $plugin_version;
339
-
340
- if ( empty( $this->_storage->plugin_last_version ) ||
341
- version_compare( $this->_storage->plugin_last_version, $plugin_version, '<' )
342
- ) {
343
- $this->_storage->plugin_upgrade_mode = true;
344
- $this->_storage->plugin_downgrade_mode = false;
345
- } else {
346
- $this->_storage->plugin_downgrade_mode = true;
347
- $this->_storage->plugin_upgrade_mode = false;
348
- }
349
-
350
- if ( ! empty( $this->_storage->plugin_last_version ) ) {
351
- // Different version of the plugin was installed before, therefore it's an update.
352
- $this->_storage->is_plugin_new_install = false;
353
- }
354
-
355
- $this->do_action( 'plugin_version_update', $this->_storage->plugin_last_version, $plugin_version );
356
- }
357
- }
358
-
359
- /**
360
- * @author Vova Feldman (@svovaf)
361
- * @since 1.1.5
362
- *
363
- * @param string $sdk_prev_version
364
- * @param string $sdk_version
365
- */
366
- function _data_migration( $sdk_prev_version, $sdk_version ) {
367
- /**
368
- * @since 1.1.7.3 Fixed unwanted connectivity test cleanup.
369
- */
370
- if ( empty( $sdk_prev_version ) ) {
371
- return;
372
- }
373
-
374
- if ( version_compare( $sdk_prev_version, '1.1.5', '<' ) &&
375
- version_compare( $sdk_version, '1.1.5', '>=' )
376
- ) {
377
- // On version 1.1.5 merged connectivity and is_on data.
378
- if ( isset( $this->_storage->connectivity_test ) ) {
379
- if ( ! isset( $this->_storage->is_on ) ) {
380
- unset( $this->_storage->connectivity_test );
381
- } else {
382
- $connectivity_data = $this->_storage->connectivity_test;
383
- $connectivity_data['is_active'] = $this->_storage->is_on['is_active'];
384
- $connectivity_data['timestamp'] = $this->_storage->is_on['timestamp'];
385
-
386
- // Override.
387
- $this->_storage->connectivity_test = $connectivity_data;
388
-
389
- // Remove previous structure.
390
- unset( $this->_storage->is_on );
391
- }
392
-
393
- }
394
- }
395
- }
396
-
397
- /**
398
- * This action is connected to the 'plugins_loaded' hook and helps to determine
399
- * if this is a new plugin installation or a plugin update.
400
- *
401
- * There are 3 different use-cases:
402
- * 1) New plugin installation right with Freemius:
403
- * 1.1 _activate_plugin_event_hook() will be executed first
404
- * 1.2 Since $this->_storage->is_plugin_new_install is not set,
405
- * and $this->_storage->plugin_last_version is not set,
406
- * $this->_storage->is_plugin_new_install will be set to TRUE.
407
- * 1.3 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
408
- * be already set to TRUE.
409
- *
410
- * 2) Plugin update, didn't have Freemius before, and now have the SDK:
411
- * 2.1 _activate_plugin_event_hook() will not be executed, because
412
- * the activation hook do NOT fires on updates since WP 3.1.
413
- * 2.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
414
- * be empty, therefore, it will be set to FALSE.
415
- *
416
- * 3) Plugin update, had Freemius in prev version as well:
417
- * 3.1 _version_updates_handler() will be executed 1st, since FS was installed
418
- * before, $this->_storage->plugin_last_version will NOT be empty,
419
- * therefore, $this->_storage->is_plugin_new_install will be set to FALSE.
420
- * 3.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install is
421
- * already set, therefore, it will not be modified.
422
- *
423
- * Use-case #3 is backward compatible, #3.1 will be executed since 1.0.9.
424
- *
425
- * NOTE:
426
- * The only fallback of this mechanism is if an admin updates a plugin based on use-case #2,
427
- * and then, the next immediate PageView is the plugin's main settings page, it will not
428
- * show the opt-in right away. The reason it will happen is because Freemius execution
429
- * will be turned off till the plugin is fully loaded at least once
430
- * (till $this->_storage->was_plugin_loaded is TRUE).
431
- *
432
- * @author Vova Feldman (@svovaf)
433
- * @since 1.1.9
434
- *
435
- */
436
- function _plugins_loaded() {
437
- // Update flag that plugin was loaded with Freemius at least once.
438
- $this->_storage->was_plugin_loaded = true;
439
-
440
- if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
441
- $this->_storage->is_plugin_new_install = false;
442
- }
443
- }
444
-
445
- /**
446
- * @author Vova Feldman (@svovaf)
447
- * @since 1.0.9
448
- */
449
- private function _register_hooks() {
450
- if ( is_admin() ) {
451
- // Hook to plugin activation
452
- register_activation_hook( $this->_plugin_main_file_path, array(
453
- &$this,
454
- '_activate_plugin_event_hook'
455
- ) );
456
-
457
- /**
458
- * Part of the mechanism to identify new plugin install vs. plugin update.
459
- *
460
- * @author Vova Feldman (@svovaf)
461
- * @since 1.1.9
462
- */
463
- if ( empty( $this->_storage->was_plugin_loaded ) ) {
464
- if ( $this->is_activation_mode( false ) ) {
465
- add_action( 'plugins_loaded', array( &$this, '_plugins_loaded' ) );
466
- } else {
467
- // If was activated before, then it was already loaded before.
468
- $this->_plugins_loaded();
469
- }
470
- }
471
-
472
- if ( ! $this->is_ajax() ) {
473
- if ( ! $this->is_addon() ) {
474
- add_action( 'init', array( &$this, '_add_default_submenu_items' ), WP_FS__LOWEST_PRIORITY );
475
- add_action( 'admin_menu', array( &$this, '_prepare_admin_menu' ), WP_FS__LOWEST_PRIORITY );
476
- }
477
- }
478
- }
479
-
480
- register_deactivation_hook( $this->_plugin_main_file_path, array( &$this, '_deactivate_plugin_hook' ) );
481
-
482
- add_action( 'init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
483
-
484
- $this->add_action( 'after_plans_sync', array( &$this, '_check_for_trial_plans' ) );
485
-
486
- $this->add_action( 'sdk_version_update', array( &$this, '_data_migration' ), WP_FS__DEFAULT_PRIORITY, 2 );
487
- }
488
-
489
- /**
490
- * Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
491
- * could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
492
- * plugin will trigger inclusion of the free or premium version and if one of them is active during the
493
- * uninstallation, a fatal error may occur in case the plugin's class or functions are already defined.
494
- *
495
- * @author Leo Fajardo (leorw)
496
- *
497
- * @since 1.2.0
498
- */
499
- private function unregister_uninstall_hook() {
500
- $uninstallable_plugins = (array) get_option( 'uninstall_plugins' );
501
- unset( $uninstallable_plugins[ $this->_free_plugin_basename ] );
502
- unset( $uninstallable_plugins[ $this->premium_plugin_basename() ] );
503
-
504
- update_option( 'uninstall_plugins', $uninstallable_plugins );
505
- }
506
-
507
- /**
508
- * @since 1.2.0 Invalidate module's main file cache, otherwise, FS_Plugin_Updater will not fetch updates.
509
- */
510
- private function clear_module_main_file_cache() {
511
- if ( ! isset( $this->_storage->plugin_main_file ) ||
512
- empty( $this->_storage->plugin_main_file->path )
513
- ) {
514
- return;
515
- }
516
-
517
- // Store cached path (2nd layer cache).
518
- $this->_storage->plugin_main_file->prev_path = $this->_storage->plugin_main_file->path;
519
-
520
- // Clear cached path.
521
- unset( $this->_storage->plugin_main_file->path );
522
- }
523
-
524
- /**
525
- * @author Vova Feldman (@svovaf)
526
- * @since 1.0.9
527
- */
528
- private function _register_account_hooks() {
529
- if ( is_admin() ) {
530
- if ( ! $this->is_ajax() ) {
531
- if ( $this->apply_filters( 'show_trial', true ) && $this->has_trial_plan() ) {
532
- $last_time_trial_promotion_shown = $this->_storage->get( 'trial_promotion_shown', false );
533
- if ( ! $this->_site->is_trial_utilized() &&
534
- (
535
- // Show promotion if never shown it yet and 24 hours after initial activation.
536
- ( false === $last_time_trial_promotion_shown && $this->_storage->activation_timestamp < ( time() - WP_FS__TIME_24_HOURS_IN_SEC ) ) ||
537
- // Show promotion in every 30 days.
538
- ( is_numeric( $last_time_trial_promotion_shown ) && 30 * WP_FS__TIME_24_HOURS_IN_SEC < time() - $last_time_trial_promotion_shown ) )
539
- ) {
540
- $this->add_action( 'after_init_plugin_registered', array( &$this, '_add_trial_notice' ) );
541
- }
542
- }
543
- }
544
-
545
- // If user is paying or in trial and have the free version installed,
546
- // assume that the deactivation is for the upgrade process.
547
- if ( ! $this->is_paying_or_trial() || $this->is_premium() ) {
548
- $this->add_ajax_action(
549
- 'submit_uninstall_reason',
550
- array( &$this, '_submit_uninstall_reason_action' )
551
- );
552
-
553
- global $pagenow;
554
- if ( 'plugins.php' === $pagenow ) {
555
- add_action( 'admin_footer', array( &$this, '_add_deactivation_feedback_dialog_box' ) );
556
- }
557
- }
558
-
559
- if ( ! $this->is_addon() ) {
560
- if ( $this->is_registered() ) {
561
- $this->add_filter( 'after_code_type_change', array( &$this, '_after_code_type_change' ) );
562
- }
563
- }
564
- }
565
- }
566
-
567
- /**
568
- * Leverage backtrace to find caller plugin file path.
569
- *
570
- * @author Vova Feldman (@svovaf)
571
- * @since 1.0.6
572
- *
573
- * @param bool $is_init Is initiation sequence.
574
- *
575
- * @return string
576
- *
577
- * @uses fs_find_caller_plugin_file
578
- */
579
- private function _find_caller_plugin_file( $is_init = false ) {
580
- // Try to load the cached value of the file path.
581
- if ( isset( $this->_storage->plugin_main_file ) ) {
582
- if ( file_exists( $this->_storage->plugin_main_file->path ) ) {
583
- return $this->_storage->plugin_main_file->path;
584
- }
585
- }
586
-
587
- /**
588
- * @since 1.2.1
589
- *
590
- * `clear_module_main_file_cache()` is clearing the plugin's cached path on
591
- * deactivation. Therefore, if any plugin/theme was initiating `Freemius`
592
- * with that plugin's slug, it was overriding the empty plugin path with a wrong path.
593
- *
594
- * So, we've added a special mechanism with a 2nd layer of cache that uses `prev_path`
595
- * when the class instantiator isn't the module.
596
- */
597
- if ( ! $is_init ) {
598
- // Fetch prev path cache.
599
- if ( isset( $this->_storage->plugin_main_file ) &&
600
- isset( $this->_storage->plugin_main_file->prev_path )
601
- ) {
602
- if ( file_exists( $this->_storage->plugin_main_file->prev_path ) ) {
603
- return $this->_storage->plugin_main_file->prev_path;
604
- }
605
- }
606
-
607
- wp_die(
608
- __fs( 'failed-finding-main-path', $this->_slug ),
609
- __fs( 'error' ),
610
- array( 'back_link' => true )
611
- );
612
- }
613
-
614
- /**
615
- * @since 1.2.1
616
- *
617
- * Only the original instantiator that calls dynamic_init can modify the module's path.
618
- */
619
- // Find caller module.
620
- $plugin_file = fs_find_caller_plugin_file();
621
-
622
- $this->_storage->plugin_main_file = (object) array(
623
- 'path' => fs_normalize_path( $plugin_file ),
624
- );
625
-
626
- return $plugin_file;
627
- }
628
-
629
-
630
- #region Deactivation Feedback Form ------------------------------------------------------------------
631
-
632
- /**
633
- * Displays a confirmation and feedback dialog box when the user clicks on the "Deactivate" link on the plugins
634
- * page.
635
- *
636
- * @author Vova Feldman (@svovaf)
637
- * @author Leo Fajardo (@leorw)
638
- * @since 1.1.2
639
- */
640
- function _add_deactivation_feedback_dialog_box() {
641
- /* Check the type of user:
642
- * 1. Long-term (long-term)
643
- * 2. Non-registered and non-anonymous short-term (non-registered-and-non-anonymous-short-term).
644
- * 3. Short-term (short-term)
645
- */
646
- $is_long_term_user = true;
647
-
648
- // Check if the site is at least 2 days old.
649
- $time_installed = $this->_storage->install_timestamp;
650
-
651
- // Difference in seconds.
652
- $date_diff = time() - $time_installed;
653
-
654
- // Convert seconds to days.
655
- $date_diff_days = floor( $date_diff / ( 60 * 60 * 24 ) );
656
-
657
- if ( $date_diff_days < 2 ) {
658
- $is_long_term_user = false;
659
- }
660
-
661
- $is_long_term_user = $this->apply_filters( 'is_long_term_user', $is_long_term_user );
662
-
663
- if ( $is_long_term_user ) {
664
- $user_type = 'long-term';
665
- } else {
666
- if ( ! $this->is_registered() && ! $this->is_anonymous() ) {
667
- $user_type = 'non-registered-and-non-anonymous-short-term';
668
- } else {
669
- $user_type = 'short-term';
670
- }
671
- }
672
-
673
- $uninstall_reasons = $this->_get_uninstall_reasons( $user_type );
674
-
675
- // Load the HTML template for the deactivation feedback dialog box.
676
- $vars = array(
677
- 'reasons' => $uninstall_reasons,
678
- 'slug' => $this->_slug
679
- );
680
-
681
- /**
682
- * @todo Deactivation form core functions should be loaded only once! Otherwise, when there are multiple Freemius powered plugins the same code is loaded multiple times. The only thing that should be loaded differently is the various deactivation reasons object based on the state of the plugin.
683
- */
684
- fs_require_template( 'forms/deactivation/form.php', $vars );
685
- }
686
-
687
- /**
688
- * @author Leo Fajardo (leorw)
689
- * @since 1.1.2
690
- *
691
- * @param string $user_type
692
- *
693
- * @return array The uninstall reasons for the specified user type.
694
- */
695
- function _get_uninstall_reasons( $user_type = 'long-term' ) {
696
- $internal_message_template_var = array(
697
- 'slug' => $this->_slug
698
- );
699
-
700
- if ( $this->is_registered() && false !== $this->get_plan() && $this->get_plan()->has_technical_support() ) {
701
- $contact_support_template = fs_get_template( 'forms/deactivation/contact.php', $internal_message_template_var );
702
- } else {
703
- $contact_support_template = '';
704
- }
705
-
706
- $reason_found_better_plugin = array(
707
- 'id' => self::REASON_FOUND_A_BETTER_PLUGIN,
708
- 'text' => __fs( 'reason-found-a-better-plugin', $this->_slug ),
709
- 'input_type' => 'textfield',
710
- 'input_placeholder' => __fs( 'placeholder-plugin-name', $this->_slug )
711
- );
712
-
713
- $reason_temporary_deactivation = array(
714
- 'id' => self::REASON_TEMPORARY_DEACTIVATION,
715
- 'text' => __fs( 'reason-temporary-deactivation', $this->_slug ),
716
- 'input_type' => '',
717
- 'input_placeholder' => ''
718
- );
719
-
720
- $reason_other = array(
721
- 'id' => self::REASON_OTHER,
722
- 'text' => __fs( 'reason-other', $this->_slug ),
723
- 'input_type' => 'textfield',
724
- 'input_placeholder' => ''
725
- );
726
-
727
- $long_term_user_reasons = array(
728
- array(
729
- 'id' => self::REASON_NO_LONGER_NEEDED,
730
- 'text' => __fs( 'reason-no-longer-needed', $this->_slug ),
731
- 'input_type' => '',
732
- 'input_placeholder' => ''
733
- ),
734
- $reason_found_better_plugin,
735
- array(
736
- 'id' => self::REASON_NEEDED_FOR_A_SHORT_PERIOD,
737
- 'text' => __fs( 'reason-needed-for-a-short-period', $this->_slug ),
738
- 'input_type' => '',
739
- 'input_placeholder' => ''
740
- ),
741
- array(
742
- 'id' => self::REASON_BROKE_MY_SITE,
743
- 'text' => __fs( 'reason-broke-my-site', $this->_slug ),
744
- 'input_type' => '',
745
- 'input_placeholder' => '',
746
- 'internal_message' => $contact_support_template
747
- ),
748
- array(
749
- 'id' => self::REASON_SUDDENLY_STOPPED_WORKING,
750
- 'text' => __fs( 'reason-suddenly-stopped-working', $this->_slug ),
751
- 'input_type' => '',
752
- 'input_placeholder' => '',
753
- 'internal_message' => $contact_support_template
754
- )
755
- );
756
-
757
- if ( $this->is_paying() ) {
758
- $long_term_user_reasons[] = array(
759
- 'id' => self::REASON_CANT_PAY_ANYMORE,
760
- 'text' => __fs( 'reason-cant-pay-anymore', $this->_slug ),
761
- 'input_type' => 'textfield',
762
- 'input_placeholder' => __fs( 'placeholder-comfortable-price', $this->_slug )
763
- );
764
- }
765
-
766
- $reason_dont_share_info = array(
767
- 'id' => self::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION,
768
- 'text' => __fs( 'reason-dont-like-to-share-my-information', $this->_slug ),
769
- 'input_type' => '',
770
- 'input_placeholder' => ''
771
- );
772
-
773
- /**
774
- * If the current user has selected the "don't share data" reason in the deactivation feedback modal, inform the
775
- * user by showing additional message that he doesn't have to share data and can just choose to skip the opt-in
776
- * (the Skip button is included in the message to show). This message will only be shown if anonymous mode is
777
- * enabled and the user's account is currently not in pending activation state (similar to the way the Skip
778
- * button in the opt-in form is shown/hidden).
779
- */
780
- if ( $this->is_enable_anonymous() && ! $this->is_pending_activation() ) {
781
- $reason_dont_share_info['internal_message'] = fs_get_template( 'forms/deactivation/retry-skip.php', $internal_message_template_var );
782
- }
783
-
784
- $uninstall_reasons = array(
785
- 'long-term' => $long_term_user_reasons,
786
- 'non-registered-and-non-anonymous-short-term' => array(
787
- array(
788
- 'id' => self::REASON_DIDNT_WORK,
789
- 'text' => __fs( 'reason-didnt-work', $this->_slug ),
790
- 'input_type' => '',
791
- 'input_placeholder' => ''
792
- ),
793
- $reason_dont_share_info,
794
- $reason_found_better_plugin
795
- ),
796
- 'short-term' => array(
797
- array(
798
- 'id' => self::REASON_COULDNT_MAKE_IT_WORK,
799
- 'text' => __fs( 'reason-couldnt-make-it-work', $this->_slug ),
800
- 'input_type' => '',
801
- 'input_placeholder' => '',
802
- 'internal_message' => $contact_support_template
803
- ),
804
- $reason_found_better_plugin,
805
- array(
806
- 'id' => self::REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE,
807
- 'text' => __fs( 'reason-great-but-need-specific-feature', $this->_slug ),
808
- 'input_type' => 'textarea',
809
- 'input_placeholder' => __fs( 'placeholder-feature', $this->_slug )
810
- ),
811
- array(
812
- 'id' => self::REASON_NOT_WORKING,
813
- 'text' => __fs( 'reason-not-working', $this->_slug ),
814
- 'input_type' => 'textarea',
815
- 'input_placeholder' => __fs( 'placeholder-share-what-didnt-work', $this->_slug )
816
- ),
817
- array(
818
- 'id' => self::REASON_NOT_WHAT_I_WAS_LOOKING_FOR,
819
- 'text' => __fs( 'reason-not-what-i-was-looking-for', $this->_slug ),
820
- 'input_type' => 'textarea',
821
- 'input_placeholder' => __fs( 'placeholder-what-youve-been-looking-for', $this->_slug )
822
- ),
823
- array(
824
- 'id' => self::REASON_DIDNT_WORK_AS_EXPECTED,
825
- 'text' => __fs( 'reason-didnt-work-as-expected', $this->_slug ),
826
- 'input_type' => 'textarea',
827
- 'input_placeholder' => __fs( 'placeholder-what-did-you-expect', $this->_slug )
828
- )
829
- )
830
- );
831
-
832
- // Randomize the reasons for the current user type.
833
- shuffle( $uninstall_reasons[ $user_type ] );
834
-
835
- // Keep the following reasons as the last items in the list.
836
- $uninstall_reasons[ $user_type ][] = $reason_temporary_deactivation;
837
- $uninstall_reasons[ $user_type ][] = $reason_other;
838
-
839
- $uninstall_reasons = $this->apply_filters( 'uninstall_reasons', $uninstall_reasons );
840
-
841
- return $uninstall_reasons[ $user_type ];
842
- }
843
-
844
- /**
845
- * Called after the user has submitted his reason for deactivating the plugin.
846
- *
847
- * @author Leo Fajardo (@leorw)
848
- * @since 1.1.2
849
- */
850
- function _submit_uninstall_reason_action() {
851
- $reason_id = fs_request_get( 'reason_id' );
852
-
853
- // Check if the given reason ID is an unsigned integer.
854
- if ( ! ctype_digit( $reason_id ) ) {
855
- exit;
856
- }
857
-
858
- $reason_info = trim( fs_request_get( 'reason_info', '' ) );
859
- if ( ! empty( $reason_info ) ) {
860
- $reason_info = substr( $reason_info, 0, 128 );
861
- }
862
-
863
- $reason = (object) array(
864
- 'id' => $reason_id,
865
- 'info' => $reason_info,
866
- 'is_anonymous' => fs_request_get_bool( 'is_anonymous' )
867
- );
868
-
869
- $this->_storage->store( 'uninstall_reason', $reason );
870
-
871
- // Print '1' for successful operation.
872
- echo 1;
873
- exit;
874
- }
875
-
876
- #endregion Deactivation Feedback Form ------------------------------------------------------------------
877
-
878
- #region Instance ------------------------------------------------------------------
879
-
880
- /**
881
- * Main singleton instance.
882
- *
883
- * @author Vova Feldman (@svovaf)
884
- * @since 1.0.0
885
- *
886
- * @param string $slug
887
- * @param bool $is_init Is initiation sequence.
888
- *
889
- * @return Freemius
890
- */
891
- static function instance( $slug, $is_init = false ) {
892
- $slug = strtolower( $slug );
893
-
894
- if ( ! isset( self::$_instances[ $slug ] ) ) {
895
- if ( 0 === count( self::$_instances ) ) {
896
- self::_load_required_static();
897
- }
898
-
899
- self::$_instances[ $slug ] = new Freemius( $slug, $is_init );
900
- }
901
-
902
- return self::$_instances[ $slug ];
903
- }
904
-
905
- /**
906
- * @author Vova Feldman (@svovaf)
907
- * @since 1.0.6
908
- *
909
- * @param string|number $slug_or_id
910
- *
911
- * @return bool
912
- */
913
- private static function has_instance( $slug_or_id ) {
914
- return ! is_numeric( $slug_or_id ) ?
915
- isset( self::$_instances[ strtolower( $slug_or_id ) ] ) :
916
- ( false !== self::get_instance_by_id( $slug_or_id ) );
917
- }
918
-
919
- /**
920
- * @author Vova Feldman (@svovaf)
921
- * @since 1.0.6
922
- *
923
- * @param $id
924
- *
925
- * @return false|Freemius
926
- */
927
- static function get_instance_by_id( $id ) {
928
- foreach ( self::$_instances as $slug => $instance ) {
929
- if ( $id == $instance->get_id() ) {
930
- return $instance;
931
- }
932
- }
933
-
934
- return false;
935
- }
936
-
937
- /**
938
- *
939
- * @author Vova Feldman (@svovaf)
940
- * @since 1.0.1
941
- *
942
- * @param $plugin_file
943
- *
944
- * @return false|Freemius
945
- */
946
- static function get_instance_by_file( $plugin_file ) {
947
- $slug = self::find_slug_by_basename( $plugin_file );
948
-
949
- return ( false !== $slug ) ?
950
- self::instance( $slug ) :
951
- false;
952
- }
953
-
954
- /**
955
- * @author Vova Feldman (@svovaf)
956
- * @since 1.0.6
957
- *
958
- * @return false|Freemius
959
- */
960
- function get_parent_instance() {
961
- return self::get_instance_by_id( $this->_plugin->parent_plugin_id );
962
- }
963
-
964
- /**
965
- * @author Vova Feldman (@svovaf)
966
- * @since 1.0.6
967
- *
968
- * @param $slug_or_id
969
- *
970
- * @return bool|Freemius
971
- */
972
- function get_addon_instance( $slug_or_id ) {
973
- return ! is_numeric( $slug_or_id ) ?
974
- self::instance( strtolower( $slug_or_id ) ) :
975
- self::get_instance_by_id( $slug_or_id );
976
- }
977
-
978
- #endregion ------------------------------------------------------------------
979
-
980
- /**
981
- * @author Vova Feldman (@svovaf)
982
- * @since 1.0.6
983
- *
984
- * @return bool
985
- */
986
- function is_parent_plugin_installed() {
987
- return self::has_instance( $this->_plugin->parent_plugin_id );
988
- }
989
-
990
- /**
991
- * Check if add-on parent plugin in activation mode.
992
- *
993
- * @author Vova Feldman (@svovaf)
994
- * @since 1.0.7
995
- *
996
- * @return bool
997
- */
998
- function is_parent_in_activation() {
999
- $parent_fs = $this->get_parent_instance();
1000
- if ( ! is_object( $parent_fs ) ) {
1001
- return false;
1002
- }
1003
-
1004
- return ( $parent_fs->is_activation_mode() );
1005
- }
1006
-
1007
- /**
1008
- * Is plugin in activation mode.
1009
- *
1010
- * @author Vova Feldman (@svovaf)
1011
- * @since 1.0.7
1012
- *
1013
- * @param bool $and_on
1014
- *
1015
- * @return bool
1016
- */
1017
- function is_activation_mode( $and_on = true ) {
1018
- return (
1019
- ( $this->is_on() || ! $and_on ) &&
1020
- ! $this->is_registered() &&
1021
- ( ! $this->is_enable_anonymous() ||
1022
- ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
1023
- );
1024
- }
1025
-
1026
- /**
1027
- * Get collection of all active plugins.
1028
- *
1029
- * @author Vova Feldman (@svovaf)
1030
- * @since 1.0.9
1031
- *
1032
- * @return array[string]array
1033
- */
1034
- private static function get_active_plugins() {
1035
- self::require_plugin_essentials();
1036
-
1037
- $active_plugin = array();
1038
- $all_plugins = get_plugins();
1039
- $active_plugins_basenames = get_option( 'active_plugins' );
1040
-
1041
- foreach ( $active_plugins_basenames as $plugin_basename ) {
1042
- $active_plugin[ $plugin_basename ] = $all_plugins[ $plugin_basename ];
1043
- }
1044
-
1045
- return $active_plugin;
1046
- }
1047
-
1048
- /**
1049
- * Get collection of all plugins.
1050
- *
1051
- * @author Vova Feldman (@svovaf)
1052
- * @since 1.1.8
1053
- *
1054
- * @return array Key is the plugin file path and the value is an array of the plugin data.
1055
- */
1056
- private static function get_all_plugins() {
1057
- self::require_plugin_essentials();
1058
-
1059
- $all_plugins = get_plugins();
1060
- $active_plugins_basenames = get_option( 'active_plugins' );
1061
-
1062
- foreach ( $all_plugins as $basename => &$data ) {
1063
- // By default set to inactive (next foreach update the active plugins).
1064
- $data['is_active'] = false;
1065
- // Enrich with plugin slug.
1066
- $data['slug'] = self::get_plugin_slug( $basename );
1067
- }
1068
-
1069
- // Flag active plugins.
1070
- foreach ( $active_plugins_basenames as $basename ) {
1071
- if ( isset( $all_plugins[ $basename ] ) ) {
1072
- $all_plugins[ $basename ]['is_active'] = true;
1073
- }
1074
- }
1075
-
1076
- return $all_plugins;
1077
- }
1078
-
1079
-
1080
- /**
1081
- * Cached result of get_site_transient( 'update_plugins' )
1082
- *
1083
- * @author Vova Feldman (@svovaf)
1084
- * @since 1.1.8
1085
- *
1086
- * @var object
1087
- */
1088
- private static $_plugins_info;
1089
-
1090
- /**
1091
- * Helper function to get specified plugin's slug.
1092
- *
1093
- * @author Vova Feldman (@svovaf)
1094
- * @since 1.1.8
1095
- *
1096
- * @param $basename
1097
- *
1098
- * @return string
1099
- */
1100
- private static function get_plugin_slug( $basename ) {
1101
- if ( ! isset( self::$_plugins_info ) ) {
1102
- self::$_plugins_info = get_site_transient( 'update_plugins' );
1103
- }
1104
-
1105
- $slug = '';
1106
-
1107
- if ( is_object( self::$_plugins_info ) ) {
1108
- if ( isset( self::$_plugins_info->no_update ) &&
1109
- isset( self::$_plugins_info->no_update[ $basename ] ) &&
1110
- ! empty( self::$_plugins_info->no_update[ $basename ]->slug )
1111
- ) {
1112
- $slug = self::$_plugins_info->no_update[ $basename ]->slug;
1113
- } else if ( isset( self::$_plugins_info->response ) &&
1114
- isset( self::$_plugins_info->response[ $basename ] ) &&
1115
- ! empty( self::$_plugins_info->response[ $basename ]->slug )
1116
- ) {
1117
- $slug = self::$_plugins_info->response[ $basename ]->slug;
1118
- }
1119
- }
1120
-
1121
- if ( empty( $slug ) ) {
1122
- // Try to find slug from FS data.
1123
- $slug = self::find_slug_by_basename( $basename );
1124
- }
1125
-
1126
- if ( empty( $slug ) ) {
1127
- // Fallback to plugin's folder name.
1128
- $slug = dirname( $basename );
1129
- }
1130
-
1131
- return $slug;
1132
- }
1133
-
1134
- private static $_statics_loaded = false;
1135
-
1136
- /**
1137
- * Load static resources.
1138
- *
1139
- * @author Vova Feldman (@svovaf)
1140
- * @since 1.0.1
1141
- */
1142
- private static function _load_required_static() {
1143
- if ( self::$_statics_loaded ) {
1144
- return;
1145
- }
1146
-
1147
- self::$_static_logger = FS_Logger::get_logger( WP_FS__SLUG, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
1148
-
1149
- self::$_static_logger->entrance();
1150
-
1151
- self::$_accounts = FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
1152
-
1153
- self::$_global_admin_notices = FS_Admin_Notice_Manager::instance( 'global' );
1154
-
1155
- // Configure which Freemius powered plugins should be auto updated.
1156
- // add_filter( 'auto_update_plugin', '_include_plugins_in_auto_update', 10, 2 );
1157
-
1158
- add_action( 'admin_menu', array( 'Freemius', 'add_debug_page' ) );
1159
-
1160
- add_action( "wp_ajax_fs_toggle_debug_mode", array( 'Freemius', '_toggle_debug_mode' ) );
1161
-
1162
- add_action( 'plugins_loaded', array( 'Freemius', '_load_textdomain' ), 1 );
1163
-
1164
- self::$_statics_loaded = true;
1165
- }
1166
-
1167
- /**
1168
- * Load framework's text domain.
1169
- *
1170
- * @author Vova Feldman (@svovaf)
1171
- * @since 1.2.1
1172
- */
1173
- static function _load_textdomain() {
1174
- if ( ! is_admin() ) {
1175
- return;
1176
- }
1177
-
1178
- global $fs_active_plugins;
1179
-
1180
- load_plugin_textdomain(
1181
- 'freemius',
1182
- false,
1183
- $fs_active_plugins->newest->sdk_path . '/languages/'
1184
- );
1185
-
1186
- // @todo Load for themes.
1187
- }
1188
-
1189
- #region Debugging ------------------------------------------------------------------
1190
-
1191
- /**
1192
- * @author Vova Feldman (@svovaf)
1193
- * @since 1.0.8
1194
- */
1195
- static function add_debug_page() {
1196
- if ( ! current_user_can( 'activate_plugins' ) ) {
1197
- return;
1198
- }
1199
-
1200
- self::$_static_logger->entrance();
1201
-
1202
- $title = sprintf( '%s [v.%s]', __fs( 'freemius-debug' ), WP_FS__SDK_VERSION );
1203
-
1204
- if ( WP_FS__DEV_MODE ) {
1205
- // Add top-level debug menu item.
1206
- $hook = add_menu_page(
1207
- $title,
1208
- $title,
1209
- 'manage_options',
1210
- 'freemius',
1211
- array( 'Freemius', '_debug_page_render' )
1212
- );
1213
- } else {
1214
- // Add hidden debug page.
1215
- $hook = add_submenu_page(
1216
- null,
1217
- $title,
1218
- $title,
1219
- 'manage_options',
1220
- 'freemius',
1221
- array( 'Freemius', '_debug_page_render' )
1222
- );
1223
- }
1224
-
1225
- add_action( "load-$hook", array( 'Freemius', '_debug_page_actions' ) );
1226
- }
1227
-
1228
- /**
1229
- * @author Vova Feldman (@svovaf)
1230
- * @since 1.1.7.3
1231
- */
1232
- static function _toggle_debug_mode() {
1233
- if ( in_array( $_POST['is_on'], array( 0, 1 ) ) ) {
1234
- update_option( 'fs_debug_mode', $_POST['is_on'] );
1235
- }
1236
-
1237
- exit;
1238
- }
1239
-
1240
- /**
1241
- * @author Vova Feldman (@svovaf)
1242
- * @since 1.0.8
1243
- */
1244
- static function _debug_page_actions() {
1245
- self::_clean_admin_content_section();
1246
-
1247
- if ( fs_request_is_action( 'restart_freemius' ) ) {
1248
- check_admin_referer( 'restart_freemius' );
1249
-
1250
- self::$_accounts->clear( true );
1251
-
1252
-
1253
- return;
1254
- }
1255
- }
1256
-
1257
- /**
1258
- * @author Vova Feldman (@svovaf)
1259
- * @since 1.0.8
1260
- */
1261
- static function _debug_page_render() {
1262
- self::$_static_logger->entrance();
1263
-
1264
- $sites = self::get_all_sites();
1265
- $users = self::get_all_users();
1266
- $addons = self::get_all_addons();
1267
- $account_addons = self::get_all_account_addons();
1268
- $licenses = self::get_all_licenses();
1269
-
1270
- // $plans = self::get_all_plans();
1271
- // $licenses = self::get_all_licenses();
1272
-
1273
- $vars = array(
1274
- 'sites' => $sites,
1275
- 'users' => $users,
1276
- 'addons' => $addons,
1277
- 'account_addons' => $account_addons,
1278
- 'licenses' => $licenses,
1279
- );
1280
-
1281
- fs_enqueue_local_style( 'fs_account', '/admin/debug.css' );
1282
- fs_require_once_template( 'debug.php', $vars );
1283
- }
1284
-
1285
- #endregion ------------------------------------------------------------------
1286
-
1287
- #region Connectivity Issues ------------------------------------------------------------------
1288
-
1289
- /**
1290
- * Check if Freemius should be turned on for the current plugin install.
1291
- *
1292
- * Note:
1293
- * $this->_is_on is updated in has_api_connectivity()
1294
- *
1295
- * @author Vova Feldman (@svovaf)
1296
- * @since 1.0.9
1297
- *
1298
- * @return bool
1299
- */
1300
- function is_on() {
1301
- self::$_static_logger->entrance();
1302
-
1303
- if ( isset( $this->_is_on ) ) {
1304
- return $this->_is_on;
1305
- }
1306
-
1307
- // If already installed or pending then sure it's on :)
1308
- if ( $this->is_registered() || $this->is_pending_activation() ) {
1309
- $this->_is_on = true;
1310
-
1311
- return true;
1312
- }
1313
-
1314
- return false;
1315
- }
1316
-
1317
- /**
1318
- * @author Vova Feldman (@svovaf)
1319
- * @since 1.1.7.3
1320
- *
1321
- * @param bool $flush_if_no_connectivity
1322
- *
1323
- * @return bool
1324
- */
1325
- private function should_run_connectivity_test( $flush_if_no_connectivity = false ) {
1326
- if ( ! isset( $this->_storage->connectivity_test ) ) {
1327
- // Connectivity test was never executed, or cache was cleared.
1328
- return true;
1329
- }
1330
-
1331
- if ( WP_FS__PING_API_ON_IP_OR_HOST_CHANGES ) {
1332
- if ( WP_FS__IS_HTTP_REQUEST ) {
1333
- if ( $_SERVER['HTTP_HOST'] != $this->_storage->connectivity_test['host'] ) {
1334
- // Domain changed.
1335
- return true;
1336
- }
1337
-
1338
- if ( WP_FS__REMOTE_ADDR != $this->_storage->connectivity_test['server_ip'] ) {
1339
- // Server IP changed.
1340
- return true;
1341
- }
1342
- }
1343
- }
1344
-
1345
- if ( $this->_storage->connectivity_test['is_connected'] &&
1346
- $this->_storage->connectivity_test['is_active']
1347
- ) {
1348
- // API connected and Freemius is active - no need to run connectivity check.
1349
- return false;
1350
- }
1351
-
1352
- if ( $flush_if_no_connectivity ) {
1353
- /**
1354
- * If explicitly asked to flush when no connectivity - do it only
1355
- * if at least 10 sec passed from the last API connectivity test.
1356
- */
1357
- return ( isset( $this->_storage->connectivity_test['timestamp'] ) &&
1358
- ( WP_FS__SCRIPT_START_TIME - $this->_storage->connectivity_test['timestamp'] ) > 10 );
1359
- }
1360
-
1361
- /**
1362
- * @since 1.1.7 Don't check for connectivity on plugin downgrade.
1363
- */
1364
- $version = $this->get_plugin_version();
1365
- if ( version_compare( $version, $this->_storage->connectivity_test['version'], '>' ) ) {
1366
- // If it's a plugin version upgrade and Freemius is off or no connectivity, run connectivity test.
1367
- return true;
1368
- }
1369
-
1370
- return false;
1371
- }
1372
-
1373
- /**
1374
- * @author Vova Feldman (@svovaf)
1375
- * @since 1.1.7.4
1376
- *
1377
- * @return object|false
1378
- */
1379
- private function ping() {
1380
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY ) {
1381
- return false;
1382
- }
1383
-
1384
- $version = $this->get_plugin_version();
1385
-
1386
- $is_update = $this->apply_filters( 'is_plugin_update', $this->is_plugin_update() );
1387
-
1388
- return $this->get_api_plugin_scope()->ping(
1389
- $this->get_anonymous_id(),
1390
- array(
1391
- 'is_update' => json_encode( $is_update ),
1392
- 'version' => $version,
1393
- 'sdk' => $this->version,
1394
- 'is_admin' => json_encode( is_admin() ),
1395
- 'is_ajax' => json_encode( $this->is_ajax() ),
1396
- 'is_cron' => json_encode( $this->is_cron() ),
1397
- 'is_http' => json_encode( WP_FS__IS_HTTP_REQUEST ),
1398
- )
1399
- );
1400
- }
1401
-
1402
- /**
1403
- * Check if there's any connectivity issue to Freemius API.
1404
- *
1405
- * @author Vova Feldman (@svovaf)
1406
- * @since 1.0.9
1407
- *
1408
- * @param bool $flush_if_no_connectivity
1409
- *
1410
- * @return bool
1411
- */
1412
- function has_api_connectivity( $flush_if_no_connectivity = false ) {
1413
- $this->_logger->entrance();
1414
-
1415
- if ( isset( $this->_has_api_connection ) && ( $this->_has_api_connection || ! $flush_if_no_connectivity ) ) {
1416
- return $this->_has_api_connection;
1417
- }
1418
-
1419
- if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY &&
1420
- isset( $this->_storage->connectivity_test ) &&
1421
- true === $this->_storage->connectivity_test['is_connected']
1422
- ) {
1423
- unset( $this->_storage->connectivity_test );
1424
- }
1425
-
1426
- if ( ! $this->should_run_connectivity_test( $flush_if_no_connectivity ) ) {
1427
- $this->_has_api_connection = $this->_storage->connectivity_test['is_connected'];
1428
- /**
1429
- * @since 1.1.6 During dev mode, if there's connectivity - turn Freemius on regardless the configuration.
1430
- */
1431
- $this->_is_on = $this->_storage->connectivity_test['is_active'] ||
1432
- ( WP_FS__DEV_MODE && $this->_has_api_connection && ! WP_FS__SIMULATE_FREEMIUS_OFF );
1433
-
1434
- return $this->_has_api_connection;
1435
- }
1436
-
1437
- $pong = $this->ping();
1438
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1439
-
1440
- if ( ! $is_connected ) {
1441
- // API failure.
1442
- $this->_add_connectivity_issue_message( $pong );
1443
- }
1444
-
1445
- $this->store_connectivity_info( $pong, $is_connected );
1446
-
1447
- return $this->_has_api_connection;
1448
- }
1449
-
1450
- /**
1451
- * @author Vova Feldman (@svovaf)
1452
- * @since 1.1.7.4
1453
- *
1454
- * @param object $pong
1455
- * @param bool $is_connected
1456
- */
1457
- private function store_connectivity_info( $pong, $is_connected ) {
1458
- $this->_logger->entrance();
1459
-
1460
- $version = $this->get_plugin_version();
1461
-
1462
- if ( ! $is_connected || WP_FS__SIMULATE_FREEMIUS_OFF ) {
1463
- $is_active = false;
1464
- } else {
1465
- $is_active = ( isset( $pong->is_active ) && true == $pong->is_active );
1466
- }
1467
-
1468
- $is_active = $this->apply_filters(
1469
- 'is_on',
1470
- $is_active,
1471
- $this->is_plugin_update(),
1472
- $version
1473
- );
1474
-
1475
- $this->_storage->connectivity_test = array(
1476
- 'is_connected' => $is_connected,
1477
- 'host' => $_SERVER['HTTP_HOST'],
1478
- 'server_ip' => WP_FS__REMOTE_ADDR,
1479
- 'is_active' => $is_active,
1480
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
1481
- // Last version with connectivity attempt.
1482
- 'version' => $version,
1483
- );
1484
-
1485
- $this->_has_api_connection = $is_connected;
1486
- $this->_is_on = $is_active || ( WP_FS__DEV_MODE && $is_connected && ! WP_FS__SIMULATE_FREEMIUS_OFF );
1487
- }
1488
-
1489
- /**
1490
- * Force turning Freemius on.
1491
- *
1492
- * @author Vova Feldman (@svovaf)
1493
- * @since 1.1.8.1
1494
- *
1495
- * @return bool TRUE if successfully turned on.
1496
- */
1497
- private function turn_on() {
1498
- $this->_logger->entrance();
1499
-
1500
- if ( $this->is_on() || ! isset( $this->_storage->connectivity_test['is_active'] ) ) {
1501
- return false;
1502
- }
1503
-
1504
- $updated_connectivity = $this->_storage->connectivity_test;
1505
- $updated_connectivity['is_active'] = true;
1506
- $updated_connectivity['timestamp'] = WP_FS__SCRIPT_START_TIME;
1507
- $this->_storage->connectivity_test = $updated_connectivity;
1508
-
1509
- $this->_is_on = true;
1510
-
1511
- return true;
1512
- }
1513
-
1514
- /**
1515
- * Anonymous and unique site identifier (Hash).
1516
- *
1517
- * @author Vova Feldman (@svovaf)
1518
- * @since 1.1.0
1519
- *
1520
- * @return string
1521
- */
1522
- function get_anonymous_id() {
1523
- $unique_id = self::$_accounts->get_option( 'unique_id' );
1524
-
1525
- if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
1526
- $key = get_site_url();
1527
-
1528
- // If localhost, assign microtime instead of domain.
1529
- if ( WP_FS__IS_LOCALHOST ||
1530
- false !== strpos( $key, 'localhost' ) ||
1531
- false === strpos( $key, '.' )
1532
- ) {
1533
- $key = microtime();
1534
- }
1535
-
1536
- $unique_id = md5( $key );
1537
-
1538
- self::$_accounts->set_option( 'unique_id', $unique_id, true );
1539
- }
1540
-
1541
- $this->_logger->departure( $unique_id );
1542
-
1543
- return $unique_id;
1544
- }
1545
-
1546
- /**
1547
- * @author Vova Feldman (@svovaf)
1548
- * @since 1.1.7.4
1549
- *
1550
- * @return \WP_User
1551
- */
1552
- static function _get_current_wp_user() {
1553
- self::require_pluggable_essentials();
1554
-
1555
- return wp_get_current_user();
1556
- }
1557
-
1558
- /**
1559
- * Generate API connectivity issue message.
1560
- *
1561
- * @author Vova Feldman (@svovaf)
1562
- * @since 1.0.9
1563
- *
1564
- * @param mixed $api_result
1565
- * @param bool $is_first_failure
1566
- */
1567
- function _add_connectivity_issue_message( $api_result, $is_first_failure = true ) {
1568
- if ( $this->_enable_anonymous ) {
1569
- // Don't add message if can run anonymously.
1570
- return;
1571
- }
1572
-
1573
- if ( ! function_exists( 'wp_nonce_url' ) ) {
1574
- require_once( ABSPATH . 'wp-includes/functions.php' );
1575
- }
1576
-
1577
- $current_user = self::_get_current_wp_user();
1578
- // $admin_email = get_option( 'admin_email' );
1579
- $admin_email = $current_user->user_email;
1580
-
1581
- $message = false;
1582
- if ( is_object( $api_result ) &&
1583
- isset( $api_result->error ) &&
1584
- isset( $api_result->error->code )
1585
- ) {
1586
- switch ( $api_result->error->code ) {
1587
- case 'curl_missing':
1588
- $message = sprintf(
1589
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1590
- __fs( 'curl-missing-message', $this->_slug ) . ' ' .
1591
- ' %s',
1592
- '<b>' . $this->get_plugin_name() . '</b>',
1593
- sprintf(
1594
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1595
- sprintf(
1596
- '<a class="fs-resolve" data-type="curl" href="#"><b>%s</b></a>%s',
1597
- __fs( 'curl-missing-no-clue-title', $this->_slug ),
1598
- ' - ' . sprintf(
1599
- __fs( 'curl-missing-no-clue-desc', $this->_slug ),
1600
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1601
- )
1602
- ),
1603
- sprintf(
1604
- '<b>%s</b> - %s',
1605
- __fs( 'sysadmin-title', $this->_slug ),
1606
- __fs( 'curl-missing-sysadmin-desc', $this->_slug )
1607
- ),
1608
- sprintf(
1609
- '<a href="%s"><b>%s</b></a>%s',
1610
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1611
- __fs( 'deactivate-plugin-title', $this->_slug ),
1612
- ' - ' . __fs( 'deactivate-plugin-desc', 'freemius', $this->_slug )
1613
- )
1614
- )
1615
- );
1616
- break;
1617
- case 'cloudflare_ddos_protection':
1618
- $message = sprintf(
1619
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1620
- __fs( 'cloudflare-blocks-connection-message', $this->_slug ) . ' ' .
1621
- __fs( 'happy-to-resolve-issue-asap', $this->_slug ) .
1622
- ' %s',
1623
- '<b>' . $this->get_plugin_name() . '</b>',
1624
- sprintf(
1625
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1626
- sprintf(
1627
- '<a class="fs-resolve" data-type="cloudflare" href="#"><b>%s</b></a>%s',
1628
- __fs( 'fix-issue-title', $this->_slug ),
1629
- ' - ' . sprintf(
1630
- __fs( 'fix-issue-desc', $this->_slug ),
1631
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1632
- )
1633
- ),
1634
- sprintf(
1635
- '<a href="%s" target="_blank"><b>%s</b></a>%s',
1636
- sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
1637
- __fs( 'install-previous-title', $this->_slug ),
1638
- ' - ' . __fs( 'install-previous-desc', $this->_slug )
1639
- ),
1640
- sprintf(
1641
- '<a href="%s"><b>%s</b></a>%s',
1642
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1643
- __fs( 'deactivate-plugin-title', $this->_slug ),
1644
- ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1645
- )
1646
- )
1647
- );
1648
- break;
1649
- case 'squid_cache_block':
1650
- $message = sprintf(
1651
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1652
- __fs( 'squid-blocks-connection-message', $this->_slug ) .
1653
- ' %s',
1654
- '<b>' . $this->get_plugin_name() . '</b>',
1655
- sprintf(
1656
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1657
- sprintf(
1658
- '<a class="fs-resolve" data-type="squid" href="#"><b>%s</b></a>%s',
1659
- __fs( 'squid-no-clue-title', $this->_slug ),
1660
- ' - ' . sprintf(
1661
- __fs( 'squid-no-clue-desc', $this->_slug ),
1662
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1663
- )
1664
- ),
1665
- sprintf(
1666
- '<b>%s</b> - %s',
1667
- __fs( 'sysadmin-title', $this->_slug ),
1668
- sprintf(
1669
- __fs( 'squid-sysadmin-desc', $this->_slug ),
1670
- // We use a filter since the plugin might require additional API connectivity.
1671
- '<b>' . implode( ', ', $this->apply_filters( 'api_domains', array( 'api.freemius.com' ) ) ) . '</b>' )
1672
- ),
1673
- sprintf(
1674
- '<a href="%s"><b>%s</b></a>%s',
1675
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1676
- __fs( 'deactivate-plugin-title', $this->_slug ),
1677
- ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1678
- )
1679
- )
1680
- );
1681
- break;
1682
- // default:
1683
- // $message = __fs( 'connectivity-test-fails-message', $this->_slug );
1684
- // break;
1685
- }
1686
- }
1687
-
1688
- $message_id = 'failed_connect_api';
1689
- $type = 'error';
1690
-
1691
- if ( false === $message ) {
1692
- if ( $is_first_failure ) {
1693
- // First attempt failed.
1694
- $message = sprintf(
1695
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1696
- __fs( 'connectivity-test-fails-message', $this->_slug ) . ' ' .
1697
- __fs( 'connectivity-test-maybe-temporary', $this->_slug ) . '<br><br>' .
1698
- '%s',
1699
- '<b>' . $this->get_plugin_name() . '</b>',
1700
- sprintf(
1701
- '<div id="fs_firewall_issue_options">%s %s</div>',
1702
- sprintf(
1703
- '<a class="button button-primary fs-resolve" data-type="retry_ping" href="#">%s</a>',
1704
- __fs( 'yes-do-your-thing', $this->_slug )
1705
- ),
1706
- sprintf(
1707
- '<a href="%s" class="button">%s</a>',
1708
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1709
- __fs( 'no-deactivate', $this->_slug )
1710
- )
1711
- )
1712
- );
1713
-
1714
- $message_id = 'failed_connect_api_first';
1715
- $type = 'promotion';
1716
- } else {
1717
- // Second connectivity attempt failed.
1718
- $message = sprintf(
1719
- __fs( 'x-requires-access-to-api', $this->_slug ) . ' ' .
1720
- __fs( 'connectivity-test-fails-message', $this->_slug ) . ' ' .
1721
- __fs( 'happy-to-resolve-issue-asap', $this->_slug ) .
1722
- ' %s',
1723
- '<b>' . $this->get_plugin_name() . '</b>',
1724
- sprintf(
1725
- '<ol id="fs_firewall_issue_options"><li>%s</li><li>%s</li><li>%s</li></ol>',
1726
- sprintf(
1727
- '<a class="fs-resolve" data-type="general" href="#"><b>%s</b></a>%s',
1728
- __fs( 'fix-issue-title', $this->_slug ),
1729
- ' - ' . sprintf(
1730
- __fs( 'fix-issue-desc', $this->_slug ),
1731
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1732
- )
1733
- ),
1734
- sprintf(
1735
- '<a href="%s" target="_blank"><b>%s</b></a>%s',
1736
- sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
1737
- __fs( 'install-previous-title', $this->_slug ),
1738
- ' - ' . __fs( 'install-previous-desc', $this->_slug )
1739
- ),
1740
- sprintf(
1741
- '<a href="%s"><b>%s</b></a>%s',
1742
- wp_nonce_url( 'plugins.php?action=deactivate&amp;plugin=' . $this->_plugin_basename . '&amp;plugin_status=' . 'all' . '&amp;paged=' . '1' . '&amp;s=' . '', 'deactivate-plugin_' . $this->_plugin_basename ),
1743
- __fs( 'deactivate-plugin-title', $this->_slug ),
1744
- ' - ' . __fs( 'deactivate-plugin-desc', $this->_slug )
1745
- )
1746
- )
1747
- );
1748
- }
1749
- }
1750
-
1751
- $this->_admin_notices->add_sticky(
1752
- $message,
1753
- $message_id,
1754
- __fs( 'oops', $this->_slug ) . '...',
1755
- $type
1756
- );
1757
- }
1758
-
1759
- /**
1760
- * Handle user request to resolve connectivity issue.
1761
- * This method will send an email to Freemius API technical staff for resolution.
1762
- * The email will contain server's info and installed plugins (might be caching issue).
1763
- *
1764
- * @author Vova Feldman (@svovaf)
1765
- * @since 1.0.9
1766
- */
1767
- function _email_about_firewall_issue() {
1768
- $this->_admin_notices->remove_sticky( 'failed_connect_api' );
1769
-
1770
- $pong = $this->ping();
1771
-
1772
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1773
-
1774
- if ( $is_connected ) {
1775
- $this->store_connectivity_info( $pong, $is_connected );
1776
-
1777
- echo $this->get_after_plugin_activation_redirect_url();
1778
- exit;
1779
- }
1780
-
1781
- $current_user = self::_get_current_wp_user();
1782
- $admin_email = $current_user->user_email;
1783
-
1784
- $error_type = fs_request_get( 'error_type', 'general' );
1785
-
1786
- switch ( $error_type ) {
1787
- case 'squid':
1788
- $title = 'Squid ACL Blocking Issue';
1789
- break;
1790
- case 'cloudflare':
1791
- $title = 'CloudFlare Blocking Issue';
1792
- break;
1793
- default:
1794
- $title = 'API Connectivity Issue';
1795
- break;
1796
- }
1797
-
1798
- $custom_email_sections = array();
1799
-
1800
- if ( 'squid' === $error_type ) {
1801
- // Override the 'Site' email section.
1802
- $custom_email_sections['site'] = array(
1803
- 'rows' => array(
1804
- 'hosting_company' => array( 'Hosting Company', fs_request_get( 'hosting_company' ) )
1805
- )
1806
- );
1807
- }
1808
-
1809
- // Add 'API Error' custom email section.
1810
- $custom_email_sections['api_error'] = array(
1811
- 'title' => 'API Error',
1812
- 'rows' => array(
1813
- 'ping' => array( is_string( $pong ) ? htmlentities( $pong ) : json_encode( $pong ) )
1814
- )
1815
- );
1816
-
1817
- // Add PHP info for deeper investigation.
1818
- ob_start();
1819
- phpinfo();
1820
- $php_info = ob_get_clean();
1821
- $custom_email_sections['php_info'] = array(
1822
- 'title' => 'PHP Info',
1823
- 'rows' => array(
1824
- 'info' => array( $php_info )
1825
- )
1826
- );
1827
-
1828
- // Send email with technical details to resolve CloudFlare's firewall unnecessary protection.
1829
- $this->send_email(
1830
- 'api@freemius.com', // recipient
1831
- $title . ' [' . $this->get_plugin_name() . ']', // subject
1832
- $custom_email_sections,
1833
- array( "Reply-To: $admin_email <$admin_email>" ) // headers
1834
- );
1835
-
1836
- $this->_admin_notices->add_sticky(
1837
- sprintf(
1838
- __fs( 'fix-request-sent-message', $this->_slug ),
1839
- '<a href="mailto:' . $admin_email . '">' . $admin_email . '</a>'
1840
- ),
1841
- 'server_details_sent'
1842
- );
1843
-
1844
- // Action was taken, tell that API connectivity troubleshooting should be off now.
1845
-
1846
- echo "1";
1847
- exit;
1848
- }
1849
-
1850
- /**
1851
- * Handle connectivity test retry approved by the user.
1852
- *
1853
- * @author Vova Feldman (@svovaf)
1854
- * @since 1.1.7.4
1855
- */
1856
- function _retry_connectivity_test() {
1857
- $this->_admin_notices->remove_sticky( 'failed_connect_api_first' );
1858
-
1859
- $pong = $this->ping();
1860
-
1861
- $is_connected = $this->get_api_plugin_scope()->is_valid_ping( $pong );
1862
-
1863
- if ( $is_connected ) {
1864
- $this->store_connectivity_info( $pong, $is_connected );
1865
-
1866
- echo $this->get_after_plugin_activation_redirect_url();
1867
- } else {
1868
- // Add connectivity issue message after 2nd failed attempt.
1869
- $this->_add_connectivity_issue_message( $pong, false );
1870
-
1871
- echo "1";
1872
- }
1873
-
1874
- exit;
1875
- }
1876
-
1877
- static function _add_firewall_issues_javascript() {
1878
- $params = array();
1879
- fs_require_once_template( 'firewall-issues-js.php', $params );
1880
- }
1881
-
1882
- #endregion Connectivity Issues ------------------------------------------------------------------
1883
-
1884
- #region Email ------------------------------------------------------------------
1885
-
1886
- /**
1887
- * Generates and sends an HTML email with customizable sections.
1888
- *
1889
- * @author Leo Fajardo (@leorw)
1890
- * @since 1.1.2
1891
- *
1892
- * @param string $to_address
1893
- * @param string $subject
1894
- * @param array $sections
1895
- * @param array $headers
1896
- *
1897
- * @return bool Whether the email contents were sent successfully.
1898
- */
1899
- private function send_email(
1900
- $to_address,
1901
- $subject,
1902
- $sections = array(),
1903
- $headers = array()
1904
- ) {
1905
- $default_sections = $this->get_email_sections();
1906
-
1907
- // Insert new sections or replace the default email sections.
1908
- if ( is_array( $sections ) && ! empty( $sections ) ) {
1909
- foreach ( $sections as $section_id => $custom_section ) {
1910
- if ( ! isset( $default_sections[ $section_id ] ) ) {
1911
- // If the section does not exist, add it.
1912
- $default_sections[ $section_id ] = $custom_section;
1913
- } else {
1914
- // If the section already exists, override it.
1915
- $current_section = $default_sections[ $section_id ];
1916
-
1917
- // Replace the current section's title if a custom section title exists.
1918
- if ( isset( $custom_section['title'] ) ) {
1919
- $current_section['title'] = $custom_section['title'];
1920
- }
1921
-
1922
- // Insert new rows under the current section or replace the default rows.
1923
- if ( isset( $custom_section['rows'] ) && is_array( $custom_section['rows'] ) && ! empty( $custom_section['rows'] ) ) {
1924
- foreach ( $custom_section['rows'] as $row_id => $row ) {
1925
- $current_section['rows'][ $row_id ] = $row;
1926
- }
1927
- }
1928
-
1929
- $default_sections[ $section_id ] = $current_section;
1930
- }
1931
- }
1932
- }
1933
-
1934
- $vars = array( 'sections' => $default_sections );
1935
- $message = fs_get_template( 'email.php', $vars );
1936
-
1937
- // Set the type of email to HTML.
1938
- $headers[] = 'Content-type: text/html';
1939
-
1940
- $header_string = implode( "\r\n", $headers );
1941
-
1942
- return wp_mail(
1943
- $to_address,
1944
- $subject,
1945
- $message,
1946
- $header_string
1947
- );
1948
- }
1949
-
1950
- /**
1951
- * Generates the data for the sections of the email content.
1952
- *
1953
- * @author Leo Fajardo (@leorw)
1954
- * @since 1.1.2
1955
- *
1956
- * @return array
1957
- */
1958
- private function get_email_sections() {
1959
- // Retrieve the current user's information so that we can get the user's email, first name, and last name below.
1960
- $current_user = self::_get_current_wp_user();
1961
-
1962
- // Retrieve the cURL version information so that we can get the version number below.
1963
- $curl_version_information = curl_version();
1964
-
1965
- $active_plugin = self::get_active_plugins();
1966
-
1967
- // Generate the list of active plugins separated by new line.
1968
- $active_plugin_string = '';
1969
- foreach ( $active_plugin as $plugin ) {
1970
- $active_plugin_string .= sprintf(
1971
- '<a href="%s">%s</a> [v%s]<br>',
1972
- $plugin['PluginURI'],
1973
- $plugin['Name'],
1974
- $plugin['Version']
1975
- );
1976
- }
1977
-
1978
- $server_ip = WP_FS__REMOTE_ADDR;
1979
-
1980
- // Generate the default email sections.
1981
- $sections = array(
1982
- 'sdk' => array(
1983
- 'title' => 'SDK',
1984
- 'rows' => array(
1985
- 'fs_version' => array( 'FS Version', $this->version ),
1986
- 'curl_version' => array( 'cURL Version', $curl_version_information['version'] )
1987
- )
1988
- ),
1989
- 'plugin' => array(
1990
- 'title' => 'Plugin',
1991
- 'rows' => array(
1992
- 'name' => array( 'Name', $this->get_plugin_name() ),
1993
- 'version' => array( 'Version', $this->get_plugin_version() )
1994
- )
1995
- ),
1996
- 'site' => array(
1997
- 'title' => 'Site',
1998
- 'rows' => array(
1999
- 'unique_id' => array( 'Address', $this->get_anonymous_id() ),
2000
- 'address' => array( 'Address', site_url() ),
2001
- 'host' => array(
2002
- 'HTTP_HOST',
2003
- ( ! empty( $_SERVER['HTTP_HOST'] ) ? $_SERVER['HTTP_HOST'] : '' )
2004
- ),
2005
- 'server_addr' => array(
2006
- 'SERVER_ADDR',
2007
- '<a href="http://www.projecthoneypot.org/ip_' . $server_ip . '">' . $server_ip . '</a>'
2008
- )
2009
- )
2010
- ),
2011
- 'user' => array(
2012
- 'title' => 'User',
2013
- 'rows' => array(
2014
- 'email' => array( 'Email', $current_user->user_email ),
2015
- 'first' => array( 'First', $current_user->user_firstname ),
2016
- 'last' => array( 'Last', $current_user->user_lastname )
2017
- )
2018
- ),
2019
- 'plugins' => array(
2020
- 'title' => 'Plugins',
2021
- 'rows' => array(
2022
- 'active_plugins' => array( 'Active Plugins', $active_plugin_string )
2023
- )
2024
- ),
2025
- );
2026
-
2027
- // Allow the sections to be modified by other code.
2028
- $sections = $this->apply_filters( 'email_template_sections', $sections );
2029
-
2030
- return $sections;
2031
- }
2032
-
2033
- #endregion Email ------------------------------------------------------------------
2034
-
2035
- #region Initialization ------------------------------------------------------------------
2036
-
2037
- /**
2038
- * Init plugin's Freemius instance.
2039
- *
2040
- * @author Vova Feldman (@svovaf)
2041
- * @since 1.0.1
2042
- *
2043
- * @param number $id
2044
- * @param string $public_key
2045
- * @param bool $is_live
2046
- * @param bool $is_premium
2047
- */
2048
- function init( $id, $public_key, $is_live = true, $is_premium = true ) {
2049
- $this->_logger->entrance();
2050
-
2051
- $this->dynamic_init( array(
2052
- 'id' => $id,
2053
- 'public_key' => $public_key,
2054
- 'is_live' => $is_live,
2055
- 'is_premium' => $is_premium,
2056
- ) );
2057
- }
2058
-
2059
- /**
2060
- * Dynamic initiator, originally created to support initiation
2061
- * with parent_id for add-ons.
2062
- *
2063
- * @author Vova Feldman (@svovaf)
2064
- * @since 1.0.6
2065
- *
2066
- * @param array $plugin_info
2067
- *
2068
- * @throws Freemius_Exception
2069
- */
2070
- function dynamic_init( array $plugin_info ) {
2071
- $this->_logger->entrance();
2072
-
2073
- $this->parse_settings( $plugin_info );
2074
-
2075
- if ( $this->should_stop_execution() ) {
2076
- return;
2077
- }
2078
-
2079
- if ( ! $this->is_registered() ) {
2080
- if ( $this->is_anonymous() ) {
2081
- // If user skipped, no need to test connectivity.
2082
- $this->_has_api_connection = true;
2083
- $this->_is_on = true;
2084
- } else {
2085
- if ( ! $this->has_api_connectivity() ) {
2086
- if ( $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) ||
2087
- $this->_admin_notices->has_sticky( 'failed_connect_api' )
2088
- ) {
2089
- if ( ! $this->_enable_anonymous ) {
2090
- // If anonymous mode is disabled, add firewall admin-notice message.
2091
- add_action( 'admin_footer', array( 'Freemius', '_add_firewall_issues_javascript' ) );
2092
-
2093
- $this->add_ajax_action( 'resolve_firewall_issues', array(
2094
- &$this,
2095
- '_email_about_firewall_issue'
2096
- ) );
2097
-
2098
- $this->add_ajax_action( 'retry_connectivity_test', array(
2099
- &$this,
2100
- '_retry_connectivity_test'
2101
- ) );
2102
- }
2103
- }
2104
-
2105
- return;
2106
- } else {
2107
- $this->_admin_notices->remove_sticky( array(
2108
- 'failed_connect_api_first',
2109
- 'failed_connect_api',
2110
- ) );
2111
-
2112
- if ( $this->_anonymous_mode ) {
2113
- // Simulate anonymous mode.
2114
- $this->_is_anonymous = true;
2115
- }
2116
- }
2117
- }
2118
-
2119
- // Check if Freemius is on for the current plugin.
2120
- // This MUST be executed after all the plugin variables has been loaded.
2121
- if ( ! $this->is_on() ) {
2122
- return;
2123
- }
2124
- }
2125
-
2126
- if ( $this->has_api_connectivity() ) {
2127
- if ( $this->is_cron() ) {
2128
- $this->hook_callback_to_sync_cron();
2129
- } else if ( $this->is_user_in_admin() ) {
2130
- /**
2131
- * Schedule daily data sync cron if:
2132
- *
2133
- * 1. User opted-in (for tracking).
2134
- * 2. If skipped, but later upgraded (opted-in via upgrade).
2135
- *
2136
- * @author Vova Feldman (@svovaf)
2137
- * @since 1.1.7.3
2138
- *
2139
- */
2140
- if ( $this->is_registered() ) {
2141
- if ( ! $this->is_sync_cron_on() ) {
2142
- $this->schedule_sync_cron();
2143
- }
2144
- }
2145
-
2146
- /**
2147
- * Check if requested for manual blocking background sync.
2148
- */
2149
- if ( fs_request_has( 'background_sync' ) ) {
2150
- $this->run_manual_sync();
2151
- }
2152
- }
2153
- }
2154
-
2155
- if ( $this->is_registered() ) {
2156
- $this->hook_callback_to_install_sync();
2157
- }
2158
-
2159
- if ( $this->is_addon() ) {
2160
- if ( $this->is_parent_plugin_installed() ) {
2161
- // Link to parent FS.
2162
- $this->_parent = self::get_instance_by_id( $this->_plugin->parent_plugin_id );
2163
-
2164
- // Get parent plugin reference.
2165
- $this->_parent_plugin = $this->_parent->get_plugin();
2166
- }
2167
- }
2168
-
2169
- if ( $this->is_user_in_admin() ) {
2170
- global $pagenow;
2171
- if ( 'plugins.php' === $pagenow ) {
2172
- $this->hook_plugin_action_links();
2173
- }
2174
-
2175
- if ( $this->is_addon() ) {
2176
- if ( ! $this->is_parent_plugin_installed() ) {
2177
- $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
2178
-
2179
- if ( isset( $plugin_info['parent'] ) ) {
2180
- $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
2181
- }
2182
-
2183
- $this->_admin_notices->add(
2184
- ( ! empty( $parent_name ) ?
2185
- sprintf( __fs( 'addon-x-cannot-run-without-y', $this->_slug ), $this->get_plugin_name(), $parent_name ) :
2186
- sprintf( __fs( 'addon-x-cannot-run-without-parent', $this->_slug ), $this->get_plugin_name() )
2187
- ),
2188
- __fs( 'oops', $this->_slug ) . '...',
2189
- 'error'
2190
- );
2191
-
2192
- return;
2193
- } else {
2194
- if ( $this->_parent->is_registered() && ! $this->is_registered() ) {
2195
- // If parent plugin activated, automatically install add-on for the user.
2196
- $this->_activate_addon_account( $this->_parent );
2197
- }
2198
-
2199
- // @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
2200
- if ( $this->is_premium() ) {
2201
- // Remove add-on download admin-notice.
2202
- $this->_parent->_admin_notices->remove_sticky( array(
2203
- 'addon_plan_upgraded_' . $this->_slug,
2204
- 'no_addon_license_' . $this->_slug,
2205
- ) );
2206
- }
2207
-
2208
- $this->deactivate_premium_only_addon_without_license();
2209
- }
2210
- } else {
2211
- add_action( 'admin_init', array( &$this, '_admin_init_action' ) );
2212
-
2213
- if ( $this->has_addons() &&
2214
- 'plugin-information' === fs_request_get( 'tab', false ) &&
2215
- $this->get_id() == fs_request_get( 'parent_plugin_id', false )
2216
- ) {
2217
- require_once WP_FS__DIR_INCLUDES . '/fs-plugin-info-dialog.php';
2218
-
2219
- new FS_Plugin_Info_Dialog( $this );
2220
- }
2221
- }
2222
-
2223
- if ( $this->is_premium() ) {
2224
- new FS_Plugin_Updater( $this );
2225
- }
2226
-
2227
- // if ( $this->is_registered() ||
2228
- // $this->is_anonymous() ||
2229
- // $this->is_pending_activation()
2230
- // ) {
2231
- // $this->_init_admin();
2232
- // }
2233
- }
2234
-
2235
- $this->do_action( 'initiated' );
2236
-
2237
- if ( $this->_storage->prev_is_premium !== $this->_plugin->is_premium ) {
2238
- if ( isset( $this->_storage->prev_is_premium ) ) {
2239
- $this->apply_filters(
2240
- 'after_code_type_change',
2241
- // New code type.
2242
- $this->_plugin->is_premium
2243
- );
2244
- } else {
2245
- // Set for code type for the first time.
2246
- $this->_storage->prev_is_premium = $this->_plugin->is_premium;
2247
- }
2248
- }
2249
-
2250
- if ( ! $this->is_addon() ) {
2251
- if ( $this->is_registered() ) {
2252
- // Fix for upgrade from versions < 1.0.9.
2253
- if ( ! isset( $this->_storage->activation_timestamp ) ) {
2254
- $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
2255
- }
2256
-
2257
- $this->do_action( 'after_init_plugin_registered' );
2258
- } else if ( $this->is_anonymous() ) {
2259
- $this->do_action( 'after_init_plugin_anonymous' );
2260
- } else if ( $this->is_pending_activation() ) {
2261
- $this->do_action( 'after_init_plugin_pending_activations' );
2262
- }
2263
- } else {
2264
- if ( $this->is_registered() ) {
2265
- $this->do_action( 'after_init_addon_registered' );
2266
- } else if ( $this->is_anonymous() ) {
2267
- $this->do_action( 'after_init_addon_anonymous' );
2268
- } else if ( $this->is_pending_activation() ) {
2269
- $this->do_action( 'after_init_addon_pending_activations' );
2270
- }
2271
- }
2272
-
2273
- // Add license activation link and AJAX request handler.
2274
- if ( $this->has_paid_plan() ) {
2275
- global $pagenow;
2276
- if ( 'plugins.php' === $pagenow ) {
2277
- /**
2278
- * @since 1.2.0 Add license action link only on plugins page.
2279
- */
2280
- $this->_add_license_action_link();
2281
- $this->_require_license_activation_dialog();
2282
- }
2283
-
2284
- if ( $this->is_ajax_action( array(
2285
- 'activate_license',
2286
- 'resend_license_key'
2287
- ) )
2288
- ) {
2289
- // Hook license activation and resend AJAX callbacks.
2290
- $this->_require_license_activation_dialog();
2291
- }
2292
- }
2293
- }
2294
-
2295
- /**
2296
- * Parse plugin's settings (as defined by the plugin dev).
2297
- *
2298
- * @author Vova Feldman (@svovaf)
2299
- * @since 1.1.7.3
2300
- *
2301
- * @param array $plugin_info
2302
- *
2303
- * @throws \Freemius_Exception
2304
- */
2305
- private function parse_settings( &$plugin_info ) {
2306
- $this->_logger->entrance();
2307
-
2308
- $id = $this->get_numeric_option( $plugin_info, 'id', false );
2309
- $public_key = $this->get_option( $plugin_info, 'public_key', false );
2310
- $secret_key = $this->get_option( $plugin_info, 'secret_key', null );
2311
- $parent_id = $this->get_numeric_option( $plugin_info, 'parent_id', null );
2312
- $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
2313
-
2314
- /**
2315
- * @author Vova Feldman (@svovaf)
2316
- * @since 1.1.9 Try to pull secret key from external config.
2317
- */
2318
- if ( is_null( $secret_key ) && defined( "WP_FS__{$this->_slug}_SECRET_KEY" ) ) {
2319
- $secret_key = constant( "WP_FS__{$this->_slug}_SECRET_KEY" );
2320
- }
2321
-
2322
- if ( isset( $plugin_info['parent'] ) ) {
2323
- $parent_id = $this->get_numeric_option( $plugin_info['parent'], 'id', null );
2324
- // $parent_slug = $this->get_option( $plugin_info['parent'], 'slug', null );
2325
- // $parent_public_key = $this->get_option( $plugin_info['parent'], 'public_key', null );
2326
- $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
2327
- }
2328
-
2329
- if ( false === $id ) {
2330
- throw new Freemius_Exception( 'Plugin id parameter is not set.' );
2331
- }
2332
- if ( false === $public_key ) {
2333
- throw new Freemius_Exception( 'Plugin public_key parameter is not set.' );
2334
- }
2335
-
2336
- $plugin = ( $this->_plugin instanceof FS_Plugin ) ?
2337
- $this->_plugin :
2338
- new FS_Plugin();
2339
-
2340
- $plugin->update( array(
2341
- 'id' => $id,
2342
- 'public_key' => $public_key,
2343
- 'slug' => $this->_slug,
2344
- 'parent_plugin_id' => $parent_id,
2345
- 'version' => $this->get_plugin_version(),
2346
- 'title' => $this->get_plugin_name(),
2347
- 'file' => $this->_plugin_basename,
2348
- 'is_premium' => $this->get_bool_option( $plugin_info, 'is_premium', true ),
2349
- 'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
2350
- // 'secret_key' => $secret_key,
2351
- ) );
2352
-
2353
- if ( $plugin->is_updated() ) {
2354
- // Update plugin details.
2355
- $this->_plugin = FS_Plugin_Manager::instance( $this->_slug )->store( $plugin );
2356
- }
2357
- // Set the secret key after storing the plugin, we don't want to store the key in the storage.
2358
- $this->_plugin->secret_key = $secret_key;
2359
-
2360
- if ( ! isset( $plugin_info['menu'] ) ) {
2361
- // Back compatibility to 1.1.2
2362
- $plugin_info['menu'] = array(
2363
- 'slug' => isset( $plugin_info['menu_slug'] ) ?
2364
- $plugin_info['menu_slug'] :
2365
- $this->_slug
2366
- );
2367
- }
2368
-
2369
- $this->_menu = FS_Admin_Menu_Manager::instance( $this->_slug );
2370
- $this->_menu->init( $plugin_info['menu'], $this->is_addon() );
2371
-
2372
- $this->_has_addons = $this->get_bool_option( $plugin_info, 'has_addons', false );
2373
- $this->_has_paid_plans = $this->get_bool_option( $plugin_info, 'has_paid_plans', true );
2374
- $this->_is_org_compliant = $this->get_bool_option( $plugin_info, 'is_org_compliant', true );
2375
- $this->_is_premium_only = $this->get_bool_option( $plugin_info, 'is_premium_only', false );
2376
- if ( $this->_is_premium_only ) {
2377
- // If premium only plugin, disable anonymous mode.
2378
- $this->_enable_anonymous = false;
2379
- $this->_anonymous_mode = false;
2380
- } else {
2381
- $this->_enable_anonymous = $this->get_bool_option( $plugin_info, 'enable_anonymous', true );
2382
- $this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
2383
- }
2384
- $this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
2385
- }
2386
-
2387
- /**
2388
- * @param string[] $options
2389
- * @param string $key
2390
- * @param mixed $default
2391
- *
2392
- * @return bool
2393
- */
2394
- private function get_option( &$options, $key, $default = false ) {
2395
- return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
2396
- }
2397
-
2398
- private function get_bool_option( &$options, $key, $default = false ) {
2399
- return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
2400
- }
2401
-
2402
- private function get_numeric_option( &$options, $key, $default = false ) {
2403
- return isset( $options[ $key ] ) && is_numeric( $options[ $key ] ) ? $options[ $key ] : $default;
2404
- }
2405
-
2406
- /**
2407
- * Gate keeper.
2408
- *
2409
- * @author Vova Feldman (@svovaf)
2410
- * @since 1.1.7.3
2411
- *
2412
- * @return bool
2413
- */
2414
- private function should_stop_execution() {
2415
- if ( empty( $this->_storage->was_plugin_loaded ) ) {
2416
- /**
2417
- * Don't execute Freemius until plugin was fully loaded at least once,
2418
- * to give the opportunity for the activation hook to run before pinging
2419
- * the API for connectivity test. This logic is relevant for the
2420
- * identification of new plugin install vs. plugin update.
2421
- *
2422
- * @author Vova Feldman (@svovaf)
2423
- * @since 1.1.9
2424
- */
2425
- return true;
2426
- }
2427
-
2428
- if ( $this->is_activation_mode() ) {
2429
- if ( ! is_admin() ) {
2430
- /**
2431
- * If in activation mode, don't execute Freemius outside of the
2432
- * admin dashboard.
2433
- *
2434
- * @author Vova Feldman (@svovaf)
2435
- * @since 1.1.7.3
2436
- */
2437
- return true;
2438
- }
2439
-
2440
- if ( ! WP_FS__IS_HTTP_REQUEST ) {
2441
- /**
2442
- * If in activation and executed without HTTP context (e.g. CLI, Cronjob),
2443
- * then don't start Freemius.
2444
- *
2445
- * @author Vova Feldman (@svovaf)
2446
- * @since 1.1.6.3
2447
- *
2448
- * @link https://wordpress.org/support/topic/errors-in-the-freemius-class-when-running-in-wordpress-in-cli
2449
- */
2450
- return true;
2451
- }
2452
-
2453
- if ( $this->is_cron() ) {
2454
- /**
2455
- * If in activation mode, don't execute Freemius during wp crons
2456
- * (wp crons have HTTP context - called as HTTP request).
2457
- *
2458
- * @author Vova Feldman (@svovaf)
2459
- * @since 1.1.7.3
2460
- */
2461
- return true;
2462
- }
2463
-
2464
- if ( $this->is_ajax() &&
2465
- ! $this->_admin_notices->has_sticky( 'failed_connect_api_first' ) &&
2466
- ! $this->_admin_notices->has_sticky( 'failed_connect_api' )
2467
- ) {
2468
- /**
2469
- * During activation, if running in AJAX mode, unless there's a sticky
2470
- * connectivity issue notice, don't run Freemius.
2471
- *
2472
- * @author Vova Feldman (@svovaf)
2473
- * @since 1.1.7.3
2474
- */
2475
- return true;
2476
- }
2477
- }
2478
-
2479
- return false;
2480
- }
2481
-
2482
- /**
2483
- * Triggered after code type has changed.
2484
- *
2485
- * @author Vova Feldman (@svovaf)
2486
- * @since 1.1.9.1
2487
- */
2488
- function _after_code_type_change() {
2489
- $this->_logger->entrance();
2490
-
2491
- add_action( is_admin() ? 'admin_init' : 'init', array(
2492
- &$this,
2493
- '_plugin_code_type_changed'
2494
- ) );
2495
- }
2496
-
2497
- /**
2498
- * Handles plugin's code type change (free <--> premium).
2499
- *
2500
- * @author Vova Feldman (@svovaf)
2501
- * @since 1.0.9
2502
- */
2503
- function _plugin_code_type_changed() {
2504
- $this->_logger->entrance();
2505
-
2506
- // Schedule code type changes event.
2507
- // $this->sync_install();
2508
- $this->schedule_install_sync();
2509
-
2510
- if ( $this->is_premium() ) {
2511
- // Activated premium code.
2512
- $this->do_action( 'after_premium_version_activation' );
2513
-
2514
- // Remove all sticky messages related to download of the premium version.
2515
- $this->_admin_notices->remove_sticky( array(
2516
- 'trial_started',
2517
- 'plan_upgraded',
2518
- 'plan_changed',
2519
- ) );
2520
-
2521
- $this->_admin_notices->add_sticky(
2522
- __fs( 'premium-activated-message', $this->_slug ),
2523
- 'premium_activated',
2524
- __fs( 'woot', $this->_slug ) . '!'
2525
- );
2526
- } else {
2527
- // Remove sticky message related to premium code activation.
2528
- $this->_admin_notices->remove_sticky( 'premium_activated' );
2529
-
2530
- // Activated free code (after had the premium before).
2531
- $this->do_action( 'after_free_version_reactivation' );
2532
-
2533
- if ( $this->is_paying() && ! $this->is_premium() ) {
2534
- $this->_admin_notices->add_sticky(
2535
- sprintf(
2536
- __fs( 'you-have-x-license', $this->_slug ),
2537
- $this->_site->plan->title
2538
- ) . $this->get_complete_upgrade_instructions(),
2539
- 'plan_upgraded',
2540
- __fs( 'yee-haw', $this->_slug ) . '!'
2541
- );
2542
- }
2543
- }
2544
-
2545
- /**
2546
- * Unregister the uninstall hook for the other version of the plugin (with different code type) to avoid
2547
- * triggering a fatal error when uninstalling that plugin. For example, after deactivating the "free" version
2548
- * of a specific plugin, its uninstall hook should be unregistered after the "premium" version has been
2549
- * activated. If we don't do that, a fatal error will occur when we try to uninstall the "free" version since
2550
- * the main file of the "free" version will be loaded first before calling the hooked callback. Since the
2551
- * free and premium versions are almost identical (same class or have same functions), a fatal error like
2552
- * "Cannot redeclare class MyClass" or "Cannot redeclare my_function()" will occur.
2553
- */
2554
- $this->unregister_uninstall_hook();
2555
-
2556
- $this->clear_module_main_file_cache();
2557
-
2558
- // Update is_premium of latest version.
2559
- $this->_storage->prev_is_premium = $this->_plugin->is_premium;
2560
- }
2561
-
2562
- #endregion Initialization ------------------------------------------------------------------
2563
-
2564
- #region Add-ons -------------------------------------------------------------------------
2565
-
2566
- /**
2567
- * Check if add-on installed and activated on site.
2568
- *
2569
- * @author Vova Feldman (@svovaf)
2570
- * @since 1.0.6
2571
- *
2572
- * @param string|number $slug_or_id
2573
- *
2574
- * @return bool
2575
- */
2576
- function is_addon_activated( $slug_or_id ) {
2577
- return self::has_instance( $slug_or_id );
2578
- }
2579
-
2580
- /**
2581
- * Check if add-on was connected to install
2582
- *
2583
- * @author Vova Feldman (@svovaf)
2584
- * @since 1.1.7
2585
- *
2586
- * @param string $slug
2587
- *
2588
- * @return bool
2589
- */
2590
- function is_addon_connected( $slug ) {
2591
- $sites = self::get_all_sites();
2592
-
2593
- if ( ! isset( $sites[ $slug ] ) ) {
2594
- return false;
2595
- }
2596
-
2597
- $site = $sites[ $slug ];
2598
-
2599
- $plugin = FS_Plugin_Manager::instance( $slug )->get();
2600
-
2601
- if ( $plugin->parent_plugin_id != $this->_plugin->id ) {
2602
- // The given slug do NOT belong to any of the plugin's add-ons.
2603
- return false;
2604
- }
2605
-
2606
- return ( is_object( $site ) &&
2607
- is_numeric( $site->id ) &&
2608
- is_numeric( $site->user_id ) &&
2609
- is_object( $site->plan )
2610
- );
2611
- }
2612
-
2613
- /**
2614
- * Determines if add-on installed.
2615
- *
2616
- * NOTE: This is a heuristic and only works if the folder/file named as the slug.
2617
- *
2618
- * @author Vova Feldman (@svovaf)
2619
- * @since 1.0.6
2620
- *
2621
- * @param string $slug
2622
- *
2623
- * @return bool
2624
- */
2625
- function is_addon_installed( $slug ) {
2626
- return file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->get_addon_basename( $slug ) ) );
2627
- }
2628
-
2629
- /**
2630
- * Get add-on basename.
2631
- *
2632
- * @author Vova Feldman (@svovaf)
2633
- * @since 1.0.6
2634
- *
2635
- * @param string $slug
2636
- *
2637
- * @return string
2638
- */
2639
- function get_addon_basename( $slug ) {
2640
- if ( $this->is_addon_activated( $slug ) ) {
2641
- self::instance( $slug )->get_plugin_basename();
2642
- }
2643
-
2644
- $premium_basename = $slug . '-premium/' . $slug . '.php';
2645
-
2646
- if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_basename ) ) ) {
2647
- return $premium_basename;
2648
- }
2649
-
2650
- $free_basename = $slug . '/' . $slug . '.php';
2651
-
2652
- return $free_basename;
2653
- }
2654
-
2655
- /**
2656
- * Get installed add-ons instances.
2657
- *
2658
- * @author Vova Feldman (@svovaf)
2659
- * @since 1.0.6
2660
- *
2661
- * @return Freemius[]
2662
- */
2663
- function get_installed_addons() {
2664
- $installed_addons = array();
2665
- foreach ( self::$_instances as $slug => $instance ) {
2666
- if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
2667
- if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
2668
- $installed_addons[] = $instance;
2669
- }
2670
- }
2671
- }
2672
-
2673
- return $installed_addons;
2674
- }
2675
-
2676
- /**
2677
- * Check if any add-ons of the plugin are installed.
2678
- *
2679
- * @author Leo Fajardo (@leorw)
2680
- * @since 1.1.1
2681
- *
2682
- * @return bool
2683
- */
2684
- function has_installed_addons() {
2685
- if ( ! $this->has_addons() ) {
2686
- return false;
2687
- }
2688
-
2689
- foreach ( self::$_instances as $slug => $instance ) {
2690
- if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
2691
- if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
2692
- return true;
2693
- }
2694
- }
2695
- }
2696
-
2697
- return false;
2698
- }
2699
-
2700
- /**
2701
- * Tell Freemius that the current plugin is an add-on.
2702
- *
2703
- * @author Vova Feldman (@svovaf)
2704
- * @since 1.0.6
2705
- *
2706
- * @param number $parent_plugin_id The parent plugin ID
2707
- */
2708
- function init_addon( $parent_plugin_id ) {
2709
- $this->_plugin->parent_plugin_id = $parent_plugin_id;
2710
- }
2711
-
2712
- /**
2713
- * @author Vova Feldman (@svovaf)
2714
- * @since 1.0.6
2715
- *
2716
- * @return bool
2717
- */
2718
- function is_addon() {
2719
- return isset( $this->_plugin->parent_plugin_id ) && is_numeric( $this->_plugin->parent_plugin_id );
2720
- }
2721
-
2722
- /**
2723
- * Deactivate add-on if it's premium only and the user does't have a valid license.
2724
- *
2725
- * @param bool $is_after_trial_cancel
2726
- *
2727
- * @return bool If add-on was deactivated.
2728
- */
2729
- private function deactivate_premium_only_addon_without_license( $is_after_trial_cancel = false ) {
2730
- if ( ! $this->has_free_plan() &&
2731
- ! $this->has_features_enabled_license() &&
2732
- ! $this->_has_premium_license()
2733
- ) {
2734
- // IF wrapper is turned off because activation_timestamp is currently only stored for plugins (not addons).
2735
- // if (empty($this->_storage->activation_timestamp) ||
2736
- // (WP_FS__SCRIPT_START_TIME - $this->_storage->activation_timestamp) > 30
2737
- // ) {
2738
- /**
2739
- * @todo When it's first fail, there's no reason to try and re-sync because the licenses were just synced after initial activation.
2740
- *
2741
- * Retry syncing the user add-on licenses.
2742
- */
2743
- // Sync licenses.
2744
- $this->_sync_licenses();
2745
- // }
2746
-
2747
- // Try to activate premium license.
2748
- $this->_activate_license( true );
2749
-
2750
- if ( ! $this->has_free_plan() &&
2751
- ! $this->has_features_enabled_license() &&
2752
- ! $this->_has_premium_license()
2753
- ) {
2754
- // @todo Check if deactivate plugins also call the deactivation hook.
2755
-
2756
- deactivate_plugins( array( $this->_plugin_basename ), true );
2757
-
2758
- $this->_parent->_admin_notices->add_sticky(
2759
- sprintf(
2760
- __fs( ( $is_after_trial_cancel ?
2761
- 'addon-trial-cancelled-message' :
2762
- 'addon-no-license-message' ),
2763
- $this->_parent->_slug
2764
- ),
2765
- '<b>' . $this->_plugin->title . '</b>'
2766
- ) . ' ' . sprintf(
2767
- '<a href="%s" aria-label="%s" class="button button-primary" style="margin-left: 10px; vertical-align: middle;">%s &nbsp;&#10140;</a>',
2768
- $this->_parent->addon_url( $this->_slug ),
2769
- esc_attr( sprintf( __fs( 'more-information-about-x', $this->_parent->_slug ), $this->_plugin->title ) ),
2770
- __fs( 'purchase-license', $this->_parent->_slug )
2771
- ),
2772
- 'no_addon_license_' . $this->_slug,
2773
- ( $is_after_trial_cancel ? '' : __fs( 'oops', $this->_parent->_slug ) . '...' ),
2774
- ( $is_after_trial_cancel ? 'success' : 'error' )
2775
- );
2776
-
2777
- return true;
2778
- }
2779
- }
2780
-
2781
- return false;
2782
- }
2783
-
2784
- #endregion ------------------------------------------------------------------
2785
-
2786
- #region Sandbox ------------------------------------------------------------------
2787
-
2788
- /**
2789
- * Set Freemius into sandbox mode for debugging.
2790
- *
2791
- * @author Vova Feldman (@svovaf)
2792
- * @since 1.0.4
2793
- *
2794
- * @param string $secret_key
2795
- */
2796
- function init_sandbox( $secret_key ) {
2797
- $this->_plugin->secret_key = $secret_key;
2798
-
2799
- // Update plugin details.
2800
- FS_Plugin_Manager::instance( $this->_slug )->update( $this->_plugin, true );
2801
- }
2802
-
2803
- /**
2804
- * Check if running payments in sandbox mode.
2805
- *
2806
- * @author Vova Feldman (@svovaf)
2807
- * @since 1.0.4
2808
- *
2809
- * @return bool
2810
- */
2811
- function is_payments_sandbox() {
2812
- return ( ! $this->is_live() ) || isset( $this->_plugin->secret_key );
2813
- }
2814
-
2815
- #endregion Sandbox ------------------------------------------------------------------
2816
-
2817
- /**
2818
- * Check if running test vs. live plugin.
2819
- *
2820
- * @author Vova Feldman (@svovaf)
2821
- * @since 1.0.5
2822
- *
2823
- * @return bool
2824
- */
2825
- function is_live() {
2826
- return $this->_plugin->is_live;
2827
- }
2828
-
2829
- /**
2830
- * Check if the user skipped connecting the account with Freemius.
2831
- *
2832
- * @author Vova Feldman (@svovaf)
2833
- * @since 1.0.7
2834
- *
2835
- * @return bool
2836
- */
2837
- function is_anonymous() {
2838
- if ( ! isset( $this->_is_anonymous ) ) {
2839
- if ( ! isset( $this->_storage->is_anonymous ) ) {
2840
- // Not skipped.
2841
- $this->_is_anonymous = false;
2842
- } else if ( is_bool( $this->_storage->is_anonymous ) ) {
2843
- // For back compatibility, since the variable was boolean before.
2844
- $this->_is_anonymous = $this->_storage->is_anonymous;
2845
-
2846
- // Upgrade stored data format to 1.1.3 format.
2847
- $this->set_anonymous_mode( $this->_storage->is_anonymous );
2848
- } else {
2849
- // Version 1.1.3 and later.
2850
- $this->_is_anonymous = $this->_storage->is_anonymous['is'];
2851
- }
2852
- }
2853
-
2854
- return $this->_is_anonymous;
2855
- }
2856
-
2857
- /**
2858
- * Check if user connected his account and install pending email activation.
2859
- *
2860
- * @author Vova Feldman (@svovaf)
2861
- * @since 1.0.7
2862
- *
2863
- * @return bool
2864
- */
2865
- function is_pending_activation() {
2866
- return $this->_storage->get( 'is_pending_activation', false );
2867
- }
2868
-
2869
- /**
2870
- * Check if plugin must be WordPress.org compliant.
2871
- *
2872
- * @since 1.0.7
2873
- *
2874
- * @return bool
2875
- */
2876
- function is_org_repo_compliant() {
2877
- return $this->_is_org_compliant;
2878
- }
2879
-
2880
- #region Daily Sync Cron ------------------------------------------------------------------
2881
-
2882
- /**
2883
- * @author Vova Feldman (@svovaf)
2884
- * @since 1.1.7.3
2885
- */
2886
- private function run_manual_sync() {
2887
- $this->require_pluggable_essentials();
2888
-
2889
- if ( ! current_user_can( 'activate_plugins' ) ) {
2890
- return;
2891
- }
2892
-
2893
- // Run manual sync.
2894
- $this->_sync_cron();
2895
-
2896
- // Reschedule next cron to run 24 hours from now (performance optimization).
2897
- $this->clear_sync_cron();
2898
-
2899
- $this->schedule_sync_cron( time() + WP_FS__TIME_24_HOURS_IN_SEC, false );
2900
- }
2901
-
2902
- /**
2903
- * Data sync cron job. Replaces the background sync non blocking HTTP request
2904
- * that doesn't halt page loading.
2905
- *
2906
- * @author Vova Feldman (@svovaf)
2907
- * @since 1.1.7.3
2908
- */
2909
- function _sync_cron() {
2910
- $this->_logger->entrance();
2911
-
2912
- // Store the last time data sync was executed.
2913
- $this->_storage->sync_timestamp = time();
2914
-
2915
- // Check if API is temporary down.
2916
- if ( FS_Api::is_temporary_down() ) {
2917
- return;
2918
- }
2919
-
2920
- // @todo Add logic that identifies API latency, and reschedule the next background sync randomly between 8-16 hours.
2921
-
2922
- if ( $this->is_registered() ) {
2923
- if ( $this->has_paid_plan() ) {
2924
- // Initiate background plan sync.
2925
- $this->_sync_license( true );
2926
-
2927
- if ( $this->is_paying() ) {
2928
- // Check for premium plugin updates.
2929
- $this->_check_updates( true );
2930
- }
2931
- } else {
2932
- // Sync install (only if something changed locally).
2933
- $this->sync_install();
2934
- }
2935
- }
2936
-
2937
- $this->do_action( 'after_sync_cron' );
2938
- }
2939
-
2940
- /**
2941
- * Check if sync was executed in the last $period of seconds.
2942
- *
2943
- * @author Vova Feldman (@svovaf)
2944
- * @since 1.1.7.3
2945
- *
2946
- * @param int $period In seconds
2947
- *
2948
- * @return bool
2949
- */
2950
- private function is_sync_executed( $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
2951
- if ( ! isset( $this->_storage->sync_timestamp ) ) {
2952
- return false;
2953
- }
2954
-
2955
- return ( $this->_storage->sync_timestamp > ( WP_FS__SCRIPT_START_TIME - $period ) );
2956
- }
2957
-
2958
- /**
2959
- * @author Vova Feldman (@svovaf)
2960
- * @since 1.1.7.3
2961
- *
2962
- * @return bool
2963
- */
2964
- private function is_sync_cron_on() {
2965
- /**
2966
- * @var object $sync_cron_data
2967
- */
2968
- $sync_cron_data = $this->_storage->get( 'sync_cron', null );
2969
-
2970
- return ( ! is_null( $sync_cron_data ) && true === $sync_cron_data->on );
2971
- }
2972
-
2973
- /**
2974
- * @author Vova Feldman (@svovaf)
2975
- * @since 1.1.7.3
2976
- *
2977
- * @param int $start_at Defaults to now.
2978
- * @param bool $randomize_start If true, schedule first job randomly during the next 12 hours. Otherwise,
2979
- * schedule job to start right away.
2980
- */
2981
- private function schedule_sync_cron( $start_at = WP_FS__SCRIPT_START_TIME, $randomize_start = true ) {
2982
- $this->_logger->entrance();
2983
-
2984
- if ( $randomize_start ) {
2985
- // Schedule first sync with a random 12 hour time range from now.
2986
- $start_at += rand( 0, ( WP_FS__TIME_24_HOURS_IN_SEC / 2 ) );
2987
- }
2988
-
2989
- // Schedule daily WP cron.
2990
- wp_schedule_event(
2991
- $start_at,
2992
- 'daily',
2993
- $this->get_action_tag( 'data_sync' )
2994
- );
2995
-
2996
- $this->_storage->store( 'sync_cron', (object) array(
2997
- 'version' => $this->get_plugin_version(),
2998
- 'sdk_version' => $this->version,
2999
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
3000
- 'on' => true,
3001
- ) );
3002
- }
3003
-
3004
- /**
3005
- * Add the actual sync function to the cron job hook.
3006
- *
3007
- * @author Vova Feldman (@svovaf)
3008
- * @since 1.1.7.3
3009
- */
3010
- private function hook_callback_to_sync_cron() {
3011
- $this->add_action( 'data_sync', array( &$this, '_sync_cron' ) );
3012
- }
3013
-
3014
- /**
3015
- * @author Vova Feldman (@svovaf)
3016
- * @since 1.1.7.3
3017
- */
3018
- private function clear_sync_cron() {
3019
- $this->_logger->entrance();
3020
-
3021
- if ( ! $this->is_sync_cron_on() ) {
3022
- return;
3023
- }
3024
-
3025
- $this->_storage->remove( 'sync_cron' );
3026
-
3027
- wp_clear_scheduled_hook( $this->get_action_tag( 'data_sync' ) );
3028
- }
3029
-
3030
- /**
3031
- * Unix timestamp for next sync cron execution or false if not scheduled.
3032
- *
3033
- * @author Vova Feldman (@svovaf)
3034
- * @since 1.1.7.3
3035
- *
3036
- * @return int|false
3037
- */
3038
- function next_sync_cron() {
3039
- $this->_logger->entrance();
3040
-
3041
- if ( ! $this->is_sync_cron_on() ) {
3042
- return false;
3043
- }
3044
-
3045
- return wp_next_scheduled( $this->get_action_tag( 'data_sync' ) );
3046
- }
3047
-
3048
- /**
3049
- * Unix timestamp for previous sync cron execution or false if never executed.
3050
- *
3051
- * @author Vova Feldman (@svovaf)
3052
- * @since 1.1.7.3
3053
- *
3054
- * @return int|false
3055
- */
3056
- function last_sync_cron() {
3057
- $this->_logger->entrance();
3058
-
3059
- return $this->_storage->get( 'sync_timestamp' );
3060
- }
3061
-
3062
- #endregion Daily Sync Cron ------------------------------------------------------------------
3063
-
3064
- #region Async Install Sync ------------------------------------------------------------------
3065
-
3066
- /**
3067
- * @author Vova Feldman (@svovaf)
3068
- * @since 1.1.7.3
3069
- *
3070
- * @return bool
3071
- */
3072
- private function is_install_sync_scheduled() {
3073
- /**
3074
- * @var object $cron_data
3075
- */
3076
- $cron_data = $this->_storage->get( 'install_sync_cron', null );
3077
-
3078
- return ( ! is_null( $cron_data ) && true === $cron_data->on );
3079
- }
3080
-
3081
- /**
3082
- * Instead of running blocking install sync event, execute non blocking scheduled wp-cron.
3083
- *
3084
- * @author Vova Feldman (@svovaf)
3085
- * @since 1.1.7.3
3086
- */
3087
- private function schedule_install_sync() {
3088
- $this->_logger->entrance();
3089
-
3090
- $this->clear_install_sync_cron();
3091
-
3092
- // Schedule immediate install sync.
3093
- wp_schedule_single_event(
3094
- WP_FS__SCRIPT_START_TIME,
3095
- $this->get_action_tag( 'install_sync' )
3096
- );
3097
-
3098
- $this->_storage->store( 'install_sync_cron', (object) array(
3099
- 'version' => $this->get_plugin_version(),
3100
- 'sdk_version' => $this->version,
3101
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
3102
- 'on' => true,
3103
- ) );
3104
- }
3105
-
3106
- /**
3107
- * Unix timestamp for previous install sync cron execution or false if never executed.
3108
- *
3109
- * @todo There's some very strange bug that $this->_storage->install_sync_timestamp value is not being
3110
- * updated. But for sure the sync event is working.
3111
- *
3112
- * @author Vova Feldman (@svovaf)
3113
- * @since 1.1.7.3
3114
- *
3115
- * @return int|false
3116
- */
3117
- function last_install_sync() {
3118
- $this->_logger->entrance();
3119
-
3120
- return $this->_storage->get( 'install_sync_timestamp' );
3121
- }
3122
-
3123
- /**
3124
- * Unix timestamp for next install sync cron execution or false if not scheduled.
3125
- *
3126
- * @author Vova Feldman (@svovaf)
3127
- * @since 1.1.7.3
3128
- *
3129
- * @return int|false
3130
- */
3131
- function next_install_sync() {
3132
- $this->_logger->entrance();
3133
-
3134
- if ( ! $this->is_install_sync_scheduled() ) {
3135
- return false;
3136
- }
3137
-
3138
- return wp_next_scheduled( $this->get_action_tag( 'install_sync' ) );
3139
- }
3140
-
3141
- /**
3142
- * Add the actual install sync function to the cron job hook.
3143
- *
3144
- * @author Vova Feldman (@svovaf)
3145
- * @since 1.1.7.3
3146
- */
3147
- private function hook_callback_to_install_sync() {
3148
- $this->add_action( 'install_sync', array( &$this, '_run_sync_install' ) );
3149
- }
3150
-
3151
- /**
3152
- * @author Vova Feldman (@svovaf)
3153
- * @since 1.1.7.3
3154
- */
3155
- private function clear_install_sync_cron() {
3156
- $this->_logger->entrance();
3157
-
3158
- if ( ! $this->is_install_sync_scheduled() ) {
3159
- return;
3160
- }
3161
-
3162
- $this->_storage->remove( 'install_sync_cron' );
3163
-
3164
- wp_clear_scheduled_hook( $this->get_action_tag( 'install_sync' ) );
3165
- }
3166
-
3167
- /**
3168
- * @author Vova Feldman (@svovaf)
3169
- * @since 1.1.7.3
3170
- */
3171
- public function _run_sync_install() {
3172
- $this->_logger->entrance();
3173
-
3174
- // Update last install sync timestamp.
3175
- $this->_storage->install_sync_timestamp = time();
3176
-
3177
- $this->sync_install( array(), true );
3178
- }
3179
-
3180
- #endregion Async Install Sync ------------------------------------------------------------------
3181
-
3182
- /**
3183
- * Show a notice that activation is currently pending.
3184
- *
3185
- * @author Vova Feldman (@svovaf)
3186
- * @since 1.0.7
3187
- *
3188
- * @param bool|string $email
3189
- */
3190
- function _add_pending_activation_notice( $email = false ) {
3191
- if ( ! is_string( $email ) ) {
3192
- $current_user = self::_get_current_wp_user();
3193
- $email = $current_user->user_email;
3194
- }
3195
-
3196
- $this->_admin_notices->add_sticky(
3197
- sprintf(
3198
- __fs( 'pending-activation-message', $this->_slug ),
3199
- '<b>' . $this->get_plugin_name() . '</b>',
3200
- '<b>' . $email . '</b>'
3201
- ),
3202
- 'activation_pending',
3203
- 'Thanks!'
3204
- );
3205
- }
3206
-
3207
- /**
3208
- * Check if currently in plugin activation.
3209
- *
3210
- * @author Vova Feldman (@svovaf)
3211
- * @since 1.1.4
3212
- *
3213
- * @return bool
3214
- */
3215
- function is_plugin_activation() {
3216
- return get_option( "fs_{$this->_slug}_activated", false );
3217
- }
3218
-
3219
- /**
3220
- *
3221
- * NOTE: admin_menu action executed before admin_init.
3222
- *
3223
- * @author Vova Feldman (@svovaf)
3224
- * @since 1.0.7
3225
- */
3226
- function _admin_init_action() {
3227
- /**
3228
- * Automatically redirect to connect/activation page after plugin activation.
3229
- *
3230
- * @since 1.1.7 Do NOT redirect to opt-in when running in network admin mode.
3231
- */
3232
- if ( $this->is_plugin_activation() ) {
3233
- delete_option( "fs_{$this->_slug}_activated" );
3234
-
3235
- if ( ! function_exists( 'is_network_admin' ) || ! is_network_admin() ) {
3236
- $this->_redirect_on_activation_hook();
3237
-
3238
- return;
3239
- }
3240
- }
3241
-
3242
- if ( fs_request_is_action( $this->_slug . '_skip_activation' ) ) {
3243
- check_admin_referer( $this->_slug . '_skip_activation' );
3244
-
3245
- $this->skip_connection();
3246
-
3247
- if ( fs_redirect( $this->get_after_activation_url( 'after_skip_url' ) ) ) {
3248
- exit();
3249
- }
3250
- }
3251
-
3252
- if ( ! $this->is_addon() && ! $this->is_registered() && ! $this->is_anonymous() ) {
3253
- if ( ! $this->is_pending_activation() ) {
3254
- if ( ! $this->_menu->is_activation_page() ) {
3255
- if ( $this->is_plugin_new_install() || $this->is_only_premium() ) {
3256
- // Show notice for new plugin installations.
3257
- $this->_admin_notices->add(
3258
- sprintf(
3259
- __fs( 'you-are-step-away', $this->_slug ),
3260
- sprintf( '<b><a href="%s">%s</a></b>',
3261
- $this->get_activation_url(),
3262
- sprintf( __fs( 'activate-x-now', $this->_slug ), $this->get_plugin_name() )
3263
- )
3264
- ),
3265
- '',
3266
- 'update-nag'
3267
- );
3268
- } else {
3269
- if ( ! isset( $this->_storage->sticky_optin_added ) ) {
3270
- $this->_storage->sticky_optin_added = true;
3271
-
3272
- // Show notice for new plugin installations.
3273
- $this->_admin_notices->add_sticky(
3274
- sprintf(
3275
- __fs( 'few-plugin-tweaks', $this->_slug ),
3276
- sprintf( '<b><a href="%s">%s</a></b>',
3277
- $this->get_activation_url(),
3278
- sprintf( __fs( 'optin-x-now', $this->_slug ), $this->get_plugin_name() )
3279
- )
3280
- ),
3281
- 'connect_account',
3282
- '',
3283
- 'update-nag'
3284
- );
3285
- }
3286
-
3287
- if ( $this->has_filter( 'optin_pointer_element' ) ) {
3288
- // Don't show admin nag if plugin update.
3289
- wp_enqueue_script( 'wp-pointer' );
3290
- wp_enqueue_style( 'wp-pointer' );
3291
-
3292
- $this->_enqueue_connect_essentials();
3293
-
3294
- add_action( 'admin_print_footer_scripts', array(
3295
- $this,
3296
- '_add_connect_pointer_script'
3297
- ) );
3298
- }
3299
-
3300
- }
3301
- }
3302
- }
3303
- }
3304
-
3305
- $this->_add_upgrade_action_link();
3306
- }
3307
-
3308
- /**
3309
- * Enqueue connect requires scripts and styles.
3310
- *
3311
- * @author Vova Feldman (@svovaf)
3312
- * @since 1.1.4
3313
- */
3314
- function _enqueue_connect_essentials() {
3315
- wp_enqueue_script( 'jquery' );
3316
- wp_enqueue_script( 'json2' );
3317
-
3318
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
3319
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
3320
-
3321
- fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
3322
- }
3323
-
3324
- /**
3325
- * Add connect / opt-in pointer.
3326
- *
3327
- * @author Vova Feldman (@svovaf)
3328
- * @since 1.1.4
3329
- */
3330
- function _add_connect_pointer_script() {
3331
- $vars = array( 'slug' => $this->_slug );
3332
- $pointer_content = fs_get_template( 'connect.php', $vars );
3333
- ?>
3334
- <script type="text/javascript">// <![CDATA[
3335
- jQuery(document).ready(function ($) {
3336
- if ('undefined' !== typeof(jQuery().pointer)) {
3337
-
3338
- var element = <?php echo $this->apply_filters('optin_pointer_element', '$("#non_existing_element");') ?>;
3339
-
3340
- if (element.length > 0) {
3341
- var optin = $(element).pointer($.extend(true, {}, {
3342
- content : <?php echo json_encode($pointer_content) ?>,
3343
- position : {
3344
- edge : 'left',
3345
- align: 'center'
3346
- },
3347
- buttons : function () {
3348
- // Don't show pointer buttons.
3349
- return '';
3350
- },
3351
- pointerWidth: 482
3352
- }, <?php echo $this->apply_filters('optin_pointer_options_json', '{}') ?>));
3353
-
3354
- <?php
3355
- echo $this->apply_filters('optin_pointer_execute', "
3356
-
3357
- optin.pointer('open');
3358
-
3359
- // Tag the opt-in pointer with custom class.
3360
- $('.wp-pointer #fs_connect')
3361
- .parents('.wp-pointer.wp-pointer-top')
3362
- .addClass('fs-opt-in-pointer');
3363
-
3364
- ", 'element', 'optin') ?>
3365
- }
3366
- }
3367
- });
3368
- // ]]></script>
3369
- <?php
3370
- }
3371
-
3372
- /**
3373
- * Return current page's URL.
3374
- *
3375
- * @author Vova Feldman (@svovaf)
3376
- * @since 1.0.7
3377
- *
3378
- * @return string
3379
- */
3380
- function current_page_url() {
3381
- $url = 'http';
3382
-
3383
- if ( isset( $_SERVER["HTTPS"] ) ) {
3384
- if ( $_SERVER["HTTPS"] == "on" ) {
3385
- $url .= "s";
3386
- }
3387
- }
3388
- $url .= "://";
3389
- if ( $_SERVER["SERVER_PORT"] != "80" ) {
3390
- $url .= $_SERVER["SERVER_NAME"] . ":" . $_SERVER["SERVER_PORT"] . $_SERVER["REQUEST_URI"];
3391
- } else {
3392
- $url .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
3393
- }
3394
-
3395
- return esc_url( $url );
3396
- }
3397
-
3398
- /**
3399
- * Check if the current page is the plugin's main admin settings page.
3400
- *
3401
- * @author Vova Feldman (@svovaf)
3402
- * @since 1.0.7
3403
- *
3404
- * @return bool
3405
- */
3406
- function _is_plugin_page() {
3407
- return fs_is_plugin_page( $this->_menu->get_raw_slug() ) ||
3408
- fs_is_plugin_page( $this->_slug );
3409
- }
3410
-
3411
- /* Events
3412
- ------------------------------------------------------------------------------------------------------------------*/
3413
- /**
3414
- * Delete site install from Database.
3415
- *
3416
- * @author Vova Feldman (@svovaf)
3417
- * @since 1.0.1
3418
- *
3419
- * @param bool $store
3420
- */
3421
- function _delete_site( $store = true ) {
3422
- $sites = self::get_all_sites();
3423
-
3424
- if ( isset( $sites[ $this->_slug ] ) ) {
3425
- unset( $sites[ $this->_slug ] );
3426
- }
3427
-
3428
- self::$_accounts->set_option( 'sites', $sites, $store );
3429
- }
3430
-
3431
- /**
3432
- * Delete plugin's plans information.
3433
- *
3434
- * @param bool $store Flush to Database if true.
3435
- *
3436
- * @author Vova Feldman (@svovaf)
3437
- * @since 1.0.9
3438
- */
3439
- private function _delete_plans( $store = true ) {
3440
- $this->_logger->entrance();
3441
-
3442
- $plans = self::get_all_plans();
3443
-
3444
- unset( $plans[ $this->_slug ] );
3445
-
3446
- self::$_accounts->set_option( 'plans', $plans, $store );
3447
- }
3448
-
3449
- /**
3450
- * Delete all plugin licenses.
3451
- *
3452
- * @author Vova Feldman (@svovaf)
3453
- * @since 1.0.9
3454
- *
3455
- * @param bool $store
3456
- * @param string|bool $plugin_slug
3457
- */
3458
- private function _delete_licenses( $store = true, $plugin_slug = false ) {
3459
- $this->_logger->entrance();
3460
-
3461
- $all_licenses = self::get_all_licenses();
3462
-
3463
- if ( ! is_string( $plugin_slug ) ) {
3464
- $plugin_slug = $this->_slug;
3465
- }
3466
-
3467
- unset( $all_licenses[ $plugin_slug ] );
3468
-
3469
- self::$_accounts->set_option( 'licenses', $all_licenses, $store );
3470
- }
3471
-
3472
- /**
3473
- * Check if Freemius was added on new plugin installation.
3474
- *
3475
- * @author Vova Feldman (@svovaf)
3476
- * @since 1.1.5
3477
- *
3478
- * @return bool
3479
- */
3480
- function is_plugin_new_install() {
3481
- return isset( $this->_storage->is_plugin_new_install ) &&
3482
- $this->_storage->is_plugin_new_install;
3483
- }
3484
-
3485
- /**
3486
- * Plugin activated hook.
3487
- *
3488
- * @author Vova Feldman (@svovaf)
3489
- * @since 1.0.1
3490
- *
3491
- * @uses FS_Api
3492
- */
3493
- function _activate_plugin_event_hook() {
3494
- $this->_logger->entrance( 'slug = ' . $this->_slug );
3495
-
3496
- if ( ! current_user_can( 'activate_plugins' ) ) {
3497
- return;
3498
- }
3499
-
3500
- $this->unregister_uninstall_hook();
3501
-
3502
- // Clear API cache on activation.
3503
- FS_Api::clear_cache();
3504
-
3505
- if ( $this->is_registered() ) {
3506
- // Schedule re-activation event and sync.
3507
- // $this->sync_install( array(), true );
3508
- $this->schedule_install_sync();
3509
-
3510
- /**
3511
- * @todo Work on automatic deactivation of the Free plugin version. It doesn't work since the slug of the free & premium versions is identical. Therefore, only one instance of Freemius is created and the activation hook of the premium version is not being added.
3512
- */
3513
- if ( $this->_plugin_basename !== $this->_free_plugin_basename ) {
3514
- // Deactivate Free plugin version on premium plugin activation.
3515
- deactivate_plugins( $this->_free_plugin_basename );
3516
-
3517
- $this->_admin_notices->add(
3518
- sprintf( __fs( 'successful-version-upgrade-message', $this->_slug ), sprintf( '<b>%s</b>', $this->_plugin->title ) ),
3519
- __fs( 'woot', $this->_slug ) . '!'
3520
- );
3521
- }
3522
- } else if ( $this->is_anonymous() ) {
3523
- /**
3524
- * Reset "skipped" click cache on the following:
3525
- * 1. Development mode.
3526
- * 2. If the user skipped the exact same version before.
3527
- *
3528
- * @todo 3. If explicitly asked to retry after every activation.
3529
- */
3530
- if ( WP_FS__DEV_MODE ||
3531
- $this->get_plugin_version() == $this->_storage->is_anonymous['version']
3532
- ) {
3533
- $this->reset_anonymous_mode();
3534
- }
3535
- }
3536
-
3537
- if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
3538
- /**
3539
- * If no previous version of plugin's version exist, it means that it's either
3540
- * the first time that the plugin installed on the site, or the plugin was installed
3541
- * before but didn't have Freemius integrated.
3542
- *
3543
- * Since register_activation_hook() do NOT fires on updates since 3.1, and only fires
3544
- * on manual activation via the dashboard, is_plugin_activation() is TRUE
3545
- * only after immediate activation.
3546
- *
3547
- * @since 1.1.4
3548
- * @link https://make.wordpress.org/core/2010/10/27/plugin-activation-hooks-no-longer-fire-for-updates/
3549
- */
3550
- $this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
3551
- }
3552
-
3553
- if ( ! $this->_anonymous_mode && $this->has_api_connectivity( WP_FS__DEV_MODE ) ) {
3554
- // Store hint that the plugin was just activated to enable auto-redirection to settings.
3555
- add_option( "fs_{$this->_slug}_activated", true );
3556
- }
3557
-
3558
- /**
3559
- * Activation hook is executed after the plugin's main file is loaded, therefore,
3560
- * after the plugin was loaded. The logic is located at activate_plugin()
3561
- * ./wp-admin/includes/plugin.php.
3562
- *
3563
- * @author Vova Feldman (@svovaf)
3564
- * @since 1.1.9
3565
- */
3566
- $this->_storage->was_plugin_loaded = true;
3567
- }
3568
-
3569
- /**
3570
- * Delete account.
3571
- *
3572
- * @author Vova Feldman (@svovaf)
3573
- * @since 1.0.3
3574
- *
3575
- * @param bool $check_user Enforce checking if user have plugins activation privileges.
3576
- */
3577
- function delete_account_event( $check_user = true ) {
3578
- $this->_logger->entrance( 'slug = ' . $this->_slug );
3579
-
3580
- if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
3581
- return;
3582
- }
3583
-
3584
- $this->do_action( 'before_account_delete' );
3585
-
3586
- // Clear all admin notices.
3587
- $this->_admin_notices->clear_all_sticky();
3588
-
3589
- $this->_delete_site( false );
3590
-
3591
- $this->_delete_plans( false );
3592
-
3593
- $this->_delete_licenses( false );
3594
-
3595
- // Delete add-ons related to plugin's account.
3596
- $this->_delete_account_addons( false );
3597
-
3598
- // @todo Delete plans and licenses of add-ons.
3599
-
3600
- self::$_accounts->store();
3601
-
3602
- /**
3603
- * IMPORTANT:
3604
- * Clear crons must be executed before clearing all storage.
3605
- * Otherwise, the cron will not be cleared.
3606
- */
3607
- $this->clear_sync_cron();
3608
- $this->clear_install_sync_cron();
3609
-
3610
- // Clear all storage data.
3611
- $this->_storage->clear_all( true, array(
3612
- 'connectivity_test',
3613
- 'is_on',
3614
- ) );
3615
-
3616
- // Send delete event.
3617
- $this->get_api_site_scope()->call( '/', 'delete' );
3618
-
3619
- $this->do_action( 'after_account_delete' );
3620
- }
3621
-
3622
- /**
3623
- * Plugin deactivation hook.
3624
- *
3625
- * @author Vova Feldman (@svovaf)
3626
- * @since 1.0.1
3627
- */
3628
- function _deactivate_plugin_hook() {
3629
- $this->_logger->entrance( 'slug = ' . $this->_slug );
3630
-
3631
- if ( ! current_user_can( 'activate_plugins' ) ) {
3632
- return;
3633
- }
3634
-
3635
- $this->_admin_notices->clear_all_sticky();
3636
- if ( isset( $this->_storage->sticky_optin_added ) ) {
3637
- unset( $this->_storage->sticky_optin_added );
3638
- }
3639
-
3640
- if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
3641
- // Remember that plugin was already installed.
3642
- $this->_storage->is_plugin_new_install = false;
3643
- }
3644
-
3645
- // Hook to plugin uninstall.
3646
- register_uninstall_hook( $this->_plugin_main_file_path, array( 'Freemius', '_uninstall_plugin_hook' ) );
3647
-
3648
- $this->clear_module_main_file_cache();
3649
- $this->clear_sync_cron();
3650
- $this->clear_install_sync_cron();
3651
-
3652
- if ( $this->is_registered() ) {
3653
- // Send deactivation event.
3654
- $this->sync_install( array(
3655
- 'is_active' => false,
3656
- ) );
3657
- } else {
3658
- if ( ! $this->has_api_connectivity() ) {
3659
- // Reset connectivity test cache.
3660
- unset( $this->_storage->connectivity_test );
3661
- }
3662
- }
3663
-
3664
- // Clear API cache on deactivation.
3665
- FS_Api::clear_cache();
3666
-
3667
- $this->remove_sdk_reference();
3668
- }
3669
-
3670
- /**
3671
- * @author Vova Feldman (@svovaf)
3672
- * @since 1.1.6
3673
- */
3674
- private function remove_sdk_reference() {
3675
- global $fs_active_plugins;
3676
-
3677
- foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) {
3678
- if ( $this->_plugin_basename == $data->plugin_path ) {
3679
- unset( $fs_active_plugins->plugins[ $sdk_path ] );
3680
- break;
3681
- }
3682
- }
3683
-
3684
- fs_fallback_to_newest_active_sdk();
3685
- }
3686
-
3687
- /**
3688
- * @author Vova Feldman (@svovaf)
3689
- * @since 1.1.3
3690
- *
3691
- * @param bool $is_anonymous
3692
- */
3693
- private function set_anonymous_mode( $is_anonymous = true ) {
3694
- // Store information regarding skip to try and opt-in the user
3695
- // again in the future.
3696
- $this->_storage->is_anonymous = array(
3697
- 'is' => $is_anonymous,
3698
- 'timestamp' => WP_FS__SCRIPT_START_TIME,
3699
- 'version' => $this->get_plugin_version(),
3700
- );
3701
-
3702
- // Update anonymous mode cache.
3703
- $this->_is_anonymous = $is_anonymous;
3704
- }
3705
-
3706
- /**
3707
- * @author Vova Feldman (@svovaf)
3708
- * @since 1.1.3
3709
- */
3710
- private function reset_anonymous_mode() {
3711
- unset( $this->_storage->is_anonymous );
3712
- }
3713
-
3714
- /**
3715
- * Clears the anonymous mode and redirects to the opt-in screen.
3716
- *
3717
- * @author Vova Feldman (@svovaf)
3718
- * @since 1.1.7
3719
- */
3720
- function connect_again() {
3721
- if ( ! $this->is_anonymous() ) {
3722
- return;
3723
- }
3724
-
3725
- $this->reset_anonymous_mode();
3726
-
3727
- if ( fs_redirect( $this->get_activation_url() ) ) {
3728
- exit();
3729
- }
3730
- }
3731
-
3732
- /**
3733
- * Skip account connect, and set anonymous mode.
3734
- *
3735
- * @author Vova Feldman (@svovaf)
3736
- * @since 1.1.1
3737
- */
3738
- private function skip_connection() {
3739
- $this->_logger->entrance();
3740
-
3741
- $this->_admin_notices->remove_sticky( 'connect_account' );
3742
-
3743
- $this->set_anonymous_mode();
3744
-
3745
- // Send anonymous skip event.
3746
- // No user identified info nor any tracking will be sent after the user skips the opt-in.
3747
- $this->get_api_plugin_scope()->call( 'skip.json', 'put', array(
3748
- 'uid' => $this->get_anonymous_id(),
3749
- ) );
3750
- }
3751
-
3752
- /**
3753
- * Plugin version update hook.
3754
- *
3755
- * @author Vova Feldman (@svovaf)
3756
- * @since 1.0.4
3757
- */
3758
- private function update_plugin_version_event() {
3759
- $this->_logger->entrance();
3760
-
3761
- if ( ! $this->is_registered() ) {
3762
- return;
3763
- }
3764
-
3765
- $this->schedule_install_sync();
3766
- // $this->sync_install( array(), true );
3767
- }
3768
-
3769
- /**
3770
- * Return a list of modified plugins since the last sync.
3771
- *
3772
- * Note:
3773
- * There's no point to store a plugins counter since even if the number of
3774
- * plugins didn't change, we still need to check if the versions are all the
3775
- * same and the activity state is similar.
3776
- *
3777
- * @author Vova Feldman (@svovaf)
3778
- * @since 1.1.8
3779
- *
3780
- * @return array|false
3781
- */
3782
- private function get_plugins_data_for_api() {
3783
- // Alias.
3784
- $option_name = 'all_plugins';
3785
-
3786
- $all_cached_plugins = self::$_accounts->get_option( $option_name );
3787
-
3788
- if ( ! is_object( $all_cached_plugins ) ) {
3789
- $all_cached_plugins = (object) array(
3790
- 'timestamp' => '',
3791
- 'md5' => '',
3792
- 'plugins' => array(),
3793
- );
3794
- }
3795
-
3796
- $time = time();
3797
-
3798
- if ( ! empty( $all_cached_plugins->timestamp ) &&
3799
- ( $time - $all_cached_plugins->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
3800
- ) {
3801
- // Don't send plugin updates if last update was in the past 5 min.
3802
- return false;
3803
- }
3804
-
3805
- // Write timestamp to lock the logic.
3806
- $all_cached_plugins->timestamp = $time;
3807
- self::$_accounts->set_option( $option_name, $all_cached_plugins, true );
3808
-
3809
- // Reload options from DB.
3810
- self::$_accounts->load( true );
3811
- $all_cached_plugins = self::$_accounts->get_option( $option_name );
3812
-
3813
- if ( $time != $all_cached_plugins->timestamp ) {
3814
- // If timestamp is different, then another thread captured the lock.
3815
- return false;
3816
- }
3817
-
3818
- // Check if there's a change in plugins.
3819
- $all_plugins = self::get_all_plugins();
3820
-
3821
- // Check if plugins changed.
3822
- ksort( $all_plugins );
3823
-
3824
- $plugins_signature = '';
3825
- foreach ( $all_plugins as $basename => $data ) {
3826
- $plugins_signature .= $data['slug'] . ',' .
3827
- $data['Version'] . ',' .
3828
- ( $data['is_active'] ? '1' : '0' ) . ';';
3829
- }
3830
-
3831
- // Check if plugins status changed (version or active/inactive).
3832
- $plugins_changed = ( $all_cached_plugins->md5 !== md5( $plugins_signature ) );
3833
-
3834
- $plugins_update_data = array();
3835
-
3836
- if ( $plugins_changed ) {
3837
- // Change in plugins, report changes.
3838
-
3839
- // Update existing plugins info.
3840
- foreach ( $all_cached_plugins->plugins as $basename => $data ) {
3841
- if ( ! isset( $all_plugins[ $basename ] ) ) {
3842
- // Plugin uninstalled.
3843
- $uninstalled_plugin_data = $data;
3844
- $uninstalled_plugin_data['is_active'] = false;
3845
- $uninstalled_plugin_data['is_uninstalled'] = true;
3846
- $plugins_update_data[] = $uninstalled_plugin_data;
3847
-
3848
- unset( $all_plugins[ $basename ] );
3849
- unset( $all_cached_plugins->plugins[ $basename ] );
3850
- } else if ( $data['is_active'] !== $all_plugins[ $basename ]['is_active'] ||
3851
- $data['version'] !== $all_plugins[ $basename ]['Version']
3852
- ) {
3853
- // Plugin activated or deactivated, or version changed.
3854
- $all_cached_plugins->plugins[ $basename ]['is_active'] = $all_plugins[ $basename ]['is_active'];
3855
- $all_cached_plugins->plugins[ $basename ]['version'] = $all_plugins[ $basename ]['Version'];
3856
-
3857
- $plugins_update_data[] = $all_cached_plugins->plugins[ $basename ];
3858
- }
3859
- }
3860
-
3861
- // Find new plugins that weren't yet seen before.
3862
- foreach ( $all_plugins as $basename => $data ) {
3863
- if ( ! isset( $all_cached_plugins->plugins[ $basename ] ) ) {
3864
- // New plugin.
3865
- $new_plugin = array(
3866
- 'slug' => $data['slug'],
3867
- 'version' => $data['Version'],
3868
- 'title' => $data['Name'],
3869
- 'is_active' => $data['is_active'],
3870
- 'is_uninstalled' => false,
3871
- );
3872
-
3873
- $plugins_update_data[] = $new_plugin;
3874
- $all_cached_plugins->plugins[ $basename ] = $new_plugin;
3875
- }
3876
- }
3877
-
3878
- $all_cached_plugins->md5 = md5( $plugins_signature );
3879
- $all_cached_plugins->timestamp = $time;
3880
- self::$_accounts->set_option( $option_name, $all_cached_plugins, true );
3881
- }
3882
-
3883
- return $plugins_update_data;
3884
- }
3885
-
3886
- /**
3887
- * Return a list of modified themes since the last sync.
3888
- *
3889
- * Note:
3890
- * There's no point to store a themes counter since even if the number of
3891
- * themes didn't change, we still need to check if the versions are all the
3892
- * same and the activity state is similar.
3893
- *
3894
- * @author Vova Feldman (@svovaf)
3895
- * @since 1.1.8
3896
- *
3897
- * @return array|false
3898
- */
3899
- private function get_themes_data_for_api() {
3900
- // Alias.
3901
- $option_name = 'all_themes';
3902
-
3903
- $all_cached_themes = self::$_accounts->get_option( $option_name );
3904
-
3905
- if ( ! is_object( $all_cached_themes ) ) {
3906
- $all_cached_themes = (object) array(
3907
- 'timestamp' => '',
3908
- 'md5' => '',
3909
- 'themes' => array(),
3910
- );
3911
- }
3912
-
3913
- $time = time();
3914
-
3915
- if ( ! empty( $all_cached_themes->timestamp ) &&
3916
- ( $time - $all_cached_themes->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
3917
- ) {
3918
- // Don't send theme updates if last update was in the past 5 min.
3919
- return false;
3920
- }
3921
-
3922
- // Write timestamp to lock the logic.
3923
- $all_cached_themes->timestamp = $time;
3924
- self::$_accounts->set_option( $option_name, $all_cached_themes, true );
3925
-
3926
- // Reload options from DB.
3927
- self::$_accounts->load( true );
3928
- $all_cached_themes = self::$_accounts->get_option( $option_name );
3929
-
3930
- if ( $time != $all_cached_themes->timestamp ) {
3931
- // If timestamp is different, then another thread captured the lock.
3932
- return false;
3933
- }
3934
-
3935
- // Get active theme.
3936
- $active_theme = wp_get_theme();
3937
- $active_theme_stylesheet = $active_theme->get_stylesheet();
3938
-
3939
- // Check if there's a change in themes.
3940
- $all_themes = wp_get_themes();
3941
-
3942
- // Check if themes changed.
3943
- ksort( $all_themes );
3944
-
3945
- $themes_signature = '';
3946
- foreach ( $all_themes as $slug => $data ) {
3947
- $is_active = ( $slug === $active_theme_stylesheet );
3948
- $themes_signature .= $slug . ',' .
3949
- $data->version . ',' .
3950
- ( $is_active ? '1' : '0' ) . ';';
3951
- }
3952
-
3953
- // Check if themes status changed (version or active/inactive).
3954
- $themes_changed = ( $all_cached_themes->md5 !== md5( $themes_signature ) );
3955
-
3956
- $themes_update_data = array();
3957
-
3958
- if ( $themes_changed ) {
3959
- // Change in themes, report changes.
3960
-
3961
- // Update existing themes info.
3962
- foreach ( $all_cached_themes->themes as $slug => $data ) {
3963
- $is_active = ( $slug === $active_theme_stylesheet );
3964
-
3965
- if ( ! isset( $all_themes[ $slug ] ) ) {
3966
- // Plugin uninstalled.
3967
- $uninstalled_theme_data = $data;
3968
- $uninstalled_theme_data['is_active'] = false;
3969
- $uninstalled_theme_data['is_uninstalled'] = true;
3970
- $themes_update_data[] = $uninstalled_theme_data;
3971
-
3972
- unset( $all_themes[ $slug ] );
3973
- unset( $all_cached_themes->themes[ $slug ] );
3974
- } else if ( $data['is_active'] !== $is_active ||
3975
- $data['version'] !== $all_themes[ $slug ]->version
3976
- ) {
3977
- // Plugin activated or deactivated, or version changed.
3978
-
3979
- $all_cached_themes->themes[ $slug ]['is_active'] = $is_active;
3980
- $all_cached_themes->themes[ $slug ]['version'] = $all_themes[ $slug ]->version;
3981
-
3982
- $themes_update_data[] = $all_cached_themes->themes[ $slug ];
3983
- }
3984
- }
3985
-
3986
- // Find new themes that weren't yet seen before.
3987
- foreach ( $all_themes as $slug => $data ) {
3988
- if ( ! isset( $all_cached_themes->themes[ $slug ] ) ) {
3989
- $is_active = ( $slug === $active_theme_stylesheet );
3990
-
3991
- // New plugin.
3992
- $new_plugin = array(
3993
- 'slug' => $slug,
3994
- 'version' => $data->version,
3995
- 'title' => $data->name,
3996
- 'is_active' => $is_active,
3997
- 'is_uninstalled' => false,
3998
- );
3999
-
4000
- $themes_update_data[] = $new_plugin;
4001
- $all_cached_themes->themes[ $slug ] = $new_plugin;
4002
- }
4003
- }
4004
-
4005
- $all_cached_themes->md5 = md5( $themes_signature );
4006
- $all_cached_themes->timestamp = time();
4007
- self::$_accounts->set_option( $option_name, $all_cached_themes, true );
4008
- }
4009
-
4010
- return $themes_update_data;
4011
- }
4012
-
4013
- /**
4014
- * Update install details.
4015
- *
4016
- * @author Vova Feldman (@svovaf)
4017
- * @since 1.1.2
4018
- *
4019
- * @param string[] string $override
4020
- * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
4021
- * @param bool $include_themes Since 1.1.8 by default include plugin changes.
4022
- *
4023
- * @return array
4024
- */
4025
- private function get_install_data_for_api(
4026
- array $override,
4027
- $include_plugins = true,
4028
- $include_themes = true
4029
- ) {
4030
- /**
4031
- * @since 1.1.8 Also send plugin updates.
4032
- */
4033
- if ( $include_plugins && ! isset( $override['plugins'] ) ) {
4034
- $plugins = $this->get_plugins_data_for_api();
4035
- if ( ! empty( $plugins ) ) {
4036
- $override['plugins'] = $plugins;
4037
- }
4038
- }
4039
- /**
4040
- * @since 1.1.8 Also send themes updates.
4041
- */
4042
- if ( $include_themes && ! isset( $override['themes'] ) ) {
4043
- $themes = $this->get_themes_data_for_api();
4044
- if ( ! empty( $themes ) ) {
4045
- $override['themes'] = $themes;
4046
- }
4047
- }
4048
-
4049
- return array_merge( array(
4050
- 'version' => $this->get_plugin_version(),
4051
- 'is_premium' => $this->is_premium(),
4052
- 'language' => get_bloginfo( 'language' ),
4053
- 'charset' => get_bloginfo( 'charset' ),
4054
- 'platform_version' => get_bloginfo( 'version' ),
4055
- 'programming_language_version' => phpversion(),
4056
- 'title' => get_bloginfo( 'name' ),
4057
- 'url' => get_site_url(),
4058
- // Special params.
4059
- 'is_active' => true,
4060
- 'is_uninstalled' => false,
4061
- ), $override );
4062
- }
4063
-
4064
- /**
4065
- * Update install only if changed.
4066
- *
4067
- * @author Vova Feldman (@svovaf)
4068
- * @since 1.0.9
4069
- *
4070
- * @param string[] string $override
4071
- * @param bool $flush
4072
- *
4073
- * @return false|object|string
4074
- */
4075
- private function send_install_update( $override = array(), $flush = false ) {
4076
- $this->_logger->entrance();
4077
-
4078
- $check_properties = $this->get_install_data_for_api( $override );
4079
-
4080
- if ( $flush ) {
4081
- $params = $check_properties;
4082
- } else {
4083
- $params = array();
4084
- $special = array();
4085
- $special_override = false;
4086
-
4087
- foreach ( $check_properties as $p => $v ) {
4088
- if ( property_exists( $this->_site, $p ) ) {
4089
- if ( ! empty( $this->_site->{$p} ) &&
4090
- $this->_site->{$p} != $v
4091
- ) {
4092
- $this->_site->{$p} = $v;
4093
- $params[ $p ] = $v;
4094
- }
4095
- } else {
4096
- $special[ $p ] = $v;
4097
-
4098
- if ( isset( $override[ $p ] ) ||
4099
- 'plugins' === $p ||
4100
- 'themes' === $p
4101
- ) {
4102
- $special_override = true;
4103
- }
4104
- }
4105
- }
4106
-
4107
- if ( $special_override || 0 < count( $params ) ) {
4108
- // Add special params only if has at least one
4109
- // standard param, or if explicitly requested to
4110
- // override a special param or a param which is not exist
4111
- // in the install object.
4112
- $params = array_merge( $params, $special );
4113
- }
4114
- }
4115
-
4116
- if ( 0 < count( $params ) ) {
4117
- // Update last install sync timestamp.
4118
- $this->_storage->install_sync_timestamp = time();
4119
-
4120
- $params['uid'] = $this->get_anonymous_id();
4121
-
4122
- // Send updated values to FS.
4123
- $site = $this->get_api_site_scope()->call( '/', 'put', $params );
4124
-
4125
- if ( ! $this->is_api_error( $site ) ) {
4126
- // I successfully sent install update, clear scheduled sync if exist.
4127
- $this->clear_install_sync_cron();
4128
- }
4129
-
4130
- return $site;
4131
- }
4132
-
4133
- return false;
4134
- }
4135
-
4136
- /**
4137
- * Update install only if changed.
4138
- *
4139
- * @author Vova Feldman (@svovaf)
4140
- * @since 1.0.9
4141
- *
4142
- * @param string[] string $override
4143
- * @param bool $flush
4144
- *
4145
- * @return false|object|string
4146
- */
4147
- private function sync_install( $override = array(), $flush = false ) {
4148
- $this->_logger->entrance();
4149
-
4150
- $site = $this->send_install_update( $override, $flush );
4151
-
4152
- if ( false === $site ) {
4153
- // No sync required.
4154
- return;
4155
- }
4156
-
4157
- if ( $this->is_api_error( $site ) ) {
4158
- // Failed to sync, don't update locally.
4159
- return;
4160
- }
4161
-
4162
- $plan = $this->get_plan();
4163
- $this->_site = new FS_Site( $site );
4164
- $this->_site->plan = $plan;
4165
-
4166
- $this->_store_site( true );
4167
- }
4168
-
4169
- /**
4170
- * Track install's custom event.
4171
- *
4172
- * IMPORTANT:
4173
- * Custom event tracking is currently only supported for specific clients.
4174
- * If you are not one of them, please don't use this method. If you will,
4175
- * the API will simply ignore your request based on the plugin ID.
4176
- *
4177
- * Need custom tracking for your plugin or theme?
4178
- * If you are interested in custom event tracking please contact yo@freemius.com
4179
- * for further details.
4180
- *
4181
- * @author Vova Feldman (@svovaf)
4182
- * @since 1.2.1
4183
- *
4184
- * @param string $name Event name.
4185
- * @param array $properties Associative key/value array with primitive values only
4186
- * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
4187
- * @param bool $once If true, event will be tracked only once. IMPORTANT: Still trigger the API call.
4188
- *
4189
- * @return object|false Event data or FALSE on failure.
4190
- *
4191
- * @throws \Freemius_InvalidArgumentException
4192
- */
4193
- public function track_event( $name, $properties = array(), $process_at = false, $once = false ) {
4194
- $this->_logger->entrance( http_build_query( array( 'name' => $name, 'once' => $once ) ) );
4195
-
4196
- if ( ! $this->is_registered() ) {
4197
- return false;
4198
- }
4199
-
4200
- $event = array( 'type' => $name );
4201
-
4202
- if ( is_numeric( $process_at ) && $process_at > time() ) {
4203
- $event['process_at'] = $process_at;
4204
- }
4205
-
4206
- if ( $once ) {
4207
- $event['once'] = true;
4208
- }
4209
-
4210
- if ( ! empty( $properties ) ) {
4211
- // Verify associative array values are primitive.
4212
- foreach ( $properties as $k => $v ) {
4213
- if ( ! is_scalar( $v ) ) {
4214
- throw new Freemius_InvalidArgumentException( 'The $properties argument must be an associative key/value array with primitive values only.' );
4215
- }
4216
- }
4217
-
4218
- $event['properties'] = $properties;
4219
- }
4220
-
4221
- $result = $this->get_api_site_scope()->call( 'events.json', 'post', $event );
4222
-
4223
- return $this->is_api_error( $result ) ?
4224
- false :
4225
- $result;
4226
- }
4227
-
4228
- /**
4229
- * Track install's custom event only once, but it still triggers the API call.
4230
- *
4231
- * IMPORTANT:
4232
- * Custom event tracking is currently only supported for specific clients.
4233
- * If you are not one of them, please don't use this method. If you will,
4234
- * the API will simply ignore your request based on the plugin ID.
4235
- *
4236
- * Need custom tracking for your plugin or theme?
4237
- * If you are interested in custom event tracking please contact yo@freemius.com
4238
- * for further details.
4239
- *
4240
- * @author Vova Feldman (@svovaf)
4241
- * @since 1.2.1
4242
- *
4243
- * @param string $name Event name.
4244
- * @param array $properties Associative key/value array with primitive values only
4245
- * @param bool $process_at A valid future date-time in the following format Y-m-d H:i:s.
4246
- *
4247
- * @return object|false Event data or FALSE on failure.
4248
- *
4249
- * @throws \Freemius_InvalidArgumentException
4250
- *
4251
- * @user Freemius::track_event()
4252
- */
4253
- public function track_event_once( $name, $properties = array(), $process_at = false ) {
4254
- return $this->track_event( $name, $properties, $process_at, true );
4255
- }
4256
-
4257
- /**
4258
- * Plugin uninstall hook.
4259
- *
4260
- * @author Vova Feldman (@svovaf)
4261
- * @since 1.0.1
4262
- *
4263
- * @param bool $check_user Enforce checking if user have plugins activation privileges.
4264
- */
4265
- function _uninstall_plugin_event( $check_user = true ) {
4266
- $this->_logger->entrance( 'slug = ' . $this->_slug );
4267
-
4268
- if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
4269
- return;
4270
- }
4271
-
4272
- $params = array();
4273
- $uninstall_reason = null;
4274
- if ( isset( $this->_storage->uninstall_reason ) ) {
4275
- $uninstall_reason = $this->_storage->uninstall_reason;
4276
- $params['reason_id'] = $uninstall_reason->id;
4277
- $params['reason_info'] = $uninstall_reason->info;
4278
- }
4279
-
4280
- if ( ! $this->is_registered() && isset( $uninstall_reason ) ) {
4281
- // Send anonymous uninstall event only if user submitted a feedback.
4282
- if ( isset( $uninstall_reason->is_anonymous ) && ! $uninstall_reason->is_anonymous ) {
4283
- $this->opt_in( false, false, false, false, true );
4284
- } else {
4285
- $params['uid'] = $this->get_anonymous_id();
4286
- $this->get_api_plugin_scope()->call( 'uninstall.json', 'put', $params );
4287
- }
4288
- } else {
4289
- // Send uninstall event.
4290
- $this->send_install_update( array_merge( $params, array(
4291
- 'is_active' => false,
4292
- 'is_uninstalled' => true,
4293
- ) ) );
4294
- }
4295
-
4296
- // @todo Decide if we want to delete plugin information from db.
4297
- }
4298
-
4299
- /**
4300
- * @author Vova Feldman (@svovaf)
4301
- * @since 1.1.1
4302
- *
4303
- * @return string
4304
- */
4305
- private function premium_plugin_basename() {
4306
- return preg_replace( '/\//', '-premium/', $this->_free_plugin_basename, 1 );
4307
- }
4308
-
4309
- /**
4310
- * Uninstall plugin hook. Called only when connected his account with Freemius for active sites tracking.
4311
- *
4312
- * @author Vova Feldman (@svovaf)
4313
- * @since 1.0.2
4314
- */
4315
- public static function _uninstall_plugin_hook() {
4316
- self::_load_required_static();
4317
-
4318
- self::$_static_logger->entrance();
4319
-
4320
- if ( ! current_user_can( 'activate_plugins' ) ) {
4321
- return;
4322
- }
4323
-
4324
- $plugin_file = substr( current_filter(), strlen( 'uninstall_' ) );
4325
-
4326
- self::$_static_logger->info( 'plugin = ' . $plugin_file );
4327
-
4328
- define( 'WP_FS__UNINSTALL_MODE', true );
4329
-
4330
- $fs = self::get_instance_by_file( $plugin_file );
4331
-
4332
- if ( is_object( $fs ) ) {
4333
- self::require_plugin_essentials();
4334
-
4335
- if ( is_plugin_active( $fs->_free_plugin_basename ) ||
4336
- is_plugin_active( $fs->premium_plugin_basename() )
4337
- ) {
4338
- // Deleting Free or Premium plugin version while the other version still installed.
4339
- return;
4340
- }
4341
-
4342
- $fs->_uninstall_plugin_event();
4343
-
4344
- $fs->do_action( 'after_uninstall' );
4345
- }
4346
- }
4347
-
4348
- #region Plugin Information ------------------------------------------------------------------
4349
-
4350
- /**
4351
- * Load WordPress core plugin.php essential module.
4352
- *
4353
- * @author Vova Feldman (@svovaf)
4354
- * @since 1.1.1
4355
- */
4356
- private static function require_plugin_essentials() {
4357
- if ( ! function_exists( 'get_plugins' ) ) {
4358
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
4359
- }
4360
- }
4361
-
4362
- /**
4363
- * Load WordPress core pluggable.php module.
4364
- *
4365
- * @author Vova Feldman (@svovaf)
4366
- * @since 1.1.2
4367
- */
4368
- private static function require_pluggable_essentials() {
4369
- if ( ! function_exists( 'wp_get_current_user' ) ) {
4370
- require_once( ABSPATH . 'wp-includes/pluggable.php' );
4371
- }
4372
- }
4373
-
4374
- /**
4375
- * Return plugin data.
4376
- *
4377
- * @author Vova Feldman (@svovaf)
4378
- * @since 1.0.1
4379
- *
4380
- * @return array
4381
- */
4382
- function get_plugin_data() {
4383
- if ( ! isset( $this->_plugin_data ) ) {
4384
- self::require_plugin_essentials();
4385
-
4386
- /**
4387
- * @author Vova Feldman (@svovaf)
4388
- * @since 1.2.0 When using get_plugin_data() do NOT translate plugin data.
4389
- *
4390
- * @link https://github.com/Freemius/wordpress-sdk/issues/77
4391
- */
4392
- $this->_plugin_data = get_plugin_data(
4393
- $this->_plugin_main_file_path,
4394
- false,
4395
- false
4396
- );
4397
- }
4398
-
4399
- return $this->_plugin_data;
4400
- }
4401
-
4402
- /**
4403
- * @author Vova Feldman (@svovaf)
4404
- * @since 1.0.1
4405
- *
4406
- * @return string Plugin slug.
4407
- */
4408
- function get_slug() {
4409
- return $this->_slug;
4410
- }
4411
-
4412
- /**
4413
- * @author Vova Feldman (@svovaf)
4414
- * @since 1.0.1
4415
- *
4416
- * @return number Plugin ID.
4417
- */
4418
- function get_id() {
4419
- return $this->_plugin->id;
4420
- }
4421
-
4422
- /**
4423
- * @author Vova Feldman (@svovaf)
4424
- * @since 1.0.1
4425
- *
4426
- * @return string Plugin public key.
4427
- */
4428
- function get_public_key() {
4429
- return $this->_plugin->public_key;
4430
- }
4431
-
4432
- /**
4433
- * Will be available only on sandbox mode.
4434
- *
4435
- * @author Vova Feldman (@svovaf)
4436
- * @since 1.0.4
4437
- *
4438
- * @return mixed Plugin secret key.
4439
- */
4440
- function get_secret_key() {
4441
- return $this->_plugin->secret_key;
4442
- }
4443
-
4444
- /**
4445
- * @author Vova Feldman (@svovaf)
4446
- * @since 1.1.1
4447
- *
4448
- * @return bool
4449
- */
4450
- function has_secret_key() {
4451
- return ! empty( $this->_plugin->secret_key );
4452
- }
4453
-
4454
- /**
4455
- * @author Vova Feldman (@svovaf)
4456
- * @since 1.0.9
4457
- *
4458
- * @return string
4459
- */
4460
- function get_plugin_name() {
4461
- $this->_logger->entrance();
4462
-
4463
- if ( ! isset( $this->_plugin_name ) ) {
4464
- $plugin_data = $this->get_plugin_data();
4465
-
4466
- // Get name.
4467
- $this->_plugin_name = $plugin_data['Name'];
4468
-
4469
- // Check if plugin name contains [Premium] suffix and remove it.
4470
- $suffix = '[premium]';
4471
- $suffix_len = strlen( $suffix );
4472
-
4473
- if ( strlen( $plugin_data['Name'] ) > $suffix_len &&
4474
- $suffix === substr( strtolower( $plugin_data['Name'] ), - $suffix_len )
4475
- ) {
4476
- $this->_plugin_name = substr( $plugin_data['Name'], 0, - $suffix_len );
4477
- }
4478
-
4479
- $this->_logger->departure( 'Name = ' . $this->_plugin_name );
4480
- }
4481
-
4482
- return $this->_plugin_name;
4483
- }
4484
-
4485
- /**
4486
- * @author Vova Feldman (@svovaf)
4487
- * @since 1.0.0
4488
- *
4489
- * @return string
4490
- */
4491
- function get_plugin_version() {
4492
- $this->_logger->entrance();
4493
-
4494
- $plugin_data = $this->get_plugin_data();
4495
-
4496
- $this->_logger->departure( 'Version = ' . $plugin_data['Version'] );
4497
-
4498
- return $this->apply_filters( 'plugin_version', $plugin_data['Version'] );
4499
- }
4500
-
4501
- /**
4502
- * @author Vova Feldman (@svovaf)
4503
- * @since 1.0.4
4504
- *
4505
- * @return string
4506
- */
4507
- function get_plugin_basename() {
4508
- return $this->_plugin_basename;
4509
- }
4510
-
4511
- function get_plugin_folder_name() {
4512
- $this->_logger->entrance();
4513
-
4514
- $plugin_folder = $this->_plugin_basename;
4515
-
4516
- while ( '.' !== dirname( $plugin_folder ) ) {
4517
- $plugin_folder = dirname( $plugin_folder );
4518
- }
4519
-
4520
- $this->_logger->departure( 'Folder Name = ' . $plugin_folder );
4521
-
4522
- return $plugin_folder;
4523
- }
4524
-
4525
- #endregion ------------------------------------------------------------------
4526
-
4527
- /* Account
4528
- ------------------------------------------------------------------------------------------------------------------*/
4529
-
4530
- /**
4531
- * Find plugin's slug by plugin's basename.
4532
- *
4533
- * @author Vova Feldman (@svovaf)
4534
- * @since 1.0.9
4535
- *
4536
- * @param string $plugin_base_name
4537
- *
4538
- * @return false|string
4539
- */
4540
- private static function find_slug_by_basename( $plugin_base_name ) {
4541
- $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
4542
-
4543
- if ( ! array( $file_slug_map ) || ! isset( $file_slug_map[ $plugin_base_name ] ) ) {
4544
- return false;
4545
- }
4546
-
4547
- return $file_slug_map[ $plugin_base_name ];
4548
- }
4549
-
4550
- /**
4551
- * Store the map between the plugin's basename to the slug.
4552
- *
4553
- * @author Vova Feldman (@svovaf)
4554
- * @since 1.0.9
4555
- */
4556
- private function store_file_slug_map() {
4557
- $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );
4558
-
4559
- if ( ! array( $file_slug_map ) ) {
4560
- $file_slug_map = array();
4561
- }
4562
-
4563
- if ( ! isset( $file_slug_map[ $this->_plugin_basename ] ) ||
4564
- $file_slug_map[ $this->_plugin_basename ] !== $this->_slug
4565
- ) {
4566
- $file_slug_map[ $this->_plugin_basename ] = $this->_slug;
4567
- self::$_accounts->set_option( 'file_slug_map', $file_slug_map, true );
4568
- }
4569
- }
4570
-
4571
- /**
4572
- * @return FS_User[]
4573
- */
4574
- static function get_all_users() {
4575
- $users = self::$_accounts->get_option( 'users', array() );
4576
-
4577
- if ( ! is_array( $users ) ) {
4578
- $users = array();
4579
- }
4580
-
4581
- return $users;
4582
- }
4583
-
4584
- /**
4585
- * @return FS_Site[]
4586
- */
4587
- private static function get_all_sites() {
4588
- $sites = self::$_accounts->get_option( 'sites', array() );
4589
-
4590
- if ( ! is_array( $sites ) ) {
4591
- $sites = array();
4592
- }
4593
-
4594
- return $sites;
4595
- }
4596
-
4597
- /**
4598
- * @author Vova Feldman (@svovaf)
4599
- * @since 1.0.6
4600
- *
4601
- * @return FS_Plugin_License[]
4602
- */
4603
- private static function get_all_licenses() {
4604
- $licenses = self::$_accounts->get_option( 'licenses', array() );
4605
-
4606
- if ( ! is_array( $licenses ) ) {
4607
- $licenses = array();
4608
- }
4609
-
4610
- return $licenses;
4611
- }
4612
-
4613
- /**
4614
- * @return FS_Plugin_Plan[]
4615
- */
4616
- private static function get_all_plans() {
4617
- $plans = self::$_accounts->get_option( 'plans', array() );
4618
-
4619
- if ( ! is_array( $plans ) ) {
4620
- $plans = array();
4621
- }
4622
-
4623
- return $plans;
4624
- }
4625
-
4626
- /**
4627
- * @author Vova Feldman (@svovaf)
4628
- * @since 1.0.4
4629
- *
4630
- * @return FS_Plugin_Tag[]
4631
- */
4632
- private static function get_all_updates() {
4633
- $updates = self::$_accounts->get_option( 'updates', array() );
4634
-
4635
- if ( ! is_array( $updates ) ) {
4636
- $updates = array();
4637
- }
4638
-
4639
- return $updates;
4640
- }
4641
-
4642
- /**
4643
- * @author Vova Feldman (@svovaf)
4644
- * @since 1.0.6
4645
- *
4646
- * @return FS_Plugin[]|false
4647
- */
4648
- private static function get_all_addons() {
4649
- $addons = self::$_accounts->get_option( 'addons', array() );
4650
-
4651
- if ( ! is_array( $addons ) ) {
4652
- $addons = array();
4653
- }
4654
-
4655
- return $addons;
4656
- }
4657
-
4658
- /**
4659
- * @author Vova Feldman (@svovaf)
4660
- * @since 1.0.6
4661
- *
4662
- * @return FS_Plugin[]|false
4663
- */
4664
- private static function get_all_account_addons() {
4665
- $addons = self::$_accounts->get_option( 'account_addons', array() );
4666
-
4667
- if ( ! is_array( $addons ) ) {
4668
- $addons = array();
4669
- }
4670
-
4671
- return $addons;
4672
- }
4673
-
4674
- /**
4675
- * Check if user is registered.
4676
- *
4677
- * @author Vova Feldman (@svovaf)
4678
- * @since 1.0.1
4679
- * @return bool
4680
- */
4681
- function is_registered() {
4682
- return is_object( $this->_user );
4683
- }
4684
-
4685
- /**
4686
- * @author Vova Feldman (@svovaf)
4687
- * @since 1.0.4
4688
- *
4689
- * @return FS_Plugin
4690
- */
4691
- function get_plugin() {
4692
- return $this->_plugin;
4693
- }
4694
-
4695
- /**
4696
- * @author Vova Feldman (@svovaf)
4697
- * @since 1.0.3
4698
- *
4699
- * @return FS_User
4700
- */
4701
- function get_user() {
4702
- return $this->_user;
4703
- }
4704
-
4705
- /**
4706
- * @author Vova Feldman (@svovaf)
4707
- * @since 1.0.3
4708
- *
4709
- * @return FS_Site
4710
- */
4711
- function get_site() {
4712
- return $this->_site;
4713
- }
4714
-
4715
- /**
4716
- * Get plugin add-ons.
4717
- *
4718
- * @author Vova Feldman (@svovaf)
4719
- * @since 1.0.6
4720
- *
4721
- * @since 1.1.7.3 If not yet loaded, fetch data from the API.
4722
- *
4723
- * @return FS_Plugin[]|false
4724
- */
4725
- function get_addons() {
4726
- $this->_logger->entrance();
4727
-
4728
- if ( ! $this->_has_addons ) {
4729
- return false;
4730
- }
4731
-
4732
- $addons = $this->_sync_addons();
4733
-
4734
- return ( ! is_array( $addons ) || empty( $addons ) ) ?
4735
- false :
4736
- $addons;
4737
- }
4738
-
4739
- /**
4740
- * @author Vova Feldman (@svovaf)
4741
- * @since 1.0.6
4742
- *
4743
- * @return FS_Plugin[]|false
4744
- */
4745
- function get_account_addons() {
4746
- $this->_logger->entrance();
4747
-
4748
- $addons = self::get_all_account_addons();
4749
-
4750
- if ( ! is_array( $addons ) ||
4751
- ! isset( $addons[ $this->_plugin->id ] ) ||
4752
- ! is_array( $addons[ $this->_plugin->id ] ) ||
4753
- 0 === count( $addons[ $this->_plugin->id ] )
4754
- ) {
4755
- return false;
4756
- }
4757
-
4758
- return $addons[ $this->_plugin->id ];
4759
- }
4760
-
4761
- /**
4762
- * Check if user has any
4763
- *
4764
- * @author Vova Feldman (@svovaf)
4765
- * @since 1.1.6
4766
- *
4767
- * @return bool
4768
- */
4769
- function has_account_addons() {
4770
- $addons = $this->get_account_addons();
4771
-
4772
- return is_array( $addons ) && ( 0 < count( $addons ) );
4773
- }
4774
-
4775
-
4776
- /**
4777
- * Get add-on by ID (from local data).
4778
- *
4779
- * @author Vova Feldman (@svovaf)
4780
- * @since 1.0.6
4781
- *
4782
- * @param number $id
4783
- *
4784
- * @return FS_Plugin|false
4785
- */
4786
- function get_addon( $id ) {
4787
- $this->_logger->entrance();
4788
-
4789
- $addons = $this->get_addons();
4790
-
4791
- if ( is_array( $addons ) ) {
4792
- foreach ( $addons as $addon ) {
4793
- if ( $id == $addon->id ) {
4794
- return $addon;
4795
- }
4796
- }
4797
- }
4798
-
4799
- return false;
4800
- }
4801
-
4802
- /**
4803
- * Get add-on by slug (from local data).
4804
- *
4805
- * @author Vova Feldman (@svovaf)
4806
- * @since 1.0.6
4807
- *
4808
- * @param string $slug
4809
- *
4810
- * @return FS_Plugin|false
4811
- */
4812
- function get_addon_by_slug( $slug ) {
4813
- $this->_logger->entrance();
4814
-
4815
- $addons = $this->get_addons();
4816
-
4817
- if ( is_array( $addons ) ) {
4818
- foreach ( $addons as $addon ) {
4819
- if ( $slug === $addon->slug ) {
4820
- return $addon;
4821
- }
4822
- }
4823
- }
4824
-
4825
- return false;
4826
- }
4827
-
4828
- #region Plans & Licensing ------------------------------------------------------------------
4829
-
4830
- /**
4831
- * Check if running premium plugin code.
4832
- *
4833
- * @author Vova Feldman (@svovaf)
4834
- * @since 1.0.5
4835
- *
4836
- * @return bool
4837
- */
4838
- function is_premium() {
4839
- return $this->_plugin->is_premium;
4840
- }
4841
-
4842
- /**
4843
- * Get site's plan ID.
4844
- *
4845
- * @author Vova Feldman (@svovaf)
4846
- * @since 1.0.2
4847
- *
4848
- * @return number
4849
- */
4850
- function get_plan_id() {
4851
- return $this->_site->plan->id;
4852
- }
4853
-
4854
- /**
4855
- * Get site's plan title.
4856
- *
4857
- * @author Vova Feldman (@svovaf)
4858
- * @since 1.0.2
4859
- *
4860
- * @return string
4861
- */
4862
- function get_plan_title() {
4863
- return $this->_site->plan->title;
4864
- }
4865
-
4866
- /**
4867
- * @author Vova Feldman (@svovaf)
4868
- * @since 1.0.9
4869
- *
4870
- * @return FS_Plugin_Plan
4871
- */
4872
- function get_plan() {
4873
- return is_object( $this->_site->plan ) ? $this->_site->plan : false;
4874
- }
4875
-
4876
- /**
4877
- * @author Vova Feldman (@svovaf)
4878
- * @since 1.0.3
4879
- *
4880
- * @return bool
4881
- */
4882
- function is_trial() {
4883
- $this->_logger->entrance();
4884
-
4885
- if ( ! $this->is_registered() ) {
4886
- return false;
4887
- }
4888
-
4889
- return $this->_site->is_trial();
4890
- }
4891
-
4892
- /**
4893
- * Check if currently in a trial with payment method (credit card or paypal).
4894
- *
4895
- * @author Vova Feldman (@svovaf)
4896
- * @since 1.1.7
4897
- *
4898
- * @return bool
4899
- */
4900
- function is_paid_trial() {
4901
- $this->_logger->entrance();
4902
-
4903
- if ( ! $this->is_trial() ) {
4904
- return false;
4905
- }
4906
-
4907
- return $this->has_active_valid_license() && ( $this->_site->trial_plan_id == $this->_license->plan_id );
4908
- }
4909
-
4910
- /**
4911
- * Check if trial already utilized.
4912
- *
4913
- * @since 1.0.9
4914
- *
4915
- * @return bool
4916
- */
4917
- function is_trial_utilized() {
4918
- $this->_logger->entrance();
4919
-
4920
- if ( ! $this->is_registered() ) {
4921
- return false;
4922
- }
4923
-
4924
- return $this->_site->is_trial_utilized();
4925
- }
4926
-
4927
- /**
4928
- * Get trial plan information (if in trial).
4929
- *
4930
- * @author Vova Feldman (@svovaf)
4931
- * @since 1.0.9
4932
- *
4933
- * @return bool|FS_Plugin_Plan
4934
- */
4935
- function get_trial_plan() {
4936
- $this->_logger->entrance();
4937
-
4938
- if ( ! $this->is_trial() ) {
4939
- return false;
4940
- }
4941
-
4942
- return $this->_storage->trial_plan;
4943
- }
4944
-
4945
- /**
4946
- * Check if the user has an activate, non-expired license on current plugin's install.
4947
- *
4948
- * @since 1.0.9
4949
- *
4950
- * @return bool
4951
- */
4952
- function is_paying() {
4953
- $this->_logger->entrance();
4954
-
4955
- if ( ! $this->is_registered() ) {
4956
- return false;
4957
- }
4958
-
4959
- if ( ! $this->has_paid_plan() ) {
4960
- return false;
4961
- }
4962
-
4963
- return (
4964
- ! $this->is_trial() &&
4965
- 'free' !== $this->_site->plan->name &&
4966
- $this->has_active_valid_license()
4967
- );
4968
- }
4969
-
4970
- /**
4971
- * @author Vova Feldman (@svovaf)
4972
- * @since 1.0.4
4973
- *
4974
- * @return bool
4975
- */
4976
- function is_free_plan() {
4977
- if ( ! $this->is_registered() ) {
4978
- return true;
4979
- }
4980
-
4981
- if ( ! $this->has_paid_plan() ) {
4982
- return true;
4983
- }
4984
-
4985
- return (
4986
- 'free' === $this->_site->plan->name ||
4987
- ! $this->has_features_enabled_license()
4988
- );
4989
- }
4990
-
4991
- /**
4992
- * @author Vova Feldman (@svovaf)
4993
- * @since 1.0.5
4994
- *
4995
- * @return bool
4996
- */
4997
- function _has_premium_license() {
4998
- $this->_logger->entrance();
4999
-
5000
- $premium_license = $this->_get_available_premium_license();
5001
-
5002
- return ( false !== $premium_license );
5003
- }
5004
-
5005
- /**
5006
- * Check if user has any licenses associated with the plugin (including expired or blocking).
5007
- *
5008
- * @author Vova Feldman (@svovaf)
5009
- * @since 1.1.7.3
5010
- *
5011
- * @return bool
5012
- */
5013
- private function has_any_license() {
5014
- return is_array( $this->_licenses ) && ( 0 < count( $this->_licenses ) );
5015
- }
5016
-
5017
- /**
5018
- * @author Vova Feldman (@svovaf)
5019
- * @since 1.0.5
5020
- *
5021
- * @return FS_Plugin_License
5022
- */
5023
- function _get_available_premium_license() {
5024
- $this->_logger->entrance();
5025
-
5026
- if ( ! $this->has_paid_plan() ) {
5027
- return false;
5028
- }
5029
-
5030
- if ( is_array( $this->_licenses ) ) {
5031
- foreach ( $this->_licenses as $license ) {
5032
- if ( ! $license->is_utilized() && $license->is_features_enabled() ) {
5033
- return $license;
5034
- }
5035
- }
5036
- }
5037
-
5038
- return false;
5039
- }
5040
-
5041
- /**
5042
- * Sync local plugin plans with remote server.
5043
- *
5044
- * @author Vova Feldman (@svovaf)
5045
- * @since 1.0.5
5046
- *
5047
- * @return FS_Plugin_Plan[]|object
5048
- */
5049
- function _sync_plans() {
5050
- $plans = $this->_fetch_plugin_plans();
5051
- if ( ! $this->is_api_error( $plans ) ) {
5052
- $this->_plans = $plans;
5053
- $this->_store_plans();
5054
- }
5055
-
5056
- $this->do_action( 'after_plans_sync', $plans );
5057
-
5058
- return $this->_plans;
5059
- }
5060
-
5061
- /**
5062
- * @author Vova Feldman (@svovaf)
5063
- * @since 1.0.5
5064
- *
5065
- * @param number $id
5066
- *
5067
- * @return FS_Plugin_Plan
5068
- */
5069
- function _get_plan_by_id( $id ) {
5070
- $this->_logger->entrance();
5071
-
5072
- if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
5073
- $this->_sync_plans();
5074
- }
5075
-
5076
- foreach ( $this->_plans as $plan ) {
5077
- if ( $id == $plan->id ) {
5078
- return $plan;
5079
- }
5080
- }
5081
-
5082
- return false;
5083
- }
5084
-
5085
- /**
5086
- * @author Vova Feldman (@svovaf)
5087
- * @since 1.1.8.1
5088
- *
5089
- * @param string $name
5090
- *
5091
- * @return FS_Plugin_Plan|false
5092
- */
5093
- private function get_plan_by_name( $name ) {
5094
- $this->_logger->entrance();
5095
-
5096
- if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
5097
- $this->_sync_plans();
5098
- }
5099
-
5100
- foreach ( $this->_plans as $plan ) {
5101
- if ( $name == $plan->name ) {
5102
- return $plan;
5103
- }
5104
- }
5105
-
5106
- return false;
5107
- }
5108
-
5109
- /**
5110
- * Sync local plugin plans with remote server.
5111
- *
5112
- * @author Vova Feldman (@svovaf)
5113
- * @since 1.0.6
5114
- *
5115
- * @param number|bool $site_license_id
5116
- *
5117
- * @return FS_Plugin_License[]|object
5118
- */
5119
- function _sync_licenses( $site_license_id = false ) {
5120
- $licenses = $this->_fetch_licenses( false, $site_license_id );
5121
- if ( ! $this->is_api_error( $licenses ) ) {
5122
- $this->_licenses = $licenses;
5123
- $this->_store_licenses();
5124
- }
5125
-
5126
- // Update current license.
5127
- if ( is_object( $this->_license ) ) {
5128
- $this->_license = $this->_get_license_by_id( $this->_license->id );
5129
- }
5130
-
5131
- return $this->_licenses;
5132
- }
5133
-
5134
- /**
5135
- * @author Vova Feldman (@svovaf)
5136
- * @since 1.0.5
5137
- *
5138
- * @param number $id
5139
- *
5140
- * @return FS_Plugin_License
5141
- */
5142
- function _get_license_by_id( $id ) {
5143
- $this->_logger->entrance();
5144
-
5145
- if ( ! is_numeric( $id ) ) {
5146
- return false;
5147
- }
5148
-
5149
- if ( ! $this->has_any_license() ) {
5150
- $this->_sync_licenses();
5151
- }
5152
-
5153
- foreach ( $this->_licenses as $license ) {
5154
- if ( $id == $license->id ) {
5155
- return $license;
5156
- }
5157
- }
5158
-
5159
- return false;
5160
- }
5161
-
5162
- /**
5163
- * Sync site's license with user licenses.
5164
- *
5165
- * @author Vova Feldman (@svovaf)
5166
- * @since 1.0.6
5167
- *
5168
- * @param FS_Plugin_License|null $new_license
5169
- */
5170
- function _update_site_license( $new_license ) {
5171
- $this->_logger->entrance();
5172
-
5173
- $this->_license = $new_license;
5174
-
5175
- if ( ! is_object( $new_license ) ) {
5176
- $this->_site->license_id = null;
5177
- $this->_sync_site_subscription( null );
5178
-
5179
- return;
5180
- }
5181
-
5182
- $this->_site->license_id = $this->_license->id;
5183
-
5184
- if ( ! is_array( $this->_licenses ) ) {
5185
- $this->_licenses = array();
5186
- }
5187
-
5188
- $is_license_found = false;
5189
- for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
5190
- if ( $new_license->id == $this->_licenses[ $i ]->id ) {
5191
- $this->_licenses[ $i ] = $new_license;
5192
-
5193
- $is_license_found = true;
5194
- break;
5195
- }
5196
- }
5197
-
5198
- // If new license just append.
5199
- if ( ! $is_license_found ) {
5200
- $this->_licenses[] = $new_license;
5201
- }
5202
-
5203
- $this->_sync_site_subscription( $new_license );
5204
- }
5205
-
5206
- /**
5207
- * Sync site's subscription.
5208
- *
5209
- * @author Vova Feldman (@svovaf)
5210
- * @since 1.0.9
5211
- *
5212
- * @param FS_Plugin_License|null $license
5213
- *
5214
- * @return bool|\FS_Subscription
5215
- */
5216
- private function _sync_site_subscription( $license ) {
5217
- if ( ! is_object( $license ) ) {
5218
- unset( $this->_storage->subscription );
5219
-
5220
- return false;
5221
- }
5222
-
5223
- // Load subscription details if not lifetime.
5224
- $subscription = $license->is_lifetime() ?
5225
- false :
5226
- $this->_fetch_site_license_subscription();
5227
-
5228
- if ( is_object( $subscription ) && ! isset( $subscription->error ) ) {
5229
- $this->_storage->subscription = $subscription;
5230
- } else {
5231
- unset( $this->_storage->subscription );
5232
- }
5233
-
5234
- return $subscription;
5235
- }
5236
-
5237
- /**
5238
- * @author Vova Feldman (@svovaf)
5239
- * @since 1.0.6
5240
- *
5241
- * @return bool|\FS_Plugin_License
5242
- */
5243
- function _get_license() {
5244
- return $this->_license;
5245
- }
5246
-
5247
- /**
5248
- * @return bool|\FS_Subscription
5249
- */
5250
- function _get_subscription() {
5251
- return isset( $this->_storage->subscription ) ?
5252
- $this->_storage->subscription :
5253
- false;
5254
- }
5255
-
5256
- /**
5257
- * @author Vova Feldman (@svovaf)
5258
- * @since 1.0.2
5259
- *
5260
- * @param string $plan Plan name
5261
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
5262
- *
5263
- * @return bool
5264
- */
5265
- function is_plan( $plan, $exact = false ) {
5266
- $this->_logger->entrance();
5267
-
5268
- if ( ! $this->is_registered() ) {
5269
- return false;
5270
- }
5271
-
5272
- $plan = strtolower( $plan );
5273
-
5274
- if ( $this->_site->plan->name === $plan ) // Exact plan.
5275
- {
5276
- return true;
5277
- } else if ( $exact ) // Required exact, but plans are different.
5278
- {
5279
- return false;
5280
- }
5281
-
5282
- $current_plan_order = - 1;
5283
- $required_plan_order = - 1;
5284
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
5285
- if ( $plan === $this->_plans[ $i ]->name ) {
5286
- $required_plan_order = $i;
5287
- } else if ( $this->_site->plan->name === $this->_plans[ $i ]->name ) {
5288
- $current_plan_order = $i;
5289
- }
5290
- }
5291
-
5292
- return ( $current_plan_order > $required_plan_order );
5293
- }
5294
-
5295
- /**
5296
- * Check if plan based on trial. If not in trial mode, should return false.
5297
- *
5298
- * @since 1.0.9
5299
- *
5300
- * @param string $plan Plan name
5301
- * @param bool $exact If true, looks for exact plan. If false, also check "higher" plans.
5302
- *
5303
- * @return bool
5304
- */
5305
- function is_trial_plan( $plan, $exact = false ) {
5306
- $this->_logger->entrance();
5307
-
5308
- if ( ! $this->is_registered() ) {
5309
- return false;
5310
- }
5311
-
5312
- if ( ! $this->is_trial() ) {
5313
- return false;
5314
- }
5315
-
5316
- if ( ! isset( $this->_storage->trial_plan ) ) {
5317
- // Store trial plan information.
5318
- $this->_enrich_site_trial_plan( true );
5319
- }
5320
-
5321
- if ( $this->_storage->trial_plan->name === $plan ) // Exact plan.
5322
- {
5323
- return true;
5324
- } else if ( $exact ) // Required exact, but plans are different.
5325
- {
5326
- return false;
5327
- }
5328
-
5329
- $current_plan_order = - 1;
5330
- $required_plan_order = - 1;
5331
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
5332
- if ( $plan === $this->_plans[ $i ]->name ) {
5333
- $required_plan_order = $i;
5334
- } else if ( $this->_storage->trial_plan->name === $this->_plans[ $i ]->name ) {
5335
- $current_plan_order = $i;
5336
- }
5337
- }
5338
-
5339
- return ( $current_plan_order > $required_plan_order );
5340
- }
5341
-
5342
- /**
5343
- * Check if plugin has any paid plans.
5344
- *
5345
- * @author Vova Feldman (@svovaf)
5346
- * @since 1.0.7
5347
- *
5348
- * @return bool
5349
- */
5350
- function has_paid_plan() {
5351
- return $this->_has_paid_plans ||
5352
- FS_Plan_Manager::instance()->has_paid_plan( $this->_plans );
5353
- }
5354
-
5355
- /**
5356
- * Check if plugin has any plan with a trail.
5357
- *
5358
- * @author Vova Feldman (@svovaf)
5359
- * @since 1.0.9
5360
- *
5361
- * @return bool
5362
- */
5363
- function has_trial_plan() {
5364
- if ( ! $this->is_registered() ) {
5365
- return false;
5366
- }
5367
-
5368
- return $this->_storage->get( 'has_trial_plan', false );
5369
- }
5370
-
5371
- /**
5372
- * Check if plugin has any free plan, or is it premium only.
5373
- *
5374
- * Note: If no plans configured, assume plugin is free.
5375
- *
5376
- * @author Vova Feldman (@svovaf)
5377
- * @since 1.0.7
5378
- *
5379
- * @return bool
5380
- */
5381
- function has_free_plan() {
5382
- return ! $this->is_premium() ||
5383
- ! $this->is_only_premium() ||
5384
- FS_Plan_Manager::instance()->has_free_plan( $this->_plans );
5385
- }
5386
-
5387
- /**
5388
- * Displays a license activation dialog box when the user clicks on the "Activate License"
5389
- * or "Change License" link on the plugins
5390
- * page.
5391
- *
5392
- * @author Leo Fajardo (@leorw)
5393
- * @since 1.1.9
5394
- */
5395
- function _add_license_activation_dialog_box() {
5396
- $vars = array(
5397
- 'slug' => $this->_slug,
5398
- );
5399
-
5400
- fs_require_template( 'forms/license-activation.php', $vars );
5401
- fs_require_template( 'forms/resend-key.php', $vars );
5402
- }
5403
-
5404
- /**
5405
- * Prepare page to include all required UI and logic for the license activation dialog.
5406
- *
5407
- * @author Vova Feldman (@svovaf)
5408
- * @since 1.2.0
5409
- */
5410
- function _require_license_activation_dialog() {
5411
- if ( $this->is_ajax() ) {
5412
- if ( $this->is_ajax_action( 'activate_license' ) ) {
5413
- // Add license activation AJAX callback.
5414
- $this->add_ajax_action( 'activate_license', array( &$this, '_activate_license_ajax_action' ) );
5415
- }
5416
-
5417
- if ( $this->is_ajax_action( 'resend_license_key' ) ) {
5418
- // Add resend license AJAX callback.
5419
- $this->add_ajax_action( 'resend_license_key', array(
5420
- &$this,
5421
- '_resend_license_key_ajax_action'
5422
- ) );
5423
- }
5424
- } else {
5425
- // Inject license activation dialog UI and client side code.
5426
- add_action( 'admin_footer', array( &$this, '_add_license_activation_dialog_box' ) );
5427
- }
5428
- }
5429
-
5430
- /**
5431
- * @author Leo Fajardo (@leorw)
5432
- * @since 1.1.9
5433
- */
5434
- function _activate_license_ajax_action() {
5435
- $license_key = trim( fs_request_get( 'license_key' ) );
5436
-
5437
- if ( empty( $license_key ) ) {
5438
- exit;
5439
- }
5440
-
5441
- $slug = $_POST['slug'];
5442
- $fs = ( ( $slug === $this->_slug ) ? $this : self::instance( $slug ) );
5443
- $error = false;
5444
-
5445
- if ( $this->is_registered() ) {
5446
- $api = $fs->get_api_site_scope();
5447
- $install = $api->call( '/', 'put',
5448
- array(
5449
- 'license_key' => $license_key
5450
- )
5451
- );
5452
-
5453
- if ( isset( $install->error ) ) {
5454
- $error = $install->error->message;
5455
- }
5456
- } else {
5457
- $install = $this->opt_in( false, false, false, $license_key );
5458
-
5459
- if ( isset( $install->error ) ) {
5460
- $error = $install->error;
5461
- }
5462
- }
5463
-
5464
- $result = array(
5465
- 'success' => ( false === $error )
5466
- );
5467
-
5468
- if ( false !== $error ) {
5469
- $result['error'] = $error;
5470
- }
5471
-
5472
- echo json_encode( $result );
5473
-
5474
- exit;
5475
- }
5476
-
5477
- /**
5478
- * @author Leo Fajardo (@leorw)
5479
- * @since 1.2.0
5480
- */
5481
- function _resend_license_key_ajax_action() {
5482
- if ( ! isset( $_POST['email'] ) ) {
5483
- exit;
5484
- }
5485
-
5486
- $email_address = trim( $_POST['email'] );
5487
- if ( empty( $email_address ) ) {
5488
- exit;
5489
- }
5490
-
5491
- $error = false;
5492
-
5493
- $api = $this->get_api_plugin_scope();
5494
- $result = $api->call( '/licenses/resend.json', 'post',
5495
- array(
5496
- 'email' => $email_address,
5497
- 'is_localhost' => WP_FS__IS_LOCALHOST
5498
- )
5499
- );
5500
-
5501
- if ( is_object( $result ) && isset( $result->error ) ) {
5502
- $error = $result->error;
5503
-
5504
- if ( in_array( $error->code, array( 'invalid_email', 'no_user' ) ) ) {
5505
- $error = __fs( 'email-not-found' );
5506
- } else if ( 'no_license' === $error->code ) {
5507
- $error = __fs( 'no-active-licenses' );
5508
- } else {
5509
- $error = $error->message;
5510
- }
5511
- }
5512
-
5513
- $licenses = array(
5514
- 'success' => ( false === $error )
5515
- );
5516
-
5517
- if ( false !== $error ) {
5518
- $licenses['error'] = sprintf( '%s... %s', __fs( 'oops', $this->_slug ), strtolower( $error ) );
5519
- }
5520
-
5521
- echo json_encode( $licenses );
5522
-
5523
- exit;
5524
- }
5525
-
5526
- #region URL Generators
5527
-
5528
- /**
5529
- * Alias to pricing_url().
5530
- *
5531
- * @author Vova Feldman (@svovaf)
5532
- * @since 1.0.2
5533
- *
5534
- * @uses pricing_url()
5535
- *
5536
- * @param string $period Billing cycle
5537
- * @param bool $is_trial
5538
- *
5539
- * @return string
5540
- */
5541
- function get_upgrade_url( $period = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
5542
- return $this->pricing_url( $period, $is_trial );
5543
- }
5544
-
5545
- /**
5546
- * @author Vova Feldman (@svovaf)
5547
- * @since 1.0.9
5548
- *
5549
- * @uses get_upgrade_url()
5550
- *
5551
- * @return string
5552
- */
5553
- function get_trial_url() {
5554
- return $this->get_upgrade_url( WP_FS__PERIOD_ANNUALLY, true );
5555
- }
5556
-
5557
- /**
5558
- * Plugin's pricing URL.
5559
- *
5560
- * @author Vova Feldman (@svovaf)
5561
- * @since 1.0.4
5562
- *
5563
- * @param string $billing_cycle Billing cycle
5564
- *
5565
- * @param bool $is_trial
5566
- *
5567
- * @return string
5568
- */
5569
- function pricing_url( $billing_cycle = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
5570
- $this->_logger->entrance();
5571
-
5572
- $params = array(
5573
- 'billing_cycle' => $billing_cycle
5574
- );
5575
-
5576
- if ( $is_trial ) {
5577
- $params['trial'] = 'true';
5578
- }
5579
-
5580
- return $this->_get_admin_page_url( 'pricing', $params );
5581
- }
5582
-
5583
- /**
5584
- * Checkout page URL.
5585
- *
5586
- * @author Vova Feldman (@svovaf)
5587
- * @since 1.0.6
5588
- *
5589
- * @param string $billing_cycle Billing cycle
5590
- * @param bool $is_trial
5591
- * @param array $extra (optional) Extra parameters, override other query params.
5592
- *
5593
- * @return string
5594
- */
5595
- function checkout_url(
5596
- $billing_cycle = WP_FS__PERIOD_ANNUALLY,
5597
- $is_trial = false,
5598
- $extra = array()
5599
- ) {
5600
- $this->_logger->entrance();
5601
-
5602
- $params = array(
5603
- 'checkout' => 'true',
5604
- 'billing_cycle' => $billing_cycle,
5605
- );
5606
-
5607
- if ( $is_trial ) {
5608
- $params['trial'] = 'true';
5609
- }
5610
-
5611
- /**
5612
- * Params in extra override other params.
5613
- */
5614
- $params = array_merge( $params, $extra );
5615
-
5616
- return $this->_get_admin_page_url( 'pricing', $params );
5617
- }
5618
-
5619
- /**
5620
- * Add-on checkout URL.
5621
- *
5622
- * @author Vova Feldman (@svovaf)
5623
- * @since 1.1.7
5624
- *
5625
- * @param number $addon_id
5626
- * @param number $pricing_id
5627
- * @param string $billing_cycle
5628
- * @param bool $is_trial
5629
- *
5630
- * @return string
5631
- */
5632
- function addon_checkout_url(
5633
- $addon_id,
5634
- $pricing_id,
5635
- $billing_cycle = WP_FS__PERIOD_ANNUALLY,
5636
- $is_trial = false
5637
- ) {
5638
- return $this->checkout_url( $billing_cycle, $is_trial, array(
5639
- 'plugin_id' => $addon_id,
5640
- 'pricing_id' => $pricing_id,
5641
- ) );
5642
- }
5643
-
5644
- #endregion
5645
-
5646
- #endregion ------------------------------------------------------------------
5647
-
5648
- /**
5649
- * Check if plugin has any add-ons.
5650
- *
5651
- * @author Vova Feldman (@svovaf)
5652
- * @since 1.0.5
5653
- *
5654
- * @since 1.1.7.3 Base logic only on the parameter provided by the developer in the init function.
5655
- *
5656
- * @return bool
5657
- */
5658
- function has_addons() {
5659
- $this->_logger->entrance();
5660
-
5661
- return $this->_has_addons;
5662
- }
5663
-
5664
- /**
5665
- * Check if plugin can work in anonymous mode.
5666
- *
5667
- * @author Vova Feldman (@svovaf)
5668
- * @since 1.0.9
5669
- *
5670
- * @return bool
5671
- *
5672
- * @deprecated Please use is_enable_anonymous() instead
5673
- */
5674
- function enable_anonymous() {
5675
- return $this->_enable_anonymous;
5676
- }
5677
-
5678
- /**
5679
- * Check if plugin can work in anonymous mode.
5680
- *
5681
- * @author Vova Feldman (@svovaf)
5682
- * @since 1.1.9
5683
- *
5684
- * @return bool
5685
- */
5686
- function is_enable_anonymous() {
5687
- return $this->_enable_anonymous;
5688
- }
5689
-
5690
- /**
5691
- * Check if plugin is premium only (no free plans).
5692
- *
5693
- * @author Vova Feldman (@svovaf)
5694
- * @since 1.1.9
5695
- *
5696
- * @return bool
5697
- */
5698
- function is_only_premium() {
5699
- return $this->_is_premium_only;
5700
- }
5701
-
5702
- /**
5703
- * Check if feature supported with current site's plan.
5704
- *
5705
- * @author Vova Feldman (@svovaf)
5706
- * @since 1.0.1
5707
- *
5708
- * @todo IMPLEMENT
5709
- *
5710
- * @param number $feature_id
5711
- *
5712
- * @throws Exception
5713
- */
5714
- function is_feature_supported( $feature_id ) {
5715
- throw new Exception( 'not implemented' );
5716
- }
5717
-
5718
- /**
5719
- * @author Vova Feldman (@svovaf)
5720
- * @since 1.0.1
5721
- *
5722
- * @return bool Is running in SSL/HTTPS
5723
- */
5724
- function is_ssl() {
5725
- return WP_FS__IS_HTTPS;
5726
- }
5727
-
5728
- /**
5729
- * @author Vova Feldman (@svovaf)
5730
- * @since 1.0.9
5731
- *
5732
- * @return bool Is running in AJAX call.
5733
- *
5734
- * @link http://wordpress.stackexchange.com/questions/70676/how-to-check-if-i-am-in-admin-ajax
5735
- */
5736
- function is_ajax() {
5737
- return ( defined( 'DOING_AJAX' ) && DOING_AJAX );
5738
- }
5739
-
5740
- /**
5741
- * Check if it's an AJAX call targeted for the current module.
5742
- *
5743
- * @author Vova Feldman (@svovaf)
5744
- * @since 1.2.0
5745
- *
5746
- * @param array|string $actions Collection of AJAX actions.
5747
- *
5748
- * @return bool
5749
- */
5750
- function is_ajax_action( $actions ) {
5751
- // Verify it's an ajax call.
5752
- if ( ! $this->is_ajax() ) {
5753
- return false;
5754
- }
5755
-
5756
- // Verify the call is relevant for the plugin.
5757
- if ( $this->_slug !== fs_request_get( 'slug' ) ) {
5758
- return false;
5759
- }
5760
-
5761
- // Verify it's one of the specified actions.
5762
- if ( is_string( $actions ) ) {
5763
- $actions = explode( ',', $actions );
5764
- }
5765
-
5766
- if ( is_array( $actions ) && 0 < count( $actions ) ) {
5767
- $ajax_action = fs_request_get( 'action' );
5768
-
5769
- foreach ( $actions as $action ) {
5770
- if ( $ajax_action === $this->get_action_tag( $action ) ) {
5771
- return true;
5772
- }
5773
- }
5774
- }
5775
-
5776
- return false;
5777
- }
5778
-
5779
- /**
5780
- * @author Vova Feldman (@svovaf)
5781
- * @since 1.1.7
5782
- *
5783
- * @return bool
5784
- */
5785
- function is_cron() {
5786
- return ( defined( 'DOING_CRON' ) && DOING_CRON );
5787
- }
5788
-
5789
- /**
5790
- * Check if a real user is visiting the admin dashboard.
5791
- *
5792
- * @author Vova Feldman (@svovaf)
5793
- * @since 1.1.7
5794
- *
5795
- * @return bool
5796
- */
5797
- function is_user_in_admin() {
5798
- return is_admin() && ! $this->is_ajax() && ! $this->is_cron();
5799
- }
5800
-
5801
- /**
5802
- * Check if running in HTTPS and if site's plan matching the specified plan.
5803
- *
5804
- * @param string $plan
5805
- * @param bool $exact
5806
- *
5807
- * @return bool
5808
- */
5809
- function is_ssl_and_plan( $plan, $exact = false ) {
5810
- return ( $this->is_ssl() && $this->is_plan( $plan, $exact ) );
5811
- }
5812
-
5813
- /**
5814
- * Construct plugin's settings page URL.
5815
- *
5816
- * @author Vova Feldman (@svovaf)
5817
- * @since 1.0.4
5818
- *
5819
- * @param string $page
5820
- * @param array $params
5821
- *
5822
- * @return string
5823
- */
5824
- function _get_admin_page_url( $page = '', $params = array() ) {
5825
- if ( 0 < count( $params ) ) {
5826
- foreach ( $params as $k => $v ) {
5827
- $params[ $k ] = urlencode( $v );
5828
- }
5829
- }
5830
-
5831
- if ( ! $this->_menu->is_top_level() ) {
5832
- $parent_slug = $this->_menu->get_parent_slug();
5833
- $menu_file = ( false !== strpos( $parent_slug, '.php' ) ) ?
5834
- $parent_slug :
5835
- 'admin.php';
5836
-
5837
- return add_query_arg( array_merge( $params, array(
5838
- 'page' => $this->_menu->get_slug( $page ),
5839
- ) ), admin_url( $menu_file, 'admin' ) );
5840
- }
5841
-
5842
- if ( $this->_menu->is_cpt() ) {
5843
- if ( empty( $page ) && $this->is_activation_mode() ) {
5844
- return add_query_arg( array_merge( $params, array(
5845
- 'page' => $this->_menu->get_slug()
5846
- ) ), admin_url( 'admin.php', 'admin' ) );
5847
- } else {
5848
- if ( ! empty( $page ) ) {
5849
- $params['page'] = $this->_menu->get_slug( $page );
5850
- }
5851
-
5852
- return add_query_arg( $params, admin_url( $this->_menu->get_raw_slug(), 'admin' ) );
5853
- }
5854
- } else {
5855
- return add_query_arg( array_merge( $params, array(
5856
- 'page' => $this->_menu->get_slug( $page ),
5857
- ) ), admin_url( 'admin.php', 'admin' ) );
5858
- }
5859
- }
5860
-
5861
- /**
5862
- * Plugin's account page + sync license URL.
5863
- *
5864
- * @author Vova Feldman (@svovaf)
5865
- * @since 1.1.9.1
5866
- *
5867
- * @param bool|number $plugin_id
5868
- * @param bool $add_action_nonce
5869
- *
5870
- * @return string
5871
- */
5872
- function _get_sync_license_url( $plugin_id = false, $add_action_nonce = true ) {
5873
- $params = array();
5874
-
5875
- if ( is_numeric( $plugin_id ) ) {
5876
- $params['plugin_id'] = $plugin_id;
5877
- }
5878
-
5879
- return $this->get_account_url(
5880
- $this->_slug . '_sync_license',
5881
- $params,
5882
- $add_action_nonce
5883
- );
5884
- }
5885
-
5886
- /**
5887
- * Plugin's account URL.
5888
- *
5889
- * @author Vova Feldman (@svovaf)
5890
- * @since 1.0.4
5891
- *
5892
- * @param bool|string $action
5893
- * @param array $params
5894
- *
5895
- * @param bool $add_action_nonce
5896
- *
5897
- * @return string
5898
- */
5899
- function get_account_url( $action = false, $params = array(), $add_action_nonce = true ) {
5900
- if ( is_string( $action ) ) {
5901
- $params['fs_action'] = $action;
5902
- }
5903
-
5904
- self::require_pluggable_essentials();
5905
-
5906
- return ( $add_action_nonce && is_string( $action ) ) ?
5907
- wp_nonce_url( $this->_get_admin_page_url( 'account', $params ), $action ) :
5908
- $this->_get_admin_page_url( 'account', $params );
5909
- }
5910
-
5911
- /**
5912
- * @author Vova Feldman (@svovaf)
5913
- * @since 1.2.0
5914
- *
5915
- * @param string $tab
5916
- * @param bool $action
5917
- * @param array $params
5918
- * @param bool $add_action_nonce
5919
- *
5920
- * @return string
5921
- *
5922
- * @uses get_account_url()
5923
- */
5924
- function get_account_tab_url( $tab, $action = false, $params = array(), $add_action_nonce = true ) {
5925
- $params['tab'] = $tab;
5926
-
5927
- return $this->get_account_url( $action, $params, $add_action_nonce );
5928
- }
5929
-
5930
- /**
5931
- * Plugin's account URL.
5932
- *
5933
- * @author Vova Feldman (@svovaf)
5934
- * @since 1.0.4
5935
- *
5936
- * @param bool|string $topic
5937
- * @param bool|string $message
5938
- *
5939
- * @return string
5940
- */
5941
- function contact_url( $topic = false, $message = false ) {
5942
- $params = array();
5943
- if ( is_string( $topic ) ) {
5944
- $params['topic'] = $topic;
5945
- }
5946
- if ( is_string( $message ) ) {
5947
- $params['message'] = $message;
5948
- }
5949
-
5950
- if ( $this->is_addon() ) {
5951
- $params['addon_id'] = $this->get_id();
5952
-
5953
- return $this->get_parent_instance()->_get_admin_page_url( 'contact', $params );
5954
- } else {
5955
- return $this->_get_admin_page_url( 'contact', $params );
5956
- }
5957
- }
5958
-
5959
- /**
5960
- * Add-on direct info URL.
5961
- *
5962
- * @author Vova Feldman (@svovaf)
5963
- * @since 1.1.0
5964
- *
5965
- * @param string $slug
5966
- *
5967
- * @return string
5968
- */
5969
- function addon_url( $slug ) {
5970
- return $this->_get_admin_page_url( 'addons', array(
5971
- 'slug' => $slug
5972
- ) );
5973
- }
5974
-
5975
- /* Logger
5976
- ------------------------------------------------------------------------------------------------------------------*/
5977
- /**
5978
- * @param string $id
5979
- * @param bool $prefix_slug
5980
- *
5981
- * @return FS_Logger
5982
- */
5983
- function get_logger( $id = '', $prefix_slug = true ) {
5984
- return FS_Logger::get_logger( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id );
5985
- }
5986
-
5987
- /**
5988
- * @param $id
5989
- * @param bool $load_options
5990
- * @param bool $prefix_slug
5991
- *
5992
- * @return FS_Option_Manager
5993
- */
5994
- function get_options_manager( $id, $load_options = false, $prefix_slug = true ) {
5995
- return FS_Option_Manager::get_manager( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id, $load_options );
5996
- }
5997
-
5998
- /* Security
5999
- ------------------------------------------------------------------------------------------------------------------*/
6000
- private function _encrypt( $str ) {
6001
- if ( is_null( $str ) ) {
6002
- return null;
6003
- }
6004
-
6005
- return base64_encode( $str );
6006
- }
6007
-
6008
- private function _decrypt( $str ) {
6009
- if ( is_null( $str ) ) {
6010
- return null;
6011
- }
6012
-
6013
- return base64_decode( $str );
6014
- }
6015
-
6016
- /**
6017
- * @author Vova Feldman (@svovaf)
6018
- * @since 1.0.5
6019
- *
6020
- * @param FS_Entity $entity
6021
- *
6022
- * @return FS_Entity Return an encrypted clone entity.
6023
- */
6024
- private function _encrypt_entity( FS_Entity $entity ) {
6025
- $clone = clone $entity;
6026
- $props = get_object_vars( $entity );
6027
-
6028
- foreach ( $props as $key => $val ) {
6029
- $clone->{$key} = $this->_encrypt( $val );
6030
- }
6031
-
6032
- return $clone;
6033
- }
6034
-
6035
- /**
6036
- * @author Vova Feldman (@svovaf)
6037
- * @since 1.0.5
6038
- *
6039
- * @param FS_Entity $entity
6040
- *
6041
- * @return FS_Entity Return an decrypted clone entity.
6042
- */
6043
- private function _decrypt_entity( FS_Entity $entity ) {
6044
- $clone = clone $entity;
6045
- $props = get_object_vars( $entity );
6046
-
6047
- foreach ( $props as $key => $val ) {
6048
- $clone->{$key} = $this->_decrypt( $val );
6049
- }
6050
-
6051
- return $clone;
6052
- }
6053
-
6054
- /**
6055
- * Tries to activate account based on POST params.
6056
- *
6057
- * @author Vova Feldman (@svovaf)
6058
- * @since 1.0.2
6059
- */
6060
- function _activate_account() {
6061
- if ( $this->is_registered() ) {
6062
- // Already activated.
6063
- return;
6064
- }
6065
-
6066
- self::_clean_admin_content_section();
6067
-
6068
- if ( fs_request_is_action( 'activate' ) && fs_request_is_post() ) {
6069
- // check_admin_referer( 'activate_' . $this->_plugin->public_key );
6070
-
6071
- // Verify matching plugin details.
6072
- if ( $this->_plugin->id != fs_request_get( 'plugin_id' ) || $this->_slug != fs_request_get( 'plugin_slug' ) ) {
6073
- return;
6074
- }
6075
-
6076
- $user = new FS_User();
6077
- $user->id = fs_request_get( 'user_id' );
6078
- $user->public_key = fs_request_get( 'user_public_key' );
6079
- $user->secret_key = fs_request_get( 'user_secret_key' );
6080
- $user->email = fs_request_get( 'user_email' );
6081
- $user->first = fs_request_get( 'user_first' );
6082
- $user->last = fs_request_get( 'user_last' );
6083
- $user->is_verified = fs_request_get_bool( 'user_is_verified' );
6084
-
6085
- $site = new FS_Site();
6086
- $site->id = fs_request_get( 'install_id' );
6087
- $site->public_key = fs_request_get( 'install_public_key' );
6088
- $site->secret_key = fs_request_get( 'install_secret_key' );
6089
- $site->plan->id = fs_request_get( 'plan_id' );
6090
- $site->plan->title = fs_request_get( 'plan_title' );
6091
- $site->plan->name = fs_request_get( 'plan_name' );
6092
-
6093
- $plans = array();
6094
- $plans_data = json_decode( urldecode( fs_request_get( 'plans' ) ) );
6095
- foreach ( $plans_data as $p ) {
6096
- $plans[] = new FS_Plugin_Plan( $p );
6097
- }
6098
-
6099
- $this->_set_account( $user, $site, $plans );
6100
-
6101
- // Reload the page with the keys.
6102
- if ( fs_redirect( $this->_get_admin_page_url() ) ) {
6103
- exit();
6104
- }
6105
- }
6106
- }
6107
-
6108
- /**
6109
- * @author Vova Feldman (@svovaf)
6110
- * @since 1.0.7
6111
- *
6112
- * @param string $email
6113
- *
6114
- * @return FS_User|bool
6115
- */
6116
- static function _get_user_by_email( $email ) {
6117
- self::$_static_logger->entrance();
6118
-
6119
- $email = trim( strtolower( $email ) );
6120
- $users = self::get_all_users();
6121
- if ( is_array( $users ) ) {
6122
- foreach ( $users as $u ) {
6123
- if ( $email === trim( strtolower( $u->email ) ) ) {
6124
- return $u;
6125
- }
6126
- }
6127
- }
6128
-
6129
- return false;
6130
- }
6131
-
6132
- #region Account (Loading, Updates & Activation) ------------------------------------------------------------------
6133
-
6134
- /***
6135
- * Load account information (user + site).
6136
- *
6137
- * @author Vova Feldman (@svovaf)
6138
- * @since 1.0.1
6139
- */
6140
- private function _load_account() {
6141
- $this->_logger->entrance();
6142
-
6143
- $this->do_action( 'before_account_load' );
6144
-
6145
- $sites = self::get_all_sites();
6146
- $users = self::get_all_users();
6147
- $plans = self::get_all_plans();
6148
- $licenses = self::get_all_licenses();
6149
-
6150
- if ( $this->_logger->is_on() && is_admin() ) {
6151
- $this->_logger->log( 'sites = ' . var_export( $sites, true ) );
6152
- $this->_logger->log( 'users = ' . var_export( $users, true ) );
6153
- $this->_logger->log( 'plans = ' . var_export( $plans, true ) );
6154
- $this->_logger->log( 'licenses = ' . var_export( $licenses, true ) );
6155
- }
6156
-
6157
- $site = isset( $sites[ $this->_slug ] ) ? $sites[ $this->_slug ] : false;
6158
-
6159
- if ( is_object( $site ) &&
6160
- is_numeric( $site->id ) &&
6161
- is_numeric( $site->user_id ) &&
6162
- is_object( $site->plan )
6163
- ) {
6164
- // Load site.
6165
- $this->_site = clone $site;
6166
- $this->_site->plan = $this->_decrypt_entity( $this->_site->plan );
6167
-
6168
- // Load relevant user.
6169
- $this->_user = clone $users[ $this->_site->user_id ];
6170
-
6171
- // Load plans.
6172
- $this->_plans = $plans[ $this->_slug ];
6173
- if ( ! is_array( $this->_plans ) || empty( $this->_plans ) ) {
6174
- $this->_sync_plans( true );
6175
- } else {
6176
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
6177
- if ( $this->_plans[ $i ] instanceof FS_Plugin_Plan ) {
6178
- $this->_plans[ $i ] = $this->_decrypt_entity( $this->_plans[ $i ] );
6179
- } else {
6180
- unset( $this->_plans[ $i ] );
6181
- }
6182
- }
6183
- }
6184
-
6185
- // Load licenses.
6186
- $this->_licenses = array();
6187
- if ( is_array( $licenses ) &&
6188
- isset( $licenses[ $this->_slug ] ) &&
6189
- isset( $licenses[ $this->_slug ][ $this->_user->id ] )
6190
- ) {
6191
- $this->_licenses = $licenses[ $this->_slug ][ $this->_user->id ];
6192
- }
6193
-
6194
- $this->_license = $this->_get_license_by_id( $this->_site->license_id );
6195
-
6196
- if ( $this->_site->version != $this->get_plugin_version() ) {
6197
- // If stored install version is different than current installed plugin version,
6198
- // then update plugin version event.
6199
- $this->update_plugin_version_event();
6200
- }
6201
- }
6202
-
6203
- $this->_register_account_hooks();
6204
- }
6205
-
6206
- /**
6207
- * @author Vova Feldman (@svovaf)
6208
- * @since 1.0.1
6209
- *
6210
- * @param FS_User $user
6211
- * @param FS_Site $site
6212
- * @param bool|array $plans
6213
- */
6214
- private function _set_account( FS_User $user, FS_Site $site, $plans = false ) {
6215
- $site->slug = $this->_slug;
6216
- $site->user_id = $user->id;
6217
-
6218
- $this->_site = $site;
6219
- $this->_user = $user;
6220
- if ( false !== $plans ) {
6221
- $this->_plans = $plans;
6222
- }
6223
-
6224
- $this->send_install_update();
6225
-
6226
- $this->_store_account();
6227
-
6228
- }
6229
-
6230
- /**
6231
- * @author Vova Feldman (@svovaf)
6232
- * @since 1.1.7.4
6233
- *
6234
- * @param array $override_with
6235
- *
6236
- * @return array
6237
- */
6238
- function get_opt_in_params( $override_with = array() ) {
6239
- $this->_logger->entrance();
6240
-
6241
- $current_user = self::_get_current_wp_user();
6242
-
6243
- $params = array(
6244
- 'user_firstname' => $current_user->user_firstname,
6245
- 'user_lastname' => $current_user->user_lastname,
6246
- 'user_nickname' => $current_user->user_nicename,
6247
- 'user_email' => $current_user->user_email,
6248
- 'user_ip' => WP_FS__REMOTE_ADDR,
6249
- 'plugin_slug' => $this->_slug,
6250
- 'plugin_id' => $this->get_id(),
6251
- 'plugin_public_key' => $this->get_public_key(),
6252
- 'plugin_version' => $this->get_plugin_version(),
6253
- 'return_url' => wp_nonce_url( $this->_get_admin_page_url(
6254
- '',
6255
- array( 'fs_action' => $this->_slug . '_activate_new' )
6256
- ), $this->_slug . '_activate_new' ),
6257
- 'account_url' => wp_nonce_url( $this->_get_admin_page_url(
6258
- 'account',
6259
- array( 'fs_action' => 'sync_user' )
6260
- ), 'sync_user' ),
6261
- 'site_uid' => $this->get_anonymous_id(),
6262
- 'site_url' => get_site_url(),
6263
- 'site_name' => get_bloginfo( 'name' ),
6264
- 'platform_version' => get_bloginfo( 'version' ),
6265
- 'php_version' => phpversion(),
6266
- 'language' => get_bloginfo( 'language' ),
6267
- 'charset' => get_bloginfo( 'charset' ),
6268
- );
6269
-
6270
- if ( WP_FS__SKIP_EMAIL_ACTIVATION && $this->has_secret_key() ) {
6271
- // Even though rand() is known for its security issues,
6272
- // the timestamp adds another layer of protection.
6273
- // It would be very hard for an attacker to get the secret key form here.
6274
- // Plus, this should never run in production since the secret should never
6275
- // be included in the production version.
6276
- $params['ts'] = WP_FS__SCRIPT_START_TIME;
6277
- $params['salt'] = md5( uniqid( rand() ) );
6278
- $params['secure'] = md5(
6279
- $params['ts'] .
6280
- $params['salt'] .
6281
- $this->get_secret_key()
6282
- );
6283
- }
6284
-
6285
- return array_merge( $params, $override_with );
6286
- }
6287
-
6288
- /**
6289
- * @author Vova Feldman (@svovaf)
6290
- * @since 1.1.7.4
6291
- *
6292
- * @param string|bool $email
6293
- * @param string|bool $first
6294
- * @param string|bool $last
6295
- * @param string|bool $license_key
6296
- * @param bool $is_uninstall If "true", this means that the module is currently being uninstalled.
6297
- * In this case, the user and site info will be sent to the server but no
6298
- * data will be saved to the WP installation's database.
6299
- *
6300
- * @return bool Is successful opt-in (or set to pending).
6301
- *
6302
- * @use WP_Error
6303
- */
6304
- function opt_in(
6305
- $email = false,
6306
- $first = false,
6307
- $last = false,
6308
- $license_key = false,
6309
- $is_uninstall = false
6310
- ) {
6311
- $this->_logger->entrance();
6312
-
6313
- if ( false === $email ) {
6314
- $current_user = self::_get_current_wp_user();
6315
- $email = $current_user->user_email;
6316
- }
6317
-
6318
- /**
6319
- * @since 1.2.1 If activating with license key, ignore the context-user
6320
- * since the user will be automatically loaded from the license.
6321
- */
6322
- if (empty($license_key)) {
6323
- if ( ! $is_uninstall ) {
6324
- $fs_user = Freemius::_get_user_by_email( $email );
6325
- if ( is_object( $fs_user ) && ! $this->is_pending_activation() ) {
6326
- return $this->install_with_current_user( false );
6327
- }
6328
- }
6329
- }
6330
-
6331
- $user_info = array();
6332
- if ( ! empty( $email ) ) {
6333
- $user_info['user_email'] = $email;
6334
- }
6335
- if ( ! empty( $first ) ) {
6336
- $user_info['user_firstname'] = $first;
6337
- }
6338
- if ( ! empty( $last ) ) {
6339
- $user_info['user_lastname'] = $last;
6340
- }
6341
-
6342
- $params = $this->get_opt_in_params( $user_info );
6343
-
6344
- if ( is_string( $license_key ) ) {
6345
- $params['license_secret_key'] = $license_key;
6346
- }
6347
-
6348
- if ( $is_uninstall ) {
6349
- $params['uninstall_params'] = array(
6350
- 'reason_id' => $this->_storage->uninstall_reason->id,
6351
- 'reason_info' => $this->_storage->uninstall_reason->info
6352
- );
6353
- }
6354
-
6355
- $params['format'] = 'json';
6356
-
6357
- $url = WP_FS__ADDRESS . '/action/service/user/install/';
6358
- if ( isset( $_COOKIE['XDEBUG_SESSION'] ) ) {
6359
- $url = add_query_arg( 'XDEBUG_SESSION', 'PHPSTORM', $url );
6360
- }
6361
-
6362
- $response = wp_remote_post( $url, array(
6363
- 'method' => 'POST',
6364
- 'body' => $params,
6365
- 'timeout' => 15,
6366
- ) );
6367
-
6368
- if ( $response instanceof WP_Error ) {
6369
- if ( 'https://' === substr( $url, 0, 8 ) &&
6370
- isset( $response->errors ) &&
6371
- isset( $response->errors['http_request_failed'] ) &&
6372
- false !== strpos( $response->errors['http_request_failed'][0], 'sslv3 alert handshake' )
6373
- ) {
6374
- // Failed due to old version of cURL or Open SSL (SSLv3 is not supported by CloudFlare).
6375
- $url = 'http://' . substr( $url, 8 );
6376
-
6377
- $response = wp_remote_post( $url, array(
6378
- 'method' => 'POST',
6379
- 'body' => $params,
6380
- 'timeout' => 15,
6381
- ) );
6382
- }
6383
-
6384
- if ( $response instanceof WP_Error ) {
6385
- return false;
6386
- }
6387
- }
6388
-
6389
- if ( is_wp_error( $response ) ) {
6390
- return false;
6391
- }
6392
-
6393
- // Module is being uninstalled, don't handle the returned data.
6394
- if ( $is_uninstall ) {
6395
- return true;
6396
- }
6397
-
6398
- $decoded = @json_decode( $response['body'] );
6399
-
6400
- if ( empty( $decoded ) ) {
6401
- return false;
6402
- }
6403
-
6404
- if ( isset( $decoded->error ) ) {
6405
- return $decoded;
6406
- } else if ( isset( $decoded->pending_activation ) && $decoded->pending_activation ) {
6407
- // Pending activation, add message.
6408
- $this->set_pending_confirmation( false, false );
6409
-
6410
- return true;
6411
- } else if ( isset( $decoded->install_secret_key ) ) {
6412
- $this->install_with_new_user(
6413
- $decoded->user_id,
6414
- $decoded->user_public_key,
6415
- $decoded->user_secret_key,
6416
- $decoded->install_id,
6417
- $decoded->install_public_key,
6418
- $decoded->install_secret_key,
6419
- false
6420
- );
6421
-
6422
- return true;
6423
- }
6424
-
6425
- return $decoded;
6426
- }
6427
-
6428
- /**
6429
- * Set user and site identities.
6430
- *
6431
- * @author Vova Feldman (@svovaf)
6432
- * @since 1.0.9
6433
- *
6434
- * @param FS_User $user
6435
- * @param FS_Site $site
6436
- * @param bool $redirect
6437
- *
6438
- * @return bool False if account already set.
6439
- */
6440
- function setup_account( FS_User $user, FS_Site $site, $redirect = true ) {
6441
- $this->_user = $user;
6442
- $this->_site = $site;
6443
-
6444
- $this->_sync_plans();
6445
-
6446
- $this->_enrich_site_plan( false );
6447
-
6448
- $this->_set_account( $user, $site );
6449
-
6450
- if ( $this->is_trial() ) {
6451
- // Store trial plan information.
6452
- $this->_enrich_site_trial_plan( true );
6453
- }
6454
-
6455
- // If Freemius was OFF before, turn it on.
6456
- $this->turn_on();
6457
-
6458
- $this->do_action( 'after_account_connection', $user, $site );
6459
-
6460
- if ( is_numeric( $site->license_id ) ) {
6461
- $this->_license = $this->_get_license_by_id( $site->license_id );
6462
- }
6463
-
6464
- $this->_admin_notices->remove_sticky( 'connect_account' );
6465
-
6466
- if ( $this->is_pending_activation() ) {
6467
- // Remove pending activation sticky notice (if still exist).
6468
- $this->_admin_notices->remove_sticky( 'activation_pending' );
6469
-
6470
- // Remove plugin from pending activation mode.
6471
- unset( $this->_storage->is_pending_activation );
6472
-
6473
- if ( ! $this->is_paying() ) {
6474
- $this->_admin_notices->add_sticky(
6475
- sprintf( __fs( 'plugin-x-activation-message', $this->_slug ), '<b>' . $this->get_plugin_name() . '</b>' ),
6476
- 'activation_complete'
6477
- );
6478
- }
6479
- }
6480
-
6481
- if ( $this->is_paying() && ! $this->is_premium() ) {
6482
- $this->_admin_notices->add_sticky(
6483
- sprintf(
6484
- __fs( 'activation-with-plan-x-message', $this->_slug ),
6485
- $this->_site->plan->title
6486
- ) . $this->get_complete_upgrade_instructions(),
6487
- 'plan_upgraded',
6488
- __fs( 'yee-haw', $this->_slug ) . '!'
6489
- );
6490
- }
6491
-
6492
- $plugin_id = fs_request_get( 'plugin_id', false );
6493
-
6494
- // Store activation time ONLY for plugins (not add-ons).
6495
- if ( ! is_numeric( $plugin_id ) || ( $plugin_id == $this->_plugin->id ) ) {
6496
- $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
6497
- }
6498
-
6499
- if ( is_numeric( $plugin_id ) ) {
6500
- if ( $plugin_id != $this->_plugin->id ) {
6501
- // Add-on was installed - sync license right after install.
6502
- if ( $redirect && fs_redirect( $this->_get_sync_license_url( $plugin_id ) )
6503
- ) {
6504
- exit();
6505
- }
6506
-
6507
- }
6508
- } else {
6509
- /**
6510
- * @author Vova Feldman (@svovaf)
6511
- * @since 1.1.9 If site installed with a valid license, sync license.
6512
- */
6513
- if ( $this->is_paying() ) {
6514
- $this->_sync_plugin_license( true );
6515
- }
6516
-
6517
- // Reload the page with the keys.
6518
- if ( $redirect && fs_redirect( $this->get_after_activation_url( 'after_connect_url' ) ) ) {
6519
- exit();
6520
- }
6521
- }
6522
- }
6523
-
6524
- /**
6525
- * Install plugin with new user information after approval.
6526
- *
6527
- * @author Vova Feldman (@svovaf)
6528
- * @since 1.0.7
6529
- */
6530
- function _install_with_new_user() {
6531
- $this->_logger->entrance();
6532
-
6533
- if ( $this->is_registered() ) {
6534
- return;
6535
- }
6536
-
6537
- if ( fs_request_is_action( $this->_slug . '_activate_new' ) ) {
6538
- // check_admin_referer( $this->_slug . '_activate_new' );
6539
-
6540
- if ( fs_request_has( 'user_secret_key' ) ) {
6541
- $this->install_with_new_user(
6542
- fs_request_get( 'user_id' ),
6543
- fs_request_get( 'user_public_key' ),
6544
- fs_request_get( 'user_secret_key' ),
6545
- fs_request_get( 'install_id' ),
6546
- fs_request_get( 'install_public_key' ),
6547
- fs_request_get( 'install_secret_key' )
6548
- );
6549
- } else if ( fs_request_has( 'pending_activation' ) ) {
6550
- $this->set_pending_confirmation( fs_request_get( 'user_email' ), true );
6551
- }
6552
- }
6553
- }
6554
-
6555
- /**
6556
- * Install plugin with new user.
6557
- *
6558
- * @author Vova Feldman (@svovaf)
6559
- * @since 1.1.7.4
6560
- *
6561
- * @param number $user_id
6562
- * @param string $user_public_key
6563
- * @param string $user_secret_key
6564
- * @param number $install_id
6565
- * @param string $install_public_key
6566
- * @param string $install_secret_key
6567
- * @param bool $redirect
6568
- */
6569
- private function install_with_new_user(
6570
- $user_id,
6571
- $user_public_key,
6572
- $user_secret_key,
6573
- $install_id,
6574
- $install_public_key,
6575
- $install_secret_key,
6576
- $redirect = true
6577
- ) {
6578
- $user = new FS_User();
6579
- $user->id = $user_id;
6580
- $user->public_key = $user_public_key;
6581
- $user->secret_key = $user_secret_key;
6582
-
6583
- $this->_user = $user;
6584
- $user_result = $this->get_api_user_scope()->get();
6585
- $user = new FS_User( $user_result );
6586
- $this->_user = $user;
6587
-
6588
- $site = new FS_Site();
6589
- $site->id = $install_id;
6590
- $site->public_key = $install_public_key;
6591
- $site->secret_key = $install_secret_key;
6592
-
6593
- $this->_site = $site;
6594
- $site_result = $this->get_api_site_scope()->get();
6595
- $site = new FS_Site( $site_result );
6596
- $this->_site = $site;
6597
-
6598
- $this->setup_account( $this->_user, $this->_site, $redirect );
6599
- }
6600
-
6601
- /**
6602
- * @author Vova Feldman (@svovaf)
6603
- * @since 1.1.7.4
6604
- *
6605
- * @param bool $email
6606
- * @param bool $redirect
6607
- */
6608
- private function set_pending_confirmation( $email = false, $redirect = true ) {
6609
- // Install must be activated via email since
6610
- // user with the same email already exist.
6611
- $this->_storage->is_pending_activation = true;
6612
- $this->_add_pending_activation_notice( $email );
6613
-
6614
- // Reload the page with with pending activation message.
6615
- if ( $redirect && fs_redirect( $this->get_after_activation_url( 'after_pending_connect_url' ) ) ) {
6616
- exit();
6617
- }
6618
- }
6619
-
6620
- /**
6621
- * Install plugin with current logged WP user info.
6622
- *
6623
- * @author Vova Feldman (@svovaf)
6624
- * @since 1.0.7
6625
- */
6626
- function _install_with_current_user() {
6627
- $this->_logger->entrance();
6628
-
6629
- if ( $this->is_registered() ) {
6630
- return;
6631
- }
6632
-
6633
- if ( fs_request_is_action( $this->_slug . '_activate_existing' ) && fs_request_is_post() ) {
6634
- // check_admin_referer( 'activate_existing_' . $this->_plugin->public_key );
6635
-
6636
- $this->install_with_current_user();
6637
- }
6638
- }
6639
-
6640
-
6641
- /**
6642
- * @author Vova Feldman (@svovaf)
6643
- * @since 1.1.7.4
6644
- *
6645
- * @param bool $redirect
6646
- *
6647
- * @return object|string
6648
- */
6649
- private function install_with_current_user( $redirect = true ) {
6650
- // Get current logged WP user.
6651
- $current_user = self::_get_current_wp_user();
6652
-
6653
- // Find the relevant FS user by the email.
6654
- $user = self::_get_user_by_email( $current_user->user_email );
6655
-
6656
- // We have to set the user before getting user scope API handler.
6657
- $this->_user = $user;
6658
-
6659
- $extra_install_params = array(
6660
- 'uid' => $this->get_anonymous_id(),
6661
- );
6662
-
6663
- /**
6664
- * @author Vova Feldman (@svovaf)
6665
- * @since 1.1.9 Add license key if given.
6666
- */
6667
- $license_key = fs_request_get( 'license_secret_key' );
6668
-
6669
- if ( ! empty( $license_key ) ) {
6670
- $extra_install_params['license_key'] = $license_key;
6671
- }
6672
-
6673
- // Install the plugin.
6674
- $install = $this->get_api_user_scope()->call(
6675
- "/plugins/{$this->get_id()}/installs.json",
6676
- 'post',
6677
- $this->get_install_data_for_api( $extra_install_params, false, false )
6678
- );
6679
-
6680
- if ( $this->is_api_error($install) ) {
6681
- $this->_admin_notices->add(
6682
- sprintf( __fs( 'could-not-activate-x', $this->_slug ), $this->get_plugin_name() ) . ' ' .
6683
- __fs( 'contact-us-with-error-message', $this->_slug ) . ' ' . '<b>' . $install->error->message . '</b>',
6684
- __fs( 'oops', $this->_slug ) . '...',
6685
- 'error'
6686
- );
6687
-
6688
- if ( $redirect && fs_redirect( $this->get_activation_url( array('error' => $install->error->message) ) )
6689
- ) {
6690
- exit();
6691
- }
6692
-
6693
- return $install;
6694
- }
6695
-
6696
- $site = new FS_Site( $install );
6697
- $this->_site = $site;
6698
- // $this->_enrich_site_plan( false );
6699
-
6700
- // $this->_set_account( $user, $site );
6701
- // $this->_sync_plans();
6702
-
6703
- $this->setup_account( $this->_user, $this->_site, $redirect );
6704
-
6705
- return $install;
6706
- }
6707
-
6708
- /**
6709
- * Tries to activate add-on account based on parent plugin info.
6710
- *
6711
- * @author Vova Feldman (@svovaf)
6712
- * @since 1.0.6
6713
- *
6714
- * @param Freemius $parent_fs
6715
- */
6716
- private function _activate_addon_account( Freemius $parent_fs ) {
6717
- if ( $this->is_registered() ) {
6718
- // Already activated.
6719
- return;
6720
- }
6721
-
6722
- // Activate add-on with parent plugin credentials.
6723
- $addon_install = $parent_fs->get_api_site_scope()->call(
6724
- "/addons/{$this->_plugin->id}/installs.json",
6725
- 'post',
6726
- $this->get_install_data_for_api( array(
6727
- 'uid' => $this->get_anonymous_id(),
6728
- ), false, false )
6729
- );
6730
-
6731
- if ( isset( $addon_install->error ) ) {
6732
- $this->_admin_notices->add(
6733
- sprintf( __fs( 'could-not-activate-x', $this->_slug ), $this->get_plugin_name() ) . ' ' .
6734
- __fs( 'contact-us-with-error-message', $this->_slug ) . ' ' . '<b>' . $addon_install->error->message . '</b>',
6735
- __fs( 'oops', $this->_slug ) . '...',
6736
- 'error'
6737
- );
6738
-
6739
- return;
6740
- }
6741
-
6742
- // First of all, set site info - otherwise we won't
6743
- // be able to invoke API calls.
6744
- $this->_site = new FS_Site( $addon_install );
6745
-
6746
- // Sync add-on plans.
6747
- $this->_sync_plans();
6748
-
6749
- // Get site's current plan.
6750
- $this->_site->plan = $this->_get_plan_by_id( $this->_site->plan->id );
6751
-
6752
- // Get user information based on parent's plugin.
6753
- $user = $parent_fs->get_user();
6754
-
6755
- $this->_set_account( $user, $this->_site );
6756
-
6757
- // Sync licenses.
6758
- $this->_sync_licenses();
6759
-
6760
- // Try to activate premium license.
6761
- $this->_activate_license( true );
6762
- }
6763
-
6764
- #endregion ------------------------------------------------------------------
6765
-
6766
- #region Admin Menu Items ------------------------------------------------------------------
6767
-
6768
- private $_menu_items = array();
6769
-
6770
- /**
6771
- * @author Vova Feldman (@svovaf)
6772
- * @since 1.0.7
6773
- *
6774
- * @return string
6775
- */
6776
- function get_menu_slug() {
6777
- return $this->_menu->get_slug();
6778
- }
6779
-
6780
- /**
6781
- * @author Vova Feldman (@svovaf)
6782
- * @since 1.0.9
6783
- */
6784
- function _prepare_admin_menu() {
6785
- // if ( ! $this->is_on() ) {
6786
- // return;
6787
- // }
6788
-
6789
- if ( ! $this->has_api_connectivity() && ! $this->is_enable_anonymous() ) {
6790
- $this->_menu->remove_menu_item();
6791
- } else {
6792
- $this->do_action( 'before_admin_menu_init' );
6793
-
6794
- $this->add_menu_action();
6795
- $this->add_submenu_items();
6796
- }
6797
- }
6798
-
6799
- /**
6800
- * Admin dashboard menu items modifications.
6801
- *
6802
- * NOTE: admin_menu action executed before admin_init.
6803
- *
6804
- * @author Vova Feldman (@svovaf)
6805
- * @since 1.0.7
6806
- *
6807
- */
6808
- private function add_menu_action() {
6809
- if ( $this->is_activation_mode() ) {
6810
- $this->override_plugin_menu_with_activation();
6811
- } else {
6812
- // If not registered try to install user.
6813
- if ( ! $this->is_registered() &&
6814
- fs_request_is_action( $this->_slug . '_activate_new' )
6815
- ) {
6816
- $this->_install_with_new_user();
6817
- }
6818
- }
6819
- }
6820
-
6821
- /**
6822
- * @author Vova Feldman (@svovaf)
6823
- * @since 1.0.1
6824
- *
6825
- * @return string
6826
- */
6827
- function _redirect_on_clicked_menu_link() {
6828
- $this->_logger->entrance();
6829
-
6830
- $page = strtolower( isset( $_REQUEST['page'] ) ? $_REQUEST['page'] : '' );
6831
-
6832
- $this->_logger->log( 'page = ' . $page );
6833
-
6834
- foreach ( $this->_menu_items as $priority => $items ) {
6835
- foreach ( $items as $item ) {
6836
- if ( isset( $item['url'] ) ) {
6837
- if ( $page === strtolower( $item['menu_slug'] ) ) {
6838
- $this->_logger->log( 'Redirecting to ' . $item['url'] );
6839
-
6840
- fs_redirect( $item['url'] );
6841
- }
6842
- }
6843
- }
6844
- }
6845
- }
6846
-
6847
- /**
6848
- * Remove plugin's all admin menu items & pages, and replace with activation page.
6849
- *
6850
- * @author Vova Feldman (@svovaf)
6851
- * @since 1.0.1
6852
- */
6853
- private function override_plugin_menu_with_activation() {
6854
- $this->_logger->entrance();
6855
-
6856
- $hook = false;
6857
-
6858
- if ( $this->_menu->is_top_level() ) {
6859
- $hook = $this->_menu->override_menu_item( array( &$this, '_connect_page_render' ) );
6860
-
6861
- if ( false === $hook ) {
6862
- // Create new menu item just for the opt-in.
6863
- $hook = add_menu_page(
6864
- $this->get_plugin_name(),
6865
- $this->get_plugin_name(),
6866
- 'manage_options',
6867
- $this->_menu->get_slug(),
6868
- array( &$this, '_connect_page_render' )
6869
- );
6870
- }
6871
- } else {
6872
- $menus = array( $this->_menu->get_parent_slug() );
6873
-
6874
- if ( $this->_menu->is_override_exact() ) {
6875
- // Make sure the current page is matching the activation page.
6876
- $activation_url = strtolower( $this->get_activation_url() );
6877
- $request_url = strtolower( $_SERVER['REQUEST_URI'] );
6878
-
6879
- if ( parse_url( $activation_url, PHP_URL_PATH ) !== parse_url( $request_url, PHP_URL_PATH ) ) {
6880
- // Different path - DO NOT OVERRIDE PAGE.
6881
- return;
6882
- }
6883
-
6884
- $activation_url_params = array();
6885
- parse_str( parse_url( $activation_url, PHP_URL_QUERY ), $activation_url_params );
6886
-
6887
- $request_url_params = array();
6888
- parse_str( parse_url( $request_url, PHP_URL_QUERY ), $request_url_params );
6889
-
6890
-
6891
- foreach ( $activation_url_params as $key => $val ) {
6892
- if ( ! isset( $request_url_params[ $key ] ) || $val != $request_url_params[ $key ] ) {
6893
- // Not matching query string - DO NOT OVERRIDE PAGE.
6894
- return;
6895
- }
6896
- }
6897
- }
6898
-
6899
- foreach ( $menus as $parent_slug ) {
6900
- $hook = $this->_menu->override_submenu_action(
6901
- $parent_slug,
6902
- $this->_menu->get_raw_slug(),
6903
- array( &$this, '_connect_page_render' )
6904
- );
6905
-
6906
- if ( false !== $hook ) {
6907
- // Found plugin's submenu item.
6908
- break;
6909
- }
6910
- }
6911
- }
6912
-
6913
- if ( $this->_menu->is_activation_page() ) {
6914
- // Clean admin page from distracting content.
6915
- self::_clean_admin_content_section();
6916
- }
6917
-
6918
- if ( false !== $hook ) {
6919
- if ( fs_request_is_action( $this->_slug . '_activate_existing' ) ) {
6920
- add_action( "load-$hook", array( &$this, '_install_with_current_user' ) );
6921
- } else if ( fs_request_is_action( $this->_slug . '_activate_new' ) ) {
6922
- add_action( "load-$hook", array( &$this, '_install_with_new_user' ) );
6923
- }
6924
- }
6925
- }
6926
-
6927
- /**
6928
- * @author Leo Fajardo (leorw)
6929
- * @since 1.2.1
6930
- *
6931
- * return string
6932
- */
6933
- function get_top_level_menu_capability() {
6934
- global $menu;
6935
-
6936
- $top_level_menu_slug = $this->get_top_level_menu_slug();
6937
-
6938
- foreach ( $menu as $menu_info ) {
6939
- /**
6940
- * The second element in the menu info array is the capability/role that has access to the menu and the
6941
- * third element is the menu slug.
6942
- */
6943
- if ( $menu_info[2] === $top_level_menu_slug ) {
6944
- return $menu_info[1];
6945
- }
6946
- }
6947
-
6948
- return 'read';
6949
- }
6950
-
6951
- /**
6952
- * @author Vova Feldman (@svovaf)
6953
- * @since 1.0.0
6954
- *
6955
- * @return string
6956
- */
6957
- private function get_top_level_menu_slug() {
6958
- return ( $this->is_addon() ?
6959
- $this->get_parent_instance()->_menu->get_top_level_menu_slug() :
6960
- $this->_menu->get_top_level_menu_slug() );
6961
- }
6962
-
6963
- /**
6964
- * Add default Freemius menu items.
6965
- *
6966
- * @author Vova Feldman (@svovaf)
6967
- * @since 1.0.0
6968
- */
6969
- private function add_submenu_items() {
6970
- $this->_logger->entrance();
6971
-
6972
- if ( ! $this->is_addon() ) {
6973
- if ( ! $this->is_activation_mode() ) {
6974
- if ( $this->is_registered() ) {
6975
- // Add user account page.
6976
- $this->add_submenu_item(
6977
- __fs( 'account', $this->_slug ),
6978
- array( &$this, '_account_page_render' ),
6979
- $this->get_plugin_name() . ' &ndash; ' . __fs( 'account', $this->_slug ),
6980
- 'manage_options',
6981
- 'account',
6982
- array( &$this, '_account_page_load' ),
6983
- WP_FS__DEFAULT_PRIORITY,
6984
- $this->_menu->is_submenu_item_visible( 'account' )
6985
- );
6986
- }
6987
-
6988
- // Add contact page.
6989
- $this->add_submenu_item(
6990
- __fs( 'contact-us', $this->_slug ),
6991
- array( &$this, '_contact_page_render' ),
6992
- $this->get_plugin_name() . ' &ndash; ' . __fs( 'contact-us', $this->_slug ),
6993
- 'manage_options',
6994
- 'contact',
6995
- 'Freemius::_clean_admin_content_section',
6996
- WP_FS__DEFAULT_PRIORITY,
6997
- $this->_menu->is_submenu_item_visible( 'contact' )
6998
- );
6999
-
7000
- if ( $this->has_addons() ) {
7001
- $this->add_submenu_item(
7002
- __fs( 'add-ons', $this->_slug ),
7003
- array( &$this, '_addons_page_render' ),
7004
- $this->get_plugin_name() . ' &ndash; ' . __fs( 'add-ons', $this->_slug ),
7005
- 'manage_options',
7006
- 'addons',
7007
- array( &$this, '_addons_page_load' ),
7008
- WP_FS__LOWEST_PRIORITY - 1,
7009
- $this->_menu->is_submenu_item_visible( 'addons' )
7010
- );
7011
- }
7012
-
7013
- $show_pricing = ( $this->has_paid_plan() && $this->_menu->is_submenu_item_visible( 'pricing' ) );
7014
- // If user don't have paid plans, add pricing page
7015
- // to support add-ons checkout but don't add the submenu item.
7016
- // || (isset( $_GET['page'] ) && $this->_menu->get_slug( 'pricing' ) == $_GET['page']);
7017
-
7018
- // Add upgrade/pricing page.
7019
- $this->add_submenu_item(
7020
- ( $this->is_paying() ? __fs( 'pricing', $this->_slug ) : __fs( 'upgrade', $this->_slug ) . '&nbsp;&nbsp;&#x27a4;' ),
7021
- array( &$this, '_pricing_page_render' ),
7022
- $this->get_plugin_name() . ' &ndash; ' . __fs( 'pricing', $this->_slug ),
7023
- 'manage_options',
7024
- 'pricing',
7025
- 'Freemius::_clean_admin_content_section',
7026
- WP_FS__LOWEST_PRIORITY,
7027
- $show_pricing
7028
- );
7029
- }
7030
- }
7031
-
7032
-
7033
- if ( 0 < count( $this->_menu_items ) ) {
7034
- if ( ! $this->_menu->is_top_level() ) {
7035
- fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
7036
-
7037
- // Append submenu items right after the plugin's submenu item.
7038
- $this->order_sub_submenu_items();
7039
- } else {
7040
- // Append submenu items.
7041
- $this->embed_submenu_items();
7042
- }
7043
- }
7044
- }
7045
-
7046
- /**
7047
- * Moved the actual submenu item additions to a separated function,
7048
- * in order to support sub-submenu items when the plugin's settings
7049
- * only have a submenu and not top-level menu item.
7050
- *
7051
- * @author Vova Feldman (@svovaf)
7052
- * @since 1.1.4
7053
- */
7054
- private function embed_submenu_items() {
7055
- $item_template = $this->_menu->is_top_level() ?
7056
- '<span class="fs-submenu-item">%s</span>' :
7057
- '<span class="fs-submenu-item fs-sub">%s</span>';
7058
-
7059
- $top_level_menu_capability = $this->get_top_level_menu_capability();
7060
-
7061
- ksort( $this->_menu_items );
7062
-
7063
- foreach ( $this->_menu_items as $priority => $items ) {
7064
- foreach ( $items as $item ) {
7065
- $capability = ( ! empty( $item['capability'] ) ? $item['capability'] : $top_level_menu_capability );
7066
-
7067
- if ( ! isset( $item['url'] ) ) {
7068
- $hook = add_submenu_page(
7069
- $item['show_submenu'] ?
7070
- $this->get_top_level_menu_slug() :
7071
- null,
7072
- $item['page_title'],
7073
- sprintf( $item_template, $item['menu_title'] ),
7074
- $capability,
7075
- $item['menu_slug'],
7076
- $item['render_function']
7077
- );
7078
-
7079
- if ( false !== $item['before_render_function'] ) {
7080
- add_action( "load-$hook", $item['before_render_function'] );
7081
- }
7082
- } else {
7083
- add_submenu_page(
7084
- $this->get_top_level_menu_slug(),
7085
- $item['page_title'],
7086
- sprintf( $item_template, $item['menu_title'] ),
7087
- $capability,
7088
- $item['menu_slug'],
7089
- array( $this, '' )
7090
- );
7091
- }
7092
- }
7093
- }
7094
- }
7095
-
7096
- /**
7097
- * Re-order the submenu items so all Freemius added new submenu items
7098
- * are added right after the plugin's settings submenu item.
7099
- *
7100
- * @author Vova Feldman (@svovaf)
7101
- * @since 1.1.4
7102
- */
7103
- private function order_sub_submenu_items() {
7104
- global $submenu;
7105
-
7106
- $menu_slug = $this->_menu->get_top_level_menu_slug();
7107
-
7108
- /**
7109
- * Before "admin_menu" fires, WordPress will loop over the default submenus and remove pages for which the user
7110
- * does not have permissions. So in case a plugin does not have top-level menu but does have submenus under any
7111
- * of the default menus, only users that have the right role can access its sub-submenus (Account, Contact Us,
7112
- * Support Forum, etc.) since $submenu[ $menu_slug ] will be empty if the user doesn't have permission.
7113
- *
7114
- * In case a plugin does not have submenus under any of the default menus but does have submenus under the menu
7115
- * of another plugin, only users that have the right role can access its sub-submenus since we will use the
7116
- * capability needed to access the parent menu as the capability for the submenus that we will add.
7117
- */
7118
- if ( empty( $submenu[ $menu_slug ] ) ) {
7119
- return;
7120
- }
7121
-
7122
- $top_level_menu = &$submenu[ $menu_slug ];
7123
-
7124
- $all_submenu_items_after = array();
7125
-
7126
- $found_submenu_item = false;
7127
-
7128
- foreach ( $top_level_menu as $submenu_id => $meta ) {
7129
- if ( $found_submenu_item ) {
7130
- // Remove all submenu items after the plugin's submenu item.
7131
- $all_submenu_items_after[] = $meta;
7132
- unset( $top_level_menu[ $submenu_id ] );
7133
- }
7134
-
7135
- if ( $this->_menu->get_raw_slug() === $meta[2] ) {
7136
- // Found the submenu item, put all below.
7137
- $found_submenu_item = true;
7138
- continue;
7139
- }
7140
- }
7141
-
7142
- // Embed all plugin's new submenu items.
7143
- $this->embed_submenu_items();
7144
-
7145
- // Start with specially high number to make sure it's appended.
7146
- $i = max( 10000, max( array_keys( $top_level_menu ) ) + 1 );
7147
- foreach ( $all_submenu_items_after as $meta ) {
7148
- $top_level_menu[ $i ] = $meta;
7149
- $i ++;
7150
- }
7151
-
7152
- // Sort submenu items.
7153
- ksort( $top_level_menu );
7154
- }
7155
-
7156
- /**
7157
- * Displays the Support Forum link when enabled.
7158
- *
7159
- * Can be filtered like so:
7160
- *
7161
- * function _fs_show_support_menu( $is_visible, $menu_id ) {
7162
- * if ( 'support' === $menu_id ) {
7163
- * return _fs->is_registered();
7164
- * }
7165
- * return $is_visible;
7166
- * }
7167
- * _fs()->add_filter('is_submenu_visible', '_fs_show_support_menu', 10, 2);
7168
- *
7169
- */
7170
- function _add_default_submenu_items() {
7171
- if ( ! $this->is_on() ) {
7172
- return;
7173
- }
7174
-
7175
- if ( ! $this->is_activation_mode() ) {
7176
- if ( $this->_menu->is_submenu_item_visible( 'support' ) ) {
7177
- $this->add_submenu_link_item(
7178
- $this->apply_filters( 'support_forum_submenu', __fs( 'support-forum', $this->_slug ) ),
7179
- $this->apply_filters( 'support_forum_url', 'https://wordpress.org/support/plugin/' . $this->_slug ),
7180
- 'wp-support-forum',
7181
- null,
7182
- 50
7183
- );
7184
- }
7185
- }
7186
- }
7187
-
7188
- /**
7189
- * @author Vova Feldman (@svovaf)
7190
- * @since 1.0.1
7191
- *
7192
- * @param string $menu_title
7193
- * @param callable $render_function
7194
- * @param bool|string $page_title
7195
- * @param string $capability
7196
- * @param bool|string $menu_slug
7197
- * @param bool|callable $before_render_function
7198
- * @param int $priority
7199
- * @param bool $show_submenu
7200
- */
7201
- function add_submenu_item(
7202
- $menu_title,
7203
- $render_function,
7204
- $page_title = false,
7205
- $capability = 'manage_options',
7206
- $menu_slug = false,
7207
- $before_render_function = false,
7208
- $priority = WP_FS__DEFAULT_PRIORITY,
7209
- $show_submenu = true
7210
- ) {
7211
- $this->_logger->entrance( 'Title = ' . $menu_title );
7212
-
7213
- if ( $this->is_addon() ) {
7214
- $parent_fs = $this->get_parent_instance();
7215
-
7216
- if ( is_object( $parent_fs ) ) {
7217
- $parent_fs->add_submenu_item(
7218
- $menu_title,
7219
- $render_function,
7220
- $page_title,
7221
- $capability,
7222
- $menu_slug,
7223
- $before_render_function,
7224
- $priority,
7225
- $show_submenu
7226
- );
7227
-
7228
- return;
7229
- }
7230
- }
7231
-
7232
- if ( ! isset( $this->_menu_items[ $priority ] ) ) {
7233
- $this->_menu_items[ $priority ] = array();
7234
- }
7235
-
7236
- $this->_menu_items[ $priority ][] = array(
7237
- 'page_title' => is_string( $page_title ) ? $page_title : $menu_title,
7238
- 'menu_title' => $menu_title,
7239
- 'capability' => $capability,
7240
- 'menu_slug' => $this->_menu->get_slug( is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ) ),
7241
- 'render_function' => $render_function,
7242
- 'before_render_function' => $before_render_function,
7243
- 'show_submenu' => $show_submenu,
7244
- );
7245
- }
7246
-
7247
- /**
7248
- * @author Vova Feldman (@svovaf)
7249
- * @since 1.0.1
7250
- *
7251
- * @param string $menu_title
7252
- * @param string $url
7253
- * @param bool $menu_slug
7254
- * @param string $capability
7255
- * @param int $priority
7256
- *
7257
- */
7258
- function add_submenu_link_item(
7259
- $menu_title,
7260
- $url,
7261
- $menu_slug = false,
7262
- $capability = 'read',
7263
- $priority = WP_FS__DEFAULT_PRIORITY
7264
- ) {
7265
- $this->_logger->entrance( 'Title = ' . $menu_title . '; Url = ' . $url );
7266
-
7267
- if ( $this->is_addon() ) {
7268
- $parent_fs = $this->get_parent_instance();
7269
-
7270
- if ( is_object( $parent_fs ) ) {
7271
- $parent_fs->add_submenu_link_item(
7272
- $menu_title,
7273
- $url,
7274
- $menu_slug,
7275
- $capability,
7276
- $priority
7277
- );
7278
-
7279
- return;
7280
- }
7281
- }
7282
-
7283
- if ( ! isset( $this->_menu_items[ $priority ] ) ) {
7284
- $this->_menu_items[ $priority ] = array();
7285
- }
7286
-
7287
- $this->_menu_items[ $priority ][] = array(
7288
- 'menu_title' => $menu_title,
7289
- 'capability' => $capability,
7290
- 'menu_slug' => $this->_menu->get_slug( is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ) ),
7291
- 'url' => $url,
7292
- 'page_title' => $menu_title,
7293
- 'render_function' => 'fs_dummy',
7294
- 'before_render_function' => '',
7295
- );
7296
- }
7297
-
7298
- #endregion ------------------------------------------------------------------
7299
-
7300
- /* Actions / Hooks / Filters
7301
- ------------------------------------------------------------------------------------------------------------------*/
7302
- /**
7303
- * @author Vova Feldman (@svovaf)
7304
- * @since 1.1.7
7305
- *
7306
- * @param string $tag
7307
- *
7308
- * @return string
7309
- */
7310
- public function get_action_tag( $tag ) {
7311
- return "fs_{$tag}_{$this->_slug}";
7312
- }
7313
-
7314
- /**
7315
- * @author Vova Feldman (@svovaf)
7316
- * @since 1.2.1
7317
- *
7318
- * @param string $tag
7319
- *
7320
- * @return string
7321
- */
7322
- private function get_ajax_action_tag( $tag ) {
7323
- return 'wp_ajax_' . $this->get_action_tag( $tag );
7324
- }
7325
-
7326
- /**
7327
- * Do action, specific for the current context plugin.
7328
- *
7329
- * @author Vova Feldman (@svovaf)
7330
- * @since 1.0.1
7331
- *
7332
- * @param string $tag The name of the action to be executed.
7333
- * @param mixed $arg,... Optional. Additional arguments which are passed on to the
7334
- * functions hooked to the action. Default empty.
7335
- *
7336
- * @uses do_action()
7337
- */
7338
- function do_action( $tag, $arg = '' ) {
7339
- $this->_logger->entrance( $tag );
7340
-
7341
- $args = func_get_args();
7342
-
7343
- call_user_func_array( 'do_action', array_merge(
7344
- array( $this->get_action_tag( $tag ) ),
7345
- array_slice( $args, 1 ) )
7346
- );
7347
- }
7348
-
7349
- /**
7350
- * Add action, specific for the current context plugin.
7351
- *
7352
- * @author Vova Feldman (@svovaf)
7353
- * @since 1.0.1
7354
- *
7355
- * @param string $tag
7356
- * @param callable $function_to_add
7357
- * @param int $priority
7358
- * @param int $accepted_args
7359
- *
7360
- * @uses add_action()
7361
- */
7362
- function add_action( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
7363
- $this->_logger->entrance( $tag );
7364
-
7365
- add_action( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
7366
- }
7367
-
7368
- /**
7369
- * Add AJAX action, specific for the current context plugin.
7370
- *
7371
- * @author Vova Feldman (@svovaf)
7372
- * @since 1.2.1
7373
- *
7374
- * @param string $tag
7375
- * @param callable $function_to_add
7376
- * @param int $priority
7377
- * @param int $accepted_args
7378
- *
7379
- * @uses add_action()
7380
- */
7381
- function add_ajax_action( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
7382
- $this->_logger->entrance( $tag );
7383
-
7384
- add_action( $this->get_ajax_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
7385
- }
7386
-
7387
- /**
7388
- * Apply filter, specific for the current context plugin.
7389
- *
7390
- * @author Vova Feldman (@svovaf)
7391
- * @since 1.0.9
7392
- *
7393
- * @param string $tag The name of the filter hook.
7394
- * @param mixed $value The value on which the filters hooked to `$tag` are applied on.
7395
- *
7396
- * @return mixed The filtered value after all hooked functions are applied to it.
7397
- *
7398
- * @uses apply_filters()
7399
- */
7400
- function apply_filters( $tag, $value ) {
7401
- $this->_logger->entrance( $tag );
7402
-
7403
- $args = func_get_args();
7404
- array_unshift( $args, $this->_slug );
7405
-
7406
- return call_user_func_array( 'fs_apply_filter', $args );
7407
- }
7408
-
7409
- /**
7410
- * Add filter, specific for the current context plugin.
7411
- *
7412
- * @author Vova Feldman (@svovaf)
7413
- * @since 1.0.9
7414
- *
7415
- * @param string $tag
7416
- * @param callable $function_to_add
7417
- * @param int $priority
7418
- * @param int $accepted_args
7419
- *
7420
- * @uses add_filter()
7421
- */
7422
- function add_filter( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
7423
- $this->_logger->entrance( $tag );
7424
-
7425
- add_filter( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
7426
- }
7427
-
7428
- /**
7429
- * Check if has filter.
7430
- *
7431
- * @author Vova Feldman (@svovaf)
7432
- * @since 1.1.4
7433
- *
7434
- * @param string $tag
7435
- * @param callable|bool $function_to_check Optional. The callback to check for. Default false.
7436
- *
7437
- * @return false|int
7438
- *
7439
- * @uses has_filter()
7440
- */
7441
- function has_filter( $tag, $function_to_check = false ) {
7442
- $this->_logger->entrance( $tag );
7443
-
7444
- return has_filter( $this->get_action_tag( $tag ), $function_to_check );
7445
- }
7446
-
7447
- /**
7448
- * Override default i18n text phrases.
7449
- *
7450
- * @author Vova Feldman (@svovaf)
7451
- * @since 1.1.6
7452
- *
7453
- * @param string[] string $key_value
7454
- *
7455
- * @uses fs_override_i18n()
7456
- */
7457
- function override_i18n( $key_value ) {
7458
- fs_override_i18n( $key_value, $this->_slug );
7459
- }
7460
-
7461
- /* Account Page
7462
- ------------------------------------------------------------------------------------------------------------------*/
7463
- /**
7464
- * Update site information.
7465
- *
7466
- * @author Vova Feldman (@svovaf)
7467
- * @since 1.0.1
7468
- *
7469
- * @param bool $store Flush to Database if true.
7470
- */
7471
- private function _store_site( $store = true ) {
7472
- $this->_logger->entrance();
7473
-
7474
- $encrypted_site = clone $this->_site;
7475
- $encrypted_site->plan = $this->_encrypt_entity( $this->_site->plan );
7476
-
7477
- $sites = self::get_all_sites();
7478
- $sites[ $this->_slug ] = $encrypted_site;
7479
- self::$_accounts->set_option( 'sites', $sites, $store );
7480
- }
7481
-
7482
- /**
7483
- * Update plugin's plans information.
7484
- *
7485
- * @author Vova Feldman (@svovaf)
7486
- * @since 1.0.2
7487
- *
7488
- * @param bool $store Flush to Database if true.
7489
- */
7490
- private function _store_plans( $store = true ) {
7491
- $this->_logger->entrance();
7492
-
7493
- $plans = self::get_all_plans();
7494
-
7495
- // Copy plans.
7496
- $encrypted_plans = array();
7497
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
7498
- $encrypted_plans[] = $this->_encrypt_entity( $this->_plans[ $i ] );
7499
- }
7500
-
7501
- $plans[ $this->_slug ] = $encrypted_plans;
7502
- self::$_accounts->set_option( 'plans', $plans, $store );
7503
- }
7504
-
7505
- /**
7506
- * Update user's plugin licenses.
7507
- *
7508
- * @author Vova Feldman (@svovaf)
7509
- * @since 1.0.5
7510
- *
7511
- * @param bool $store
7512
- * @param string|bool $plugin_slug
7513
- * @param FS_Plugin_License[] $licenses
7514
- */
7515
- private function _store_licenses( $store = true, $plugin_slug = false, $licenses = array() ) {
7516
- $this->_logger->entrance();
7517
-
7518
- $all_licenses = self::get_all_licenses();
7519
-
7520
- if ( ! is_string( $plugin_slug ) ) {
7521
- $plugin_slug = $this->_slug;
7522
- $licenses = $this->_licenses;
7523
- }
7524
-
7525
- if ( ! isset( $all_licenses[ $plugin_slug ] ) ) {
7526
- $all_licenses[ $plugin_slug ] = array();
7527
- }
7528
-
7529
- $all_licenses[ $plugin_slug ][ $this->_user->id ] = $licenses;
7530
-
7531
- self::$_accounts->set_option( 'licenses', $all_licenses, $store );
7532
- }
7533
-
7534
- /**
7535
- * Update user information.
7536
- *
7537
- * @author Vova Feldman (@svovaf)
7538
- * @since 1.0.1
7539
- *
7540
- * @param bool $store Flush to Database if true.
7541
- */
7542
- private function _store_user( $store = true ) {
7543
- $this->_logger->entrance();
7544
-
7545
- $users = self::get_all_users();
7546
- $users[ $this->_user->id ] = $this->_user;
7547
- self::$_accounts->set_option( 'users', $users, $store );
7548
- }
7549
-
7550
- /**
7551
- * Update new updates information.
7552
- *
7553
- * @author Vova Feldman (@svovaf)
7554
- * @since 1.0.4
7555
- *
7556
- * @param FS_Plugin_Tag|null $update
7557
- * @param bool $store Flush to Database if true.
7558
- * @param bool|number $plugin_id
7559
- */
7560
- private function _store_update( $update, $store = true, $plugin_id = false ) {
7561
- $this->_logger->entrance();
7562
-
7563
- if ( $update instanceof FS_Plugin_Tag ) {
7564
- $update->updated = time();
7565
- }
7566
-
7567
- if ( ! is_numeric( $plugin_id ) ) {
7568
- $plugin_id = $this->_plugin->id;
7569
- }
7570
-
7571
- $updates = self::get_all_updates();
7572
- $updates[ $plugin_id ] = $update;
7573
- self::$_accounts->set_option( 'updates', $updates, $store );
7574
- }
7575
-
7576
- /**
7577
- * Update new updates information.
7578
- *
7579
- * @author Vova Feldman (@svovaf)
7580
- * @since 1.0.6
7581
- *
7582
- * @param FS_Plugin[] $plugin_addons
7583
- * @param bool $store Flush to Database if true.
7584
- */
7585
- private function _store_addons( $plugin_addons, $store = true ) {
7586
- $this->_logger->entrance();
7587
-
7588
- $addons = self::get_all_addons();
7589
- $addons[ $this->_plugin->id ] = $plugin_addons;
7590
- self::$_accounts->set_option( 'addons', $addons, $store );
7591
- }
7592
-
7593
- /**
7594
- * Delete plugin's associated add-ons.
7595
- *
7596
- * @author Vova Feldman (@svovaf)
7597
- * @since 1.0.8
7598
- *
7599
- * @param bool $store
7600
- *
7601
- * @return bool
7602
- */
7603
- private function _delete_account_addons( $store = true ) {
7604
- $all_addons = self::get_all_account_addons();
7605
-
7606
- if ( ! isset( $all_addons[ $this->_plugin->id ] ) ) {
7607
- return false;
7608
- }
7609
-
7610
- unset( $all_addons[ $this->_plugin->id ] );
7611
-
7612
- self::$_accounts->set_option( 'account_addons', $all_addons, $store );
7613
-
7614
- return true;
7615
- }
7616
-
7617
- /**
7618
- * Update account add-ons list.
7619
- *
7620
- * @author Vova Feldman (@svovaf)
7621
- * @since 1.0.6
7622
- *
7623
- * @param FS_Plugin[] $addons
7624
- * @param bool $store Flush to Database if true.
7625
- */
7626
- private function _store_account_addons( $addons, $store = true ) {
7627
- $this->_logger->entrance();
7628
-
7629
- $all_addons = self::get_all_account_addons();
7630
- $all_addons[ $this->_plugin->id ] = $addons;
7631
- self::$_accounts->set_option( 'account_addons', $all_addons, $store );
7632
- }
7633
-
7634
- /**
7635
- * Store account params in the Database.
7636
- *
7637
- * @author Vova Feldman (@svovaf)
7638
- * @since 1.0.1
7639
- */
7640
- private function _store_account() {
7641
- $this->_logger->entrance();
7642
-
7643
- $this->_store_site( false );
7644
- $this->_store_user( false );
7645
- $this->_store_plans( false );
7646
- $this->_store_licenses( false );
7647
-
7648
- self::$_accounts->store();
7649
- }
7650
-
7651
- /**
7652
- * Sync user's information.
7653
- *
7654
- * @author Vova Feldman (@svovaf)
7655
- * @since 1.0.3
7656
- * @uses FS_Api
7657
- */
7658
- private function _handle_account_user_sync() {
7659
- $this->_logger->entrance();
7660
-
7661
- $api = $this->get_api_user_scope();
7662
-
7663
- // Get user's information.
7664
- $user = $api->get( '/', true );
7665
-
7666
- if ( isset( $user->id ) ) {
7667
- $this->_user->first = $user->first;
7668
- $this->_user->last = $user->last;
7669
- $this->_user->email = $user->email;
7670
-
7671
- $is_menu_item_account_visible = $this->_menu->is_submenu_item_visible( 'account' );
7672
-
7673
- if ( $user->is_verified &&
7674
- ( ! isset( $this->_user->is_verified ) || false === $this->_user->is_verified )
7675
- ) {
7676
- $this->_user->is_verified = true;
7677
-
7678
- $this->do_action( 'account_email_verified', $user->email );
7679
-
7680
- $this->_admin_notices->add(
7681
- __fs( 'email-verified-message', $this->_slug ),
7682
- __fs( 'right-on', $this->_slug ) . '!',
7683
- 'success',
7684
- // Make admin sticky if account menu item is invisible,
7685
- // since the page will be auto redirected to the plugin's
7686
- // main settings page, and the non-sticky message
7687
- // will disappear.
7688
- ! $is_menu_item_account_visible,
7689
- false,
7690
- 'email_verified'
7691
- );
7692
- }
7693
-
7694
- // Flush user details to DB.
7695
- $this->_store_user();
7696
-
7697
- $this->do_action( 'after_account_user_sync', $user );
7698
-
7699
- /**
7700
- * If account menu item is hidden, redirect to plugin's main settings page.
7701
- *
7702
- * @author Vova Feldman (@svovaf)
7703
- * @since 1.1.6
7704
- *
7705
- * @link https://github.com/Freemius/wordpress-sdk/issues/6
7706
- */
7707
- if ( ! $is_menu_item_account_visible ) {
7708
- if ( fs_redirect( $this->_get_admin_page_url() ) ) {
7709
- exit();
7710
- }
7711
- }
7712
- }
7713
- }
7714
-
7715
- /**
7716
- * @param bool $store
7717
- *
7718
- * @return FS_Plugin_Plan|object|false
7719
- */
7720
- private function _enrich_site_plan( $store = true ) {
7721
- // Try to load plan from local cache.
7722
- $plan = $this->_get_plan_by_id( $this->_site->plan->id );
7723
-
7724
- if ( false === $plan ) {
7725
- $plan = $this->_fetch_site_plan();
7726
- }
7727
-
7728
- if ( $plan instanceof FS_Plugin_Plan ) {
7729
- $this->_update_plan( $plan, $store );
7730
- }
7731
-
7732
- return $plan;
7733
- }
7734
-
7735
- /**
7736
- * @author Vova Feldman (@svovaf)
7737
- * @since 1.0.9
7738
- * @uses FS_Api
7739
- *
7740
- * @param bool $store
7741
- *
7742
- * @return FS_Plugin_Plan|object|false
7743
- */
7744
- private function _enrich_site_trial_plan( $store = true ) {
7745
- // Try to load plan from local cache.
7746
- $trial_plan = $this->_get_plan_by_id( $this->_site->trial_plan_id );
7747
-
7748
- if ( false === $trial_plan ) {
7749
- $trial_plan = $this->_fetch_site_plan( $this->_site->trial_plan_id );
7750
- }
7751
-
7752
- if ( $trial_plan instanceof FS_Plugin_Plan ) {
7753
- $this->_storage->store( 'trial_plan', $trial_plan, $store );
7754
- }
7755
-
7756
- return $trial_plan;
7757
- }
7758
-
7759
- /**
7760
- * @author Vova Feldman (@svovaf)
7761
- * @since 1.0.9
7762
- * @uses FS_Api
7763
- *
7764
- * @param number|bool $license_id
7765
- *
7766
- * @return FS_Subscription|object|bool
7767
- */
7768
- private function _fetch_site_license_subscription( $license_id = false ) {
7769
- $this->_logger->entrance();
7770
- $api = $this->get_api_site_scope();
7771
-
7772
- if ( ! is_numeric( $license_id ) ) {
7773
- $license_id = $this->_license->id;
7774
- }
7775
-
7776
- $result = $api->get( "/licenses/{$license_id}/subscriptions.json", true );
7777
-
7778
- return ! isset( $result->error ) ?
7779
- ( ( is_array( $result->subscriptions ) && 0 < count( $result->subscriptions ) ) ?
7780
- new FS_Subscription( $result->subscriptions[0] ) :
7781
- false
7782
- ) :
7783
- $result;
7784
- }
7785
-
7786
- /**
7787
- * @author Vova Feldman (@svovaf)
7788
- * @since 1.0.4
7789
- * @uses FS_Api
7790
- *
7791
- * @param number|bool $plan_id
7792
- *
7793
- * @return FS_Plugin_Plan|object
7794
- */
7795
- private function _fetch_site_plan( $plan_id = false ) {
7796
- $this->_logger->entrance();
7797
- $api = $this->get_api_site_scope();
7798
-
7799
- if ( ! is_numeric( $plan_id ) ) {
7800
- $plan_id = $this->_site->plan->id;
7801
- }
7802
-
7803
- $plan = $api->get( "/plans/{$plan_id}.json", true );
7804
-
7805
- return ! isset( $plan->error ) ? new FS_Plugin_Plan( $plan ) : $plan;
7806
- }
7807
-
7808
- /**
7809
- * @author Vova Feldman (@svovaf)
7810
- * @since 1.0.5
7811
- * @uses FS_Api
7812
- *
7813
- * @return FS_Plugin_Plan[]|object
7814
- */
7815
- private function _fetch_plugin_plans() {
7816
- $this->_logger->entrance();
7817
- $api = $this->get_api_site_scope();
7818
-
7819
- $result = $api->get( '/plans.json', true );
7820
-
7821
- if ( ! $this->is_api_error( $result ) ) {
7822
- for ( $i = 0, $len = count( $result->plans ); $i < $len; $i ++ ) {
7823
- $result->plans[ $i ] = new FS_Plugin_Plan( $result->plans[ $i ] );
7824
- }
7825
-
7826
- $result = $result->plans;
7827
- }
7828
-
7829
- return $result;
7830
- }
7831
-
7832
- /**
7833
- * @author Vova Feldman (@svovaf)
7834
- * @since 1.0.5
7835
- * @uses FS_Api
7836
- *
7837
- * @param number|bool $plugin_id
7838
- * @param number|bool $site_license_id
7839
- *
7840
- * @return FS_Plugin_License[]|object
7841
- */
7842
- private function _fetch_licenses( $plugin_id = false, $site_license_id = false ) {
7843
- $this->_logger->entrance();
7844
-
7845
- $api = $this->get_api_user_scope();
7846
-
7847
- if ( ! is_numeric( $plugin_id ) ) {
7848
- $plugin_id = $this->_plugin->id;
7849
- }
7850
-
7851
- $result = $api->get( "/plugins/{$plugin_id}/licenses.json", true );
7852
-
7853
- $is_site_license_synced = false;
7854
-
7855
- if ( ! isset( $result->error ) ) {
7856
- for ( $i = 0, $len = count( $result->licenses ); $i < $len; $i ++ ) {
7857
- $result->licenses[ $i ] = new FS_Plugin_License( $result->licenses[ $i ] );
7858
-
7859
- if ( ( ! $is_site_license_synced ) && is_numeric( $site_license_id ) ) {
7860
- $is_site_license_synced = ( $site_license_id == $result->licenses[ $i ]->id );
7861
- }
7862
- }
7863
-
7864
- $result = $result->licenses;
7865
- }
7866
-
7867
- if ( ! $is_site_license_synced ) {
7868
- $api = $this->get_api_site_scope();
7869
-
7870
- if ( is_numeric( $site_license_id ) ) {
7871
- // Try to retrieve a foreign license that is linked to the install.
7872
- $api_result = $api->call( '/licenses.json' );
7873
-
7874
- if ( ! isset( $api_result->error ) ) {
7875
- $licenses = $api_result->licenses;
7876
-
7877
- if ( ! empty( $licenses ) ) {
7878
- $result[] = new FS_Plugin_License( $licenses[0] );
7879
- }
7880
- }
7881
- } else if ( is_object( $this->_license ) ) {
7882
- // Fetch foreign license by ID and license key.
7883
- $license = $api->get( "/licenses/{$this->_license->id}.json?license_key=" .
7884
- urlencode( $this->_license->secret_key ) );
7885
-
7886
- if ( ! isset( $license->error ) ) {
7887
- $result[] = new FS_Plugin_License( $license );
7888
- }
7889
- }
7890
- }
7891
-
7892
- return $result;
7893
- }
7894
-
7895
- /**
7896
- * @author Vova Feldman (@svovaf)
7897
- * @since 1.2.0
7898
- * @uses FS_Api
7899
- *
7900
- * @param number|bool $plugin_id
7901
- *
7902
- * @return FS_Payment[]|object
7903
- */
7904
- function _fetch_payments( $plugin_id = false ) {
7905
- $this->_logger->entrance();
7906
-
7907
- $api = $this->get_api_user_scope();
7908
-
7909
- if ( ! is_numeric( $plugin_id ) ) {
7910
- $plugin_id = $this->_plugin->id;
7911
- }
7912
-
7913
- $result = $api->get( "/plugins/{$plugin_id}/payments.json", true );
7914
-
7915
- if ( ! isset( $result->error ) ) {
7916
- for ( $i = 0, $len = count( $result->payments ); $i < $len; $i ++ ) {
7917
- $result->payments[ $i ] = new FS_Payment( $result->payments[ $i ] );
7918
- }
7919
- $result = $result->payments;
7920
- }
7921
-
7922
- return $result;
7923
- }
7924
-
7925
- /**
7926
- * @author Vova Feldman (@svovaf)
7927
- * @since 1.0.4
7928
- *
7929
- * @param FS_Plugin_Plan $plan
7930
- * @param bool $store
7931
- */
7932
- private function _update_plan( $plan, $store = false ) {
7933
- $this->_logger->entrance();
7934
-
7935
- $this->_site->plan = $plan;
7936
- $this->_store_site( $store );
7937
- }
7938
-
7939
- /**
7940
- * @author Vova Feldman (@svovaf)
7941
- * @since 1.0.5
7942
- *
7943
- * @param FS_Plugin_License[] $licenses
7944
- * @param string|bool $plugin_slug
7945
- */
7946
- private function _update_licenses( $licenses, $plugin_slug = false ) {
7947
- $this->_logger->entrance();
7948
-
7949
- if ( is_array( $licenses ) ) {
7950
- for ( $i = 0, $len = count( $licenses ); $i < $len; $i ++ ) {
7951
- $licenses[ $i ]->updated = time();
7952
- }
7953
- }
7954
-
7955
- if ( ! is_string( $plugin_slug ) ) {
7956
- $this->_licenses = $licenses;
7957
- }
7958
-
7959
- $this->_store_licenses( true, $plugin_slug, $licenses );
7960
- }
7961
-
7962
- /**
7963
- * @author Vova Feldman (@svovaf)
7964
- * @since 1.0.4
7965
- *
7966
- * @param bool|number $plugin_id
7967
- * @param bool $flush Since 1.1.7.3
7968
- *
7969
- * @return object|false New plugin tag info if exist.
7970
- */
7971
- private function _fetch_newer_version( $plugin_id = false, $flush = true ) {
7972
- $latest_tag = $this->_fetch_latest_version( $plugin_id, $flush );
7973
-
7974
- if ( ! is_object( $latest_tag ) ) {
7975
- return false;
7976
- }
7977
-
7978
- // Check if version is actually newer.
7979
- $has_new_version =
7980
- // If it's an non-installed add-on then always return latest.
7981
- ( $this->_is_addon_id( $plugin_id ) && ! $this->is_addon_activated( $plugin_id ) ) ||
7982
- // Compare versions.
7983
- version_compare( $this->get_plugin_version(), $latest_tag->version, '<' );
7984
-
7985
- $this->_logger->departure( $has_new_version ? 'Found newer plugin version ' . $latest_tag->version : 'No new version' );
7986
-
7987
- return $has_new_version ? $latest_tag : false;
7988
- }
7989
-
7990
- /**
7991
- * @author Vova Feldman (@svovaf)
7992
- * @since 1.0.5
7993
- *
7994
- * @param bool|number $plugin_id
7995
- * @param bool $flush Since 1.1.7.3
7996
- *
7997
- * @return bool|FS_Plugin_Tag
7998
- */
7999
- function get_update( $plugin_id = false, $flush = true ) {
8000
- $this->_logger->entrance();
8001
-
8002
- if ( ! is_numeric( $plugin_id ) ) {
8003
- $plugin_id = $this->_plugin->id;
8004
- }
8005
-
8006
- $this->_check_updates( true, $plugin_id, $flush );
8007
- $updates = $this->get_all_updates();
8008
-
8009
- return isset( $updates[ $plugin_id ] ) && is_object( $updates[ $plugin_id ] ) ? $updates[ $plugin_id ] : false;
8010
- }
8011
-
8012
- /**
8013
- * Check if site assigned with active license.
8014
- *
8015
- * @author Vova Feldman (@svovaf)
8016
- * @since 1.0.6
8017
- *
8018
- * @deprecated Please use has_active_valid_license() instead because license can be cancelled.
8019
- */
8020
- function has_active_license() {
8021
- return (
8022
- is_object( $this->_license ) &&
8023
- is_numeric( $this->_license->id ) &&
8024
- ! $this->_license->is_expired()
8025
- );
8026
- }
8027
-
8028
- /**
8029
- * Check if site assigned with active & valid (not expired) license.
8030
- *
8031
- * @author Vova Feldman (@svovaf)
8032
- * @since 1.2.1
8033
- */
8034
- function has_active_valid_license() {
8035
- return (
8036
- is_object( $this->_license ) &&
8037
- is_numeric( $this->_license->id ) &&
8038
- $this->_license->is_active() &&
8039
- $this->_license->is_valid()
8040
- );
8041
- }
8042
-
8043
- /**
8044
- * Check if site assigned with license with enabled features.
8045
- *
8046
- * @author Vova Feldman (@svovaf)
8047
- * @since 1.0.6
8048
- *
8049
- * @return bool
8050
- */
8051
- function has_features_enabled_license() {
8052
- return (
8053
- is_object( $this->_license ) &&
8054
- is_numeric( $this->_license->id ) &&
8055
- $this->_license->is_features_enabled()
8056
- );
8057
- }
8058
-
8059
- /**
8060
- * Check if user is a trial or have feature enabled license.
8061
- *
8062
- * @author Vova Feldman (@svovaf)
8063
- * @since 1.1.7
8064
- *
8065
- * @return bool
8066
- */
8067
- function can_use_premium_code() {
8068
- return $this->is_trial() || $this->has_features_enabled_license();
8069
- }
8070
-
8071
- /**
8072
- * Sync site's plan.
8073
- *
8074
- * @author Vova Feldman (@svovaf)
8075
- * @since 1.0.3
8076
- *
8077
- * @uses FS_Api
8078
- *
8079
- * @param bool $background Hints the method if it's a background sync. If false, it means that was initiated by
8080
- * the admin.
8081
- */
8082
- private function _sync_license( $background = false ) {
8083
- $this->_logger->entrance();
8084
-
8085
- $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
8086
-
8087
- $is_addon_sync = ( ! $this->_plugin->is_addon() && $plugin_id != $this->get_id() );
8088
-
8089
- if ( $is_addon_sync ) {
8090
- $this->_sync_addon_license( $plugin_id, $background );
8091
- } else {
8092
- $this->_sync_plugin_license( $background );
8093
- }
8094
-
8095
- $this->do_action( 'after_account_plan_sync', $this->_site->plan->name );
8096
- }
8097
-
8098
- /**
8099
- * Sync plugin's add-on license.
8100
- *
8101
- * @author Vova Feldman (@svovaf)
8102
- * @since 1.0.6
8103
- * @uses FS_Api
8104
- *
8105
- * @param number $addon_id
8106
- * @param bool $background
8107
- */
8108
- private function _sync_addon_license( $addon_id, $background ) {
8109
- $this->_logger->entrance();
8110
-
8111
- if ( $this->is_addon_activated( $addon_id ) ) {
8112
- // If already installed, use add-on sync.
8113
- $fs_addon = self::get_instance_by_id( $addon_id );
8114
- $fs_addon->_sync_license( $background );
8115
-
8116
- return;
8117
- }
8118
-
8119
- // Validate add-on exists.
8120
- $addon = $this->get_addon( $addon_id );
8121
-
8122
- if ( ! is_object( $addon ) ) {
8123
- return;
8124
- }
8125
-
8126
- // Add add-on into account add-ons.
8127
- $account_addons = $this->get_account_addons();
8128
- if ( ! is_array( $account_addons ) ) {
8129
- $account_addons = array();
8130
- }
8131
- $account_addons[] = $addon->id;
8132
- $account_addons = array_unique( $account_addons );
8133
- $this->_store_account_addons( $account_addons );
8134
-
8135
- // Load add-on licenses.
8136
- $licenses = $this->_fetch_licenses( $addon->id );
8137
-
8138
- // Sync add-on licenses.
8139
- if ( ! isset( $licenses->error ) ) {
8140
- $this->_update_licenses( $licenses, $addon->slug );
8141
-
8142
- if ( ! $this->is_addon_installed( $addon->slug ) && FS_License_Manager::has_premium_license( $licenses ) ) {
8143
- $plans_result = $this->get_api_site_or_plugin_scope()->get( "/addons/{$addon_id}/plans.json" );
8144
-
8145
- if ( ! isset( $plans_result->error ) ) {
8146
- $plans = array();
8147
- foreach ( $plans_result->plans as $plan ) {
8148
- $plans[] = new FS_Plugin_Plan( $plan );
8149
- }
8150
-
8151
- $this->_admin_notices->add_sticky(
8152
- FS_Plan_Manager::instance()->has_free_plan( $plans ) ?
8153
- sprintf(
8154
- __fs( 'addon-successfully-upgraded-message', $this->_slug ),
8155
- $addon->title
8156
- ) . ' ' . $this->_get_latest_download_link(
8157
- __fs( 'download-latest-version', $this->_slug ),
8158
- $addon_id
8159
- )
8160
- :
8161
- sprintf(
8162
- __fs( 'addon-successfully-purchased-message', $this->_slug ),
8163
- $addon->title
8164
- ) . ' ' . $this->_get_latest_download_link(
8165
- __fs( 'download-latest-version', $this->_slug ),
8166
- $addon_id
8167
- ),
8168
- 'addon_plan_upgraded_' . $addon->slug,
8169
- __fs( 'yee-haw', $this->_slug ) . '!'
8170
- );
8171
- }
8172
- }
8173
- }
8174
- }
8175
-
8176
- /**
8177
- * Sync site's plugin plan.
8178
- *
8179
- * @author Vova Feldman (@svovaf)
8180
- * @since 1.0.6
8181
- * @uses FS_Api
8182
- *
8183
- * @param bool $background Hints the method if it's a background sync. If false, it means that was initiated by
8184
- * the admin.
8185
- */
8186
- private function _sync_plugin_license( $background = false ) {
8187
- $this->_logger->entrance();
8188
-
8189
- /**
8190
- * Sync site info.
8191
- *
8192
- * @todo This line will execute install sync on a daily basis, even if running the free version (for opted-in users). The reason we want to keep it that way is for cases when the user was a paying customer, then there was a failure in subscription payment, and then after some time the payment was successful. This could be heavily optimized. For example, we can skip the $flush if the current install was never associated with a paid version.
8193
- */
8194
- $site = $this->send_install_update( array(), true );
8195
-
8196
- $plan_change = 'none';
8197
-
8198
- if ( $this->is_api_error( $site ) ) {
8199
- // Show API messages only if not background sync or if paying customer.
8200
- if ( ! $background || $this->is_paying() ) {
8201
- // Try to ping API to see if not blocked.
8202
- if ( ! FS_Api::test() ) {
8203
- /**
8204
- * Failed to ping API - blocked!
8205
- *
8206
- * @author Vova Feldman (@svovaf)
8207
- * @since 1.1.6 Only show message related to one of the Freemius powered plugins. Once it will be resolved it will fix the issue for all plugins anyways. There's no point to scare users with multiple error messages.
8208
- */
8209
- $api = $this->get_api_site_scope();
8210
-
8211
- if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
8212
- self::$_global_admin_notices->add(
8213
- sprintf(
8214
- __fs( 'server-blocking-access', $this->_slug ),
8215
- $this->get_plugin_name(),
8216
- '<a href="' . $api->get_url() . '" target="_blank">' . $api->get_url() . '</a>'
8217
- ) . '<br> ' . __fs( 'server-error-message', $this->_slug ) . var_export( $site->error, true ),
8218
- __fs( 'oops', $this->_slug ) . '...',
8219
- 'error',
8220
- $background,
8221
- false,
8222
- 'api_blocked'
8223
- );
8224
- }
8225
- } else {
8226
- // Authentication params are broken.
8227
- $this->_admin_notices->add(
8228
- __fs( 'wrong-authentication-param-message', $this->_slug ),
8229
- __fs( 'oops', $this->_slug ) . '...',
8230
- 'error'
8231
- );
8232
- }
8233
- }
8234
-
8235
- // No reason to continue with license sync while there are API issues.
8236
- return;
8237
- }
8238
-
8239
- // Remove sticky API connectivity message.
8240
- self::$_global_admin_notices->remove_sticky( 'api_blocked' );
8241
-
8242
- $site = new FS_Site( $site );
8243
-
8244
- // Sync plans.
8245
- $this->_sync_plans();
8246
-
8247
- if ( ! $this->has_paid_plan() ) {
8248
- $this->_site = $site;
8249
- $this->_enrich_site_plan( true );
8250
- $this->_store_site();
8251
- } else {
8252
- /**
8253
- * Sync licenses. Pass the site's license ID so that the foreign licenses will be fetched if the license
8254
- * associated with that ID is not included in the user's licenses collection.
8255
- */
8256
- $this->_sync_licenses( $site->license_id );
8257
-
8258
- // Check if plan / license changed.
8259
- if ( ! FS_Entity::equals( $site->plan, $this->_site->plan ) ||
8260
- // Check if trial started.
8261
- $site->trial_plan_id != $this->_site->trial_plan_id ||
8262
- $site->trial_ends != $this->_site->trial_ends ||
8263
- // Check if license changed.
8264
- $site->license_id != $this->_site->license_id
8265
- ) {
8266
- if ( $site->is_trial() && ( ! $this->_site->is_trial() || $site->trial_ends != $this->_site->trial_ends ) ) {
8267
- // New trial started.
8268
- $this->_site = $site;
8269
- $plan_change = 'trial_started';
8270
-
8271
- // Store trial plan information.
8272
- $this->_enrich_site_trial_plan( true );
8273
-
8274
- // For trial with subscription use-case.
8275
- $new_license = is_null( $site->license_id ) ? null : $this->_get_license_by_id( $site->license_id );
8276
-
8277
- if ( is_object( $new_license ) && $new_license->is_valid() ) {
8278
- $this->_site = $site;
8279
- $this->_update_site_license( $new_license );
8280
- $this->_store_licenses();
8281
- $this->_enrich_site_plan( true );
8282
-
8283
- $this->_sync_site_subscription( $this->_license );
8284
- }
8285
- } else if ( $this->_site->is_trial() && ! $site->is_trial() && ! is_numeric( $site->license_id ) ) {
8286
- // Was in trial, but now trial expired and no license ID.
8287
- // New trial started.
8288
- $this->_site = $site;
8289
- $plan_change = 'trial_expired';
8290
-
8291
- // Clear trial plan information.
8292
- $this->_storage->trial_plan = null;
8293
-
8294
- } else {
8295
- $is_free = $this->is_free_plan();
8296
-
8297
- // Make sure license exist and not expired.
8298
- $new_license = is_null( $site->license_id ) ?
8299
- null :
8300
- $this->_get_license_by_id( $site->license_id );
8301
-
8302
- if ( $is_free && is_null( $new_license ) && $this->has_any_license() && $this->_license->is_cancelled ) {
8303
- // License cancelled.
8304
- $this->_site = $site;
8305
- $this->_update_site_license( $new_license );
8306
- $this->_store_licenses();
8307
- $this->_enrich_site_plan( true );
8308
-
8309
- $plan_change = 'cancelled';
8310
- } else if ( $is_free && ( ( ! is_object( $new_license ) || $new_license->is_expired() ) ) ) {
8311
- // The license is expired, so ignore upgrade method.
8312
- } else {
8313
- // License changed.
8314
- $this->_site = $site;
8315
- $this->_update_site_license( $new_license );
8316
- $this->_store_licenses();
8317
- $this->_enrich_site_plan( true );
8318
-
8319
- $plan_change = $is_free ?
8320
- 'upgraded' :
8321
- ( is_object( $new_license ) ?
8322
- 'changed' :
8323
- 'downgraded' );
8324
- }
8325
- }
8326
-
8327
- // Store updated site info.
8328
- $this->_store_site();
8329
- } else {
8330
- if ( is_object( $this->_license ) && $this->_license->is_expired() ) {
8331
- if ( ! $this->has_features_enabled_license() ) {
8332
- $this->_deactivate_license();
8333
- $plan_change = 'downgraded';
8334
- } else {
8335
- $plan_change = 'expired';
8336
- }
8337
- }
8338
-
8339
- if ( is_numeric( $site->license_id ) && is_object( $this->_license ) ) {
8340
- $this->_sync_site_subscription( $this->_license );
8341
- }
8342
- }
8343
- }
8344
-
8345
- if ( $this->has_paid_plan() ) {
8346
- switch ( $plan_change ) {
8347
- case 'none':
8348
- if ( ! $background && is_admin() ) {
8349
- $plan = $this->is_trial() ?
8350
- $this->_storage->trial_plan :
8351
- $this->_site->plan;
8352
-
8353
- $this->_admin_notices->add(
8354
- sprintf(
8355
- __fs( 'plan-did-not-change-message', $this->_slug ),
8356
- '<i><b>' . $plan->title . ( $this->is_trial() ? ' ' . __fs( 'trial', $this->_slug ) : '' ) . '</b></i>'
8357
- ) . ' ' . sprintf(
8358
- '<a href="%s">%s</a>',
8359
- $this->contact_url(
8360
- 'bug',
8361
- sprintf( __fs( 'plan-did-not-change-email-message', $this->_slug ),
8362
- strtoupper( $plan->name )
8363
- )
8364
- ),
8365
- __fs( 'contact-us-here', $this->_slug )
8366
- ),
8367
- __fs( 'hmm', $this->_slug ) . '...'
8368
- );
8369
- }
8370
- break;
8371
- case 'upgraded':
8372
- $this->_admin_notices->add_sticky(
8373
- sprintf(
8374
- __fs( 'plan-upgraded-message', $this->_slug ),
8375
- '<i>' . $this->get_plugin_name() . '</i>'
8376
- ) . $this->get_complete_upgrade_instructions(),
8377
- 'plan_upgraded',
8378
- __fs( 'yee-haw', $this->_slug ) . '!'
8379
- );
8380
-
8381
- $this->_admin_notices->remove_sticky( array(
8382
- 'trial_started',
8383
- 'trial_promotion',
8384
- 'trial_expired',
8385
- 'activation_complete',
8386
- ) );
8387
- break;
8388
- case 'changed':
8389
- $this->_admin_notices->add_sticky(
8390
- sprintf(
8391
- __fs( 'plan-changed-to-x-message', $this->_slug ),
8392
- $this->_site->plan->title
8393
- ),
8394
- 'plan_changed'
8395
- );
8396
-
8397
- $this->_admin_notices->remove_sticky( array(
8398
- 'trial_started',
8399
- 'trial_promotion',
8400
- 'trial_expired',
8401
- 'activation_complete',
8402
- ) );
8403
- break;
8404
- case 'downgraded':
8405
- $this->_admin_notices->add_sticky(
8406
- sprintf( __fs( 'license-expired-blocking-message', $this->_slug ) ),
8407
- 'license_expired',
8408
- __fs( 'hmm', $this->_slug ) . '...'
8409
- );
8410
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
8411
- break;
8412
- case 'cancelled':
8413
- $this->_admin_notices->add(
8414
- __fs( 'license-cancelled', $this->_slug ) . ' ' .
8415
- sprintf(
8416
- '<a href="%s">%s</a>',
8417
- $this->contact_url( 'bug' ),
8418
- __fs( 'contact-us-here', $this->_slug )
8419
- ),
8420
- __fs( 'hmm', $this->_slug ) . '...',
8421
- 'error'
8422
- );
8423
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
8424
- break;
8425
- case 'expired':
8426
- $this->_admin_notices->add_sticky(
8427
- sprintf( __fs( 'license-expired-non-blocking-message', $this->_slug ), $this->_site->plan->title ),
8428
- 'license_expired',
8429
- __fs( 'hmm', $this->_slug ) . '...'
8430
- );
8431
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
8432
- break;
8433
- case 'trial_started':
8434
- $this->_admin_notices->add_sticky(
8435
- sprintf(
8436
- __fs( 'trial-started-message', $this->_slug ),
8437
- '<i>' . $this->get_plugin_name() . '</i>'
8438
- ) . $this->get_complete_upgrade_instructions( $this->_storage->trial_plan->title ),
8439
- 'trial_started',
8440
- __fs( 'yee-haw', $this->_slug ) . '!'
8441
- );
8442
-
8443
- $this->_admin_notices->remove_sticky( array(
8444
- 'trial_promotion',
8445
- ) );
8446
- break;
8447
- case 'trial_expired':
8448
- $this->_admin_notices->add_sticky(
8449
- __fs( 'trial-expired-message', $this->_slug ),
8450
- 'trial_expired',
8451
- __fs( 'hmm', $this->_slug ) . '...'
8452
- );
8453
- $this->_admin_notices->remove_sticky( array(
8454
- 'trial_started',
8455
- 'trial_promotion',
8456
- 'plan_upgraded',
8457
- ) );
8458
- break;
8459
- }
8460
- }
8461
-
8462
- if ( 'none' !== $plan_change ) {
8463
- $this->do_action( 'after_license_change', $plan_change, $this->_site->plan );
8464
- }
8465
- }
8466
-
8467
- /**
8468
- * @author Vova Feldman (@svovaf)
8469
- * @since 1.0.5
8470
- *
8471
- * @param bool $background
8472
- */
8473
- protected function _activate_license( $background = false ) {
8474
- $this->_logger->entrance();
8475
-
8476
- $license_id = fs_request_get( 'license_id' );
8477
-
8478
- if ( FS_Plugin_License::is_valid_id( $license_id ) && $license_id == $this->_site->license_id ) {
8479
- // License is already activated.
8480
- return;
8481
- }
8482
-
8483
- $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
8484
- $this->_get_license_by_id( $license_id ) :
8485
- $this->_get_available_premium_license();
8486
-
8487
- if ( ! is_object( $premium_license ) ) {
8488
- return;
8489
- }
8490
-
8491
- /**
8492
- * If the premium license is already associated with the install, just
8493
- * update the license reference (activation is not required).
8494
- *
8495
- * @since 1.1.9
8496
- */
8497
- if ( $premium_license->id == $this->_site->license_id ) {
8498
- // License is already activated.
8499
- $this->_update_site_license( $premium_license );
8500
- $this->_enrich_site_plan( false );
8501
- $this->_store_account();
8502
-
8503
- return;
8504
- }
8505
-
8506
- if ( $this->_site->user_id != $premium_license->user_id ) {
8507
- $api_request_params = array( 'license_key' => $premium_license->secret_key );
8508
- } else {
8509
- $api_request_params = array();
8510
- }
8511
-
8512
- $api = $this->get_api_site_scope();
8513
- $license = $api->call( "/licenses/{$premium_license->id}.json", 'put', $api_request_params );
8514
-
8515
- if ( $this->is_api_error( $license ) ) {
8516
- if ( ! $background ) {
8517
- $this->_admin_notices->add( sprintf(
8518
- '%s %s',
8519
- __fs( 'license-activation-failed-message', $this->_slug ),
8520
- ( is_object( $license ) && isset( $license->error ) ?
8521
- $license->error->message :
8522
- sprintf( '%s<br><code>%s</code>',
8523
- __fs( 'server-error-message', $this->_slug ),
8524
- var_export( $license, true )
8525
- )
8526
- )
8527
- ),
8528
- __fs( 'hmm', $this->_slug ) . '...',
8529
- 'error'
8530
- );
8531
- }
8532
-
8533
- return;
8534
- }
8535
-
8536
- $premium_license = new FS_Plugin_License( $license );
8537
-
8538
- // Updated site plan.
8539
- $site = $this->get_api_site_scope()->get( '/', true );
8540
- if ( ! $this->is_api_error( $site ) ) {
8541
- $this->_site = new FS_Site( $site );
8542
- }
8543
- $this->_update_site_license( $premium_license );
8544
- $this->_enrich_site_plan( false );
8545
-
8546
- $this->_store_account();
8547
-
8548
- if ( ! $background ) {
8549
- $this->_admin_notices->add_sticky(
8550
- __fs( 'license-activated-message', $this->_slug ) .
8551
- $this->get_complete_upgrade_instructions(),
8552
- 'license_activated',
8553
- __fs( 'yee-haw', $this->_slug ) . '!'
8554
- );
8555
- }
8556
-
8557
- $this->_admin_notices->remove_sticky( array(
8558
- 'trial_promotion',
8559
- 'license_expired',
8560
- ) );
8561
- }
8562
-
8563
- /**
8564
- * @author Vova Feldman (@svovaf)
8565
- * @since 1.0.5
8566
- *
8567
- * @param bool $show_notice
8568
- */
8569
- protected function _deactivate_license( $show_notice = true ) {
8570
- $this->_logger->entrance();
8571
-
8572
- if ( ! is_object( $this->_license ) ) {
8573
- $this->_admin_notices->add(
8574
- sprintf( __fs( 'no-active-license-message', $this->_slug ), $this->_site->plan->title ),
8575
- __fs( 'hmm', $this->_slug ) . '...'
8576
- );
8577
-
8578
- return;
8579
- }
8580
-
8581
- $api = $this->get_api_site_scope();
8582
- $license = $api->call( "/licenses/{$this->_site->license_id}.json", 'delete' );
8583
-
8584
- if ( isset( $license->error ) ) {
8585
- $this->_admin_notices->add(
8586
- __fs( 'license-deactivation-failed-message', $this->_slug ) . '<br> ' .
8587
- __fs( 'server-error-message', $this->_slug ) . ' ' . var_export( $license->error, true ),
8588
- __fs( 'hmm', $this->_slug ) . '...',
8589
- 'error'
8590
- );
8591
-
8592
- return;
8593
- }
8594
-
8595
- // Update license cache.
8596
- for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
8597
- if ( $license->id == $this->_licenses[ $i ]->id ) {
8598
- $this->_licenses[ $i ] = new FS_Plugin_License( $license );
8599
- }
8600
- }
8601
-
8602
- // Updated site plan to default.
8603
- $this->_sync_plans();
8604
- $this->_site->plan->id = $this->_plans[0]->id;
8605
- // Unlink license from site.
8606
- $this->_update_site_license( null );
8607
- $this->_enrich_site_plan( false );
8608
-
8609
- $this->_store_account();
8610
-
8611
- if ( $show_notice ) {
8612
- $this->_admin_notices->add(
8613
- sprintf( __fs( 'license-deactivation-message', $this->_slug ), $this->_site->plan->title ),
8614
- __fs( 'ok', $this->_slug )
8615
- );
8616
- }
8617
-
8618
- $this->_admin_notices->remove_sticky( array(
8619
- 'plan_upgraded',
8620
- 'license_activated',
8621
- ) );
8622
- }
8623
-
8624
- /**
8625
- * Site plan downgrade.
8626
- *
8627
- * @author Vova Feldman (@svovaf)
8628
- * @since 1.0.4
8629
- *
8630
- * @uses FS_Api
8631
- */
8632
- private function _downgrade_site() {
8633
- $this->_logger->entrance();
8634
-
8635
- $api = $this->get_api_site_scope();
8636
- $site = $api->call( 'downgrade.json', 'put' );
8637
-
8638
- $plan_downgraded = false;
8639
- $plan = false;
8640
- if ( ! isset( $site->error ) ) {
8641
- $prev_plan_id = $this->_site->plan->id;
8642
-
8643
- // Update new site plan id.
8644
- $this->_site->plan->id = $site->plan_id;
8645
-
8646
- $plan = $this->_enrich_site_plan();
8647
- $subscription = $this->_sync_site_subscription( $this->_license );
8648
-
8649
- // Plan downgraded if plan was changed or subscription was cancelled.
8650
- $plan_downgraded = ( $plan instanceof FS_Plugin_Plan && $prev_plan_id != $plan->id ) ||
8651
- ( is_object( $subscription ) && ! isset( $subscription->error ) && ! $subscription->is_active() );
8652
- } else {
8653
- // handle different error cases.
8654
-
8655
- }
8656
-
8657
- if ( $plan_downgraded ) {
8658
- // Remove previous sticky message about upgrade (if exist).
8659
- $this->_admin_notices->remove_sticky( 'plan_upgraded' );
8660
-
8661
- $this->_admin_notices->add(
8662
- sprintf( __fs( 'plan-x-downgraded-message', $this->_slug ),
8663
- $plan->title,
8664
- human_time_diff( time(), strtotime( $this->_license->expiration ) )
8665
- )
8666
- );
8667
-
8668
- // Store site updates.
8669
- $this->_store_site();
8670
- } else {
8671
- $this->_admin_notices->add(
8672
- __fs( 'plan-downgraded-failure-message', $this->_slug ),
8673
- __fs( 'oops', $this->_slug ) . '...',
8674
- 'error'
8675
- );
8676
- }
8677
- }
8678
-
8679
- /**
8680
- * @author Vova Feldman (@svovaf)
8681
- * @since 1.1.8.1
8682
- *
8683
- * @param bool|string $plan_name
8684
- *
8685
- * @return bool If trial was successfully started.
8686
- */
8687
- function start_trial( $plan_name = false ) {
8688
- $this->_logger->entrance();
8689
-
8690
- if ( $this->is_trial() ) {
8691
- // Already in trial mode.
8692
- $this->_admin_notices->add(
8693
- __fs( 'in-trial-mode', $this->_slug ),
8694
- __fs( 'oops', $this->_slug ) . '...',
8695
- 'error'
8696
- );
8697
-
8698
- return false;
8699
- }
8700
-
8701
- if ( $this->_site->is_trial_utilized() ) {
8702
- // Trial was already utilized.
8703
- $this->_admin_notices->add(
8704
- __fs( 'trial-utilized', $this->_slug ),
8705
- __fs( 'oops', $this->_slug ) . '...',
8706
- 'error'
8707
- );
8708
-
8709
- return false;
8710
- }
8711
-
8712
- if ( false !== $plan_name ) {
8713
- $plan = $this->get_plan_by_name( $plan_name );
8714
-
8715
- if ( false === $plan ) {
8716
- // Plan doesn't exist.
8717
- $this->_admin_notices->add(
8718
- sprintf( __fs( 'trial-plan-x-not-exist', $this->_slug ), $plan_name ),
8719
- __fs( 'oops', $this->_slug ) . '...',
8720
- 'error'
8721
- );
8722
-
8723
- return false;
8724
- }
8725
-
8726
- if ( ! $plan->has_trial() ) {
8727
- // Plan doesn't exist.
8728
- $this->_admin_notices->add(
8729
- sprintf( __fs( 'plan-x-no-trial', $this->_slug ), $plan_name ),
8730
- __fs( 'oops', $this->_slug ) . '...',
8731
- 'error'
8732
- );
8733
-
8734
- return false;
8735
- }
8736
- } else {
8737
- if ( ! $this->has_trial_plan() ) {
8738
- // None of the plans have a trial.
8739
- $this->_admin_notices->add(
8740
- __fs( 'no-trials', $this->_slug ),
8741
- __fs( 'oops', $this->_slug ) . '...',
8742
- 'error'
8743
- );
8744
-
8745
- return false;
8746
- }
8747
-
8748
- $plans_with_trial = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
8749
-
8750
- $plan = $plans_with_trial[0];
8751
- }
8752
-
8753
- $api = $this->get_api_site_scope();
8754
- $plan = $api->call( "plans/{$plan->id}/trials.json", 'post' );
8755
-
8756
- if ( $this->is_api_error( $plan ) ) {
8757
- // Some API error while trying to start the trial.
8758
- $this->_admin_notices->add(
8759
- __fs( 'unexpected-api-error', $this->_slug ) . ' ' . var_export( $plan, true ),
8760
- __fs( 'oops', $this->_slug ) . '...',
8761
- 'error'
8762
- );
8763
-
8764
- return false;
8765
- }
8766
-
8767
- // Sync license.
8768
- $this->_sync_license();
8769
-
8770
- return $this->is_trial();
8771
- }
8772
-
8773
- /**
8774
- * Cancel site trial.
8775
- *
8776
- * @author Vova Feldman (@svovaf)
8777
- * @since 1.0.9
8778
- *
8779
- * @uses FS_Api
8780
- */
8781
- private function _cancel_trial() {
8782
- $this->_logger->entrance();
8783
-
8784
- if ( ! $this->is_trial() ) {
8785
- $this->_admin_notices->add(
8786
- __fs( 'trial-cancel-no-trial-message', $this->_slug ),
8787
- __fs( 'oops', $this->_slug ) . '...',
8788
- 'error'
8789
- );
8790
-
8791
- return;
8792
- }
8793
-
8794
- $api = $this->get_api_site_scope();
8795
- $site = $api->call( 'trials.json', 'delete' );
8796
-
8797
- $trial_cancelled = false;
8798
-
8799
- if ( ! $this->is_api_error( $site ) ) {
8800
- $prev_trial_ends = $this->_site->trial_ends;
8801
-
8802
- if ( $this->is_paid_trial() ) {
8803
- $this->_license->expiration = $site->trial_ends;
8804
- $this->_license->is_cancelled = true;
8805
- $this->_update_site_license( $this->_license );
8806
- $this->_store_licenses();
8807
-
8808
- // Clear subscription reference.
8809
- $this->_sync_site_subscription( null );
8810
- }
8811
-
8812
- // Update site info.
8813
- $this->_site = new FS_Site( $site );
8814
- $this->_enrich_site_plan();
8815
-
8816
- $trial_cancelled = ( $prev_trial_ends != $site->trial_ends );
8817
- } else {
8818
- // handle different error cases.
8819
-
8820
- }
8821
-
8822
- if ( $trial_cancelled ) {
8823
- // Remove previous sticky messages about upgrade or trial (if exist).
8824
- $this->_admin_notices->remove_sticky( array(
8825
- 'trial_started',
8826
- 'trial_promotion',
8827
- 'plan_upgraded',
8828
- ) );
8829
-
8830
- // Store site updates.
8831
- $this->_store_site();
8832
-
8833
- // Clear trial plan information.
8834
- unset( $this->_storage->trial_plan );
8835
-
8836
- if ( ! $this->is_addon() ||
8837
- ! $this->deactivate_premium_only_addon_without_license( true )
8838
- ) {
8839
- $this->_admin_notices->add(
8840
- sprintf( __fs( 'trial-cancel-message', $this->_slug ), $this->_storage->trial_plan->title )
8841
- );
8842
- }
8843
- } else {
8844
- $this->_admin_notices->add(
8845
- __fs( 'trial-cancel-failure-message', $this->_slug ),
8846
- __fs( 'oops', $this->_slug ) . '...',
8847
- 'error'
8848
- );
8849
- }
8850
- }
8851
-
8852
- /**
8853
- * @author Vova Feldman (@svovaf)
8854
- * @since 1.0.6
8855
- *
8856
- * @param bool|number $plugin_id
8857
- *
8858
- * @return bool
8859
- */
8860
- private function _is_addon_id( $plugin_id ) {
8861
- return is_numeric( $plugin_id ) && ( $this->get_id() != $plugin_id );
8862
- }
8863
-
8864
- /**
8865
- * Check if user eligible to download premium version updates.
8866
- *
8867
- * @author Vova Feldman (@svovaf)
8868
- * @since 1.0.6
8869
- *
8870
- * @return bool
8871
- */
8872
- private function _can_download_premium() {
8873
- return $this->has_active_valid_license() ||
8874
- ( $this->is_trial() && ! $this->get_trial_plan()->is_free() );
8875
- }
8876
-
8877
- /**
8878
- *
8879
- * @author Vova Feldman (@svovaf)
8880
- * @since 1.0.6
8881
- *
8882
- * @param bool|number $addon_id
8883
- * @param string $type "json" or "zip"
8884
- *
8885
- * @return string
8886
- */
8887
- private function _get_latest_version_endpoint( $addon_id = false, $type = 'json' ) {
8888
-
8889
- $is_addon = $this->_is_addon_id( $addon_id );
8890
-
8891
- $is_premium = null;
8892
- if ( ! $is_addon ) {
8893
- $is_premium = $this->_can_download_premium();
8894
- } else if ( $this->is_addon_activated( $addon_id ) ) {
8895
- $is_premium = self::get_instance_by_id( $addon_id )->_can_download_premium();
8896
- }
8897
-
8898
- return // If add-on, then append add-on ID.
8899
- ( $is_addon ? "/addons/$addon_id" : '' ) .
8900
- '/updates/latest.' . $type .
8901
- // If add-on and not yet activated, try to fetch based on server licensing.
8902
- ( is_bool( $is_premium ) ? '?is_premium=' . json_encode( $is_premium ) : '' );
8903
- }
8904
-
8905
- /**
8906
- * @author Vova Feldman (@svovaf)
8907
- * @since 1.0.4
8908
- *
8909
- * @param bool|number $addon_id
8910
- * @param bool $flush Since 1.1.7.3
8911
- *
8912
- * @return object|false Plugin latest tag info.
8913
- */
8914
- function _fetch_latest_version( $addon_id = false, $flush = true ) {
8915
- $this->_logger->entrance();
8916
-
8917
- /**
8918
- * @since 1.1.7.3 Check for plugin updates from Freemius only if opted-in.
8919
- * @since 1.1.7.4 Also check updates for add-ons.
8920
- */
8921
- if ( ! $this->is_registered() &&
8922
- ! $this->_is_addon_id( $addon_id )
8923
- ) {
8924
- return false;
8925
- }
8926
-
8927
- $tag = $this->get_api_site_or_plugin_scope()->get(
8928
- $this->_get_latest_version_endpoint( $addon_id, 'json' ),
8929
- $flush
8930
- );
8931
-
8932
- $latest_version = ( is_object( $tag ) && isset( $tag->version ) ) ? $tag->version : 'couldn\'t get';
8933
-
8934
- $this->_logger->departure( 'Latest version ' . $latest_version );
8935
-
8936
- return ( is_object( $tag ) && isset( $tag->version ) ) ? $tag : false;
8937
- }
8938
-
8939
- #region Download Plugin ------------------------------------------------------------------
8940
-
8941
- /**
8942
- * Download latest plugin version, based on plan.
8943
- *
8944
- * Not like _download_latest(), this will redirect the page
8945
- * to secure download url to prevent dual download (from FS to WP server,
8946
- * and then from WP server to the client / browser).
8947
- *
8948
- * @author Vova Feldman (@svovaf)
8949
- * @since 1.0.9
8950
- *
8951
- * @param bool|number $plugin_id
8952
- *
8953
- * @uses FS_Api
8954
- * @uses wp_redirect()
8955
- */
8956
- private function _download_latest_directly( $plugin_id = false ) {
8957
- $this->_logger->entrance();
8958
-
8959
- wp_redirect( $this->_get_latest_download_api_url( $plugin_id ) );
8960
- }
8961
-
8962
- /**
8963
- * Get latest plugin FS API download URL.
8964
- *
8965
- * @author Vova Feldman (@svovaf)
8966
- * @since 1.0.9
8967
- *
8968
- * @param bool|number $plugin_id
8969
- *
8970
- * @return string
8971
- */
8972
- private function _get_latest_download_api_url( $plugin_id = false ) {
8973
- $this->_logger->entrance();
8974
-
8975
- return $this->get_api_site_scope()->get_signed_url(
8976
- $this->_get_latest_version_endpoint( $plugin_id, 'zip' )
8977
- );
8978
- }
8979
-
8980
- /**
8981
- * Get payment invoice URL.
8982
- *
8983
- * @author Vova Feldman (@svovaf)
8984
- * @since 1.2.0
8985
- *
8986
- * @param bool|number $payment_id
8987
- *
8988
- * @return string
8989
- */
8990
- function _get_invoice_api_url( $payment_id = false ) {
8991
- $this->_logger->entrance();
8992
-
8993
- return $this->get_api_user_scope()->get_signed_url(
8994
- "/payments/{$payment_id}/invoice.pdf"
8995
- );
8996
- }
8997
-
8998
- /**
8999
- * Get latest plugin download link.
9000
- *
9001
- * @author Vova Feldman (@svovaf)
9002
- * @since 1.0.9
9003
- *
9004
- * @param string $label
9005
- * @param bool|number $plugin_id
9006
- *
9007
- * @return string
9008
- */
9009
- private function _get_latest_download_link( $label, $plugin_id = false ) {
9010
- return sprintf(
9011
- '<a target="_blank" href="%s">%s</a>',
9012
- $this->_get_latest_download_local_url( $plugin_id ),
9013
- $label
9014
- );
9015
- }
9016
-
9017
- /**
9018
- * Get latest plugin download local URL.
9019
- *
9020
- * @author Vova Feldman (@svovaf)
9021
- * @since 1.0.9
9022
- *
9023
- * @param bool|number $plugin_id
9024
- *
9025
- * @return string
9026
- */
9027
- function _get_latest_download_local_url( $plugin_id = false ) {
9028
- // Add timestamp to protect from caching.
9029
- $params = array( 'ts' => WP_FS__SCRIPT_START_TIME );
9030
-
9031
- if ( ! empty( $plugin_id ) ) {
9032
- $params['plugin_id'] = $plugin_id;
9033
- }
9034
-
9035
- return $this->get_account_url( 'download_latest', $params );
9036
- }
9037
-
9038
- #endregion Download Plugin ------------------------------------------------------------------
9039
-
9040
- /**
9041
- * @author Vova Feldman (@svovaf)
9042
- * @since 1.0.4
9043
- *
9044
- * @uses FS_Api
9045
- *
9046
- * @param bool $background Hints the method if it's a background updates check. If false, it means that
9047
- * was initiated by the admin.
9048
- * @param bool|number $plugin_id
9049
- * @param bool $flush Since 1.1.7.3
9050
- */
9051
- private function _check_updates( $background = false, $plugin_id = false, $flush = true ) {
9052
- $this->_logger->entrance();
9053
-
9054
- // Check if there's a newer version for download.
9055
- $new_version = $this->_fetch_newer_version( $plugin_id, $flush );
9056
-
9057
- $update = null;
9058
- if ( is_object( $new_version ) ) {
9059
- $update = new FS_Plugin_Tag( $new_version );
9060
-
9061
- if ( ! $background ) {
9062
- $this->_admin_notices->add(
9063
- sprintf(
9064
- __fs( 'version-x-released', $this->_slug ) . ' ' . __fs( 'please-download-x', $this->_slug ),
9065
- $update->version,
9066
- sprintf(
9067
- '<a href="%s" target="_blank">%s</a>',
9068
- $this->get_account_url( 'download_latest' ),
9069
- sprintf( __fs( 'latest-x-version', $this->_slug ), $this->_site->plan->title )
9070
- )
9071
- ),
9072
- __fs( 'new', $this->_slug ) . '!'
9073
- );
9074
- }
9075
- } else if ( false === $new_version && ! $background ) {
9076
- $this->_admin_notices->add(
9077
- __fs( 'you-have-latest', $this->_slug ),
9078
- __fs( 'you-are-good', $this->_slug )
9079
- );
9080
- }
9081
-
9082
- $this->_store_update( $update, true, $plugin_id );
9083
- }
9084
-
9085
- /**
9086
- * @author Vova Feldman (@svovaf)
9087
- * @since 1.0.4
9088
- *
9089
- * @param bool $flush Since 1.1.7.3 add 24 hour cache by default.
9090
- *
9091
- * @return FS_Plugin[]
9092
- *
9093
- * @uses FS_Api
9094
- */
9095
- private function _sync_addons( $flush = false ) {
9096
- $this->_logger->entrance();
9097
-
9098
- $api = $this->get_api_site_or_plugin_scope();
9099
-
9100
- /**
9101
- * @since 1.2.1
9102
- *
9103
- * If there's a cached version of the add-ons and not asking
9104
- * for a flush, just use the currently stored add-ons.
9105
- */
9106
- if ( ! $flush && $api->is_cached( '/addons.json?enriched=true' ) ) {
9107
- $addons = self::get_all_addons();
9108
-
9109
- return $addons[ $this->_plugin->id ];
9110
- }
9111
-
9112
- $result = $api->get( '/addons.json?enriched=true', $flush );
9113
-
9114
- $addons = array();
9115
- if ( ! $this->is_api_error( $result ) ) {
9116
- for ( $i = 0, $len = count( $result->plugins ); $i < $len; $i ++ ) {
9117
- $addons[ $i ] = new FS_Plugin( $result->plugins[ $i ] );
9118
- }
9119
-
9120
- $this->_store_addons( $addons, true );
9121
- }
9122
-
9123
- return $addons;
9124
- }
9125
-
9126
- /**
9127
- * Handle user email update.
9128
- *
9129
- * @author Vova Feldman (@svovaf)
9130
- * @since 1.0.3
9131
- * @uses FS_Api
9132
- *
9133
- * @param string $new_email
9134
- *
9135
- * @return object
9136
- */
9137
- private function _update_email( $new_email ) {
9138
- $this->_logger->entrance();
9139
-
9140
-
9141
- $api = $this->get_api_user_scope();
9142
- $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,email,is_verified", 'put', array(
9143
- 'email' => $new_email,
9144
- 'after_email_confirm_url' => $this->_get_admin_page_url(
9145
- 'account',
9146
- array( 'fs_action' => 'sync_user' )
9147
- ),
9148
- ) );
9149
-
9150
- if ( ! isset( $user->error ) ) {
9151
- $this->_user->email = $user->email;
9152
- $this->_user->is_verified = $user->is_verified;
9153
- $this->_store_user();
9154
- } else {
9155
- // handle different error cases.
9156
-
9157
- }
9158
-
9159
- return $user;
9160
- }
9161
-
9162
- /**
9163
- * @author Vova Feldman (@svovaf)
9164
- * @since 1.1.1
9165
- *
9166
- * @param mixed $result
9167
- *
9168
- * @return bool Is API result contains an error.
9169
- */
9170
- private function is_api_error( $result ) {
9171
- return ( is_object( $result ) && isset( $result->error ) ) ||
9172
- is_string( $result );
9173
- }
9174
-
9175
- /**
9176
- * Start install ownership change.
9177
- *
9178
- * @author Vova Feldman (@svovaf)
9179
- * @since 1.1.1
9180
- * @uses FS_Api
9181
- *
9182
- * @param string $candidate_email
9183
- *
9184
- * @return bool Is ownership change successfully initiated.
9185
- */
9186
- private function init_change_owner( $candidate_email ) {
9187
- $this->_logger->entrance();
9188
-
9189
- $api = $this->get_api_site_scope();
9190
- $result = $api->call( "/users/{$this->_user->id}.json", 'put', array(
9191
- 'email' => $candidate_email,
9192
- 'after_confirm_url' => $this->_get_admin_page_url(
9193
- 'account',
9194
- array( 'fs_action' => 'change_owner' )
9195
- ),
9196
- ) );
9197
-
9198
- return ! $this->is_api_error( $result );
9199
- }
9200
-
9201
- /**
9202
- * Handle install ownership change.
9203
- *
9204
- * @author Vova Feldman (@svovaf)
9205
- * @since 1.1.1
9206
- * @uses FS_Api
9207
- *
9208
- * @return bool Was ownership change successfully complete.
9209
- */
9210
- private function complete_change_owner() {
9211
- $this->_logger->entrance();
9212
-
9213
- $site_result = $this->get_api_site_scope( true )->get();
9214
- $site = new FS_Site( $site_result );
9215
- $this->_site = $site;
9216
-
9217
- $user = new FS_User();
9218
- $user->id = fs_request_get( 'user_id' );
9219
-
9220
- // Validate install's user and given user.
9221
- if ( $user->id != $this->_site->user_id ) {
9222
- return false;
9223
- }
9224
-
9225
- $user->public_key = fs_request_get( 'user_public_key' );
9226
- $user->secret_key = fs_request_get( 'user_secret_key' );
9227
-
9228
- // Fetch new user information.
9229
- $this->_user = $user;
9230
- $user_result = $this->get_api_user_scope( true )->get();
9231
- $user = new FS_User( $user_result );
9232
- $this->_user = $user;
9233
-
9234
- $this->_set_account( $user, $site );
9235
-
9236
- return true;
9237
- }
9238
-
9239
- /**
9240
- * Handle user name update.
9241
- *
9242
- * @author Vova Feldman (@svovaf)
9243
- * @since 1.0.9
9244
- * @uses FS_Api
9245
- *
9246
- * @return object
9247
- */
9248
- private function update_user_name() {
9249
- $this->_logger->entrance();
9250
- $name = fs_request_get( 'fs_user_name_' . $this->_slug, '' );
9251
-
9252
- $api = $this->get_api_user_scope();
9253
- $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,first,last", 'put', array(
9254
- 'name' => $name,
9255
- ) );
9256
-
9257
- if ( ! isset( $user->error ) ) {
9258
- $this->_user->first = $user->first;
9259
- $this->_user->last = $user->last;
9260
- $this->_store_user();
9261
- } else {
9262
- // handle different error cases.
9263
-
9264
- }
9265
-
9266
- return $user;
9267
- }
9268
-
9269
- /**
9270
- * Verify user email.
9271
- *
9272
- * @author Vova Feldman (@svovaf)
9273
- * @since 1.0.3
9274
- * @uses FS_Api
9275
- */
9276
- private function verify_email() {
9277
- $this->_handle_account_user_sync();
9278
-
9279
- if ( $this->_user->is_verified() ) {
9280
- return;
9281
- }
9282
-
9283
- $api = $this->get_api_site_scope();
9284
- $result = $api->call( "/users/{$this->_user->id}/verify.json", 'put', array(
9285
- 'after_email_confirm_url' => $this->_get_admin_page_url(
9286
- 'account',
9287
- array( 'fs_action' => 'sync_user' )
9288
- )
9289
- ) );
9290
-
9291
- if ( ! isset( $result->error ) ) {
9292
- $this->_admin_notices->add( sprintf(
9293
- __fs( 'verification-email-sent-message', $this->_slug ),
9294
- sprintf( '<a href="mailto:%1s">%2s</a>', esc_url( $this->_user->email ), $this->_user->email )
9295
- ) );
9296
- } else {
9297
- // handle different error cases.
9298
-
9299
- }
9300
- }
9301
-
9302
- /**
9303
- * @author Vova Feldman (@svovaf)
9304
- * @since 1.1.2
9305
- *
9306
- * @param array $params
9307
- *
9308
- * @return string
9309
- */
9310
- private function get_activation_url( $params = array() ) {
9311
- return $this->apply_filters( 'connect_url', $this->_get_admin_page_url( '', $params ) );
9312
- }
9313
-
9314
- /**
9315
- * Get the URL of the page that should be loaded after the user connect or skip in the opt-in screen.
9316
- *
9317
- * @author Vova Feldman (@svovaf)
9318
- * @since 1.1.3
9319
- *
9320
- * @param string $filter Filter name.
9321
- *
9322
- * @return string
9323
- */
9324
- private function get_after_activation_url( $filter ) {
9325
- $first_time_path = $this->_menu->get_first_time_path();
9326
-
9327
- return $this->apply_filters(
9328
- $filter,
9329
- empty( $first_time_path ) ?
9330
- $this->_get_admin_page_url() :
9331
- $first_time_path
9332
- );
9333
- }
9334
-
9335
- /**
9336
- * Handle account page updates / edits / actions.
9337
- *
9338
- * @author Vova Feldman (@svovaf)
9339
- * @since 1.0.2
9340
- *
9341
- */
9342
- private function _handle_account_edits() {
9343
- if ( ! current_user_can( 'activate_plugins' ) ) {
9344
- return;
9345
- }
9346
-
9347
- $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );
9348
- $action = fs_get_action();
9349
-
9350
- switch ( $action ) {
9351
- case 'delete_account':
9352
- check_admin_referer( $action );
9353
-
9354
- if ( $plugin_id == $this->get_id() ) {
9355
- $this->delete_account_event();
9356
-
9357
- // Clear user and site.
9358
- $this->_site = null;
9359
- $this->_user = null;
9360
-
9361
- if ( fs_redirect( $this->get_activation_url() ) ) {
9362
- exit();
9363
- }
9364
- } else {
9365
- if ( $this->is_addon_activated( $plugin_id ) ) {
9366
- $fs_addon = self::get_instance_by_id( $plugin_id );
9367
- $fs_addon->delete_account_event();
9368
-
9369
- if ( fs_redirect( $this->_get_admin_page_url( 'account' ) ) ) {
9370
- exit();
9371
- }
9372
- }
9373
- }
9374
-
9375
- return;
9376
-
9377
- case 'downgrade_account':
9378
- check_admin_referer( $action );
9379
- $this->_downgrade_site();
9380
-
9381
- return;
9382
-
9383
- case 'activate_license':
9384
- check_admin_referer( $action );
9385
-
9386
- if ( $plugin_id == $this->get_id() ) {
9387
- $this->_activate_license();
9388
- } else {
9389
- if ( $this->is_addon_activated( $plugin_id ) ) {
9390
- $fs_addon = self::get_instance_by_id( $plugin_id );
9391
- $fs_addon->_activate_license();
9392
- }
9393
- }
9394
-
9395
- return;
9396
-
9397
- case 'deactivate_license':
9398
- check_admin_referer( $action );
9399
-
9400
- if ( $plugin_id == $this->get_id() ) {
9401
- $this->_deactivate_license();
9402
- } else {
9403
- if ( $this->is_addon_activated( $plugin_id ) ) {
9404
- $fs_addon = self::get_instance_by_id( $plugin_id );
9405
- $fs_addon->_deactivate_license();
9406
- }
9407
- }
9408
-
9409
- return;
9410
-
9411
- case 'check_updates':
9412
- check_admin_referer( $action );
9413
- $this->_check_updates();
9414
-
9415
- return;
9416
-
9417
- case 'change_owner':
9418
- $state = fs_request_get( 'state', 'init' );
9419
- switch ( $state ) {
9420
- case 'init':
9421
- $candidate_email = fs_request_get( 'candidate_email', '' );
9422
-
9423
- if ( $this->init_change_owner( $candidate_email ) ) {
9424
- $this->_admin_notices->add( sprintf( __fs( 'change-owner-request-sent-x', $this->_slug ), '<b>' . $this->_user->email . '</b>' ) );
9425
- }
9426
- break;
9427
- case 'owner_confirmed':
9428
- $candidate_email = fs_request_get( 'candidate_email', '' );
9429
-
9430
- $this->_admin_notices->add( sprintf( __fs( 'change-owner-request_owner-confirmed', $this->_slug ), '<b>' . $candidate_email . '</b>' ) );
9431
- break;
9432
- case 'candidate_confirmed':
9433
- if ( $this->complete_change_owner() ) {
9434
- $this->_admin_notices->add_sticky(
9435
- sprintf( __fs( 'change-owner-request_candidate-confirmed', $this->_slug ), '<b>' . $this->_user->email . '</b>' ),
9436
- 'ownership_changed',
9437
- __fs( 'congrats', $this->_slug ) . '!'
9438
- );
9439
- } else {
9440
- // @todo Handle failed ownership change message.
9441
- }
9442
- break;
9443
- }
9444
-
9445
- return;
9446
-
9447
- case 'update_email':
9448
- check_admin_referer( 'update_email' );
9449
-
9450
- $new_email = fs_request_get( 'fs_email_' . $this->_slug, '' );
9451
- $result = $this->_update_email( $new_email );
9452
-
9453
- if ( isset( $result->error ) ) {
9454
- switch ( $result->error->code ) {
9455
- case 'user_exist':
9456
- $this->_admin_notices->add(
9457
- __fs( 'user-exist-message', $this->_slug ) . ' ' .
9458
- sprintf( __fs( 'user-exist-message_ownership', $this->_slug ), '<b>' . $new_email . '</b>' ) .
9459
- sprintf(
9460
- '<a style="margin-left: 10px;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
9461
- $this->get_account_url( 'change_owner', array(
9462
- 'state' => 'init',
9463
- 'candidate_email' => $new_email
9464
- ) ),
9465
- __fs( 'change-ownership', $this->_slug )
9466
- ),
9467
- __fs( 'oops', $this->_slug ) . '...',
9468
- 'error'
9469
- );
9470
- break;
9471
- }
9472
- } else {
9473
- $this->_admin_notices->add( __fs( 'email-updated-message', $this->_slug ) );
9474
- }
9475
-
9476
- return;
9477
-
9478
- case 'update_user_name':
9479
- check_admin_referer( 'update_user_name' );
9480
-
9481
- $result = $this->update_user_name();
9482
-
9483
- if ( isset( $result->error ) ) {
9484
- $this->_admin_notices->add(
9485
- __fs( 'name-update-failed-message', $this->_slug ),
9486
- __fs( 'oops', $this->_slug ) . '...',
9487
- 'error'
9488
- );
9489
- } else {
9490
- $this->_admin_notices->add( __fs( 'name-updated-message', $this->_slug ) );
9491
- }
9492
-
9493
- return;
9494
-
9495
- #region Actions that might be called from external links (e.g. email)
9496
-
9497
- case 'cancel_trial':
9498
- if ( $plugin_id == $this->get_id() ) {
9499
- $this->_cancel_trial();
9500
- } else {
9501
- if ( $this->is_addon_activated( $plugin_id ) ) {
9502
- $fs_addon = self::get_instance_by_id( $plugin_id );
9503
- $fs_addon->_cancel_trial();
9504
- }
9505
- }
9506
-
9507
- return;
9508
-
9509
- case 'verify_email':
9510
- $this->verify_email();
9511
-
9512
- return;
9513
-
9514
- case 'sync_user':
9515
- $this->_handle_account_user_sync();
9516
-
9517
- return;
9518
-
9519
- case $this->_slug . '_sync_license':
9520
- $this->_sync_license();
9521
-
9522
- return;
9523
-
9524
- case 'download_latest':
9525
- $this->_download_latest_directly( $plugin_id );
9526
-
9527
- return;
9528
-
9529
- #endregion
9530
- }
9531
-
9532
- if ( WP_FS__IS_POST_REQUEST ) {
9533
- $properties = array( 'site_secret_key', 'site_id', 'site_public_key' );
9534
- foreach ( $properties as $p ) {
9535
- if ( 'update_' . $p === $action ) {
9536
- check_admin_referer( $action );
9537
-
9538
- $this->_logger->log( $action );
9539
-
9540
- $site_property = substr( $p, strlen( 'site_' ) );
9541
- $site_property_value = fs_request_get( 'fs_' . $p . '_' . $this->_slug, '' );
9542
- $this->get_site()->{$site_property} = $site_property_value;
9543
-
9544
- // Store account after modification.
9545
- $this->_store_site();
9546
-
9547
- $this->do_action( 'account_property_edit', 'site', $site_property, $site_property_value );
9548
-
9549
- $this->_admin_notices->add( sprintf(
9550
- __fs( 'x-updated', $this->_slug ),
9551
- '<b>' . str_replace( '_', ' ', $p ) . '</b>' ) );
9552
-
9553
- return;
9554
- }
9555
- }
9556
- }
9557
- }
9558
-
9559
- /**
9560
- * Account page resources load.
9561
- *
9562
- * @author Vova Feldman (@svovaf)
9563
- * @since 1.0.6
9564
- */
9565
- function _account_page_load() {
9566
- $this->_logger->entrance();
9567
-
9568
- $this->_logger->info( var_export( $_REQUEST, true ) );
9569
-
9570
- fs_enqueue_local_style( 'fs_account', '/admin/account.css' );
9571
-
9572
- if ( $this->has_addons() ) {
9573
- wp_enqueue_script( 'plugin-install' );
9574
- add_thickbox();
9575
-
9576
- function fs_addons_body_class( $classes ) {
9577
- $classes .= ' plugins-php';
9578
-
9579
- return $classes;
9580
- }
9581
-
9582
- add_filter( 'admin_body_class', 'fs_addons_body_class' );
9583
- }
9584
-
9585
- if ( $this->has_paid_plan() &&
9586
- ! $this->has_any_license() &&
9587
- ! $this->is_sync_executed()
9588
- ) {
9589
- /**
9590
- * If no licenses found and no sync job was executed during the last 24 hours,
9591
- * just execute the sync job right away (blocking execution).
9592
- *
9593
- * @since 1.1.7.3
9594
- */
9595
- $this->run_manual_sync();
9596
- }
9597
-
9598
- $this->_handle_account_edits();
9599
-
9600
- $this->do_action( 'account_page_load_before_departure' );
9601
- }
9602
-
9603
- /**
9604
- * Render account page.
9605
- *
9606
- * @author Vova Feldman (@svovaf)
9607
- * @since 1.0.0
9608
- */
9609
- function _account_page_render() {
9610
- $this->_logger->entrance();
9611
-
9612
- $vars = array( 'slug' => $this->_slug );
9613
- if ( 'billing' === fs_request_get( 'tab' ) ) {
9614
- fs_require_once_template( 'billing.php', $vars );
9615
- } else {
9616
- fs_require_once_template( 'account.php', $vars );
9617
- }
9618
- }
9619
-
9620
- /**
9621
- * Render account connect page.
9622
- *
9623
- * @author Vova Feldman (@svovaf)
9624
- * @since 1.0.7
9625
- */
9626
- function _connect_page_render() {
9627
- $this->_logger->entrance();
9628
-
9629
- $vars = array( 'slug' => $this->_slug );
9630
- fs_require_once_template( 'connect.php', $vars );
9631
- }
9632
-
9633
- /**
9634
- * Load required resources before add-ons page render.
9635
- *
9636
- * @author Vova Feldman (@svovaf)
9637
- * @since 1.0.6
9638
- */
9639
- function _addons_page_load() {
9640
- $this->_logger->entrance();
9641
-
9642
- fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );
9643
-
9644
- wp_enqueue_script( 'plugin-install' );
9645
- add_thickbox();
9646
-
9647
- function fs_addons_body_class( $classes ) {
9648
- $classes .= ' plugins-php';
9649
-
9650
- return $classes;
9651
- }
9652
-
9653
- add_filter( 'admin_body_class', 'fs_addons_body_class' );
9654
-
9655
- if ( ! $this->is_registered() && $this->is_org_repo_compliant() ) {
9656
- $this->_admin_notices->add(
9657
- sprintf( __fs( 'addons-info-external-message', $this->_slug ), '<b>' . $this->get_plugin_name() . '</b>' ),
9658
- __fs( 'heads-up', $this->_slug ),
9659
- 'update-nag'
9660
- );
9661
- }
9662
- }
9663
-
9664
- /**
9665
- * Render add-ons page.
9666
- *
9667
- * @author Vova Feldman (@svovaf)
9668
- * @since 1.0.6
9669
- */
9670
- function _addons_page_render() {
9671
- $this->_logger->entrance();
9672
-
9673
- $vars = array( 'slug' => $this->_slug );
9674
- fs_require_once_template( 'add-ons.php', $vars );
9675
- }
9676
-
9677
- /* Pricing & Upgrade
9678
- ------------------------------------------------------------------------------------------------------------------*/
9679
- /**
9680
- * Render pricing page.
9681
- *
9682
- * @author Vova Feldman (@svovaf)
9683
- * @since 1.0.0
9684
- */
9685
- function _pricing_page_render() {
9686
- $this->_logger->entrance();
9687
-
9688
- $vars = array( 'slug' => $this->_slug );
9689
-
9690
- if ( 'true' === fs_request_get( 'checkout', false ) ) {
9691
- fs_require_once_template( 'checkout.php', $vars );
9692
- } else {
9693
- fs_require_once_template( 'pricing.php', $vars );
9694
- }
9695
- }
9696
-
9697
- #region Contact Us ------------------------------------------------------------------
9698
-
9699
- /**
9700
- * Render contact-us page.
9701
- *
9702
- * @author Vova Feldman (@svovaf)
9703
- * @since 1.0.3
9704
- */
9705
- function _contact_page_render() {
9706
- $this->_logger->entrance();
9707
-
9708
- $vars = array( 'slug' => $this->_slug );
9709
- fs_require_once_template( 'contact.php', $vars );
9710
- }
9711
-
9712
- #endregion ------------------------------------------------------------------
9713
-
9714
- /**
9715
- * Hide all admin notices to prevent distractions.
9716
- *
9717
- * @author Vova Feldman (@svovaf)
9718
- * @since 1.0.3
9719
- *
9720
- * @uses remove_all_actions()
9721
- */
9722
- private static function _hide_admin_notices() {
9723
- remove_all_actions( 'admin_notices' );
9724
- remove_all_actions( 'network_admin_notices' );
9725
- remove_all_actions( 'all_admin_notices' );
9726
- remove_all_actions( 'user_admin_notices' );
9727
- }
9728
-
9729
- static function _clean_admin_content_section_hook() {
9730
- self::_hide_admin_notices();
9731
-
9732
- // Hide footer.
9733
- echo '<style>#wpfooter { display: none !important; }</style>';
9734
- }
9735
-
9736
- /**
9737
- * Attach to admin_head hook to hide all admin notices.
9738
- *
9739
- * @author Vova Feldman (@svovaf)
9740
- * @since 1.0.3
9741
- */
9742
- static function _clean_admin_content_section() {
9743
- add_action( 'admin_head', 'Freemius::_clean_admin_content_section_hook' );
9744
- }
9745
-
9746
- /* CSS & JavaScript
9747
- ------------------------------------------------------------------------------------------------------------------*/
9748
- /* function _enqueue_script($handle, $src) {
9749
- $url = plugins_url( substr( WP_FS__DIR_JS, strlen( $this->_plugin_dir_path ) ) . '/assets/js/' . $src );
9750
-
9751
- $this->_logger->entrance( 'script = ' . $url );
9752
-
9753
- wp_enqueue_script( $handle, $url );
9754
- }*/
9755
-
9756
- /* SDK
9757
- ------------------------------------------------------------------------------------------------------------------*/
9758
- private $_user_api;
9759
-
9760
- /**
9761
- *
9762
- * @author Vova Feldman (@svovaf)
9763
- * @since 1.0.2
9764
- *
9765
- * @param bool $flush
9766
- *
9767
- * @return FS_Api
9768
- */
9769
- function get_api_user_scope( $flush = false ) {
9770
- if ( ! isset( $this->_user_api ) || $flush ) {
9771
- $this->_user_api = FS_Api::instance(
9772
- $this->_slug,
9773
- 'user',
9774
- $this->_user->id,
9775
- $this->_user->public_key,
9776
- ! $this->is_live(),
9777
- $this->_user->secret_key
9778
- );
9779
- }
9780
-
9781
- return $this->_user_api;
9782
- }
9783
-
9784
- private $_site_api;
9785
-
9786
- /**
9787
- *
9788
- * @author Vova Feldman (@svovaf)
9789
- * @since 1.0.2
9790
- *
9791
- * @param bool $flush
9792
- *
9793
- * @return FS_Api
9794
- */
9795
- function get_api_site_scope( $flush = false ) {
9796
- if ( ! isset( $this->_site_api ) || $flush ) {
9797
- $this->_site_api = FS_Api::instance(
9798
- $this->_slug,
9799
- 'install',
9800
- $this->_site->id,
9801
- $this->_site->public_key,
9802
- ! $this->is_live(),
9803
- $this->_site->secret_key
9804
- );
9805
- }
9806
-
9807
- return $this->_site_api;
9808
- }
9809
-
9810
- private $_plugin_api;
9811
-
9812
- /**
9813
- * Get plugin public API scope.
9814
- *
9815
- * @author Vova Feldman (@svovaf)
9816
- * @since 1.0.7
9817
- *
9818
- * @return FS_Api
9819
- */
9820
- function get_api_plugin_scope() {
9821
- if ( ! isset( $this->_plugin_api ) ) {
9822
- $this->_plugin_api = FS_Api::instance(
9823
- $this->_slug,
9824
- 'plugin',
9825
- $this->_plugin->id,
9826
- $this->_plugin->public_key,
9827
- ! $this->is_live()
9828
- );
9829
- }
9830
-
9831
- return $this->_plugin_api;
9832
- }
9833
-
9834
- /**
9835
- * Get site API scope object (fallback to public plugin scope when not registered).
9836
- *
9837
- * @author Vova Feldman (@svovaf)
9838
- * @since 1.0.7
9839
- *
9840
- * @return FS_Api
9841
- */
9842
- function get_api_site_or_plugin_scope() {
9843
- return $this->is_registered() ?
9844
- $this->get_api_site_scope() :
9845
- $this->get_api_plugin_scope();
9846
- }
9847
-
9848
- /**
9849
- * Show trial promotional notice (if any trial exist).
9850
- *
9851
- * @author Vova Feldman (@svovaf)
9852
- * @since 1.0.9
9853
- *
9854
- * @param $plans
9855
- */
9856
- function _check_for_trial_plans( $plans ) {
9857
- $this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
9858
- }
9859
-
9860
- /**
9861
- * Show trial promotional notice (if any trial exist).
9862
- *
9863
- * @author Vova Feldman (@svovaf)
9864
- * @since 1.0.9
9865
- */
9866
- function _add_trial_notice() {
9867
- // Check if trial already utilized.
9868
- if ( $this->_site->is_trial_utilized() ) {
9869
- return;
9870
- }
9871
-
9872
- // Check if already paying.
9873
- if ( $this->is_paying() ) {
9874
- return;
9875
- }
9876
-
9877
- // Check if trial message is already shown.
9878
- if ( $this->_admin_notices->has_sticky( 'trial_promotion' ) ) {
9879
- return;
9880
- }
9881
-
9882
- $trial_plans = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );
9883
- $trial_plans_count = count( $trial_plans );
9884
-
9885
- // Check if any of the plans contains trial.
9886
- if ( 0 === $trial_plans_count ) {
9887
- return;
9888
- }
9889
-
9890
- /**
9891
- * @var FS_Plugin_Plan $paid_plan
9892
- */
9893
- $paid_plan = $trial_plans[0];
9894
- $require_subscription = $paid_plan->is_require_subscription;
9895
- $upgrade_url = $this->get_trial_url();
9896
- $cc_string = $require_subscription ?
9897
- sprintf( __fs( 'no-commitment-for-x-days', $this->_slug ), $paid_plan->trial_period ) :
9898
- __fs( 'no-cc-required', $this->_slug ) . '!';
9899
-
9900
-
9901
- $total_paid_plans = count( $this->_plans ) - ( FS_Plan_Manager::instance()->has_free_plan( $this->_plans ) ? 1 : 0 );
9902
-
9903
- if ( $total_paid_plans === $trial_plans_count ) {
9904
- // All paid plans have trials.
9905
- $message = sprintf(
9906
- __fs( 'hey', $this->_slug ) . '! ' . __fs( 'trial-x-promotion-message', $this->_slug ),
9907
- sprintf( '<b>%s</b>', $this->get_plugin_name() ),
9908
- strtolower( __fs( 'awesome', $this->_slug ) ),
9909
- $paid_plan->trial_period
9910
- );
9911
- } else {
9912
- $plans_string = '';
9913
- for ( $i = 0; $i < $trial_plans_count; $i ++ ) {
9914
- $plans_string .= sprintf( '<a href="%s">%s</a>', $upgrade_url, $trial_plans[ $i ]->title );
9915
-
9916
- if ( $i < $trial_plans_count - 2 ) {
9917
- $plans_string .= ', ';
9918
- } else if ( $i == $trial_plans_count - 2 ) {
9919
- $plans_string .= ' and ';
9920
- }
9921
- }
9922
-
9923
- // Not all paid plans have trials.
9924
- $message = sprintf(
9925
- __fs( 'hey', $this->_slug ) . '! ' . __fs( 'trial-x-promotion-message', $this->_slug ),
9926
- sprintf( '<b>%s</b>', $this->get_plugin_name() ),
9927
- $plans_string,
9928
- $paid_plan->trial_period
9929
- );
9930
- }
9931
-
9932
- $message .= ' ' . $cc_string;
9933
-
9934
- // Add start trial button.
9935
- $message .= ' ' . sprintf(
9936
- '<a style="margin-left: 10px; vertical-align: super;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
9937
- $upgrade_url,
9938
- __fs( 'start-free-trial', $this->_slug )
9939
- );
9940
-
9941
- $this->_admin_notices->add_sticky(
9942
- $this->apply_filters( 'trial_promotion_message', $message ),
9943
- 'trial_promotion',
9944
- '',
9945
- 'promotion'
9946
- );
9947
-
9948
- $this->_storage->trial_promotion_shown = WP_FS__SCRIPT_START_TIME;
9949
- }
9950
-
9951
- /* Action Links
9952
- ------------------------------------------------------------------------------------------------------------------*/
9953
- private $_action_links_hooked = false;
9954
- private $_action_links = array();
9955
-
9956
- /**
9957
- * Hook to plugin action links filter.
9958
- *
9959
- * @author Vova Feldman (@svovaf)
9960
- * @since 1.0.0
9961
- */
9962
- private function hook_plugin_action_links() {
9963
- $this->_logger->entrance();
9964
-
9965
- $this->_action_links_hooked = true;
9966
-
9967
- $this->_logger->log( 'Adding action links hooks.' );
9968
-
9969
- // Add action link to settings page.
9970
- add_filter( 'plugin_action_links_' . $this->_plugin_basename, array(
9971
- &$this,
9972
- '_modify_plugin_action_links_hook'
9973
- ), WP_FS__DEFAULT_PRIORITY, 2 );
9974
- add_filter( 'network_admin_plugin_action_links_' . $this->_plugin_basename, array(
9975
- &$this,
9976
- '_modify_plugin_action_links_hook'
9977
- ), WP_FS__DEFAULT_PRIORITY, 2 );
9978
- }
9979
-
9980
- /**
9981
- * Add plugin action link.
9982
- *
9983
- * @author Vova Feldman (@svovaf)
9984
- * @since 1.0.0
9985
- *
9986
- * @param $label
9987
- * @param $url
9988
- * @param bool $external
9989
- * @param int $priority
9990
- * @param bool $key
9991
- */
9992
- function add_plugin_action_link( $label, $url, $external = false, $priority = WP_FS__DEFAULT_PRIORITY, $key = false ) {
9993
- $this->_logger->entrance();
9994
-
9995
- if ( ! isset( $this->_action_links[ $priority ] ) ) {
9996
- $this->_action_links[ $priority ] = array();
9997
- }
9998
-
9999
- if ( false === $key ) {
10000
- $key = preg_replace( "/[^A-Za-z0-9 ]/", '', strtolower( $label ) );
10001
- }
10002
-
10003
- $this->_action_links[ $priority ][] = array(
10004
- 'label' => $label,
10005
- 'href' => $url,
10006
- 'key' => $key,
10007
- 'external' => $external
10008
- );
10009
- }
10010
-
10011
- /**
10012
- * Adds Upgrade and Add-Ons links to the main Plugins page link actions collection.
10013
- *
10014
- * @author Vova Feldman (@svovaf)
10015
- * @since 1.0.0
10016
- */
10017
- function _add_upgrade_action_link() {
10018
- $this->_logger->entrance();
10019
-
10020
- if ( $this->is_registered() ) {
10021
- if ( ! $this->is_paying() && $this->has_paid_plan() ) {
10022
- $this->add_plugin_action_link(
10023
- __fs( 'upgrade', $this->_slug ),
10024
- $this->get_upgrade_url(),
10025
- false,
10026
- 7,
10027
- 'upgrade'
10028
- );
10029
- }
10030
-
10031
- if ( $this->has_addons() ) {
10032
- $this->add_plugin_action_link(
10033
- __fs( 'add-ons', $this->_slug ),
10034
- $this->_get_admin_page_url( 'addons' ),
10035
- false,
10036
- 9,
10037
- 'addons'
10038
- );
10039
- }
10040
- }
10041
- }
10042
-
10043
- /**
10044
- * Adds "Activate License" or "Change License" link to the main Plugins page link actions collection.
10045
- *
10046
- * @author Leo Fajardo (@leorw)
10047
- * @since 1.1.9
10048
- */
10049
- function _add_license_action_link() {
10050
- $this->_logger->entrance();
10051
-
10052
- if ( $this->is_free_plan() && $this->is_addon() ) {
10053
- return;
10054
- }
10055
-
10056
- $link_text = __fs(
10057
- $this->is_free_plan() ? 'activate-license' : 'change-license',
10058
- $this->_slug
10059
- );
10060
-
10061
- $this->add_plugin_action_link(
10062
- $link_text,
10063
- '#',
10064
- false,
10065
- 11,
10066
- ( 'activate-license ' . $this->_slug )
10067
- );
10068
- }
10069
-
10070
- /**
10071
- * Get the URL of the page that should be loaded right after the plugin activation.
10072
- *
10073
- * @author Vova Feldman (@svovaf)
10074
- * @since 1.1.7.4
10075
- *
10076
- * @return string
10077
- */
10078
- function get_after_plugin_activation_redirect_url() {
10079
- $url = false;
10080
- $plugin_fs = false;
10081
-
10082
- if ( ! $this->is_addon() ) {
10083
- $first_time_path = $this->_menu->get_first_time_path();
10084
- $plugin_fs = $this;
10085
- $url = $plugin_fs->is_activation_mode() ?
10086
- $plugin_fs->get_activation_url() :
10087
- ( empty( $first_time_path ) ?
10088
- $this->_get_admin_page_url() :
10089
- $first_time_path );
10090
- } else {
10091
- if ( $this->is_parent_plugin_installed() ) {
10092
- $plugin_fs = self::get_parent_instance();
10093
- }
10094
-
10095
- if ( is_object( $plugin_fs ) ) {
10096
- if ( ! $plugin_fs->is_registered() ) {
10097
- // Forward to parent plugin connect when parent not registered.
10098
- $url = $plugin_fs->get_activation_url();
10099
- } else {
10100
- // Forward to account page.
10101
- $url = $plugin_fs->_get_admin_page_url( 'account' );
10102
- }
10103
- }
10104
- }
10105
-
10106
- return $url;
10107
- }
10108
-
10109
- /**
10110
- * Forward page to activation page.
10111
- *
10112
- * @author Vova Feldman (@svovaf)
10113
- * @since 1.0.3
10114
- */
10115
- function _redirect_on_activation_hook() {
10116
- $url = $this->get_after_plugin_activation_redirect_url();
10117
-
10118
- if ( is_string( $url ) ) {
10119
- fs_redirect( $url );
10120
- exit();
10121
- }
10122
- }
10123
-
10124
- /**
10125
- * Modify plugin's page action links collection.
10126
- *
10127
- * @author Vova Feldman (@svovaf)
10128
- * @since 1.0.0
10129
- *
10130
- * @param array $links
10131
- * @param $file
10132
- *
10133
- * @return array
10134
- */
10135
- function _modify_plugin_action_links_hook( $links, $file ) {
10136
- $this->_logger->entrance();
10137
-
10138
- $passed_deactivate = false;
10139
- $deactivate_link = '';
10140
- $before_deactivate = array();
10141
- $after_deactivate = array();
10142
- foreach ( $links as $key => $link ) {
10143
- if ( 'deactivate' === $key ) {
10144
- $deactivate_link = $link;
10145
- $passed_deactivate = true;
10146
- continue;
10147
- }
10148
-
10149
- if ( ! $passed_deactivate ) {
10150
- $before_deactivate[ $key ] = $link;
10151
- } else {
10152
- $after_deactivate[ $key ] = $link;
10153
- }
10154
- }
10155
-
10156
- ksort( $this->_action_links );
10157
-
10158
- foreach ( $this->_action_links as $new_links ) {
10159
- foreach ( $new_links as $link ) {
10160
- $before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank"' : '' ) . '>' . $link['label'] . '</a>';
10161
- }
10162
- }
10163
-
10164
- if ( ! empty( $deactivate_link ) ) {
10165
- if ( ! $this->is_paying_or_trial() || $this->is_premium() ) {
10166
- /*
10167
- * This HTML element is used to identify the correct plugin when attaching an event to its Deactivate link.
10168
- *
10169
- * If user is paying or in trial and have the free version installed,
10170
- * assume that the deactivation is for the upgrade process, so this is not needed.
10171
- */
10172
- $deactivate_link .= '<i class="fs-slug" data-slug="' . $this->_slug . '"></i>';
10173
- }
10174
-
10175
- // Append deactivation link.
10176
- $before_deactivate['deactivate'] = $deactivate_link;
10177
- }
10178
-
10179
- return array_merge( $before_deactivate, $after_deactivate );
10180
- }
10181
-
10182
- /**
10183
- * Adds admin message.
10184
- *
10185
- * @author Vova Feldman (@svovaf)
10186
- * @since 1.0.4
10187
- *
10188
- * @param string $message
10189
- * @param string $title
10190
- * @param string $type
10191
- */
10192
- function add_admin_message( $message, $title = '', $type = 'success' ) {
10193
- $this->_admin_notices->add( $message, $title, $type );
10194
- }
10195
-
10196
- /**
10197
- * Adds sticky admin message.
10198
- *
10199
- * @author Vova Feldman (@svovaf)
10200
- * @since 1.1.0
10201
- *
10202
- * @param string $message
10203
- * @param string $id
10204
- * @param string $title
10205
- * @param string $type
10206
- */
10207
- function add_sticky_admin_message( $message, $id, $title = '', $type = 'success' ) {
10208
- $this->_admin_notices->add_sticky( $message, $id, $title, $type );
10209
- }
10210
-
10211
- /**
10212
- * Helper function that returns the final steps for the upgrade completion.
10213
- *
10214
- * If the module is already running the premium code, returns an empty string.
10215
- *
10216
- * @author Vova Feldman (@svovaf)
10217
- * @since 1.2.1
10218
- *
10219
- * @param string $plan_title
10220
- *
10221
- * @return string
10222
- */
10223
- private function get_complete_upgrade_instructions( $plan_title = '' ) {
10224
- if ( $this->is_premium() ) {
10225
- return '';
10226
- }
10227
-
10228
- if ( empty( $plan_title ) ) {
10229
- $plan_title = $this->_site->plan->title;
10230
- }
10231
-
10232
- return sprintf(
10233
- ' %s: <ol><li>%s.</li><li>%s.</li><li>%s (<a href="%s" target="_blank">%s</a>).</li></ol>',
10234
- __fs( 'follow-steps-to-complete-upgrade', $this->_slug ),
10235
- $this->_get_latest_download_link( sprintf(
10236
- __fs( 'download-latest-x-version', $this->_slug ),
10237
- $plan_title
10238
- ) ),
10239
- __fs( 'deactivate-free-version', $this->_slug ),
10240
- __fs( 'upload-and-activate', $this->_slug ),
10241
- '//bit.ly/upload-wp-plugin',
10242
- __fs( 'howto-upload-activate', $this->_slug )
10243
- );
10244
- }
10245
-
10246
- /* Plugin Auto-Updates (@since 1.0.4)
10247
- ------------------------------------------------------------------------------------------------------------------*/
10248
- /**
10249
- * @var string[]
10250
- */
10251
- private static $_auto_updated_plugins;
10252
-
10253
- /**
10254
- * @todo TEST IF IT WORKS!!!
10255
- *
10256
- * Include plugins for automatic updates based on stored settings.
10257
- *
10258
- * @see http://wordpress.stackexchange.com/questions/131394/how-do-i-exclude-plugins-from-getting-automatically-updated/131404#131404
10259
- *
10260
- * @author Vova Feldman (@svovaf)
10261
- * @since 1.0.4
10262
- *
10263
- * @param bool $update Whether to update (not used for plugins)
10264
- * @param object $item The plugin's info
10265
- *
10266
- * @return bool
10267
- */
10268
- static function _include_plugins_in_auto_update( $update, $item ) {
10269
- // Before version 3.8.2 the $item was the file name of the plugin,
10270
- // while in 3.8.2 statistics were added (https://core.trac.wordpress.org/changeset/27905).
10271
- $by_slug = ( (int) str_replace( '.', '', get_bloginfo( 'version' ) ) >= 382 );
10272
-
10273
- if ( ! isset( self::$_auto_updated_plugins ) ) {
10274
- $plugins = self::$_accounts->get_option( 'plugins', array() );
10275
-
10276
- $identifiers = array();
10277
- foreach ( $plugins as $p ) {
10278
- /**
10279
- * @var FS_Plugin $p
10280
- */
10281
- if ( isset( $p->auto_update ) && $p->auto_update ) {
10282
- $identifiers[] = ( $by_slug ? $p->slug : plugin_basename( $p->file ) );
10283
- }
10284
- }
10285
-
10286
- self::$_auto_updated_plugins = $identifiers;
10287
- }
10288
-
10289
- if ( in_array( $by_slug ? $item->slug : $item, self::$_auto_updated_plugins ) ) {
10290
- return true;
10291
- }
10292
-
10293
- // Pass update decision to next filters
10294
- return $update;
10295
- }
10296
-
10297
- #region Versioning ------------------------------------------------------------------
10298
-
10299
- /**
10300
- * Check if Freemius in SDK upgrade mode.
10301
- *
10302
- * @author Vova Feldman (@svovaf)
10303
- * @since 1.0.9
10304
- *
10305
- * @return bool
10306
- */
10307
- function is_sdk_upgrade_mode() {
10308
- return isset( $this->_storage->sdk_upgrade_mode ) ?
10309
- $this->_storage->sdk_upgrade_mode :
10310
- false;
10311
- }
10312
-
10313
- /**
10314
- * Turn SDK upgrade mode off.
10315
- *
10316
- * @author Vova Feldman (@svovaf)
10317
- * @since 1.0.9
10318
- *
10319
- * @return bool
10320
- */
10321
- function set_sdk_upgrade_complete() {
10322
- $this->_storage->sdk_upgrade_mode = false;
10323
- }
10324
-
10325
- /**
10326
- * Check if plugin upgrade mode.
10327
- *
10328
- * @author Vova Feldman (@svovaf)
10329
- * @since 1.0.9
10330
- *
10331
- * @return bool
10332
- */
10333
- function is_plugin_upgrade_mode() {
10334
- return isset( $this->_storage->plugin_upgrade_mode ) ?
10335
- $this->_storage->plugin_upgrade_mode :
10336
- false;
10337
- }
10338
-
10339
- /**
10340
- * Turn plugin upgrade mode off.
10341
- *
10342
- * @author Vova Feldman (@svovaf)
10343
- * @since 1.0.9
10344
- *
10345
- * @return bool
10346
- */
10347
- function set_plugin_upgrade_complete() {
10348
- $this->_storage->plugin_upgrade_mode = false;
10349
- }
10350
-
10351
- #endregion ------------------------------------------------------------------
10352
-
10353
- #region Permissions ------------------------------------------------------------------
10354
-
10355
- /**
10356
- * Check if specific permission requested.
10357
- *
10358
- * @author Vova Feldman (@svovaf)
10359
- * @since 1.1.6
10360
- *
10361
- * @param string $permission
10362
- *
10363
- * @return bool
10364
- */
10365
- function is_permission_requested( $permission ) {
10366
- return isset( $this->_permissions[ $permission ] ) && ( true === $this->_permissions[ $permission ] );
10367
- }
10368
-
10369
- #endregion Permissions ------------------------------------------------------------------
10370
-
10371
- #region Marketing ------------------------------------------------------------------
10372
-
10373
- /**
10374
- * Check if current user purchased any other plugins before.
10375
- *
10376
- * @author Vova Feldman (@svovaf)
10377
- * @since 1.0.9
10378
- *
10379
- * @return bool
10380
- */
10381
- function has_purchased_before() {
10382
- // TODO: Implement has_purchased_before() method.
10383
- }
10384
-
10385
- /**
10386
- * Check if current user classified as an agency.
10387
- *
10388
- * @author Vova Feldman (@svovaf)
10389
- * @since 1.0.9
10390
- *
10391
- * @return bool
10392
- */
10393
- function is_agency() {
10394
- // TODO: Implement is_agency() method.
10395
- }
10396
-
10397
- /**
10398
- * Check if current user classified as a developer.
10399
- *
10400
- * @author Vova Feldman (@svovaf)
10401
- * @since 1.0.9
10402
- *
10403
- * @return bool
10404
- */
10405
- function is_developer() {
10406
- // TODO: Implement is_developer() method.
10407
- }
10408
-
10409
- /**
10410
- * Check if current user classified as a business.
10411
- *
10412
- * @author Vova Feldman (@svovaf)
10413
- * @since 1.0.9
10414
- *
10415
- * @return bool
10416
- */
10417
- function is_business() {
10418
- // TODO: Implement is_business() method.
10419
- }
10420
-
10421
- #endregion ------------------------------------------------------------------
10422
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/class-fs-api.php DELETED
@@ -1,482 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.4
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Class FS_Api
15
- *
16
- * Wraps Freemius API SDK to handle:
17
- * 1. Clock sync.
18
- * 2. Fallback to HTTP when HTTPS fails.
19
- * 3. Adds caching layer to GET requests.
20
- * 4. Adds consistency for failed requests by using last cached version.
21
- */
22
- class FS_Api {
23
- /**
24
- * @var FS_Api[]
25
- */
26
- private static $_instances = array();
27
-
28
- /**
29
- * @var FS_Option_Manager Freemius options, options-manager.
30
- */
31
- private static $_options;
32
-
33
- /**
34
- * @var FS_Cache_Manager API Caching layer
35
- */
36
- private static $_cache;
37
-
38
- /**
39
- * @var int Clock diff in seconds between current server to API server.
40
- */
41
- private static $_clock_diff;
42
-
43
- /**
44
- * @var Freemius_Api
45
- */
46
- private $_api;
47
-
48
- /**
49
- * @var string
50
- */
51
- private $_slug;
52
-
53
- /**
54
- * @var FS_Logger
55
- * @since 1.0.4
56
- */
57
- private $_logger;
58
-
59
- /**
60
- * @param string $slug
61
- * @param string $scope 'app', 'developer', 'user' or 'install'.
62
- * @param number $id Element's id.
63
- * @param string $public_key Public key.
64
- * @param bool $is_sandbox
65
- * @param bool|string $secret_key Element's secret key.
66
- *
67
- * @return FS_Api
68
- */
69
- static function instance( $slug, $scope, $id, $public_key, $is_sandbox, $secret_key = false ) {
70
- $identifier = md5( $slug . $scope . $id . $public_key . ( is_string( $secret_key ) ? $secret_key : '' ) . json_encode( $is_sandbox ) );
71
-
72
- if ( ! isset( self::$_instances[ $identifier ] ) ) {
73
- self::_init();
74
-
75
- self::$_instances[ $identifier ] = new FS_Api( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox );
76
- }
77
-
78
- return self::$_instances[ $identifier ];
79
- }
80
-
81
- private static function _init() {
82
- if ( isset( self::$_options ) ) {
83
- return;
84
- }
85
-
86
- if ( ! class_exists( 'Freemius_Api' ) ) {
87
- require_once( WP_FS__DIR_SDK . '/Freemius.php' );
88
- }
89
-
90
- self::$_options = FS_Option_Manager::get_manager( WP_FS__OPTIONS_OPTION_NAME, true );
91
- self::$_cache = FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME );
92
-
93
- self::$_clock_diff = self::$_options->get_option( 'api_clock_diff', 0 );
94
- Freemius_Api::SetClockDiff( self::$_clock_diff );
95
-
96
- if ( self::$_options->get_option( 'api_force_http', false ) ) {
97
- Freemius_Api::SetHttp();
98
- }
99
- }
100
-
101
- /**
102
- * @param string $slug
103
- * @param string $scope 'app', 'developer', 'user' or 'install'.
104
- * @param number $id Element's id.
105
- * @param string $public_key Public key.
106
- * @param bool|string $secret_key Element's secret key.
107
- * @param bool $is_sandbox
108
- */
109
- private function __construct( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox ) {
110
- $this->_api = new Freemius_Api( $scope, $id, $public_key, $secret_key, $is_sandbox );
111
-
112
- $this->_slug = $slug;
113
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_api', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
114
- }
115
-
116
- /**
117
- * Find clock diff between server and API server, and store the diff locally.
118
- *
119
- * @param bool|int $diff
120
- *
121
- * @return bool|int False if clock diff didn't change, otherwise returns the clock diff in seconds.
122
- */
123
- private function _sync_clock_diff( $diff = false ) {
124
- $this->_logger->entrance();
125
-
126
- // Sync clock and store.
127
- $new_clock_diff = ( false === $diff ) ?
128
- Freemius_Api::FindClockDiff() :
129
- $diff;
130
-
131
- if ( $new_clock_diff === self::$_clock_diff ) {
132
- return false;
133
- }
134
-
135
- self::$_clock_diff = $new_clock_diff;
136
-
137
- // Update API clock's diff.
138
- Freemius_Api::SetClockDiff( self::$_clock_diff );
139
-
140
- // Store new clock diff in storage.
141
- self::$_options->set_option( 'api_clock_diff', self::$_clock_diff, true );
142
-
143
- return $new_clock_diff;
144
- }
145
-
146
- /**
147
- * Override API call to enable retry with servers' clock auto sync method.
148
- *
149
- * @param string $path
150
- * @param string $method
151
- * @param array $params
152
- * @param bool $retry Is in retry or first call attempt.
153
- *
154
- * @return array|mixed|string|void
155
- */
156
- private function _call( $path, $method = 'GET', $params = array(), $retry = false ) {
157
- $this->_logger->entrance( $method . ':' . $path );
158
-
159
- if ( self::is_temporary_down() ) {
160
- $result = $this->get_temporary_unavailable_error();
161
- } else {
162
- $result = $this->_api->Api( $path, $method, $params );
163
-
164
- if ( null !== $result &&
165
- isset( $result->error ) &&
166
- isset( $result->error->code ) &&
167
- 'request_expired' === $result->error->code
168
- ) {
169
- if ( ! $retry ) {
170
- $diff = isset( $result->error->timestamp ) ?
171
- ( time() - strtotime( $result->error->timestamp ) ) :
172
- false;
173
-
174
- // Try to sync clock diff.
175
- if ( false !== $this->_sync_clock_diff( $diff ) ) {
176
- // Retry call with new synced clock.
177
- return $this->_call( $path, $method, $params, true );
178
- }
179
- }
180
- }
181
- }
182
-
183
- if ( null !== $result && isset( $result->error ) && isset( $result->error->message ) ) {
184
- // Log API errors.
185
- $this->_logger->error( $result->error->message );
186
- }
187
-
188
- return $result;
189
- }
190
-
191
- /**
192
- * Override API call to wrap it in servers' clock sync method.
193
- *
194
- * @param string $path
195
- * @param string $method
196
- * @param array $params
197
- *
198
- * @return array|mixed|string|void
199
- * @throws Freemius_Exception
200
- */
201
- function call( $path, $method = 'GET', $params = array() ) {
202
- return $this->_call( $path, $method, $params );
203
- }
204
-
205
- /**
206
- * Get API request URL signed via query string.
207
- *
208
- * @param string $path
209
- *
210
- * @return string
211
- */
212
- function get_signed_url( $path ) {
213
- return $this->_api->GetSignedUrl( $path );
214
- }
215
-
216
- /**
217
- * @param string $path
218
- * @param bool $flush
219
- * @param int $expiration (optional) Time until expiration in seconds from now, defaults to 24 hours
220
- *
221
- * @return stdClass|mixed
222
- */
223
- function get( $path = '/', $flush = false, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
224
- $this->_logger->entrance( $path );
225
-
226
- $cache_key = $this->get_cache_key( $path );
227
-
228
- // Always flush during development.
229
- if ( WP_FS__DEV_MODE || $this->_api->IsSandbox() ) {
230
- $flush = true;
231
- }
232
-
233
- $cached_result = self::$_cache->get( $cache_key );
234
-
235
- if ( $flush || ! self::$_cache->has_valid( $cache_key ) ) {
236
- $result = $this->call( $path );
237
-
238
- if ( ! is_object( $result ) || isset( $result->error ) ) {
239
- // Api returned an error.
240
- if ( is_object( $cached_result ) &&
241
- ! isset( $cached_result )
242
- ) {
243
- // If there was an error during a newer data fetch,
244
- // fallback to older data version.
245
- $result = $cached_result;
246
- } else {
247
- // If no older data version, return result without
248
- // caching the error.
249
- return $result;
250
- }
251
- }
252
-
253
- self::$_cache->set( $cache_key, $result, $expiration );
254
-
255
- $cached_result = $result;
256
- }
257
-
258
- return $cached_result;
259
- }
260
-
261
- /**
262
- * Check if there's a cached version of the API request.
263
- *
264
- * @author Vova Feldman (@svovaf)
265
- * @since 1.2.1
266
- *
267
- * @param string $path
268
- * @param string $method
269
- * @param array $params
270
- *
271
- * @return bool
272
- */
273
- function is_cached( $path, $method = 'GET', $params = array() )
274
- {
275
- $cache_key = $this->get_cache_key( $path, $method, $params );
276
-
277
- return self::$_cache->has_valid( $cache_key );
278
- }
279
-
280
- /**
281
- * @param string $path
282
- * @param string $method
283
- * @param array $params
284
- *
285
- * @return string
286
- * @throws \Freemius_Exception
287
- */
288
- private function get_cache_key( $path, $method = 'GET', $params = array() ) {
289
- $canonized = $this->_api->CanonizePath( $path );
290
- // $exploded = explode('/', $canonized);
291
- // return $method . '_' . array_pop($exploded) . '_' . md5($canonized . json_encode($params));
292
- return strtolower($method . ':' . $canonized) . ( ! empty( $params ) ? '#' . md5( json_encode( $params ) ) : '' );
293
- }
294
-
295
- /**
296
- * Test API connectivity.
297
- *
298
- * @author Vova Feldman (@svovaf)
299
- * @since 1.0.9 If fails, try to fallback to HTTP.
300
- * @since 1.1.6 Added a 5-min caching mechanism, to prevent from overloading the server if the API if
301
- * temporary down.
302
- *
303
- * @return bool True if successful connectivity to the API.
304
- */
305
- static function test() {
306
- self::_init();
307
-
308
- $cache_key = 'ping_test';
309
-
310
- $test = self::$_cache->get_valid( $cache_key, null );
311
-
312
- if ( is_null( $test ) ) {
313
- $test = Freemius_Api::Test();
314
-
315
- if ( false === $test && Freemius_Api::IsHttps() ) {
316
- // Fallback to HTTP, since HTTPS fails.
317
- Freemius_Api::SetHttp();
318
-
319
- self::$_options->set_option( 'api_force_http', true, true );
320
-
321
- $test = Freemius_Api::Test();
322
-
323
- if ( false === $test ) {
324
- /**
325
- * API connectivity test fail also in HTTP request, therefore,
326
- * fallback to HTTPS to keep connection secure.
327
- *
328
- * @since 1.1.6
329
- */
330
- self::$_options->set_option( 'api_force_http', false, true );
331
- }
332
- }
333
-
334
- self::$_cache->set( $cache_key, $test, WP_FS__TIME_5_MIN_IN_SEC );
335
- }
336
-
337
- return $test;
338
- }
339
-
340
- /**
341
- * Check if API is temporary down.
342
- *
343
- * @author Vova Feldman (@svovaf)
344
- * @since 1.1.6
345
- *
346
- * @return bool
347
- */
348
- static function is_temporary_down() {
349
- self::_init();
350
-
351
- $test = self::$_cache->get_valid( 'ping_test', null );
352
-
353
- return ( false === $test );
354
- }
355
-
356
- /**
357
- * @author Vova Feldman (@svovaf)
358
- * @since 1.1.6
359
- *
360
- * @return object
361
- */
362
- private function get_temporary_unavailable_error() {
363
- return (object) array(
364
- 'error' => array(
365
- 'type' => 'TemporaryUnavailable',
366
- 'message' => 'API is temporary unavailable, please retry in ' . ( self::$_cache->get_record_expiration( 'ping_test' ) - WP_FS__SCRIPT_START_TIME ) . ' sec.',
367
- 'code' => 'temporary_unavailable',
368
- 'http' => 503
369
- )
370
- );
371
- }
372
-
373
- /**
374
- * Ping API for connectivity test, and return result object.
375
- *
376
- * @author Vova Feldman (@svovaf)
377
- * @since 1.0.9
378
- *
379
- * @param null|string $unique_anonymous_id
380
- * @param array $params
381
- *
382
- * @return object
383
- */
384
- function ping( $unique_anonymous_id = null, $params = array() ) {
385
- $this->_logger->entrance();
386
-
387
- if ( self::is_temporary_down() ) {
388
- return $this->get_temporary_unavailable_error();
389
- }
390
-
391
- $pong = is_null( $unique_anonymous_id ) ?
392
- Freemius_Api::Ping() :
393
- $this->_call( 'ping.json?' . http_build_query( array_merge(
394
- array( 'uid' => $unique_anonymous_id ),
395
- $params
396
- ) ) );
397
-
398
- if ( $this->is_valid_ping( $pong ) ) {
399
- return $pong;
400
- }
401
-
402
- if ( self::should_try_with_http( $pong ) ) {
403
- // Fallback to HTTP, since HTTPS fails.
404
- Freemius_Api::SetHttp();
405
-
406
- self::$_options->set_option( 'api_force_http', true, true );
407
-
408
- $pong = is_null( $unique_anonymous_id ) ?
409
- Freemius_Api::Ping() :
410
- $this->_call( 'ping.json?' . http_build_query( array_merge(
411
- array( 'uid' => $unique_anonymous_id ),
412
- $params
413
- ) ) );
414
-
415
- if ( ! $this->is_valid_ping( $pong ) ) {
416
- self::$_options->set_option( 'api_force_http', false, true );
417
- }
418
- }
419
-
420
- return $pong;
421
- }
422
-
423
- /**
424
- * Check if based on the API result we should try
425
- * to re-run the same request with HTTP instead of HTTPS.
426
- *
427
- * @author Vova Feldman (@svovaf)
428
- * @since 1.1.6
429
- *
430
- * @param $result
431
- *
432
- * @return bool
433
- */
434
- private static function should_try_with_http( $result ) {
435
- if ( ! Freemius_Api::IsHttps() ) {
436
- return false;
437
- }
438
-
439
- return ( ! is_object( $result ) ||
440
- ! isset( $result->error ) ||
441
- ! isset( $result->error->code ) ||
442
- ! in_array( $result->error->code, array(
443
- 'curl_missing',
444
- 'cloudflare_ddos_protection',
445
- 'maintenance_mode',
446
- 'squid_cache_block',
447
- 'too_many_requests',
448
- ) ) );
449
-
450
- }
451
-
452
- /**
453
- * Check if valid ping request result.
454
- *
455
- * @author Vova Feldman (@svovaf)
456
- * @since 1.1.1
457
- *
458
- * @param mixed $pong
459
- *
460
- * @return bool
461
- */
462
- function is_valid_ping( $pong ) {
463
- return Freemius_Api::Test( $pong );
464
- }
465
-
466
- function get_url( $path = '' ) {
467
- return Freemius_Api::GetUrl( $path, $this->_api->IsSandbox() );
468
- }
469
-
470
- /**
471
- * Clear API cache.
472
- *
473
- * @author Vova Feldman (@svovaf)
474
- * @since 1.0.9
475
- */
476
- static function clear_cache() {
477
- self::_init();
478
-
479
- self::$_cache = FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME );
480
- self::$_cache->clear( true );
481
- }
482
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/class-fs-logger.php DELETED
@@ -1,179 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Logger {
14
- private $_id;
15
- private $_on = false;
16
- private $_echo = false;
17
- private $_file_start = 0;
18
-
19
- private static $LOGGERS = array();
20
- private static $LOG = array();
21
- private static $CNT = 0;
22
- private static $_HOOKED_FOOTER = false;
23
-
24
- private function __construct( $id, $on = false, $echo = false ) {
25
- $this->_id = $id;
26
-
27
- $bt = debug_backtrace();
28
- $caller = $bt[2];
29
-
30
- $this->_file_start = strpos( $caller['file'], 'plugins' ) + strlen( 'plugins/' );
31
-
32
- if ( $on ) {
33
- $this->on();
34
- }
35
- if ( $echo ) {
36
- $this->echo_on();
37
- }
38
- }
39
-
40
- /**
41
- * @param string $id
42
- * @param bool $on
43
- * @param bool $echo
44
- *
45
- * @return FS_Logger
46
- */
47
- public static function get_logger( $id, $on = false, $echo = false ) {
48
- $id = strtolower( $id );
49
-
50
- if ( ! isset( self::$LOGGERS[ $id ] ) ) {
51
- self::$LOGGERS[ $id ] = new FS_Logger( $id, $on, $echo );
52
- }
53
-
54
- return self::$LOGGERS[ $id ];
55
- }
56
-
57
- private static function _hook_footer() {
58
- if ( self::$_HOOKED_FOOTER ) {
59
- return;
60
- }
61
-
62
- if ( is_admin() ) {
63
- add_action( 'admin_footer', 'FS_Logger::dump', 100 );
64
- } else {
65
- add_action( 'wp_footer', 'FS_Logger::dump', 100 );
66
- }
67
- }
68
-
69
- function is_on() {
70
- return $this->_on;
71
- }
72
-
73
- function on() {
74
- $this->_on = true;
75
-
76
- self::_hook_footer();
77
- }
78
-
79
- function echo_on() {
80
- $this->on();
81
-
82
- $this->_echo = true;
83
- }
84
-
85
- function is_echo_on() {
86
- return $this->_echo;
87
- }
88
-
89
- function get_id() {
90
- return $this->_id;
91
- }
92
-
93
- function get_file() {
94
- return $this->_file_start;
95
- }
96
-
97
- private function _log( &$message, $type = 'log', $wrapper ) {
98
- if ( ! $this->is_on() ) {
99
- return;
100
- }
101
-
102
- $bt = debug_backtrace();
103
- $depth = $wrapper ? 3 : 2;
104
- while ( $depth < count( $bt ) - 1 && 'eval' === $bt[ $depth ]['function'] ) {
105
- $depth ++;
106
- }
107
-
108
- $caller = $bt[ $depth ];
109
-
110
- $log = array_merge( $caller, array(
111
- 'cnt' => self::$CNT ++,
112
- 'logger' => $this,
113
- 'timestamp' => microtime(true),
114
- 'type' => $type,
115
- 'msg' => $message,
116
- ) );
117
-
118
- self::$LOG[] = $log;
119
-
120
- if ( $this->is_echo_on() ) {
121
- echo self::format_html( $log ) . "\n";
122
- }
123
- }
124
-
125
- function log( $message, $wrapper = false ) {
126
- $this->_log( $message, 'log', $wrapper );
127
- }
128
-
129
- function info( $message, $wrapper = false ) {
130
- $this->_log( $message, 'info', $wrapper );
131
- }
132
-
133
- function warn( $message, $wrapper = false ) {
134
- $this->_log( $message, 'warn', $wrapper );
135
- }
136
-
137
- function error( $message, $wrapper = false ) {
138
- $this->_log( $message, 'error', $wrapper );
139
- }
140
-
141
- function entrance( $message = '', $wrapper = false ) {
142
- $msg = 'Entrance' . ( empty( $message ) ? '' : ' > ' ) . $message;
143
-
144
- $this->_log( $msg, 'log', $wrapper );
145
- }
146
-
147
- function departure( $message = '', $wrapper = false ) {
148
- $msg = 'Departure' . ( empty( $message ) ? '' : ' > ' ) . $message;
149
-
150
- $this->_log( $msg, 'log', $wrapper );
151
- }
152
-
153
- private static function format( $log, $show_type = true ) {
154
- return '[' . str_pad( $log['cnt'], strlen( self::$CNT ), '0', STR_PAD_LEFT ) . '] [' . $log['logger']->_id . '] ' . ( $show_type ? '[' . $log['type'] . ']' : '' ) . $log['function'] . ' >> ' . $log['msg'] . ( isset( $log['file'] ) ? ' (' . substr( $log['file'], $log['logger']->_file_start ) . ' ' . $log['line'] . ') ' : '' ) . ' [' . $log['timestamp'] . ']';
155
- }
156
-
157
- private static function format_html( $log ) {
158
- return '<div style="font-size: 11px; padding: 3px; background: #ccc; margin-bottom: 3px;">[' . $log['cnt'] . '] [' . $log['logger']->_id . '] [' . $log['type'] . '] <b><code style="color: blue;">' . $log['function'] . '</code> >> <b style="color: darkorange;">' . $log['msg'] . '</b></b>' . ( isset( $log['file'] ) ? ' (' . substr( $log['file'], $log['logger']->_file_start ) . ' ' . $log['line'] . ')' : '' ) . ' [' . $log['timestamp'] . ']</div>';
159
- }
160
-
161
- static function dump() {
162
- ?>
163
- <!-- BEGIN: Freemius PHP Console Log -->
164
- <script type="text/javascript">
165
- <?php
166
- foreach (self::$LOG as $log)
167
- {
168
- echo 'console.' . $log['type'] . '(' . json_encode(self::format($log, false)) . ')' . "\n";
169
- }
170
- ?>
171
- </script>
172
- <!-- END: Freemius PHP Console Log -->
173
- <?php
174
- }
175
-
176
- static function get_log() {
177
- return self::$LOG;
178
- }
179
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/class-fs-plugin-updater.php DELETED
@@ -1,337 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.4
7
- *
8
- * @link https://github.com/easydigitaldownloads/EDD-License-handler/blob/master/EDD_SL_Plugin_Updater.php
9
- */
10
-
11
- if ( ! defined( 'ABSPATH' ) ) {
12
- exit;
13
- }
14
-
15
- // Uncomment this line for testing.
16
- // set_site_transient( 'update_plugins', null );
17
-
18
- class FS_Plugin_Updater {
19
-
20
- /**
21
- * @var Freemius
22
- * @since 1.0.4
23
- */
24
- private $_fs;
25
- /**
26
- * @var FS_Logger
27
- * @since 1.0.4
28
- */
29
- private $_logger;
30
- /**
31
- * @var object
32
- * @since 1.1.8.1
33
- */
34
- private $_update_details;
35
-
36
- function __construct( Freemius $freemius ) {
37
- $this->_fs = $freemius;
38
-
39
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $freemius->get_slug() . '_updater', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
40
-
41
- $this->_filters();
42
- }
43
-
44
- /**
45
- * Initiate required filters.
46
- *
47
- * @author Vova Feldman (@svovaf)
48
- * @since 1.0.4
49
- */
50
- private function _filters() {
51
- // Override request for plugin information
52
- add_filter( 'plugins_api', array( &$this, 'plugins_api_filter' ), 10, 3 );
53
-
54
- // WP 3.0+
55
- add_filter( 'pre_set_site_transient_update_plugins', array(
56
- &$this,
57
- 'pre_set_site_transient_update_plugins_filter'
58
- ) );
59
-
60
- if ( ! $this->_fs->has_active_valid_license() ) {
61
- /**
62
- * If user has the premium plugin's code but do NOT have an active license,
63
- * encourage him to upgrade by showing that there's a new release, but instead
64
- * of showing an update link, show upgrade link to the pricing page.
65
- *
66
- * @since 1.1.6
67
- *
68
- */
69
- // WP 2.9+
70
- add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
71
- &$this,
72
- 'catch_plugin_update_row'
73
- ), 9 );
74
- add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
75
- &$this,
76
- 'edit_and_echo_plugin_update_row'
77
- ), 11, 2 );
78
- }
79
-
80
- if ( ! WP_FS__IS_PRODUCTION_MODE ) {
81
- add_filter( 'http_request_host_is_external', array(
82
- $this,
83
- 'http_request_host_is_external_filter'
84
- ), 10, 3 );
85
- }
86
- }
87
-
88
- /**
89
- * Capture plugin update row by turning output buffering.
90
- *
91
- * @author Vova Feldman (@svovaf)
92
- * @since 1.1.6
93
- */
94
- function catch_plugin_update_row() {
95
- ob_start();
96
- }
97
-
98
- /**
99
- * Overrides default update message format with "renew your license" message.
100
- *
101
- * @author Vova Feldman (@svovaf)
102
- * @since 1.1.6
103
- *
104
- * @param string $file
105
- * @param array $plugin_data
106
- */
107
- function edit_and_echo_plugin_update_row( $file, $plugin_data ) {
108
- $plugin_update_row = ob_get_clean();
109
-
110
- $current = get_site_transient( 'update_plugins' );
111
- if ( ! isset( $current->response[ $file ] ) ) {
112
- echo $plugin_update_row;
113
-
114
- return;
115
- }
116
-
117
- $r = $current->response[ $file ];
118
-
119
- $plugin_update_row = preg_replace(
120
- '/(\<div.+>)(.+)(\<a.+\<a.+)\<\/div\>/is',
121
- '$1 $2 ' . sprintf(
122
- __fs( 'renew-license-now' ),
123
- '<a href="' . $this->_fs->pricing_url() . '">', '</a>',
124
- $r->new_version ) .
125
- '$4',
126
- $plugin_update_row
127
- );
128
-
129
- echo $plugin_update_row;
130
- }
131
-
132
- /**
133
- * Since WP version 3.6, a new security feature was added that denies access to repository with a local ip.
134
- * During development mode we want to be able updating plugin versions via our localhost repository. This
135
- * filter white-list all domains including "api.freemius".
136
- *
137
- * @link http://www.emanueletessore.com/wordpress-download-failed-valid-url-provided/
138
- *
139
- * @author Vova Feldman (@svovaf)
140
- * @since 1.0.4
141
- *
142
- * @param bool $allow
143
- * @param string $host
144
- * @param string $url
145
- *
146
- * @return bool
147
- */
148
- function http_request_host_is_external_filter( $allow, $host, $url ) {
149
- return ( false !== strpos( $host, 'freemius' ) ) ? true : $allow;
150
- }
151
-
152
- /**
153
- * Check for Updates at the defined API endpoint and modify the update array.
154
- *
155
- * This function dives into the update api just when WordPress creates its update array,
156
- * then adds a custom API call and injects the custom plugin data retrieved from the API.
157
- * It is reassembled from parts of the native WordPress plugin update code.
158
- * See wp-includes/update.php line 121 for the original wp_update_plugins() function.
159
- *
160
- * @author Vova Feldman (@svovaf)
161
- * @since 1.0.4
162
- *
163
- * @uses FS_Api
164
- *
165
- * @param stdClass $transient_data Update array build by WordPress.
166
- *
167
- * @return array Modified update array with custom plugin data.
168
- */
169
- function pre_set_site_transient_update_plugins_filter( $transient_data ) {
170
- $this->_logger->entrance();
171
-
172
- if ( empty( $transient_data ) ||
173
- defined( 'WP_FS__UNINSTALL_MODE' )
174
- ) {
175
- return $transient_data;
176
- }
177
-
178
- if ( ! isset( $this->_update_details ) ) {
179
- // Get plugin's newest update.
180
- $new_version = $this->_fs->get_update( false, false );
181
-
182
- $this->_update_details = false;
183
-
184
- if ( is_object( $new_version ) ) {
185
- $this->_logger->log( 'Found newer plugin version ' . $new_version->version );
186
-
187
- $plugin_details = new stdClass();
188
- $plugin_details->slug = $this->_fs->get_slug();
189
- $plugin_details->new_version = $new_version->version;
190
- $plugin_details->url = WP_FS__ADDRESS;
191
- $plugin_details->package = $new_version->url;
192
- $plugin_details->plugin = $this->_fs->get_plugin_basename();
193
-
194
- /**
195
- * Cache plugin details locally since set_site_transient( 'update_plugins' )
196
- * called multiple times and the non wp.org plugins are filtered after the
197
- * call to .org.
198
- *
199
- * @since 1.1.8.1
200
- */
201
- $this->_update_details = $plugin_details;
202
- }
203
- }
204
-
205
- if ( is_object( $this->_update_details ) ) {
206
- // Add plugin to transient data.
207
- $transient_data->response[ $this->_fs->get_plugin_basename() ] = $this->_update_details;
208
- }
209
-
210
- return $transient_data;
211
- }
212
-
213
- /**
214
- * Try to fetch plugin's info from .org repository.
215
- *
216
- * @author Vova Feldman (@svovaf)
217
- * @since 1.0.5
218
- *
219
- * @param string $action
220
- * @param object $args
221
- *
222
- * @return bool|mixed
223
- */
224
- static function _fetch_plugin_info_from_repository( $action, $args ) {
225
- $url = $http_url = 'http://api.wordpress.org/plugins/info/1.0/';
226
- if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) {
227
- $url = set_url_scheme( $url, 'https' );
228
- }
229
-
230
- $args = array(
231
- 'timeout' => 15,
232
- 'body' => array(
233
- 'action' => $action,
234
- 'request' => serialize( $args )
235
- )
236
- );
237
-
238
- $request = wp_remote_post( $url, $args );
239
-
240
- if ( is_wp_error( $request ) ) {
241
- return false;
242
- }
243
-
244
- $res = maybe_unserialize( wp_remote_retrieve_body( $request ) );
245
-
246
- if ( ! is_object( $res ) && ! is_array( $res ) ) {
247
- return false;
248
- }
249
-
250
- return $res;
251
- }
252
-
253
- /**
254
- * Updates information on the "View version x.x details" page with custom data.
255
- *
256
- * @author Vova Feldman (@svovaf)
257
- * @since 1.0.4
258
- *
259
- * @uses FS_Api
260
- *
261
- * @param object $data
262
- * @param string $action
263
- * @param mixed $args
264
- *
265
- * @return object
266
- */
267
- function plugins_api_filter( $data, $action = '', $args = null ) {
268
- $this->_logger->entrance();
269
-
270
- if ( ( 'plugin_information' !== $action ) ||
271
- ! isset( $args->slug )
272
- ) {
273
- return $data;
274
- }
275
-
276
- $addon = false;
277
- $is_addon = false;
278
-
279
- if ( $this->_fs->get_slug() !== $args->slug ) {
280
- $addon = $this->_fs->get_addon_by_slug( $args->slug );
281
-
282
- if ( ! is_object( $addon ) ) {
283
- return $data;
284
- }
285
-
286
- $is_addon = true;
287
- }
288
-
289
- $plugin_in_repo = false;
290
- if ( ! $is_addon ) {
291
- // Try to fetch info from .org repository.
292
- $data = self::_fetch_plugin_info_from_repository( $action, $args );
293
-
294
- $plugin_in_repo = ( false !== $data );
295
- }
296
-
297
- if ( ! $plugin_in_repo ) {
298
- $data = $args;
299
-
300
- // Fetch as much as possible info from local files.
301
- $plugin_local_data = $this->_fs->get_plugin_data();
302
- $data->name = $plugin_local_data['Name'];
303
- $data->author = $plugin_local_data['Author'];
304
- $data->sections = array(
305
- 'description' => 'Upgrade ' . $plugin_local_data['Name'] . ' to latest.',
306
- );
307
-
308
- // @todo Store extra plugin info on Freemius or parse readme.txt markup.
309
- /*$info = $this->_fs->get_api_site_scope()->call('/information.json');
310
-
311
- if ( !isset($info->error) ) {
312
- $data = $info;
313
- }*/
314
- }
315
-
316
- // Get plugin's newest update.
317
- $new_version = $this->_fs->_fetch_latest_version( $is_addon ? $addon->id : false );
318
-
319
- if ( $is_addon ) {
320
- $data->name = $addon->title . ' ' . __fs( 'addon', $this->_fs->get_slug() );
321
- $data->slug = $addon->slug;
322
- $data->url = WP_FS__ADDRESS;
323
- $data->package = $new_version->url;
324
- }
325
-
326
- if ( ! $plugin_in_repo ) {
327
- $data->last_updated = ! is_null( $new_version->updated ) ? $new_version->updated : $new_version->created;
328
- $data->requires = $new_version->requires_platform_version;
329
- $data->tested = $new_version->tested_up_to_version;
330
- }
331
-
332
- $data->version = $new_version->version;
333
- $data->download_link = $new_version->url;
334
-
335
- return $data;
336
- }
337
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/class-fs-security.php DELETED
@@ -1,79 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- define( 'WP_FS__SECURITY_PARAMS_PREFIX', 's_' );
14
-
15
- class FS_Security {
16
- /**
17
- * @var FS_Security
18
- * @since 1.0.3
19
- */
20
- private static $_instance;
21
- /**
22
- * @var FS_Logger
23
- * @since 1.0.3
24
- */
25
- private static $_logger;
26
-
27
- public static function instance() {
28
- if ( ! isset( self::$_instance ) ) {
29
- self::$_instance = new FS_Security();
30
- self::$_logger = FS_Logger::get_logger(
31
- WP_FS__SLUG,
32
- WP_FS__DEBUG_SDK,
33
- WP_FS__ECHO_DEBUG_SDK
34
- );
35
- }
36
-
37
- return self::$_instance;
38
- }
39
-
40
- private function __construct() {
41
- }
42
-
43
- /**
44
- * @param \FS_Scope_Entity $entity
45
- * @param int $timestamp
46
- * @param string $action
47
- *
48
- * @return string
49
- */
50
- function get_secure_token( FS_Scope_Entity $entity, $timestamp, $action = '' ) {
51
- return md5(
52
- $timestamp .
53
- $entity->id .
54
- $entity->secret_key .
55
- $entity->public_key .
56
- $action
57
- );
58
- }
59
-
60
- /**
61
- * @param \FS_Scope_Entity $entity
62
- * @param int|bool $timestamp
63
- * @param string $action
64
- *
65
- * @return array
66
- */
67
- function get_context_params( FS_Scope_Entity $entity, $timestamp = false, $action = '' ) {
68
- if ( false === $timestamp ) {
69
- $timestamp = time();
70
- }
71
-
72
- return array(
73
- 's_ctx_type' => $entity->get_type(),
74
- 's_ctx_id' => $entity->id,
75
- 's_ctx_ts' => $timestamp,
76
- 's_ctx_secure' => $this->get_secure_token( $entity, $timestamp, $action ),
77
- );
78
- }
79
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/debug/class-fs-debug-bar-panel.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.7.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Extends Debug Bar plugin by adding a panel to show all Freemius API requests.
15
- *
16
- * @author Vova Feldman (@svovaf)
17
- * @since 1.1.7.3
18
- *
19
- * Class Freemius_Debug_Bar_Panel
20
- */
21
- class Freemius_Debug_Bar_Panel extends Debug_Bar_Panel {
22
- function init() {
23
- $this->title( 'Freemius' );
24
- }
25
-
26
- static function requests_count() {
27
- if ( class_exists( 'Freemius_Api' ) ) {
28
- $logger = Freemius_Api::GetLogger();
29
- } else {
30
- $logger = array();
31
- }
32
-
33
- return number_format( count( $logger ) );
34
- }
35
-
36
- static function total_time() {
37
- if ( class_exists( 'Freemius_Api' ) ) {
38
- $logger = Freemius_Api::GetLogger();
39
- } else {
40
- $logger = array();
41
- }
42
-
43
- $total_time = .0;
44
- foreach ( $logger as $l ) {
45
- $total_time += $l['total'];
46
- }
47
-
48
- return number_format( 100 * $total_time, 2 ) . ' ' . __fs( 'ms' );
49
- }
50
-
51
- function render() {
52
- ?>
53
- <div id='debug-bar-php'>
54
- <?php fs_require_template( '/debug/api-calls.php' ) ?>
55
- <br>
56
- <?php fs_require_template( '/debug/scheduled-crons.php' ) ?>
57
- <br>
58
- <?php fs_require_template( '/debug/plugins-themes-sync.php' ) ?>
59
- <br>
60
- <?php fs_require_template( '/debug/logger.php' ) ?>
61
- </div>
62
- <?php
63
- }
64
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/debug/debug-bar-start.php DELETED
@@ -1,52 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.7.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- if ( ! WP_FS__DEBUG_SDK ) {
14
- return;
15
- }
16
-
17
- /**
18
- * Initialize Freemius custom debug panels.
19
- *
20
- * @param array $panels Debug bar panels objects
21
- *
22
- * @return array Debug bar panels with your custom panels
23
- */
24
- function fs_custom_panels_init( $panels ) {
25
- if ( class_exists( 'Debug_Bar_Panel' ) ) {
26
- if ( FS_API__LOGGER_ON ) {
27
- require_once dirname( __FILE__ ) . '/class-fs-debug-bar-panel.php';
28
- $panels[] = new Freemius_Debug_Bar_Panel();
29
- }
30
- }
31
-
32
- return $panels;
33
- }
34
-
35
- function fs_custom_status_init( $statuses ) {
36
- if ( class_exists( 'Debug_Bar_Panel' ) ) {
37
- if ( FS_API__LOGGER_ON ) {
38
- require_once dirname( __FILE__ ) . '/class-fs-debug-bar-panel.php';
39
- $statuses[] = array(
40
- 'fs_api_requests',
41
- __fs( 'Freemius API' ),
42
- Freemius_Debug_Bar_Panel::requests_count() . ' ' . __fs( 'Requests' ) .
43
- ' (' . Freemius_Debug_Bar_Panel::total_time() . ')'
44
- );
45
- }
46
- }
47
-
48
- return $statuses;
49
- }
50
-
51
- add_filter( 'debug_bar_panels', 'fs_custom_panels_init' );
52
- add_filter( 'debug_bar_statuses', 'fs_custom_status_init' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-entity.php DELETED
@@ -1,149 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Get object's public variables.
15
- *
16
- * @author Vova Feldman (@svovaf)
17
- * @since 1.0.0
18
- *
19
- * @param object $object
20
- *
21
- * @return array
22
- */
23
- function fs_get_object_public_vars( $object ) {
24
- return get_object_vars( $object );
25
- }
26
-
27
- class FS_Entity {
28
- /**
29
- * @var number
30
- */
31
- public $id;
32
- /**
33
- * @var string Datetime value in 'YYYY-MM-DD HH:MM:SS' format.
34
- */
35
- public $updated;
36
- /**
37
- * @var string Datetime value in 'YYYY-MM-DD HH:MM:SS' format.
38
- */
39
- public $created;
40
-
41
- /**
42
- * @param bool|object $entity
43
- */
44
- function __construct( $entity = false ) {
45
- if ( ! ( $entity instanceof stdClass ) ) {
46
- return;
47
- }
48
-
49
- $props = fs_get_object_public_vars( $this );
50
-
51
- foreach ( $props as $key => $def_value ) {
52
- $this->{$key} = isset( $entity->{$key} ) ?
53
- $entity->{$key} :
54
- $def_value;
55
- }
56
- }
57
-
58
- static function get_type() {
59
- return 'type';
60
- }
61
-
62
- /**
63
- * @author Vova Feldman (@svovaf)
64
- * @since 1.0.6
65
- *
66
- * @param FS_Entity $entity1
67
- * @param FS_Entity $entity2
68
- *
69
- * @return bool
70
- */
71
- static function equals( $entity1, $entity2 ) {
72
- if ( is_null( $entity1 ) && is_null( $entity2 ) ) {
73
- return true;
74
- } else if ( is_object( $entity1 ) && is_object( $entity2 ) ) {
75
- return ( $entity1->id == $entity2->id );
76
- } else if ( is_object( $entity1 ) ) {
77
- return is_null( $entity1->id );
78
- } else {
79
- return is_null( $entity2->id );
80
- }
81
- }
82
-
83
- private $_is_updated = false;
84
-
85
- /**
86
- * Update object property.
87
- *
88
- * @author Vova Feldman (@svovaf)
89
- * @since 1.0.9
90
- *
91
- * @param string|array[string]mixed $key
92
- * @param string|bool $val
93
- *
94
- * @return bool
95
- */
96
- function update( $key, $val = false ) {
97
- if ( ! is_array( $key ) ) {
98
- $key = array( $key => $val );
99
- }
100
-
101
- $is_updated = false;
102
-
103
- foreach ( $key as $k => $v ) {
104
- if ( $this->{$k} === $v ) {
105
- continue;
106
- }
107
-
108
- if ( ( is_string( $this->{$k} ) && is_numeric( $v ) ||
109
- ( is_numeric( $this->{$k} ) && is_string( $v ) ) ) &&
110
- $this->{$k} == $v
111
- ) {
112
- continue;
113
- }
114
-
115
- // Update value.
116
- $this->{$k} = $v;
117
-
118
- $is_updated = true;
119
- }
120
-
121
- $this->_is_updated = $is_updated;
122
-
123
- return $is_updated;
124
- }
125
-
126
- /**
127
- * Checks if entity was updated.
128
- *
129
- * @author Vova Feldman (@svovaf)
130
- * @since 1.0.9
131
- *
132
- * @return bool
133
- */
134
- function is_updated() {
135
- return $this->_is_updated;
136
- }
137
-
138
- /**
139
- * @param $id
140
- *
141
- * @author Vova Feldman (@svovaf)
142
- * @since 1.1.2
143
- *
144
- * @return bool
145
- */
146
- static function is_valid_id($id){
147
- return is_numeric($id);
148
- }
149
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-payment.php DELETED
@@ -1,94 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2016, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.0
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Payment extends FS_Entity {
14
-
15
- #region Properties
16
-
17
- /**
18
- * @var number
19
- */
20
- public $plugin_id;
21
- /**
22
- * @var number
23
- */
24
- public $user_id;
25
- /**
26
- * @var number
27
- */
28
- public $install_id;
29
- /**
30
- * @var number
31
- */
32
- public $subscription_id;
33
- /**
34
- * @var number
35
- */
36
- public $plan_id;
37
- /**
38
- * @var number
39
- */
40
- public $license_id;
41
- /**
42
- * @var float
43
- */
44
- public $gross;
45
- /**
46
- * @var number
47
- */
48
- public $bound_payment_id;
49
- /**
50
- * @var string
51
- */
52
- public $external_id;
53
- /**
54
- * @var string
55
- */
56
- public $gateway;
57
- /**
58
- * @var string ISO 3166-1 alpha-2 - two-letter country code.
59
- *
60
- * @link http://www.wikiwand.com/en/ISO_3166-1_alpha-2
61
- */
62
- public $country_code;
63
- /**
64
- * @var string
65
- */
66
- public $vat_id;
67
- /**
68
- * @var float Actual Tax / VAT in $$$
69
- */
70
- public $vat;
71
-
72
- #endregion Properties
73
-
74
- /**
75
- * @param object|bool $payment
76
- */
77
- function __construct( $payment = false ) {
78
- parent::__construct( $payment );
79
- }
80
-
81
- static function get_type() {
82
- return 'payment';
83
- }
84
-
85
- /**
86
- * @author Vova Feldman (@svovaf)
87
- * @since 1.0.0
88
- *
89
- * @return bool
90
- */
91
- function is_refund() {
92
- return ( parent::is_valid_id( $this->bound_payment_id ) && 0 > $this->gross );
93
- }
94
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-plugin-info.php DELETED
@@ -1,34 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Plugin_Info extends FS_Entity {
14
- public $plugin_id;
15
- public $description;
16
- public $short_description;
17
- public $banner_url;
18
- public $card_banner_url;
19
- public $selling_point_0;
20
- public $selling_point_1;
21
- public $selling_point_2;
22
- public $screenshots;
23
-
24
- /**
25
- * @param stdClass|bool $plugin_info
26
- */
27
- function __construct( $plugin_info = false ) {
28
- parent::__construct( $plugin_info );
29
- }
30
-
31
- static function get_type() {
32
- return 'plugin';
33
- }
34
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-plugin-license.php DELETED
@@ -1,216 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.5
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Plugin_License extends FS_Entity {
14
-
15
- #region Properties
16
-
17
- /**
18
- * @var number
19
- */
20
- public $plugin_id;
21
- /**
22
- * @var number
23
- */
24
- public $user_id;
25
- /**
26
- * @var number
27
- */
28
- public $plan_id;
29
- /**
30
- * @var number
31
- */
32
- public $pricing_id;
33
- /**
34
- * @var int|null
35
- */
36
- public $quota;
37
- /**
38
- * @var int
39
- */
40
- public $activated;
41
- /**
42
- * @var int
43
- */
44
- public $activated_local;
45
- /**
46
- * @var string
47
- */
48
- public $expiration;
49
- /**
50
- * @var string
51
- */
52
- public $secret_key;
53
- /**
54
- * @var bool $is_free_localhost Defaults to true. If true, allow unlimited localhost installs with the same
55
- * license.
56
- */
57
- public $is_free_localhost;
58
- /**
59
- * @var bool $is_block_features Defaults to true. If false, don't block features after license expiry - only
60
- * block updates and support.
61
- */
62
- public $is_block_features;
63
- /**
64
- * @var bool
65
- */
66
- public $is_cancelled;
67
-
68
- #endregion Properties
69
-
70
- /**
71
- * @param stdClass|bool $license
72
- */
73
- function __construct( $license = false ) {
74
- parent::__construct( $license );
75
- }
76
-
77
- static function get_type() {
78
- return 'license';
79
- }
80
-
81
- /**
82
- * Check how many site activations left.
83
- *
84
- * @author Vova Feldman (@svovaf)
85
- * @since 1.0.5
86
- *
87
- * @return int
88
- */
89
- function left() {
90
- if ( ! $this->is_active() || $this->is_expired() ) {
91
- return 0;
92
- }
93
-
94
- if ( $this->is_unlimited() ) {
95
- return 999;
96
- }
97
-
98
- return ( $this->quota - $this->activated - ( $this->is_free_localhost ? 0 : $this->activated_local ) );
99
- }
100
-
101
- /**
102
- * Check if single site license.
103
- *
104
- * @author Vova Feldman (@svovaf)
105
- * @since 1.1.8.1
106
- *
107
- * @return bool
108
- */
109
- function is_single_site() {
110
- return ( is_numeric( $this->quota ) && 1 == $this->quota );
111
- }
112
-
113
- /**
114
- * @author Vova Feldman (@svovaf)
115
- * @since 1.0.5
116
- *
117
- * @return bool
118
- */
119
- function is_expired() {
120
- return ! $this->is_lifetime() && ( strtotime( $this->expiration ) < WP_FS__SCRIPT_START_TIME );
121
- }
122
-
123
- /**
124
- * Check if license is not expired.
125
- *
126
- * @author Vova Feldman (@svovaf)
127
- * @since 1.2.1
128
- *
129
- * @return bool
130
- */
131
- function is_valid() {
132
- return ! $this->is_expired();
133
- }
134
-
135
- /**
136
- * @author Vova Feldman (@svovaf)
137
- * @since 1.0.6
138
- *
139
- * @return bool
140
- */
141
- function is_lifetime() {
142
- return is_null( $this->expiration );
143
- }
144
-
145
- /**
146
- * @author Vova Feldman (@svovaf)
147
- * @since 1.2.0
148
- *
149
- * @return bool
150
- */
151
- function is_unlimited() {
152
- return is_null( $this->quota );
153
- }
154
-
155
- /**
156
- * Check if license is fully utilized.
157
- *
158
- * @author Vova Feldman (@svovaf)
159
- * @since 1.0.6
160
- *
161
- * @param bool $is_localhost
162
- *
163
- * @return bool
164
- */
165
- function is_utilized( $is_localhost = null ) {
166
- if ( is_null( $is_localhost ) ) {
167
- $is_localhost = WP_FS__IS_LOCALHOST_FOR_SERVER;
168
- }
169
-
170
- if ( $this->is_unlimited() ) {
171
- return false;
172
- }
173
-
174
- return ! ( $this->is_free_localhost && $is_localhost ) &&
175
- ( $this->quota <= $this->activated + ( $this->is_free_localhost ? 0 : $this->activated_local ) );
176
- }
177
-
178
- /**
179
- * @author Vova Feldman (@svovaf)
180
- * @since 1.2.1
181
- *
182
- * @return bool
183
- */
184
- function is_active() {
185
- return ( ! $this->is_cancelled );
186
- }
187
-
188
- /**
189
- * Check if license's plan features are enabled.
190
- *
191
- * - Either if plan not expired
192
- * - If expired, based on the configuration to block features or not.
193
- *
194
- * @author Vova Feldman (@svovaf)
195
- * @since 1.0.6
196
- *
197
- * @return bool
198
- */
199
- function is_features_enabled() {
200
- return $this->is_active() && ( ! $this->is_block_features || ! $this->is_expired() );
201
- }
202
-
203
- /**
204
- * Subscription considered to be new without any payments
205
- * if the license expires in less than 24 hours
206
- * from the license creation.
207
- *
208
- * @author Vova Feldman (@svovaf)
209
- * @since 1.0.9
210
- *
211
- * @return bool
212
- */
213
- function is_first_payment_pending() {
214
- return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->expiration ) - strtotime( $this->created ) );
215
- }
216
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-plugin-plan.php DELETED
@@ -1,145 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.5
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Class FS_Plugin_Plan
15
- *
16
- * @property FS_Pricing[] $pricing
17
- */
18
- class FS_Plugin_Plan extends FS_Entity {
19
-
20
- #region Properties
21
-
22
- /**
23
- * @var number
24
- */
25
- public $plugin_id;
26
- /**
27
- * @var string
28
- */
29
- public $name;
30
- /**
31
- * @var string
32
- */
33
- public $title;
34
- /**
35
- * @var string
36
- */
37
- public $description;
38
- /**
39
- * @var bool Defaults to true. If true, allow unlimited localhost installs with the same license.
40
- */
41
- public $is_free_localhost;
42
- /**
43
- * @var bool Defaults to true. If false, don't block features after license expiry - only block updates and
44
- * support.
45
- */
46
- public $is_block_features;
47
- /**
48
- * @var int
49
- */
50
- public $license_type;
51
- /**
52
- * @var bool
53
- */
54
- public $is_https_support;
55
- /**
56
- * @var int Trial days.
57
- */
58
- public $trial_period;
59
- /**
60
- * @var string If true, require payment for trial.
61
- */
62
- public $is_require_subscription;
63
- /**
64
- * @var string Knowledge Base URL.
65
- */
66
- public $support_kb;
67
- /**
68
- * @var string Support Forum URL.
69
- */
70
- public $support_forum;
71
- /**
72
- * @var string Support email address.
73
- */
74
- public $support_email;
75
- /**
76
- * @var string Support phone.
77
- */
78
- public $support_phone;
79
- /**
80
- * @var string Support skype username.
81
- */
82
- public $support_skype;
83
- /**
84
- * @var bool Is personal success manager supported with the plan.
85
- */
86
- public $is_success_manager;
87
- /**
88
- * @var bool Is featured plan.
89
- */
90
- public $is_featured;
91
-
92
- #endregion Properties
93
-
94
- /**
95
- * @param object|bool $plan
96
- */
97
- function __construct( $plan = false ) {
98
- parent::__construct( $plan );
99
-
100
- if ( is_object( $plan ) ) {
101
- $this->name = strtolower( $plan->name );
102
- }
103
- }
104
-
105
- static function get_type() {
106
- return 'plan';
107
- }
108
-
109
- /**
110
- * @author Vova Feldman (@svovaf)
111
- * @since 1.0.9
112
- *
113
- * @return bool
114
- */
115
- function is_free() {
116
- return ( 'free' === $this->name );
117
- }
118
-
119
- /**
120
- * Checks if this plan supports "Technical Support".
121
- *
122
- * @author Leo Fajardo (leorw)
123
- * @since 1.2.0
124
- *
125
- * @return bool
126
- */
127
- function has_technical_support() {
128
- return ( ! empty( $this->support_email ) ||
129
- ! empty( $this->support_skype ) ||
130
- ! empty( $this->support_phone ) ||
131
- ! empty( $this->is_success_manager )
132
- );
133
- }
134
-
135
- /**
136
- * @author Vova Feldman (@svovaf)
137
- * @since 1.0.9
138
- *
139
- * @return bool
140
- */
141
- function has_trial() {
142
- return ! $this->is_free() &&
143
- is_numeric( $this->trial_period ) && ( $this->trial_period > 0 );
144
- }
145
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-plugin-tag.php DELETED
@@ -1,24 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.4
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Plugin_Tag extends FS_Entity {
14
- public $version;
15
- public $url;
16
-
17
- function __construct( $tag = false ) {
18
- parent::__construct( $tag );
19
- }
20
-
21
- static function get_type() {
22
- return 'tag';
23
- }
24
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-plugin.php DELETED
@@ -1,90 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Plugin extends FS_Scope_Entity {
14
- /**
15
- * @since 1.0.6
16
- * @var null|number
17
- */
18
- public $parent_plugin_id;
19
- /**
20
- * @var string
21
- */
22
- public $title;
23
- /**
24
- * @var string
25
- */
26
- public $slug;
27
-
28
- #region Install Specific Properties
29
-
30
- /**
31
- * @var string
32
- */
33
- public $file;
34
- /**
35
- * @var string
36
- */
37
- public $version;
38
- /**
39
- * @var bool
40
- */
41
- public $auto_update;
42
- /**
43
- * @var FS_Plugin_Info
44
- */
45
- public $info;
46
- /**
47
- * @since 1.0.9
48
- *
49
- * @var bool
50
- */
51
- public $is_premium;
52
- /**
53
- * @since 1.0.9
54
- *
55
- * @var bool
56
- */
57
- public $is_live;
58
-
59
- #endregion Install Specific Properties
60
-
61
- /**
62
- * @param stdClass|bool $plugin
63
- */
64
- function __construct( $plugin = false ) {
65
- parent::__construct( $plugin );
66
-
67
- $this->is_premium = false;
68
- $this->is_live = true;
69
-
70
- if ( isset( $plugin->info ) && is_object( $plugin->info ) ) {
71
- $this->info = new FS_Plugin_Info( $plugin->info );
72
- }
73
- }
74
-
75
- /**
76
- * Check if plugin is an add-on (has parent).
77
- *
78
- * @author Vova Feldman (@svovaf)
79
- * @since 1.0.6
80
- *
81
- * @return bool
82
- */
83
- function is_addon() {
84
- return isset( $this->parent_plugin_id ) && is_numeric( $this->parent_plugin_id );
85
- }
86
-
87
- static function get_type() {
88
- return 'plugin';
89
- }
90
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-pricing.php DELETED
@@ -1,141 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius for EDD Add-On
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.0
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Pricing extends FS_Entity {
14
-
15
- #region Properties
16
-
17
- /**
18
- * @var number
19
- */
20
- public $plan_id;
21
- /**
22
- * @var int
23
- */
24
- public $licenses;
25
- /**
26
- * @var null|float
27
- */
28
- public $monthly_price;
29
- /**
30
- * @var null|float
31
- */
32
- public $annual_price;
33
- /**
34
- * @var null|float
35
- */
36
- public $lifetime_price;
37
-
38
- #endregion Properties
39
-
40
- /**
41
- * @param object|bool $pricing
42
- */
43
- function __construct( $pricing = false ) {
44
- parent::__construct( $pricing );
45
- }
46
-
47
- static function get_type() {
48
- return 'pricing';
49
- }
50
-
51
- /**
52
- * @author Vova Feldman (@svovaf)
53
- * @since 1.1.8
54
- *
55
- * @return bool
56
- */
57
- function has_monthly() {
58
- return ( is_numeric( $this->monthly_price ) && $this->monthly_price > 0 );
59
- }
60
-
61
- /**
62
- * @author Vova Feldman (@svovaf)
63
- * @since 1.1.8
64
- *
65
- * @return bool
66
- */
67
- function has_annual() {
68
- return ( is_numeric( $this->annual_price ) && $this->annual_price > 0 );
69
- }
70
-
71
- /**
72
- * @author Vova Feldman (@svovaf)
73
- * @since 1.1.8
74
- *
75
- * @return bool
76
- */
77
- function has_lifetime() {
78
- return ( is_numeric( $this->lifetime_price ) && $this->lifetime_price > 0 );
79
- }
80
-
81
- /**
82
- * Check if unlimited licenses pricing.
83
- *
84
- * @author Vova Feldman (@svovaf)
85
- * @since 1.1.8
86
- *
87
- * @return bool
88
- */
89
- function is_unlimited() {
90
- return is_null( $this->licenses );
91
- }
92
-
93
-
94
- /**
95
- * Check if pricing has more than one billing cycle.
96
- *
97
- * @author Vova Feldman (@svovaf)
98
- * @since 1.1.8
99
- *
100
- * @return bool
101
- */
102
- function is_multi_cycle() {
103
- $cycles = 0;
104
- if ( $this->has_monthly() ) {
105
- $cycles ++;
106
- }
107
- if ( $this->has_annual() ) {
108
- $cycles ++;
109
- }
110
- if ( $this->has_lifetime() ) {
111
- $cycles ++;
112
- }
113
-
114
- return $cycles > 1;
115
- }
116
-
117
- /**
118
- * Get annual over monthly discount.
119
- *
120
- * @author Vova Feldman (@svovaf)
121
- * @since 1.1.8
122
- *
123
- * @return int
124
- */
125
- function annual_discount_percentage() {
126
- return floor( $this->annual_savings() / ( $this->monthly_price * 12 * ( $this->is_unlimited() ? 1 : $this->licenses ) ) * 100 );
127
- }
128
-
129
- /**
130
- * Get annual over monthly savings.
131
- *
132
- * @author Vova Feldman (@svovaf)
133
- * @since 1.1.8
134
- *
135
- * @return float
136
- */
137
- function annual_savings() {
138
- return ( $this->monthly_price * 12 - $this->annual_price ) * ( $this->is_unlimited() ? 1 : $this->licenses );
139
- }
140
-
141
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-scope-entity.php DELETED
@@ -1,29 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.4
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Scope_Entity extends FS_Entity {
14
- /**
15
- * @var string
16
- */
17
- public $public_key;
18
- /**
19
- * @var string
20
- */
21
- public $secret_key;
22
-
23
- /**
24
- * @param bool|stdClass $scope_entity
25
- */
26
- function __construct( $scope_entity = false ) {
27
- parent::__construct( $scope_entity );
28
- }
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-site.php DELETED
@@ -1,127 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Site extends FS_Scope_Entity {
14
- /**
15
- * @var string
16
- */
17
- public $slug;
18
- /**
19
- * @var number
20
- */
21
- public $site_id;
22
- /**
23
- * @var number
24
- */
25
- public $plugin_id;
26
- /**
27
- * @var number
28
- */
29
- public $user_id;
30
- /**
31
- * @var string
32
- */
33
- public $title;
34
- /**
35
- * @var string
36
- */
37
- public $url;
38
- /**
39
- * @var string
40
- */
41
- public $version;
42
- /**
43
- * @var string E.g. en-GB
44
- */
45
- public $language;
46
- /**
47
- * @var string E.g. UTF-8
48
- */
49
- public $charset;
50
- /**
51
- * @var string Platform version (e.g WordPress version).
52
- */
53
- public $platform_version;
54
- /**
55
- * @var string Programming language version (e.g PHP version).
56
- */
57
- public $programming_language_version;
58
- /**
59
- * @var FS_Plugin_Plan $plan
60
- */
61
- public $plan;
62
- /**
63
- * @var number|null
64
- */
65
- public $license_id;
66
- /**
67
- * @var number|null
68
- */
69
- public $trial_plan_id;
70
- /**
71
- * @var string|null
72
- */
73
- public $trial_ends;
74
- /**
75
- * @since 1.0.9
76
- *
77
- * @var bool
78
- */
79
- public $is_premium = false;
80
-
81
- /**
82
- * @param stdClass|bool $site
83
- */
84
- function __construct( $site = false ) {
85
- $this->plan = new FS_Plugin_Plan();
86
-
87
- parent::__construct( $site );
88
-
89
- if ( is_object( $site ) ) {
90
- $this->plan->id = $site->plan_id;
91
- }
92
- }
93
-
94
- static function get_type() {
95
- return 'install';
96
- }
97
-
98
- function is_localhost() {
99
- // The server has no way to verify if localhost unless localhost appears in domain.
100
- return WP_FS__IS_LOCALHOST_FOR_SERVER;
101
- // return (substr($_SERVER['REMOTE_ADDR'], 0, 4) == '127.' || $_SERVER['REMOTE_ADDR'] == '::1');
102
- }
103
-
104
- /**
105
- * Check if site in trial.
106
- *
107
- * @author Vova Feldman (@svovaf)
108
- * @since 1.0.9
109
- *
110
- * @return bool
111
- */
112
- function is_trial() {
113
- return is_numeric( $this->trial_plan_id ) && ( strtotime( $this->trial_ends ) > WP_FS__SCRIPT_START_TIME );
114
- }
115
-
116
- /**
117
- * Check if user already utilized the trial with the current install.
118
- *
119
- * @author Vova Feldman (@svovaf)
120
- * @since 1.0.9
121
- *
122
- * @return bool
123
- */
124
- function is_trial_utilized() {
125
- return is_numeric( $this->trial_plan_id );
126
- }
127
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-subscription.php DELETED
@@ -1,125 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.9
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Subscription extends FS_Entity {
14
-
15
- #region Properties
16
-
17
- /**
18
- * @var number
19
- */
20
- public $user_id;
21
- /**
22
- * @var number
23
- */
24
- public $install_id;
25
- /**
26
- * @var number
27
- */
28
- public $plan_id;
29
- /**
30
- * @var number
31
- */
32
- public $license_id;
33
- /**
34
- * @var float
35
- */
36
- public $total_gross;
37
- /**
38
- * @var float
39
- */
40
- public $amount_per_cycle;
41
- /**
42
- * @var int # of months
43
- */
44
- public $billing_cycle;
45
- /**
46
- * @var float
47
- */
48
- public $outstanding_balance;
49
- /**
50
- * @var int
51
- */
52
- public $failed_payments;
53
- /**
54
- * @var string
55
- */
56
- public $gateway;
57
- /**
58
- * @var string
59
- */
60
- public $external_id;
61
- /**
62
- * @var string|null
63
- */
64
- public $trial_ends;
65
- /**
66
- * @var string|null Datetime of the next payment, or null if cancelled
67
- */
68
- public $next_payment;
69
- /**
70
- * @var string|null
71
- */
72
- public $vat_id;
73
- /**
74
- * @var string Two characters country code
75
- */
76
- public $country_code;
77
-
78
- #endregion Properties
79
-
80
- /**
81
- * @param object|bool $subscription
82
- */
83
- function __construct( $subscription = false ) {
84
- parent::__construct( $subscription );
85
- }
86
-
87
- static function get_type() {
88
- return 'subscription';
89
- }
90
-
91
- /**
92
- * Check if subscription is active.
93
- *
94
- * @author Vova Feldman (@svovaf)
95
- * @since 1.0.9
96
- *
97
- * @return bool
98
- */
99
- function is_active() {
100
- return ! empty( $this->next_payment ) &&
101
- ( strtotime( $this->next_payment ) > WP_FS__SCRIPT_START_TIME );
102
- }
103
-
104
- /**
105
- * Subscription considered to be new without any payments
106
- * if the next payment should be made within less than 24 hours
107
- * from the subscription creation.
108
- *
109
- * @author Vova Feldman (@svovaf)
110
- * @since 1.0.9
111
- *
112
- * @return bool
113
- */
114
- function is_first_payment_pending() {
115
- return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->next_payment ) - strtotime( $this->created ) );
116
- }
117
-
118
- /**
119
- * @author Vova Feldman (@svovaf)
120
- * @since 1.1.7
121
- */
122
- function has_trial() {
123
- return ! is_null( $this->trial_ends );
124
- }
125
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/entities/class-fs-user.php DELETED
@@ -1,62 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_User extends FS_Scope_Entity {
14
-
15
- #region Properties
16
-
17
- /**
18
- * @var string
19
- */
20
- public $email;
21
- /**
22
- * @var string
23
- */
24
- public $first;
25
- /**
26
- * @var string
27
- */
28
- public $last;
29
- /**
30
- * @var bool
31
- */
32
- public $is_verified;
33
- /**
34
- * @var string|null
35
- */
36
- public $customer_id;
37
- /**
38
- * @var float
39
- */
40
- public $gross;
41
-
42
- #endregion Properties
43
-
44
- /**
45
- * @param object|bool $user
46
- */
47
- function __construct( $user = false ) {
48
- parent::__construct( $user );
49
- }
50
-
51
- function get_name() {
52
- return trim( ucfirst( trim( is_string( $this->first ) ? $this->first : '' ) ) . ' ' . ucfirst( trim( is_string( $this->last ) ? $this->last : '' ) ) );
53
- }
54
-
55
- function is_verified() {
56
- return ( isset( $this->is_verified ) && true === $this->is_verified );
57
- }
58
-
59
- static function get_type() {
60
- return 'user';
61
- }
62
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/fs-core-functions.php DELETED
@@ -1,463 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- global $fs_core_logger;
14
-
15
- $fs_core_logger = FS_Logger::get_logger( WP_FS__SLUG . '_core', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
16
-
17
- if ( ! function_exists( 'fs_dummy' ) ) {
18
- function fs_dummy() {
19
- }
20
- }
21
-
22
- if ( ! function_exists( 'starts_with' ) ) {
23
- function starts_with( $haystack, $needle ) {
24
- $length = strlen( $needle );
25
-
26
- return ( substr( $haystack, 0, $length ) === $needle );
27
- }
28
- }
29
-
30
- /* Url.
31
- --------------------------------------------------------------------------------------------*/
32
- function fs_get_url_daily_cache_killer() {
33
- return date( '\YY\Mm\Dd' );
34
- }
35
-
36
- /* Templates / Views.
37
- --------------------------------------------------------------------------------------------*/
38
- if ( ! function_exists( 'fs_get_template_path' ) ) {
39
- function fs_get_template_path( $path ) {
40
- return WP_FS__DIR_TEMPLATES . '/' . trim( $path, '/' );
41
- }
42
-
43
- function fs_include_template( $path, &$params = null ) {
44
- $VARS = &$params;
45
- include( fs_get_template_path( $path ) );
46
- }
47
-
48
- function fs_include_once_template( $path, &$params = null ) {
49
- $VARS = &$params;
50
- include_once( fs_get_template_path( $path ) );
51
- }
52
-
53
- function fs_require_template( $path, &$params = null ) {
54
- $VARS = &$params;
55
- require( fs_get_template_path( $path ) );
56
- }
57
-
58
- function fs_require_once_template( $path, &$params = null ) {
59
- $VARS = &$params;
60
- require_once( fs_get_template_path( $path ) );
61
- }
62
-
63
- function fs_get_template( $path, &$params = null ) {
64
- ob_start();
65
-
66
- $VARS = &$params;
67
- require_once( fs_get_template_path( $path ) );
68
-
69
- return ob_get_clean();
70
- }
71
- }
72
-
73
- /* Scripts and styles including.
74
- --------------------------------------------------------------------------------------------*/
75
- function fs_enqueue_local_style( $handle, $path, $deps = array(), $ver = false, $media = 'all' ) {
76
- global $fs_core_logger;
77
- if ( $fs_core_logger->is_on() ) {
78
- $fs_core_logger->info( 'handle = ' . $handle . '; path = ' . $path . ';' );
79
- $fs_core_logger->info( 'plugin_basename = ' . plugins_url( WP_FS__DIR_CSS . trim( $path, '/' ) ) );
80
- $fs_core_logger->info( 'plugins_url = ' . plugins_url( plugin_basename( WP_FS__DIR_CSS . '/' . trim( $path, '/' ) ) ) );
81
- }
82
-
83
- wp_enqueue_style( $handle, plugins_url( plugin_basename( WP_FS__DIR_CSS . '/' . trim( $path, '/' ) ) ), $deps, $ver, $media );
84
- }
85
-
86
- function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = 'all' ) {
87
- global $fs_core_logger;
88
- if ( $fs_core_logger->is_on() ) {
89
- $fs_core_logger->info( 'handle = ' . $handle . '; path = ' . $path . ';' );
90
- $fs_core_logger->info( 'plugin_basename = ' . plugins_url( WP_FS__DIR_JS . trim( $path, '/' ) ) );
91
- $fs_core_logger->info( 'plugins_url = ' . plugins_url( plugin_basename( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ) ) );
92
- }
93
-
94
- wp_enqueue_script( $handle, plugins_url( plugin_basename( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ) ), $deps, $ver, $in_footer );
95
- }
96
-
97
- function fs_img_url( $path, $img_dir = WP_FS__DIR_IMG ) {
98
- return plugins_url( plugin_basename( $img_dir . '/' . trim( $path, '/' ) ) );
99
- }
100
-
101
- /* Request handlers.
102
- --------------------------------------------------------------------------------------------*/
103
- /**
104
- * @param string $key
105
- * @param mixed $def
106
- *
107
- * @return mixed
108
- */
109
- function fs_request_get( $key, $def = false ) {
110
- return isset( $_REQUEST[ $key ] ) ? $_REQUEST[ $key ] : $def;
111
- }
112
-
113
- function fs_request_has( $key ) {
114
- return isset( $_REQUEST[ $key ] );
115
- }
116
-
117
- function fs_request_get_bool( $key, $def = false ) {
118
- if ( ! isset( $_REQUEST[ $key ] ) ) {
119
- return $def;
120
- }
121
-
122
- if ( 1 == $_REQUEST[ $key ] || 'true' === strtolower( $_REQUEST[ $key ] ) ) {
123
- return true;
124
- }
125
-
126
- if ( 0 == $_REQUEST[ $key ] || 'false' === strtolower( $_REQUEST[ $key ] ) ) {
127
- return false;
128
- }
129
-
130
- return $def;
131
- }
132
-
133
- function fs_request_is_post() {
134
- return ( 'post' === strtolower( $_SERVER['REQUEST_METHOD'] ) );
135
- }
136
-
137
- function fs_request_is_get() {
138
- return ( 'get' === strtolower( $_SERVER['REQUEST_METHOD'] ) );
139
- }
140
-
141
- function fs_get_action( $action_key = 'action' ) {
142
- if ( ! empty( $_REQUEST[ $action_key ] ) ) {
143
- return strtolower( $_REQUEST[ $action_key ] );
144
- }
145
-
146
- if ( 'action' == $action_key ) {
147
- $action_key = 'fs_action';
148
-
149
- if ( ! empty( $_REQUEST[ $action_key ] ) ) {
150
- return strtolower( $_REQUEST[ $action_key ] );
151
- }
152
- }
153
-
154
- return false;
155
- }
156
-
157
- function fs_request_is_action( $action, $action_key = 'action' ) {
158
- return ( strtolower( $action ) === fs_get_action( $action_key ) );
159
- }
160
-
161
- function fs_is_plugin_page( $menu_slug ) {
162
- return ( is_admin() && $_REQUEST['page'] === $menu_slug );
163
- }
164
-
165
- /* Core UI.
166
- --------------------------------------------------------------------------------------------*/
167
- /**
168
- * @param string $slug
169
- * @param string $page
170
- * @param string $action
171
- * @param string $title
172
- * @param array $params
173
- * @param bool $is_primary
174
- * @param string|bool $icon_class Optional class for an icon (since 1.1.7).
175
- * @param string|bool $confirmation Optional confirmation message before submit (since 1.1.7).
176
- * @param string $method Since 1.1.7
177
- *
178
- * @uses fs_ui_get_action_button()
179
- */
180
- function fs_ui_action_button(
181
- $slug,
182
- $page,
183
- $action,
184
- $title,
185
- $params = array(),
186
- $is_primary = true,
187
- $icon_class = false,
188
- $confirmation = false,
189
- $method = 'GET'
190
- ) {
191
- echo fs_ui_get_action_button(
192
- $slug,
193
- $page,
194
- $action,
195
- $title,
196
- $params,
197
- $is_primary,
198
- $icon_class,
199
- $confirmation,
200
- $method
201
- );
202
- }
203
-
204
- /**
205
- * @author Vova Feldman (@svovaf)
206
- * @since 1.1.7
207
- *
208
- * @param string $slug
209
- * @param string $page
210
- * @param string $action
211
- * @param string $title
212
- * @param array $params
213
- * @param bool $is_primary
214
- * @param string|bool $icon_class Optional class for an icon.
215
- * @param string|bool $confirmation Optional confirmation message before submit.
216
- * @param string $method
217
- *
218
- * @return string
219
- */
220
- function fs_ui_get_action_button(
221
- $slug,
222
- $page,
223
- $action,
224
- $title,
225
- $params = array(),
226
- $is_primary = true,
227
- $icon_class = false,
228
- $confirmation = false,
229
- $method = 'GET'
230
- ) {
231
- // Prepend icon (if set).
232
- $title = ( is_string( $icon_class ) ? '<i class="' . $icon_class . '"></i> ' : '' ) . $title;
233
-
234
- if ( is_string( $confirmation ) ) {
235
- return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="if (confirm(\'%s\')) this.parentNode.submit(); return false;">%s</a></form>',
236
- freemius( $slug )->_get_admin_page_url( $page, $params ),
237
- $method,
238
- $action,
239
- wp_nonce_field( $action, '_wpnonce', true, false ),
240
- 'button' . ( $is_primary ? ' button-primary' : '' ),
241
- $confirmation,
242
- $title
243
- );
244
- } else if ( 'GET' !== strtoupper( $method ) ) {
245
- return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="this.parentNode.submit(); return false;">%s</a></form>',
246
- freemius( $slug )->_get_admin_page_url( $page, $params ),
247
- $method,
248
- $action,
249
- wp_nonce_field( $action, '_wpnonce', true, false ),
250
- 'button' . ( $is_primary ? ' button-primary' : '' ),
251
- $title
252
- );
253
- } else {
254
- return sprintf( '<a href="%s" class="%s">%s</a></form>',
255
- wp_nonce_url( freemius( $slug )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ),
256
- 'button' . ( $is_primary ? ' button-primary' : '' ),
257
- $title
258
- );
259
- }
260
- }
261
-
262
- function fs_ui_action_link( $slug, $page, $action, $title, $params = array() ) {
263
- ?><a class=""
264
- href="<?php echo wp_nonce_url( freemius( $slug )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ) ?>"><?php echo $title ?></a><?php
265
- }
266
-
267
- /*function fs_error_handler($errno, $errstr, $errfile, $errline)
268
- {
269
- if (false === strpos($errfile, 'freemius/'))
270
- {
271
- // @todo Dump Freemius errors to local log.
272
- }
273
-
274
- // switch ($errno) {
275
- // case E_USER_ERROR:
276
- // break;
277
- // case E_WARNING:
278
- // case E_USER_WARNING:
279
- // break;
280
- // case E_NOTICE:
281
- // case E_USER_NOTICE:
282
- // break;
283
- // default:
284
- // break;
285
- // }
286
- }
287
-
288
- set_error_handler('fs_error_handler');*/
289
-
290
- function fs_nonce_url( $actionurl, $action = - 1, $name = '_wpnonce' ) {
291
- // $actionurl = str_replace( '&amp;', '&', $actionurl );
292
- return add_query_arg( $name, wp_create_nonce( $action ), $actionurl );
293
- }
294
-
295
- if ( ! function_exists( 'fs_starts_with' ) ) {
296
- /**
297
- * Check if string starts with.
298
- *
299
- * @author Vova Feldman (@svovaf)
300
- * @since 1.1.3
301
- *
302
- * @param string $haystack
303
- * @param string $needle
304
- *
305
- * @return bool
306
- */
307
- function fs_starts_with( $haystack, $needle ) {
308
- $length = strlen( $needle );
309
-
310
- return ( substr( $haystack, 0, $length ) === $needle );
311
- }
312
- }
313
-
314
- #region Url Canonization ------------------------------------------------------------------
315
-
316
- if ( ! function_exists( 'fs_canonize_url' ) ) {
317
- /**
318
- * @author Vova Feldman (@svovaf)
319
- * @since 1.1.3
320
- *
321
- * @param string $url
322
- * @param bool $omit_host
323
- * @param array $ignore_params
324
- *
325
- * @return string
326
- */
327
- function fs_canonize_url( $url, $omit_host = false, $ignore_params = array() ) {
328
- $parsed_url = parse_url( strtolower( $url ) );
329
-
330
- // if ( ! isset( $parsed_url['host'] ) ) {
331
- // return $url;
332
- // }
333
-
334
- $canonical = ( ( $omit_host || ! isset( $parsed_url['host'] ) ) ? '' : $parsed_url['host'] ) . $parsed_url['path'];
335
-
336
- if ( isset( $parsed_url['query'] ) ) {
337
- parse_str( $parsed_url['query'], $queryString );
338
- $canonical .= '?' . fs_canonize_query_string( $queryString, $ignore_params );
339
- }
340
-
341
- return $canonical;
342
- }
343
- }
344
-
345
- if ( ! function_exists( 'fs_canonize_query_string' ) ) {
346
- /**
347
- * @author Vova Feldman (@svovaf)
348
- * @since 1.1.3
349
- *
350
- * @param array $params
351
- * @param array $ignore_params
352
- * @param bool $params_prefix
353
- *
354
- * @return string
355
- */
356
- function fs_canonize_query_string( array $params, array &$ignore_params, $params_prefix = false ) {
357
- if ( ! is_array( $params ) || 0 === count( $params ) ) {
358
- return '';
359
- }
360
-
361
- // Url encode both keys and values
362
- $keys = fs_urlencode_rfc3986( array_keys( $params ) );
363
- $values = fs_urlencode_rfc3986( array_values( $params ) );
364
- $params = array_combine( $keys, $values );
365
-
366
- // Parameters are sorted by name, using lexicographical byte value ordering.
367
- // Ref: Spec: 9.1.1 (1)
368
- uksort( $params, 'strcmp' );
369
-
370
- $pairs = array();
371
- foreach ( $params as $parameter => $value ) {
372
- $lower_param = strtolower( $parameter );
373
-
374
- // Skip ignore params.
375
- if ( in_array( $lower_param, $ignore_params ) ||
376
- ( false !== $params_prefix && starts_with( $lower_param, $params_prefix ) )
377
- ) {
378
- continue;
379
- }
380
-
381
- if ( is_array( $value ) ) {
382
- // If two or more parameters share the same name, they are sorted by their value
383
- // Ref: Spec: 9.1.1 (1)
384
- natsort( $value );
385
- foreach ( $value as $duplicate_value ) {
386
- $pairs[] = $lower_param . '=' . $duplicate_value;
387
- }
388
- } else {
389
- $pairs[] = $lower_param . '=' . $value;
390
- }
391
- }
392
-
393
- if ( 0 === count( $pairs ) ) {
394
- return '';
395
- }
396
-
397
- return implode( "&", $pairs );
398
- }
399
- }
400
-
401
- if ( ! function_exists( 'fs_urlencode_rfc3986' ) ) {
402
- /**
403
- * @author Vova Feldman (@svovaf)
404
- * @since 1.1.3
405
- *
406
- * @param string|string[] $input
407
- *
408
- * @return array|mixed|string
409
- */
410
- function fs_urlencode_rfc3986( $input ) {
411
- if ( is_array( $input ) ) {
412
- return array_map( 'fs_urlencode_rfc3986', $input );
413
- } else if ( is_scalar( $input ) ) {
414
- return str_replace( '+', ' ', str_replace( '%7E', '~', rawurlencode( $input ) ) );
415
- }
416
-
417
- return '';
418
- }
419
- }
420
-
421
- #endregion Url Canonization ------------------------------------------------------------------
422
-
423
- function fs_download_image( $from, $to ) {
424
- $ch = curl_init( $from );
425
- $fp = fopen( fs_normalize_path( $to ), 'wb' );
426
- curl_setopt( $ch, CURLOPT_FILE, $fp );
427
- curl_setopt( $ch, CURLOPT_HEADER, 0 );
428
- curl_exec( $ch );
429
- curl_close( $ch );
430
- fclose( $fp );
431
- }
432
-
433
- /* General Utilities
434
- --------------------------------------------------------------------------------------------*/
435
-
436
- /**
437
- * Sorts an array by the value of the priority key.
438
- *
439
- * @author Daniel Iser (@danieliser)
440
- * @since 1.1.7
441
- *
442
- * @param $a
443
- * @param $b
444
- *
445
- * @return int
446
- */
447
- function fs_sort_by_priority( $a, $b ) {
448
-
449
- // If b has a priority and a does not, b wins.
450
- if ( ! isset( $a['priority'] ) && isset( $b['priority'] ) ) {
451
- return 1;
452
- } // If b has a priority and a does not, b wins.
453
- elseif ( isset( $a['priority'] ) && ! isset( $b['priority'] ) ) {
454
- return - 1;
455
- } // If neither has a priority or both priorities are equal its a tie.
456
- elseif ( ( ! isset( $a['priority'] ) && ! isset( $b['priority'] ) ) || $a['priority'] === $b['priority'] ) {
457
- return 0;
458
- }
459
-
460
- // If both have priority return the winner.
461
- return ( $a['priority'] < $b['priority'] ) ? - 1 : 1;
462
- }
463
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/fs-essential-functions.php DELETED
@@ -1,415 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.5
7
- */
8
-
9
- if ( ! function_exists( 'fs_normalize_path' ) ) {
10
- if ( function_exists( 'wp_normalize_path' ) ) {
11
- /**
12
- * Normalize a filesystem path.
13
- *
14
- * Replaces backslashes with forward slashes for Windows systems, and ensures
15
- * no duplicate slashes exist.
16
- *
17
- * @param string $path Path to normalize.
18
- *
19
- * @return string Normalized path.
20
- */
21
- function fs_normalize_path( $path ) {
22
- return wp_normalize_path( $path );
23
- }
24
- } else {
25
- function fs_normalize_path( $path ) {
26
- $path = str_replace( '\\', '/', $path );
27
- $path = preg_replace( '|/+|', '/', $path );
28
-
29
- return $path;
30
- }
31
- }
32
- }
33
-
34
- #region Core Redirect (copied from BuddyPress) -----------------------------------------
35
-
36
- if ( ! function_exists( 'fs_redirect' ) ) {
37
- /**
38
- * Redirects to another page, with a workaround for the IIS Set-Cookie bug.
39
- *
40
- * @link http://support.microsoft.com/kb/q176113/
41
- * @since 1.5.1
42
- * @uses apply_filters() Calls 'wp_redirect' hook on $location and $status.
43
- *
44
- * @param string $location The path to redirect to
45
- * @param int $status Status code to use
46
- *
47
- * @return bool False if $location is not set
48
- */
49
- function fs_redirect( $location, $status = 302 ) {
50
- global $is_IIS;
51
-
52
- if ( headers_sent() ) {
53
- return false;
54
- }
55
-
56
- if ( ! $location ) // allows the wp_redirect filter to cancel a redirect
57
- {
58
- return false;
59
- }
60
-
61
- $location = fs_sanitize_redirect( $location );
62
-
63
- if ( $is_IIS ) {
64
- header( "Refresh: 0;url=$location" );
65
- } else {
66
- if ( php_sapi_name() != 'cgi-fcgi' ) {
67
- status_header( $status );
68
- } // This causes problems on IIS and some FastCGI setups
69
- header( "Location: $location" );
70
- }
71
-
72
- return true;
73
- }
74
-
75
- if ( ! function_exists( 'fs_sanitize_redirect' ) ) {
76
- /**
77
- * Sanitizes a URL for use in a redirect.
78
- *
79
- * @since 2.3
80
- *
81
- * @param string $location
82
- *
83
- * @return string redirect-sanitized URL
84
- */
85
- function fs_sanitize_redirect( $location ) {
86
- $location = preg_replace( '|[^a-z0-9-~+_.?#=&;,/:%!]|i', '', $location );
87
- $location = fs_kses_no_null( $location );
88
-
89
- // remove %0d and %0a from location
90
- $strip = array( '%0d', '%0a' );
91
- $found = true;
92
- while ( $found ) {
93
- $found = false;
94
- foreach ( (array) $strip as $val ) {
95
- while ( strpos( $location, $val ) !== false ) {
96
- $found = true;
97
- $location = str_replace( $val, '', $location );
98
- }
99
- }
100
- }
101
-
102
- return $location;
103
- }
104
- }
105
-
106
- if ( ! function_exists( 'fs_kses_no_null' ) ) {
107
- /**
108
- * Removes any NULL characters in $string.
109
- *
110
- * @since 1.0.0
111
- *
112
- * @param string $string
113
- *
114
- * @return string
115
- */
116
- function fs_kses_no_null( $string ) {
117
- $string = preg_replace( '/\0+/', '', $string );
118
- $string = preg_replace( '/(\\\\0)+/', '', $string );
119
-
120
- return $string;
121
- }
122
- }
123
- }
124
-
125
- #endregion Core Redirect (copied from BuddyPress) -----------------------------------------
126
-
127
- if ( ! function_exists( '__fs' ) ) {
128
- global $fs_text_overrides;
129
-
130
- if ( ! isset( $fs_text_overrides ) ) {
131
- $fs_text_overrides = array();
132
- }
133
-
134
- /**
135
- * Retrieve a translated text by key.
136
- *
137
- * @author Vova Feldman (@svovaf)
138
- * @since 1.1.4
139
- *
140
- * @param string $key
141
- * @param string $slug
142
- *
143
- * @return string
144
- *
145
- * @global $fs_text , $fs_text_overrides
146
- */
147
- function __fs( $key, $slug = 'freemius' ) {
148
- global $fs_text, $fs_text_overrides;
149
-
150
- if ( ! isset( $fs_text ) ) {
151
- require_once( ( defined( 'WP_FS__DIR_INCLUDES' ) ? WP_FS__DIR_INCLUDES : dirname( __FILE__ ) ) . '/i18n.php' );
152
- }
153
-
154
- if ( isset( $fs_text_overrides[ $slug ] ) ) {
155
- if ( isset( $fs_text_overrides[ $slug ][ $key ] ) ) {
156
- return $fs_text_overrides[ $slug ][ $key ];
157
- }
158
-
159
- $lower_key = strtolower( $key );
160
- if ( isset( $fs_text_overrides[ $slug ][ $lower_key ] ) ) {
161
- return $fs_text_overrides[ $slug ][ $lower_key ];
162
- }
163
- }
164
-
165
- return isset( $fs_text[ $key ] ) ?
166
- $fs_text[ $key ] :
167
- $key;
168
- }
169
-
170
- /**
171
- * Display a translated text by key.
172
- *
173
- * @author Vova Feldman (@svovaf)
174
- * @since 1.1.4
175
- *
176
- * @param string $key
177
- * @param string $slug
178
- */
179
- function _efs( $key, $slug = 'freemius' ) {
180
- echo __fs( $key, $slug );
181
- }
182
-
183
- /**
184
- * Override default i18n text phrases.
185
- *
186
- * @author Vova Feldman (@svovaf)
187
- * @since 1.1.6
188
- *
189
- * @param string[] $key_value
190
- * @param string $slug
191
- *
192
- * @global $fs_text_overrides
193
- */
194
- function fs_override_i18n( array $key_value, $slug = 'freemius' ) {
195
- global $fs_text_overrides;
196
-
197
- if ( ! isset( $fs_text_overrides[ $slug ] ) ) {
198
- $fs_text_overrides[ $slug ] = array();
199
- }
200
-
201
- foreach ( $key_value as $key => $value ) {
202
- $fs_text_overrides[ $slug ][ $key ] = $value;
203
- }
204
- }
205
- }
206
-
207
- if ( ! function_exists( 'fs_get_ip' ) ) {
208
- /**
209
- * Get client IP.
210
- *
211
- * @author Vova Feldman (@svovaf)
212
- * @since 1.1.2
213
- *
214
- * @return string|null
215
- */
216
- function fs_get_ip() {
217
- $fields = array(
218
- 'HTTP_CF_CONNECTING_IP',
219
- 'HTTP_CLIENT_IP',
220
- 'HTTP_X_FORWARDED_FOR',
221
- 'HTTP_X_FORWARDED',
222
- 'HTTP_FORWARDED_FOR',
223
- 'HTTP_FORWARDED',
224
- 'REMOTE_ADDR',
225
- );
226
-
227
- foreach ( $fields as $ip_field ) {
228
- if ( ! empty( $_SERVER[ $ip_field ] ) ) {
229
- return $_SERVER[ $ip_field ];
230
- }
231
- }
232
-
233
- return null;
234
- }
235
- }
236
-
237
- /**
238
- * Leverage backtrace to find caller plugin main file path.
239
- *
240
- * @author Vova Feldman (@svovaf)
241
- * @since 1.0.6
242
- *
243
- * @return string
244
- */
245
- function fs_find_caller_plugin_file() {
246
- /**
247
- * All the code below will be executed once on activation.
248
- * If the user changes the main plugin's file name, the file_exists()
249
- * will catch it.
250
- */
251
- if ( ! function_exists( 'get_plugins' ) ) {
252
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
253
- }
254
-
255
- $all_plugins = get_plugins();
256
- $all_plugins_paths = array();
257
-
258
- // Get active plugin's main files real full names (might be symlinks).
259
- foreach ( $all_plugins as $relative_path => &$data ) {
260
- $all_plugins_paths[] = fs_normalize_path( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) );
261
- }
262
-
263
- $plugin_file = null;
264
- for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
265
- if ( in_array( fs_normalize_path( $bt[ $i ]['file'] ), $all_plugins_paths ) ) {
266
- $plugin_file = $bt[ $i ]['file'];
267
- break;
268
- }
269
- }
270
-
271
- if ( is_null( $plugin_file ) ) {
272
- // Throw an error to the developer in case of some edge case dev environment.
273
- wp_die( __fs( 'failed-finding-main-path' ), __fs( 'error' ), array( 'back_link' => true ) );
274
- }
275
-
276
- return $plugin_file;
277
- }
278
-
279
- require_once dirname( __FILE__ ) . '/supplements/fs-essential-functions-1.1.7.1.php';
280
-
281
- /**
282
- * Update SDK newest version reference.
283
- *
284
- * @author Vova Feldman (@svovaf)
285
- * @since 1.1.6
286
- *
287
- * @param string $sdk_relative_path
288
- * @param string|bool $plugin_file
289
- *
290
- * @global $fs_active_plugins
291
- */
292
- function fs_update_sdk_newest_version( $sdk_relative_path, $plugin_file = false ) {
293
- global $fs_active_plugins;
294
-
295
- if ( ! is_string( $plugin_file ) ) {
296
- $plugin_file = plugin_basename( fs_find_caller_plugin_file() );
297
- }
298
-
299
- $fs_active_plugins->newest = (object) array(
300
- 'plugin_path' => $plugin_file,
301
- 'sdk_path' => $sdk_relative_path,
302
- 'version' => $fs_active_plugins->plugins[ $sdk_relative_path ]->version,
303
- 'in_activation' => ! is_plugin_active( $plugin_file ),
304
- 'timestamp' => time(),
305
- );
306
-
307
- // Update DB with latest SDK version and path.
308
- update_option( 'fs_active_plugins', $fs_active_plugins );
309
- }
310
-
311
- /**
312
- * Reorder the plugins load order so the plugin with the newest Freemius SDK is loaded first.
313
- *
314
- * @author Vova Feldman (@svovaf)
315
- * @since 1.1.6
316
- *
317
- * @return bool Was plugin order changed. Return false if plugin was loaded first anyways.
318
- *
319
- * @global $fs_active_plugins
320
- */
321
- function fs_newest_sdk_plugin_first() {
322
- global $fs_active_plugins;
323
-
324
- /**
325
- * @todo Multi-site network activated plugin are always loaded prior to site plugins so if there's a a plugin activated in the network mode that has an older version of the SDK of another plugin which is site activated that has new SDK version, the fs-essential-functions.php will be loaded from the older SDK. Same thing about MU plugins (loaded even before network activated plugins).
326
- *
327
- * @link https://github.com/Freemius/wordpress-sdk/issues/26
328
- */
329
- // $active_sitewide_plugins = get_site_option( 'active_sitewide_plugins' );
330
-
331
- $active_plugins = get_option( 'active_plugins' );
332
- $newest_sdk_plugin_key = array_search( $fs_active_plugins->newest->plugin_path, $active_plugins );
333
- if ( 0 == $newest_sdk_plugin_key ) {
334
- // if it's 0 it's the first plugin already, no need to continue
335
- return false;
336
- }
337
-
338
- array_splice( $active_plugins, $newest_sdk_plugin_key, 1 );
339
- array_unshift( $active_plugins, $fs_active_plugins->newest->plugin_path );
340
- update_option( 'active_plugins', $active_plugins );
341
-
342
- return true;
343
- }
344
-
345
- /**
346
- * Go over all Freemius SDKs in the system and find and "remember"
347
- * the newest SDK which is associated with an active plugin.
348
- *
349
- * @author Vova Feldman (@svovaf)
350
- * @since 1.1.6
351
- *
352
- * @global $fs_active_plugins
353
- */
354
- function fs_fallback_to_newest_active_sdk() {
355
- global $fs_active_plugins;
356
-
357
- /**
358
- * @var object $newest_sdk_data
359
- */
360
- $newest_sdk_data = null;
361
- $newest_sdk_path = null;
362
-
363
- foreach ( $fs_active_plugins->plugins as $sdk_relative_path => $data ) {
364
- if ( is_null( $newest_sdk_data ) || version_compare( $data->version, $newest_sdk_data->version, '>' )
365
- ) {
366
- // If plugin inactive or SDK starter file doesn't exist, remove SDK reference.
367
- if ( ! is_plugin_active( $data->plugin_path ) ||
368
- ! file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $sdk_relative_path . '/start.php' ) )
369
- ) {
370
- unset( $fs_active_plugins->plugins[ $sdk_relative_path ] );
371
-
372
- // No need to store the data since it will be stored in fs_update_sdk_newest_version()
373
- // or explicitly with update_option().
374
- } else {
375
- $newest_sdk_data = $data;
376
- $newest_sdk_path = $sdk_relative_path;
377
- }
378
- }
379
- }
380
-
381
- if ( is_null( $newest_sdk_data ) ) {
382
- // Couldn't find any SDK reference.
383
- $fs_active_plugins = new stdClass();
384
- update_option( 'fs_active_plugins', $fs_active_plugins );
385
- } else {
386
- fs_update_sdk_newest_version( $newest_sdk_path, $newest_sdk_data->plugin_path );
387
- }
388
- }
389
-
390
- #region Actions / Filters -----------------------------------------
391
-
392
- /**
393
- * Apply filter for specific plugin.
394
- *
395
- * @author Vova Feldman (@svovaf)
396
- * @since 1.0.9
397
- *
398
- * @param string $slug Plugin slug
399
- * @param string $tag The name of the filter hook.
400
- * @param mixed $value The value on which the filters hooked to `$tag` are applied on.
401
- *
402
- * @return mixed The filtered value after all hooked functions are applied to it.
403
- *
404
- * @uses apply_filters()
405
- */
406
- function fs_apply_filter( $slug, $tag, $value ) {
407
- $args = func_get_args();
408
-
409
- return call_user_func_array( 'apply_filters', array_merge(
410
- array( 'fs_' . $tag . '_' . $slug ),
411
- array_slice( $args, 2 ) )
412
- );
413
- }
414
-
415
- #endregion Actions / Filters -----------------------------------------
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/fs-plugin-functions.php DELETED
@@ -1,413 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Display plugin information in dialog box form.
15
- *
16
- * @since 2.7.0
17
- */
18
- function fs_install_plugin_information() {
19
- global $tab;
20
-
21
- if ( empty( $_REQUEST['plugin'] ) ) {
22
- return;
23
- }
24
-
25
- $args = array(
26
- 'slug' => wp_unslash( $_REQUEST['plugin'] ),
27
- 'is_ssl' => is_ssl(),
28
- 'fields' => array( 'banners' => true, 'reviews' => true )
29
- );
30
-
31
- if ( is_array( $args ) ) {
32
- $args = (object) $args;
33
- }
34
-
35
- if ( ! isset( $args->per_page ) ) {
36
- $args->per_page = 24;
37
- }
38
-
39
- if ( ! isset( $args->locale ) ) {
40
- $args->locale = get_locale();
41
- }
42
-
43
- $api = apply_filters( 'fs_plugins_api', false, 'plugin_information', $args );
44
-
45
- if ( is_wp_error( $api ) ) {
46
- wp_die( $api );
47
- }
48
-
49
- $plugins_allowedtags = array(
50
- 'a' => array(
51
- 'href' => array(),
52
- 'title' => array(),
53
- 'target' => array(),
54
- // Add image style for screenshots.
55
- 'class' => array()
56
- ),
57
- 'style' => array(),
58
- 'abbr' => array( 'title' => array() ),
59
- 'acronym' => array( 'title' => array() ),
60
- 'code' => array(),
61
- 'pre' => array(),
62
- 'em' => array(),
63
- 'strong' => array(),
64
- 'div' => array( 'class' => array() ),
65
- 'span' => array( 'class' => array() ),
66
- 'p' => array(),
67
- 'ul' => array(),
68
- 'ol' => array(),
69
- 'li' => array( 'class' => array() ),
70
- 'i' => array( 'class' => array() ),
71
- 'h1' => array(),
72
- 'h2' => array(),
73
- 'h3' => array(),
74
- 'h4' => array(),
75
- 'h5' => array(),
76
- 'h6' => array(),
77
- 'img' => array( 'src' => array(), 'class' => array(), 'alt' => array() ),
78
- // 'table' => array(),
79
- // 'td' => array(),
80
- // 'tr' => array(),
81
- // 'th' => array(),
82
- // 'thead' => array(),
83
- // 'tbody' => array(),
84
- );
85
-
86
- $plugins_section_titles = array(
87
- 'description' => _x( 'Description', 'Plugin installer section title' ),
88
- 'installation' => _x( 'Installation', 'Plugin installer section title' ),
89
- 'faq' => _x( 'FAQ', 'Plugin installer section title' ),
90
- 'screenshots' => _x( 'Screenshots', 'Plugin installer section title' ),
91
- 'changelog' => _x( 'Changelog', 'Plugin installer section title' ),
92
- 'reviews' => _x( 'Reviews', 'Plugin installer section title' ),
93
- 'other_notes' => _x( 'Other Notes', 'Plugin installer section title' ),
94
- );
95
-
96
- // Sanitize HTML
97
- // foreach ( (array) $api->sections as $section_name => $content ) {
98
- // $api->sections[$section_name] = wp_kses( $content, $plugins_allowedtags );
99
- // }
100
-
101
- foreach ( array( 'version', 'author', 'requires', 'tested', 'homepage', 'downloaded', 'slug' ) as $key ) {
102
- if ( isset( $api->$key ) ) {
103
- $api->$key = wp_kses( $api->$key, $plugins_allowedtags );
104
- }
105
- }
106
-
107
- // Add after $api->slug is ready.
108
- $plugins_section_titles['features'] = __fs( 'features-and-pricing', $api->slug );
109
-
110
- $_tab = esc_attr( $tab );
111
-
112
- $section = isset( $_REQUEST['section'] ) ? wp_unslash( $_REQUEST['section'] ) : 'description'; // Default to the Description tab, Do not translate, API returns English.
113
- if ( empty( $section ) || ! isset( $api->sections[ $section ] ) ) {
114
- $section_titles = array_keys( (array) $api->sections );
115
- $section = array_shift( $section_titles );
116
- }
117
-
118
- iframe_header( __( 'Plugin Install' ) );
119
-
120
- $_with_banner = '';
121
-
122
- // var_dump($api->banners);
123
- if ( ! empty( $api->banners ) && ( ! empty( $api->banners['low'] ) || ! empty( $api->banners['high'] ) ) ) {
124
- $_with_banner = 'with-banner';
125
- $low = empty( $api->banners['low'] ) ? $api->banners['high'] : $api->banners['low'];
126
- $high = empty( $api->banners['high'] ) ? $api->banners['low'] : $api->banners['high'];
127
- ?>
128
- <style type="text/css">
129
- #plugin-information-title.with-banner
130
- {
131
- background-image: url( <?php echo esc_url( $low ); ?> );
132
- }
133
-
134
- @media only screen and ( -webkit-min-device-pixel-ratio: 1.5 )
135
- {
136
- #plugin-information-title.with-banner
137
- {
138
- background-image: url( <?php echo esc_url( $high ); ?> );
139
- }
140
- }
141
- </style>
142
- <?php
143
- }
144
-
145
- echo '<div id="plugin-information-scrollable">';
146
- echo "<div id='{$_tab}-title' class='{$_with_banner}'><div class='vignette'></div><h2>{$api->name}</h2></div>";
147
- echo "<div id='{$_tab}-tabs' class='{$_with_banner}'>\n";
148
-
149
- foreach ( (array) $api->sections as $section_name => $content ) {
150
- if ( 'reviews' === $section_name && ( empty( $api->ratings ) || 0 === array_sum( (array) $api->ratings ) ) ) {
151
- continue;
152
- }
153
-
154
- if ( isset( $plugins_section_titles[ $section_name ] ) ) {
155
- $title = $plugins_section_titles[ $section_name ];
156
- } else {
157
- $title = ucwords( str_replace( '_', ' ', $section_name ) );
158
- }
159
-
160
- $class = ( $section_name === $section ) ? ' class="current"' : '';
161
- $href = add_query_arg( array( 'tab' => $tab, 'section' => $section_name ) );
162
- $href = esc_url( $href );
163
- $san_section = esc_attr( $section_name );
164
- echo "\t<a name='$san_section' href='$href' $class>$title</a>\n";
165
- }
166
-
167
- echo "</div>\n";
168
-
169
- ?>
170
- <div id="<?php echo $_tab; ?>-content" class='<?php echo $_with_banner; ?>'>
171
- <div class="fyi">
172
- <?php if ( isset( $api->plans ) ) : ?>
173
- <div class="plugin-information-pricing">
174
- <?php foreach ($api->plans as $plan) : ?>
175
- <h3 data-plan="<?php echo $plan->id ?>"><?php printf( __fs( 'x-plan', $api->slug ), $plan->title ) ?></h3>
176
- <ul>
177
- <?php $billing_cycle = 'annual' ?>
178
- <?php if ( 1 === count( $plan->pricing ) && 1 == $plan->pricing[0]->licenses ) : ?>
179
- <?php $pricing = $plan->pricing[0] ?>
180
- <li><label><?php _efs( 'price', $api->slug ) ?>: $<?php
181
- if ( isset( $pricing->annual_price ) ) {
182
- echo $pricing->annual_price . ( $plan->is_block_features ? ' / year' : '' );
183
- $billing_cycle = 'annual';
184
- } else if ( isset( $pricing->monthly_price ) ) {
185
- echo $pricing->monthly_price . ' / mo';
186
- $billing_cycle = 'monthly';
187
- } else if ( isset( $pricing->lifetime_price ) ) {
188
- echo $pricing->lifetime_price;
189
- $billing_cycle = 'lifetime';
190
- }
191
- ?></label></li>
192
- <?php else : ?>
193
- <?php $first = true;
194
- foreach ( $plan->pricing as $pricing ) : ?>
195
- <li><label><input name="pricing-<?php echo $plan->id ?>" type="radio"
196
- value="<?php echo $pricing->id ?>"<?php checked( $first, true ) ?>><?php
197
- switch ( $pricing->licenses ) {
198
- case '1':
199
- _efs( 'license-single-site', $api->slug );
200
- break;
201
- case null:
202
- _efs( 'license-unlimited', $api->slug );
203
- break;
204
- default:
205
- printf( __fs( 'license-x-sites', $api->slug ), $pricing->licenses );
206
- break;
207
- }
208
- ?> - $<?php
209
- if ( isset( $pricing->annual_price ) ) {
210
- echo $pricing->annual_price . ( $plan->is_block_features ? ' / year' : '' );
211
- $billing_cycle = 'annual';
212
- } else if ( isset( $pricing->monthly_price ) ) {
213
- echo $pricing->monthly_price . ' / mo';
214
- $billing_cycle = 'monthly';
215
- } else if ( isset( $pricing->lifetime_price ) ) {
216
- echo $pricing->lifetime_price;
217
- $billing_cycle = 'lifetime';
218
- }
219
- ?></label></li>
220
- <?php $first = false; endforeach ?>
221
- <?php endif ?>
222
- </ul>
223
- <?php echo ' <a class="button button-primary right" href="' . esc_url( add_query_arg( array(
224
- 'plugin_id' => $plan->plugin_id,
225
- 'plan_id' => $plan->id,
226
- 'pricing_id' => $plan->pricing[0]->id,
227
- 'billing_cycle' => $billing_cycle,
228
- ), $api->checkout_link ) ) . '" target="_parent">' . __fs( 'purchase', $api->slug ) . '</a>' ?>
229
- </div>
230
- <?php endforeach ?>
231
- <?php wp_enqueue_script( 'jquery' ); ?>
232
- <script type="text/javascript">
233
- (function ($) {
234
- $('.plugin-information-pricing input[type=radio]').click(function () {
235
- var checkout_url = '<?php echo esc_url_raw(add_query_arg(array(
236
- 'plugin_id' => $plan->plugin_id,
237
- 'billing_cycle' => $billing_cycle,
238
- ), $api->checkout_link)) ?>&plan_id=' +
239
- $(this).parents('.plugin-information-pricing').find('h3').attr('data-plan') +
240
- '&pricing_id=' + $(this).val();
241
-
242
- $('.plugin-information-pricing .button, #plugin-information-footer .button').attr('href', checkout_url);
243
- });
244
- })(jQuery);
245
- </script>
246
- <?php endif ?>
247
- <div>
248
- <h3><?php _efs( 'details', $api->slug ) ?></h3>
249
- <ul>
250
- <?php if ( ! empty( $api->version ) ) { ?>
251
- <li><strong><?php _e( 'Version:' ); ?></strong> <?php echo $api->version; ?></li>
252
- <?php }
253
- if ( ! empty( $api->author ) ) { ?>
254
- <li>
255
- <strong><?php _e( 'Author:' ); ?></strong> <?php echo links_add_target( $api->author, '_blank' ); ?>
256
- </li>
257
- <?php }
258
- if ( ! empty( $api->last_updated ) ) { ?>
259
- <li><strong><?php _e( 'Last Updated:' ); ?></strong> <span
260
- title="<?php echo $api->last_updated; ?>">
261
- <?php printf( __( '%s ago' ), human_time_diff( strtotime( $api->last_updated ) ) ); ?>
262
- </span></li>
263
- <?php }
264
- if ( ! empty( $api->requires ) ) { ?>
265
- <li>
266
- <strong><?php _e( 'Requires WordPress Version:' ); ?></strong> <?php printf( __( '%s or higher' ), $api->requires ); ?>
267
- </li>
268
- <?php }
269
- if ( ! empty( $api->tested ) ) { ?>
270
- <li><strong><?php _e( 'Compatible up to:' ); ?></strong> <?php echo $api->tested; ?></li>
271
- <?php }
272
- if ( ! empty( $api->downloaded ) ) { ?>
273
- <li>
274
- <strong><?php _e( 'Downloaded:' ); ?></strong> <?php printf( _n( '%s time', '%s times', $api->downloaded ), number_format_i18n( $api->downloaded ) ); ?>
275
- </li>
276
- <?php }
277
- if ( ! empty( $api->slug ) && empty( $api->external ) ) { ?>
278
- <li><a target="_blank"
279
- href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php _e( 'WordPress.org Plugin Page &#187;' ); ?></a>
280
- </li>
281
- <?php }
282
- if ( ! empty( $api->homepage ) ) { ?>
283
- <li><a target="_blank"
284
- href="<?php echo esc_url( $api->homepage ); ?>"><?php _e( 'Plugin Homepage &#187;' ); ?></a>
285
- </li>
286
- <?php }
287
- if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) { ?>
288
- <li><a target="_blank"
289
- href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin &#187;' ); ?></a>
290
- </li>
291
- <?php } ?>
292
- </ul>
293
- </div>
294
- <?php if ( ! empty( $api->rating ) ) { ?>
295
- <h3><?php _e( 'Average Rating' ); ?></h3>
296
- <?php wp_star_rating( array(
297
- 'rating' => $api->rating,
298
- 'type' => 'percent',
299
- 'number' => $api->num_ratings
300
- ) ); ?>
301
- <small><?php printf( _n( '(based on %s rating)', '(based on %s ratings)', $api->num_ratings ), number_format_i18n( $api->num_ratings ) ); ?></small>
302
- <?php
303
- }
304
-
305
- if ( ! empty( $api->ratings ) && array_sum( (array) $api->ratings ) > 0 ) {
306
- foreach ( $api->ratings as $key => $ratecount ) {
307
- // Avoid div-by-zero.
308
- $_rating = $api->num_ratings ? ( $ratecount / $api->num_ratings ) : 0;
309
- ?>
310
- <div class="counter-container">
311
- <span class="counter-label"><a
312
- href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
313
- target="_blank"
314
- title="<?php echo esc_attr( sprintf( _n( 'Click to see reviews that provided a rating of %d star', 'Click to see reviews that provided a rating of %d stars', $key ), $key ) ); ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span>
315
- <span class="counter-back">
316
- <span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span>
317
- </span>
318
- <span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
319
- </div>
320
- <?php
321
- }
322
- }
323
- if ( ! empty( $api->contributors ) ) {
324
- ?>
325
- <h3><?php _e( 'Contributors' ); ?></h3>
326
- <ul class="contributors">
327
- <?php
328
- foreach ( (array) $api->contributors as $contrib_username => $contrib_profile ) {
329
- if ( empty( $contrib_username ) && empty( $contrib_profile ) ) {
330
- continue;
331
- }
332
- if ( empty( $contrib_username ) ) {
333
- $contrib_username = preg_replace( '/^.+\/(.+)\/?$/', '\1', $contrib_profile );
334
- }
335
- $contrib_username = sanitize_user( $contrib_username );
336
- if ( empty( $contrib_profile ) ) {
337
- echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</li>";
338
- } else {
339
- echo "<li><a href='{$contrib_profile}' target='_blank'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</a></li>";
340
- }
341
- }
342
- ?>
343
- </ul>
344
- <?php if ( ! empty( $api->donate_link ) ) { ?>
345
- <a target="_blank"
346
- href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin &#187;' ); ?></a>
347
- <?php } ?>
348
- <?php } ?>
349
- </div>
350
- <div id="section-holder" class="wrap">
351
- <?php
352
- if ( ! empty( $api->tested ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $api->tested ) ), $api->tested, '>' ) ) {
353
- echo '<div class="notice notice-warning"><p>' . '<strong>' . __( 'Warning:' ) . '</strong> ' . __( 'This plugin has not been tested with your current version of WordPress.' ) . '</p></div>';
354
- } else if ( ! empty( $api->requires ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $api->requires ) ), $api->requires, '<' ) ) {
355
- echo '<div class="notice notice-warning"><p>' . '<strong>' . __( 'Warning:' ) . '</strong> ' . __( 'This plugin has not been marked as compatible with your version of WordPress.' ) . '</p></div>';
356
- }
357
-
358
- foreach ( (array) $api->sections as $section_name => $content ) {
359
- $content = links_add_base_url( $content, 'https://wordpress.org/plugins/' . $api->slug . '/' );
360
- $content = links_add_target( $content, '_blank' );
361
-
362
- $san_section = esc_attr( $section_name );
363
-
364
- $display = ( $section_name === $section ) ? 'block' : 'none';
365
-
366
- echo "\t<div id='section-{$san_section}' class='section' style='display: {$display};'>\n";
367
- echo $content;
368
- echo "\t</div>\n";
369
- }
370
- echo "</div>\n";
371
- echo "</div>\n";
372
- echo "</div>\n"; // #plugin-information-scrollable
373
- echo "<div id='$tab-footer'>\n";
374
- if ( ( current_user_can( 'install_plugins' ) || current_user_can( 'update_plugins' ) ) ) {
375
-
376
- if ( ! empty( $api->checkout_link ) && isset( $api->plans ) && 0 < is_array( $api->plans ) ) {
377
- echo ' <a class="button button-primary right" href="' . esc_url( add_query_arg( array(
378
- 'plugin_id' => $plan->plugin_id,
379
- 'plan_id' => $plan->id,
380
- 'pricing_id' => $plan->pricing[0]->id,
381
- 'billing_cycle' => $billing_cycle,
382
- ), $api->checkout_link ) ) . '" target="_parent">' . __fs( 'purchase', $api->slug ) . '</a>';
383
-
384
- // @todo Add Cart concept.
385
- // echo ' <a class="button right" href="' . $status['url'] . '" target="_parent">' . __( 'Add to Cart' ) . '</a>';
386
-
387
- } else if ( ! empty( $api->download_link ) ) {
388
- $status = install_plugin_install_status( $api );
389
- switch ( $status['status'] ) {
390
- case 'install':
391
- if ( $status['url'] ) {
392
- echo '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Now' ) . '</a>';
393
- }
394
- break;
395
- case 'update_available':
396
- if ( $status['url'] ) {
397
- echo '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Update Now' ) . '</a>';
398
- }
399
- break;
400
- case 'newer_installed':
401
- echo '<a class="button button-primary right disabled">' . sprintf( __( 'Newer Version (%s) Installed' ), $status['version'] ) . '</a>';
402
- break;
403
- case 'latest_installed':
404
- echo '<a class="button button-primary right disabled">' . __( 'Latest Version Installed' ) . '</a>';
405
- break;
406
- }
407
- }
408
- }
409
- echo "</div>\n";
410
-
411
- iframe_footer();
412
- exit;
413
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/fs-plugin-info-dialog.php DELETED
@@ -1,930 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Class FS_Plugin_Info_Dialog
15
- *
16
- * @author Vova Feldman (@svovaf)
17
- * @since 1.1.7
18
- */
19
- class FS_Plugin_Info_Dialog {
20
- /**
21
- * @since 1.1.7
22
- *
23
- * @var FS_Logger
24
- */
25
- private $_logger;
26
-
27
- /**
28
- * @since 1.1.7
29
- *
30
- * @var Freemius
31
- */
32
- private $_fs;
33
-
34
- function __construct( Freemius $fs ) {
35
- $this->_fs = $fs;
36
-
37
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $fs->get_slug() . '_info', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
38
-
39
- // Remove default plugin information action.
40
- remove_all_actions( 'install_plugins_pre_plugin-information' );
41
-
42
- // Override action with custom plugins function for add-ons.
43
- add_action( 'install_plugins_pre_plugin-information', array( &$this, 'install_plugin_information' ) );
44
-
45
- // Override request for plugin information for Add-ons.
46
- add_filter(
47
- 'fs_plugins_api',
48
- array( &$this, '_get_addon_info_filter' ),
49
- WP_FS__DEFAULT_PRIORITY, 3 );
50
- }
51
-
52
- /**
53
- * Generate add-on plugin information.
54
- *
55
- * @author Vova Feldman (@svovaf)
56
- * @since 1.0.6
57
- *
58
- * @param array $data
59
- * @param string $action
60
- * @param object|null $args
61
- *
62
- * @return array|null
63
- */
64
- function _get_addon_info_filter( $data, $action = '', $args = null ) {
65
- $this->_logger->entrance();
66
-
67
- $parent_plugin_id = fs_request_get( 'parent_plugin_id', false );
68
-
69
- if ( $this->_fs->get_id() != $parent_plugin_id ||
70
- ( 'plugin_information' !== $action ) ||
71
- ! isset( $args->slug )
72
- ) {
73
- return $data;
74
- }
75
-
76
- // Find add-on by slug.
77
- $selected_addon = $this->_fs->get_addon_by_slug($args->slug);
78
-
79
- if ( false === $selected_addon ) {
80
- return $data;
81
- }
82
-
83
- if ( ! isset( $selected_addon->info ) ) {
84
- // Setup some default info.
85
- $selected_addon->info = new stdClass();
86
- $selected_addon->info->selling_point_0 = 'Selling Point 1';
87
- $selected_addon->info->selling_point_1 = 'Selling Point 2';
88
- $selected_addon->info->selling_point_2 = 'Selling Point 3';
89
- $selected_addon->info->description = '<p>Tell your users all about your add-on</p>';
90
- }
91
-
92
- fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );
93
-
94
- $data = $args;
95
-
96
- $is_free = true;
97
-
98
- // Load add-on pricing.
99
- $has_pricing = false;
100
- $has_features = false;
101
- $plans = false;
102
- $plans_result = $this->_fs->get_api_site_or_plugin_scope()->get( "/addons/{$selected_addon->id}/plans.json" );
103
- if ( ! isset( $plans_result->error ) ) {
104
- $plans = $plans_result->plans;
105
- if ( is_array( $plans ) ) {
106
- for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
107
- $plans[ $i ] = new FS_Plugin_Plan( $plans[ $i ] );
108
- $plan = $plans[ $i ];
109
-
110
- $pricing_result = $this->_fs->get_api_site_or_plugin_scope()->get( "/addons/{$selected_addon->id}/plans/{$plan->id}/pricing.json" );
111
- if ( ! isset( $pricing_result->error ) ) {
112
- // Update plan's pricing.
113
- $plan->pricing = $pricing_result->pricing;
114
-
115
- if ( is_array( $plan->pricing ) && ! empty( $plan->pricing ) ) {
116
- $is_free = false;
117
-
118
- foreach ( $plan->pricing as &$pricing ) {
119
- $pricing = new FS_Pricing( $pricing );
120
- }
121
- }
122
-
123
- $has_pricing = true;
124
- }
125
-
126
- $features_result = $this->_fs->get_api_site_or_plugin_scope()->get( "/addons/{$selected_addon->id}/plans/{$plan->id}/features.json" );
127
- if ( ! isset( $features_result->error ) &&
128
- is_array( $features_result->features ) &&
129
- 0 < count( $features_result->features )
130
- ) {
131
- // Update plan's pricing.
132
- $plan->features = $features_result->features;
133
-
134
- $has_features = true;
135
- }
136
- }
137
- }
138
- }
139
-
140
- // Fetch latest version from Freemius.
141
- $latest = $this->_fs->_fetch_latest_version( $selected_addon->id );
142
-
143
- if ( ! $is_free ) {
144
- // If paid add-on, then it's not on wordpress.org
145
- $is_wordpress_org = false;
146
- } else {
147
- // If no versions found, then assume it's a .org plugin.
148
- $is_wordpress_org = ( false === $latest );
149
- }
150
-
151
- if ( $is_wordpress_org ) {
152
- $repo_data = FS_Plugin_Updater::_fetch_plugin_info_from_repository(
153
- 'plugin_information', (object) array(
154
- 'slug' => $selected_addon->slug,
155
- 'is_ssl' => is_ssl(),
156
- 'fields' => array(
157
- 'banners' => true,
158
- 'reviews' => true,
159
- 'downloaded' => false,
160
- 'active_installs' => true
161
- )
162
- ) );
163
-
164
- if ( ! empty( $repo_data ) ) {
165
- $data = $repo_data;
166
- $data->wp_org_missing = false;
167
- } else {
168
- // Couldn't find plugin on .org.
169
- $is_wordpress_org = false;
170
-
171
- // Plugin is missing, not on Freemius nor WP.org.
172
- $data->wp_org_missing = true;
173
- }
174
- }
175
-
176
- if ( ! $is_wordpress_org ) {
177
- $data->checkout_link = $this->_fs->checkout_url();
178
- $data->fs_missing = ( false === $latest );
179
-
180
- if ( $is_free ) {
181
- $data->download_link = $this->_fs->_get_latest_download_local_url( $selected_addon->id );
182
- }
183
- }
184
-
185
- if ( ! $is_wordpress_org ) {
186
- // Fetch as much as possible info from local files.
187
- $plugin_local_data = $this->_fs->get_plugin_data();
188
- $data->name = $selected_addon->title;
189
- $data->author = $plugin_local_data['Author'];
190
- $view_vars = array( 'plugin' => $selected_addon );
191
- $data->sections = array(
192
- 'description' => fs_get_template( '/plugin-info/description.php', $view_vars ),
193
- );
194
-
195
- if ( ! empty( $selected_addon->info->banner_url ) ) {
196
- $data->banners = array(
197
- 'low' => $selected_addon->info->banner_url,
198
- );
199
- }
200
-
201
- if ( ! empty( $selected_addon->info->screenshots ) ) {
202
- $view_vars = array(
203
- 'screenshots' => $selected_addon->info->screenshots,
204
- 'plugin' => $selected_addon,
205
- );
206
- $data->sections['screenshots'] = fs_get_template( '/plugin-info/screenshots.php', $view_vars );
207
- }
208
-
209
- if ( is_object( $latest ) ) {
210
- $data->version = $latest->version;
211
- $data->last_updated = ! is_null( $latest->updated ) ? $latest->updated : $latest->created;
212
- $data->requires = $latest->requires_platform_version;
213
- $data->tested = $latest->tested_up_to_version;
214
- } else {
215
- // Add dummy version.
216
- $data->version = '1.0.0';
217
-
218
- // Add message to developer to deploy the plugin through Freemius.
219
- }
220
- }
221
-
222
- if ( $has_pricing ) {
223
- // Add plans to data.
224
- $data->plans = $plans;
225
-
226
- if ( $has_features ) {
227
- $view_vars = array(
228
- 'plans' => $plans,
229
- 'plugin' => $selected_addon,
230
- );
231
- $data->sections['features'] = fs_get_template( '/plugin-info/features.php', $view_vars );
232
- }
233
- }
234
-
235
- $data->is_paid = ! $is_free;
236
- $data->external = ! $is_wordpress_org;
237
-
238
- return $data;
239
- }
240
-
241
- /**
242
- * @author Vova Feldman (@svovaf)
243
- * @since 1.1.7
244
- *
245
- * @param FS_Plugin_Plan $plan
246
- *
247
- * @return string
248
- */
249
- private function get_billing_cycle( FS_Plugin_Plan $plan ) {
250
- $billing_cycle = null;
251
-
252
- if ( 1 === count( $plan->pricing ) && 1 == $plan->pricing[0]->licenses ) {
253
- $pricing = $plan->pricing[0];
254
- if ( isset( $pricing->annual_price ) ) {
255
- $billing_cycle = 'annual';
256
- } else if ( isset( $pricing->monthly_price ) ) {
257
- $billing_cycle = 'monthly';
258
- } else if ( isset( $pricing->lifetime_price ) ) {
259
- $billing_cycle = 'lifetime';
260
- }
261
- } else {
262
- foreach ( $plan->pricing as $pricing ) {
263
- if ( isset( $pricing->annual_price ) ) {
264
- $billing_cycle = 'annual';
265
- } else if ( isset( $pricing->monthly_price ) ) {
266
- $billing_cycle = 'monthly';
267
- } else if ( isset( $pricing->lifetime_price ) ) {
268
- $billing_cycle = 'lifetime';
269
- }
270
-
271
- if ( ! is_null( $billing_cycle ) ) {
272
- break;
273
- }
274
- }
275
- }
276
-
277
- return $billing_cycle;
278
- }
279
-
280
- /**
281
- * @author Vova Feldman (@svovaf)
282
- * @since 1.1.7
283
- *
284
- * @param FS_Plugin_Plan $plan
285
- * @param FS_Pricing $pricing
286
- *
287
- * @return float|null|string
288
- */
289
- private function get_price_tag( FS_Plugin_Plan $plan, FS_Pricing $pricing ) {
290
- $price_tag = '';
291
- if ( isset( $pricing->annual_price ) ) {
292
- $price_tag = $pricing->annual_price . ( $plan->is_block_features ? ' / year' : '' );
293
- } else if ( isset( $pricing->monthly_price ) ) {
294
- $price_tag = $pricing->monthly_price . ' / mo';
295
- } else if ( isset( $pricing->lifetime_price ) ) {
296
- $price_tag = $pricing->lifetime_price;
297
- }
298
-
299
- return '$' . $price_tag;
300
- }
301
-
302
- /**
303
- * @author Vova Feldman (@svovaf)
304
- * @since 1.1.7
305
- *
306
- * @param object $api
307
- * @param FS_Plugin_Plan|null $plan
308
- *
309
- * @return string
310
- */
311
- private function get_plugin_cta( $api, $plan = null ) {
312
- if ( ( current_user_can( 'install_plugins' ) || current_user_can( 'update_plugins' ) ) ) {
313
-
314
- if ( ! empty( $api->checkout_link ) && isset( $api->plans ) && 0 < is_array( $api->plans ) ) {
315
- if ( is_null( $plan ) ) {
316
- $plan = $api->plans[0];
317
- }
318
-
319
- return ' <a class="button button-primary right" href="' . $this->_fs->addon_checkout_url(
320
- $plan->plugin_id,
321
- $plan->pricing[0]->id,
322
- $this->get_billing_cycle( $plan ),
323
- $plan->has_trial()
324
- ) . '" target="_parent">' .
325
- ( ! $plan->has_trial() ?
326
- __fs( 'purchase', $api->slug ) :
327
- sprintf( __fs( 'start-free-x', $api->slug ), $this->get_trial_period( $plan ) )
328
- ) .
329
- '</a>';
330
-
331
- // @todo Add Cart concept.
332
- // echo ' <a class="button right" href="' . $status['url'] . '" target="_parent">' . __( 'Add to Cart' ) . '</a>';
333
-
334
- } else if ( ! empty( $api->download_link ) ) {
335
- $status = install_plugin_install_status( $api );
336
-
337
- // Hosted on WordPress.org.
338
- switch ( $status['status'] ) {
339
- case 'install':
340
- if ( $api->external &&
341
- $this->_fs->is_org_repo_compliant() ||
342
- ! $this->_fs->is_premium()
343
- ) {
344
- /**
345
- * Add-on hosted on Freemius, not yet installed, and core
346
- * plugin is wordpress.org compliant. Therefore, require a download
347
- * since installing external plugins is not allowed by the wp.org guidelines.
348
- */
349
- return ' <a class="button button-primary right" href="' . esc_url( $api->download_link ) . '" target="_blank">' . __fs( 'download-latest', $api->slug ) . '</a>';
350
- } else {
351
- if ( $status['url'] ) {
352
- return '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Now' ) . '</a>';
353
- }
354
- }
355
- break;
356
- case 'update_available':
357
- if ( $status['url'] ) {
358
- return '<a class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Update Now' ) . '</a>';
359
- }
360
- break;
361
- case 'newer_installed':
362
- return '<a class="button button-primary right disabled">' . sprintf( __( 'Newer Version (%s) Installed' ), $status['version'] ) . '</a>';
363
- break;
364
- case 'latest_installed':
365
- return '<a class="button button-primary right disabled">' . __( 'Latest Version Installed' ) . '</a>';
366
- break;
367
- }
368
-
369
- }
370
- }
371
-
372
- return '';
373
- }
374
-
375
- /**
376
- * @author Vova Feldman (@svovaf)
377
- * @since 1.1.7
378
- *
379
- * @param FS_Plugin_Plan $plan
380
- *
381
- * @return string
382
- */
383
- private function get_trial_period( $plan ) {
384
- $trial_period = (int) $plan->trial_period;
385
-
386
- switch ( $trial_period ) {
387
- case 30:
388
- return 'month';
389
- case 60:
390
- return '2 months';
391
- default:
392
- return "{$plan->trial_period} days";
393
- }
394
- }
395
-
396
- /**
397
- * Display plugin information in dialog box form.
398
- *
399
- * Based on core install_plugin_information() function.
400
- *
401
- * @author Vova Feldman (@svovaf)
402
- * @since 1.0.6
403
- */
404
- function install_plugin_information() {
405
- global $tab;
406
-
407
- if ( empty( $_REQUEST['plugin'] ) ) {
408
- return;
409
- }
410
-
411
- $args = array(
412
- 'slug' => wp_unslash( $_REQUEST['plugin'] ),
413
- 'is_ssl' => is_ssl(),
414
- 'fields' => array(
415
- 'banners' => true,
416
- 'reviews' => true,
417
- 'downloaded' => false,
418
- 'active_installs' => true
419
- )
420
- );
421
-
422
- if ( is_array( $args ) ) {
423
- $args = (object) $args;
424
- }
425
-
426
- if ( ! isset( $args->per_page ) ) {
427
- $args->per_page = 24;
428
- }
429
-
430
- if ( ! isset( $args->locale ) ) {
431
- $args->locale = get_locale();
432
- }
433
-
434
- $api = apply_filters( 'fs_plugins_api', false, 'plugin_information', $args );
435
-
436
- if ( is_wp_error( $api ) ) {
437
- wp_die( $api );
438
- }
439
-
440
- $plugins_allowedtags = array(
441
- 'a' => array(
442
- 'href' => array(),
443
- 'title' => array(),
444
- 'target' => array(),
445
- // Add image style for screenshots.
446
- 'class' => array()
447
- ),
448
- 'style' => array(),
449
- 'abbr' => array( 'title' => array() ),
450
- 'acronym' => array( 'title' => array() ),
451
- 'code' => array(),
452
- 'pre' => array(),
453
- 'em' => array(),
454
- 'strong' => array(),
455
- 'div' => array( 'class' => array() ),
456
- 'span' => array( 'class' => array() ),
457
- 'p' => array(),
458
- 'ul' => array(),
459
- 'ol' => array(),
460
- 'li' => array( 'class' => array() ),
461
- 'i' => array( 'class' => array() ),
462
- 'h1' => array(),
463
- 'h2' => array(),
464
- 'h3' => array(),
465
- 'h4' => array(),
466
- 'h5' => array(),
467
- 'h6' => array(),
468
- 'img' => array( 'src' => array(), 'class' => array(), 'alt' => array() ),
469
- // 'table' => array(),
470
- // 'td' => array(),
471
- // 'tr' => array(),
472
- // 'th' => array(),
473
- // 'thead' => array(),
474
- // 'tbody' => array(),
475
- );
476
-
477
- $plugins_section_titles = array(
478
- 'description' => _x( 'Description', 'Plugin installer section title' ),
479
- 'installation' => _x( 'Installation', 'Plugin installer section title' ),
480
- 'faq' => _x( 'FAQ', 'Plugin installer section title' ),
481
- 'screenshots' => _x( 'Screenshots', 'Plugin installer section title' ),
482
- 'changelog' => _x( 'Changelog', 'Plugin installer section title' ),
483
- 'reviews' => _x( 'Reviews', 'Plugin installer section title' ),
484
- 'other_notes' => _x( 'Other Notes', 'Plugin installer section title' ),
485
- );
486
-
487
- // Sanitize HTML
488
- // foreach ( (array) $api->sections as $section_name => $content ) {
489
- // $api->sections[$section_name] = wp_kses( $content, $plugins_allowedtags );
490
- // }
491
-
492
- foreach ( array( 'version', 'author', 'requires', 'tested', 'homepage', 'downloaded', 'slug' ) as $key ) {
493
- if ( isset( $api->$key ) ) {
494
- $api->$key = wp_kses( $api->$key, $plugins_allowedtags );
495
- }
496
- }
497
-
498
- // Add after $api->slug is ready.
499
- $plugins_section_titles['features'] = __fs( 'features-and-pricing', $api->slug );
500
-
501
- $_tab = esc_attr( $tab );
502
-
503
- $section = isset( $_REQUEST['section'] ) ? wp_unslash( $_REQUEST['section'] ) : 'description'; // Default to the Description tab, Do not translate, API returns English.
504
- if ( empty( $section ) || ! isset( $api->sections[ $section ] ) ) {
505
- $section_titles = array_keys( (array) $api->sections );
506
- $section = array_shift( $section_titles );
507
- }
508
-
509
- iframe_header( __( 'Plugin Install' ) );
510
-
511
- $_with_banner = '';
512
-
513
- // var_dump($api->banners);
514
- if ( ! empty( $api->banners ) && ( ! empty( $api->banners['low'] ) || ! empty( $api->banners['high'] ) ) ) {
515
- $_with_banner = 'with-banner';
516
- $low = empty( $api->banners['low'] ) ? $api->banners['high'] : $api->banners['low'];
517
- $high = empty( $api->banners['high'] ) ? $api->banners['low'] : $api->banners['high'];
518
- ?>
519
- <style type="text/css">
520
- #plugin-information-title.with-banner
521
- {
522
- background-image: url( <?php echo esc_url( $low ); ?> );
523
- }
524
-
525
- @media only screen and ( -webkit-min-device-pixel-ratio: 1.5 )
526
- {
527
- #plugin-information-title.with-banner
528
- {
529
- background-image: url( <?php echo esc_url( $high ); ?> );
530
- }
531
- }
532
- </style>
533
- <?php
534
- }
535
-
536
- echo '<div id="plugin-information-scrollable">';
537
- echo "<div id='{$_tab}-title' class='{$_with_banner}'><div class='vignette'></div><h2>{$api->name}</h2></div>";
538
- echo "<div id='{$_tab}-tabs' class='{$_with_banner}'>\n";
539
-
540
- foreach ( (array) $api->sections as $section_name => $content ) {
541
- if ( 'reviews' === $section_name && ( empty( $api->ratings ) || 0 === array_sum( (array) $api->ratings ) ) ) {
542
- continue;
543
- }
544
-
545
- if ( isset( $plugins_section_titles[ $section_name ] ) ) {
546
- $title = $plugins_section_titles[ $section_name ];
547
- } else {
548
- $title = ucwords( str_replace( '_', ' ', $section_name ) );
549
- }
550
-
551
- $class = ( $section_name === $section ) ? ' class="current"' : '';
552
- $href = add_query_arg( array( 'tab' => $tab, 'section' => $section_name ) );
553
- $href = esc_url( $href );
554
- $san_section = esc_attr( $section_name );
555
- echo "\t<a name='$san_section' href='$href' $class>$title</a>\n";
556
- }
557
-
558
- echo "</div>\n";
559
-
560
- ?>
561
- <div id="<?php echo $_tab; ?>-content" class='<?php echo $_with_banner; ?>'>
562
- <div class="fyi">
563
- <?php if ( $api->is_paid ) : ?>
564
- <?php if ( isset( $api->plans ) ) : ?>
565
- <div class="plugin-information-pricing">
566
- <?php foreach ( $api->plans as $plan ) : ?>
567
- <?php
568
- /**
569
- * @var FS_Plugin_Plan $plan
570
- */
571
- ?>
572
- <?php $first_pricing = $plan->pricing[0] ?>
573
- <?php $is_multi_cycle = $first_pricing->is_multi_cycle() ?>
574
- <div class="fs-plan<?php if ( ! $is_multi_cycle ) {
575
- echo ' fs-single-cycle';
576
- } ?>" data-plan-id="<?php echo $plan->id ?>">
577
- <h3 data-plan="<?php echo $plan->id ?>"><?php printf( __fs( 'x-plan', $api->slug ), $plan->title ) ?></h3>
578
- <?php $has_annual = $first_pricing->has_annual() ?>
579
- <?php $has_monthly = $first_pricing->has_monthly() ?>
580
- <div class="nav-tab-wrapper">
581
- <?php $billing_cycles = array( 'monthly', 'annual', 'lifetime' ) ?>
582
- <?php $i = 0;
583
- foreach ( $billing_cycles as $cycle ) : ?>
584
- <?php $prop = "{$cycle}_price";
585
- if ( isset( $first_pricing->{$prop} ) ) : ?>
586
- <?php $is_featured = ( 'annual' === $cycle && $is_multi_cycle ) ?>
587
- <?php
588
- $prices = array();
589
- foreach ( $plan->pricing as $pricing ) {
590
- if ( isset( $pricing->{$prop} ) ) {
591
- $prices[] = array(
592
- 'id' => $pricing->id,
593
- 'licenses' => $pricing->licenses,
594
- 'price' => $pricing->{$prop}
595
- );
596
- }
597
- }
598
- ?>
599
- <a class="nav-tab" data-billing-cycle="<?php echo $cycle ?>"
600
- data-pricing="<?php esc_attr_e( json_encode( $prices ) ) ?>">
601
- <?php if ( $is_featured ) : ?>
602
- <label>&#9733; <?php _efs( 'best', $api->slug ) ?> &#9733;</label>
603
- <?php endif ?>
604
- <?php _efs( $cycle, $api->slug ) ?>
605
- </a>
606
- <?php endif ?>
607
- <?php $i ++; endforeach ?>
608
- <?php wp_enqueue_script( 'jquery' ) ?>
609
- <script type="text/javascript">
610
- (function ($, undef) {
611
- var
612
- _formatBillingFrequency = function (cycle) {
613
- switch (cycle) {
614
- case 'monthly':
615
- return '<?php printf(__fs('billed-x', $api->slug), __fs('monthly', $api->slug)) ?>';
616
- case 'annual':
617
- return '<?php printf(__fs('billed-x', $api->slug), __fs('annually', $api->slug)) ?>';
618
- case 'lifetime':
619
- return '<?php printf(__fs('billed-x', $api->slug), __fs('once', $api->slug)) ?>';
620
- }
621
- },
622
- _formatLicensesTitle = function (pricing) {
623
- switch (pricing.licenses) {
624
- case 1:
625
- return '<?php _efs( 'license-single-site', $api->slug ) ?>';
626
- case null:
627
- return '<?php _efs( 'license-unlimited', $api->slug ) ?>';
628
- default:
629
- return '<?php _efs( 'license-x-sites', $api->slug ) ?>'.replace('%s', pricing.licenses);
630
- }
631
- },
632
- _formatPrice = function (pricing, cycle, multipleLicenses) {
633
- if (undef === multipleLicenses)
634
- multipleLicenses = true;
635
-
636
- var priceCycle;
637
- switch (cycle) {
638
- case 'monthly':
639
- priceCycle = ' / <?php _efs('mo', $api->slug) ?>';
640
- break;
641
- case 'lifetime':
642
- priceCycle = '';
643
- break;
644
- case 'annual':
645
- default:
646
- priceCycle = ' / <?php _efs('year', $api->slug) ?>';
647
- break;
648
- }
649
-
650
- if (!multipleLicenses && 1 == pricing.licenses) {
651
- return '$' + pricing.price + priceCycle;
652
- }
653
-
654
- return _formatLicensesTitle(pricing) + ' - <var class="fs-price">$' + pricing.price + priceCycle + '</var>';
655
- },
656
- _checkoutUrl = function (plan, pricing, cycle) {
657
- return '<?php echo esc_url_raw(remove_query_arg('billing_cycle', add_query_arg(array('plugin_id' => $plan->plugin_id), $api->checkout_link))) ?>' +
658
- '&plan_id=' + plan +
659
- '&pricing_id=' + pricing +
660
- '&billing_cycle=' + cycle<?php if ($plan->has_trial()) { echo " + '&trial=true'"; }?>;
661
- },
662
- _updateCtaUrl = function (plan, pricing, cycle) {
663
- $('.plugin-information-pricing .button, #plugin-information-footer .button').attr('href', _checkoutUrl(plan, pricing, cycle));
664
- };
665
-
666
- $(document).ready(function () {
667
- var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
668
- $plan.find('input[type=radio]').live('click', function () {
669
- _updateCtaUrl(
670
- $plan.attr('data-plan-id'),
671
- $(this).val(),
672
- $plan.find('.nav-tab-active').attr('data-billing-cycle')
673
- );
674
-
675
- $plan.find('.fs-trial-terms .fs-price').html(
676
- $(this).parents('label').find('.fs-price').html()
677
- );
678
- });
679
-
680
- $plan.find('.nav-tab').click(function () {
681
- if ($(this).hasClass('nav-tab-active'))
682
- return;
683
-
684
- var $this = $(this),
685
- billingCycle = $this.attr('data-billing-cycle'),
686
- pricing = JSON.parse($this.attr('data-pricing')),
687
- $pricesList = $this.parents('.fs-plan').find('.fs-pricing-body .fs-licenses'),
688
- html = '';
689
-
690
- // Un-select previously selected tab.
691
- $plan.find('.nav-tab').removeClass('nav-tab-active');
692
-
693
- // Select current tab.
694
- $this.addClass('nav-tab-active');
695
-
696
- // Render licenses prices.
697
- if (1 == pricing.length) {
698
- html = '<li><label><?php _efs( 'price', $api->slug ) ?>: ' + _formatPrice(pricing[0], billingCycle, false) + '</label></li>';
699
- } else {
700
- for (var i = 0; i < pricing.length; i++) {
701
- html += '<li><label><input name="pricing-<?php echo $plan->id ?>" type="radio" value="' + pricing[i].id + '">' + _formatPrice(pricing[i], billingCycle) + '</label></li>';
702
- }
703
- }
704
- $pricesList.html(html);
705
-
706
- if (1 < pricing.length) {
707
- // Select first license option.
708
- $pricesList.find('li:first input').click();
709
- }
710
- else {
711
- _updateCtaUrl(
712
- $plan.attr('data-plan-id'),
713
- pricing[0].id,
714
- billingCycle
715
- );
716
- }
717
-
718
- // Update billing frequency.
719
- $plan.find('.fs-billing-frequency').html(_formatBillingFrequency(billingCycle));
720
-
721
- if ('annual' === billingCycle) {
722
- $plan.find('.fs-annual-discount').show();
723
- } else {
724
- $plan.find('.fs-annual-discount').hide();
725
- }
726
- });
727
-
728
- <?php if ( $has_annual ) : ?>
729
- // Select annual by default.
730
- $plan.find('.nav-tab[data-billing-cycle=annual]').click();
731
- <?php else : ?>
732
- // Select first tab.
733
- $plan.find('.nav-tab:first').click();
734
- <?php endif ?>
735
- });
736
- }(jQuery));
737
- </script>
738
- </div>
739
- <div class="fs-pricing-body">
740
- <span class="fs-billing-frequency"></span>
741
- <?php $annual_discount = ( $has_annual && $has_monthly ) ? $plan->pricing[0]->annual_discount_percentage() : 0 ?>
742
- <?php if ( $annual_discount > 0 ) : ?>
743
- <span
744
- class="fs-annual-discount"><?php printf( __fs( 'save-x', $api->slug ), $annual_discount . '%' ) ?></span>
745
- <?php endif ?>
746
- <ul class="fs-licenses">
747
- </ul>
748
- <?php echo $this->get_plugin_cta( $api, $plan ) ?>
749
- <div style="clear:both"></div>
750
- <?php if ( $plan->has_trial() ) : ?>
751
- <?php $trial_period = $this->get_trial_period( $plan ) ?>
752
- <ul class="fs-trial-terms">
753
- <li>
754
- <i class="dashicons dashicons-yes"></i><?php printf( __fs( 'no-commitment-x', $api->slug ), $trial_period ) ?>
755
- </li>
756
- <li>
757
- <i class="dashicons dashicons-yes"></i><?php printf( __fs( 'after-x-pay-as-little-y', $api->slug ), $trial_period, '<var class="fs-price">' . $this->get_price_tag( $plan, $plan->pricing[0] ) . '</var>' ) ?>
758
- </li>
759
- </ul>
760
- <?php endif ?>
761
- </div>
762
- </div>
763
- </div>
764
- <?php endforeach ?>
765
- <?php endif ?>
766
- <?php endif ?>
767
- <div>
768
- <h3><?php _efs( 'details', $api->slug ) ?></h3>
769
- <ul>
770
- <?php if ( ! empty( $api->version ) ) { ?>
771
- <li><strong><?php _e( 'Version:' ); ?></strong> <?php echo $api->version; ?></li>
772
- <?php
773
- }
774
- if ( ! empty( $api->author ) ) {
775
- ?>
776
- <li>
777
- <strong><?php _e( 'Author:' ); ?></strong> <?php echo links_add_target( $api->author, '_blank' ); ?>
778
- </li>
779
- <?php
780
- }
781
- if ( ! empty( $api->last_updated ) ) {
782
- ?>
783
- <li><strong><?php _e( 'Last Updated:' ); ?></strong> <span
784
- title="<?php echo $api->last_updated; ?>">
785
- <?php printf( __( '%s ago' ), human_time_diff( strtotime( $api->last_updated ) ) ); ?>
786
- </span></li>
787
- <?php
788
- }
789
- if ( ! empty( $api->requires ) ) {
790
- ?>
791
- <li>
792
- <strong><?php _e( 'Requires WordPress Version:' ); ?></strong> <?php printf( __( '%s or higher' ), $api->requires ); ?>
793
- </li>
794
- <?php
795
- }
796
- if ( ! empty( $api->tested ) ) {
797
- ?>
798
- <li><strong><?php _e( 'Compatible up to:' ); ?></strong> <?php echo $api->tested; ?>
799
- </li>
800
- <?php
801
- }
802
- if ( ! empty( $api->downloaded ) ) {
803
- ?>
804
- <li>
805
- <strong><?php _e( 'Downloaded:' ); ?></strong> <?php printf( _n( '%s time', '%s times', $api->downloaded ), number_format_i18n( $api->downloaded ) ); ?>
806
- </li>
807
- <?php
808
- }
809
- if ( ! empty( $api->slug ) && empty( $api->external ) ) {
810
- ?>
811
- <li><a target="_blank"
812
- href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php _e( 'WordPress.org Plugin Page &#187;' ); ?></a>
813
- </li>
814
- <?php
815
- }
816
- if ( ! empty( $api->homepage ) ) {
817
- ?>
818
- <li><a target="_blank"
819
- href="<?php echo esc_url( $api->homepage ); ?>"><?php _e( 'Plugin Homepage &#187;' ); ?></a>
820
- </li>
821
- <?php
822
- }
823
- if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
824
- ?>
825
- <li><a target="_blank"
826
- href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin &#187;' ); ?></a>
827
- </li>
828
- <?php } ?>
829
- </ul>
830
- </div>
831
- <?php if ( ! empty( $api->rating ) ) { ?>
832
- <h3><?php _e( 'Average Rating' ); ?></h3>
833
- <?php wp_star_rating( array(
834
- 'rating' => $api->rating,
835
- 'type' => 'percent',
836
- 'number' => $api->num_ratings
837
- ) ); ?>
838
- <small><?php printf( _n( '(based on %s rating)', '(based on %s ratings)', $api->num_ratings ), number_format_i18n( $api->num_ratings ) ); ?></small>
839
- <?php
840
- }
841
-
842
- if ( ! empty( $api->ratings ) && array_sum( (array) $api->ratings ) > 0 ) {
843
- foreach ( $api->ratings as $key => $ratecount ) {
844
- // Avoid div-by-zero.
845
- $_rating = $api->num_ratings ? ( $ratecount / $api->num_ratings ) : 0;
846
- ?>
847
- <div class="counter-container">
848
- <span class="counter-label"><a
849
- href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
850
- target="_blank"
851
- title="<?php echo esc_attr( sprintf( _n( 'Click to see reviews that provided a rating of %d star', 'Click to see reviews that provided a rating of %d stars', $key ), $key ) ); ?>"><?php printf( _n( '%d star', '%d stars', $key ), $key ); ?></a></span>
852
- <span class="counter-back">
853
- <span class="counter-bar" style="width: <?php echo 92 * $_rating; ?>px;"></span>
854
- </span>
855
- <span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
856
- </div>
857
- <?php
858
- }
859
- }
860
- if ( ! empty( $api->contributors ) ) {
861
- ?>
862
- <h3><?php _e( 'Contributors' ); ?></h3>
863
- <ul class="contributors">
864
- <?php
865
- foreach ( (array) $api->contributors as $contrib_username => $contrib_profile ) {
866
- if ( empty( $contrib_username ) && empty( $contrib_profile ) ) {
867
- continue;
868
- }
869
- if ( empty( $contrib_username ) ) {
870
- $contrib_username = preg_replace( '/^.+\/(.+)\/?$/', '\1', $contrib_profile );
871
- }
872
- $contrib_username = sanitize_user( $contrib_username );
873
- if ( empty( $contrib_profile ) ) {
874
- echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</li>";
875
- } else {
876
- echo "<li><a href='{$contrib_profile}' target='_blank'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</a></li>";
877
- }
878
- }
879
- ?>
880
- </ul>
881
- <?php if ( ! empty( $api->donate_link ) ) { ?>
882
- <a target="_blank"
883
- href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin &#187;' ); ?></a>
884
- <?php } ?>
885
- <?php } ?>
886
- </div>
887
- <div id="section-holder" class="wrap">
888
- <?php
889
- if ( ! empty( $api->tested ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $api->tested ) ), $api->tested, '>' ) ) {
890
- echo '<div class="notice notice-warning"><p>' . '<strong>' . __( 'Warning:' ) . '</strong> ' . __( 'This plugin has not been tested with your current version of WordPress.' ) . '</p></div>';
891
- } else if ( ! empty( $api->requires ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $api->requires ) ), $api->requires, '<' ) ) {
892
- echo '<div class="notice notice-warning"><p>' . '<strong>' . __( 'Warning:' ) . '</strong> ' . __( 'This plugin has not been marked as compatible with your version of WordPress.' ) . '</p></div>';
893
- }
894
-
895
- foreach ( (array) $api->sections as $section_name => $content ) {
896
- $content = links_add_base_url( $content, 'https://wordpress.org/plugins/' . $api->slug . '/' );
897
- $content = links_add_target( $content, '_blank' );
898
-
899
- $san_section = esc_attr( $section_name );
900
-
901
- $display = ( $section_name === $section ) ? 'block' : 'none';
902
-
903
- if ( 'description' === $section_name &&
904
- ( ( ! $api->external && $api->wp_org_missing ) ||
905
- ( $api->external && $api->fs_missing ) )
906
- ) {
907
- $missing_notice = array(
908
- 'type' => 'error',
909
- 'id' => md5( microtime() ),
910
- 'message' => __fs( ( $api->is_paid ? 'paid-addon-not-deployed' : 'free-addon-not-deployed' ), $api->slug ),
911
- );
912
- fs_require_template( 'admin-notice.php', $missing_notice );
913
- }
914
- echo "\t<div id='section-{$san_section}' class='section' style='display: {$display};'>\n";
915
- echo $content;
916
- echo "\t</div>\n";
917
- }
918
- echo "</div>\n";
919
- echo "</div>\n";
920
- echo "</div>\n"; // #plugin-information-scrollable
921
- echo "<div id='$tab-footer'>\n";
922
-
923
- echo $this->get_plugin_cta( $api );
924
-
925
- echo "</div>\n";
926
-
927
- iframe_footer();
928
- exit;
929
- }
930
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/i18n.php DELETED
@@ -1,390 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.4
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * All strings can now be overridden.
15
- *
16
- * For example, if we want to override:
17
- * 'you-are-step-away' => 'You are just one step away - %s',
18
- *
19
- * We can use the filter:
20
- * fs_override_i18n( array(
21
- * 'opt-in-connect' => __( "Yes - I'm in!", '{your-text_domain}' ),
22
- * 'skip' => __( 'Not today', '{your-text_domain}' ),
23
- * ), '{plugin_slug}' );
24
- *
25
- * Or with the Freemius instance:
26
- *
27
- * my_freemius->override_i18n( array(
28
- * 'opt-in-connect' => __( "Yes - I'm in!", '{your-text_domain}' ),
29
- * 'skip' => __( 'Not today', '{your-text_domain}' ),
30
- * );
31
- */
32
- global $fs_text;
33
-
34
- $fs_text = array(
35
- 'account' => __( 'Account', 'freemius' ),
36
- 'addon' => __( 'Add On', 'freemius' ),
37
- 'contact-us' => __( 'Contact Us', 'freemius' ),
38
- 'contact-support' => __( 'Contact Support', 'freemius' ),
39
- 'change-ownership' => __( 'Change Ownership', 'freemius' ),
40
- 'support' => __( 'Support', 'freemius' ),
41
- 'support-forum' => __( 'Support Forum', 'freemius' ),
42
- 'add-ons' => __( 'Add Ons', 'freemius' ),
43
- 'upgrade' => _x( 'Upgrade', 'verb', 'freemius' ),
44
- 'awesome' => __( 'Awesome', 'freemius' ),
45
- 'pricing' => _x( 'Pricing', 'noun', 'freemius' ),
46
- 'price' => _x( 'Price', 'noun', 'freemius' ),
47
- 'unlimited-updates' => __( 'Unlimited Updates', 'freemius' ),
48
- 'downgrade' => _x( 'Downgrade', 'verb', 'freemius' ),
49
- 'cancel-trial' => __( 'Cancel Trial', 'freemius' ),
50
- 'free-trial' => __( 'Free Trial', 'freemius' ),
51
- 'start-free-x' => __( 'Start my free %s', 'freemius' ),
52
- 'no-commitment-x' => __( 'No commitment for %s - cancel anytime', 'freemius' ),
53
- 'after-x-pay-as-little-y' => __( 'After your free %s, pay as little as %s', 'freemius' ),
54
- 'details' => __( 'Details', 'freemius' ),
55
- 'account-details' => __( 'Account Details', 'freemius' ),
56
- 'delete' => _x( 'Delete', 'verb', 'freemius' ),
57
- 'show' => _x( 'Show', 'verb', 'freemius' ),
58
- 'hide' => _x( 'Hide', 'verb', 'freemius' ),
59
- 'edit' => _x( 'Edit', 'verb', 'freemius' ),
60
- 'date' => __( 'Date', 'freemius' ),
61
- 'amount' => __( 'Amount', 'freemius' ),
62
- 'invoice' => __( 'Invoice', 'freemius' ),
63
- 'billing' => __( 'Billing', 'freemius' ),
64
- 'payments' => __( 'Payments', 'freemius' ),
65
- 'delete-account' => __( 'Delete Account', 'freemius' ),
66
- 'dismiss' => _x( 'Dismiss', 'as close a window', 'freemius' ),
67
- 'plan' => _x( 'Plan', 'as product pricing plan', 'freemius' ),
68
- 'change-plan' => __( 'Change Plan', 'freemius' ),
69
- 'download-x-version' => _x( 'Download %s Version', 'as download professional version', 'freemius' ),
70
- 'download-x-version-now' => _x( 'Download %s version now', 'as download professional version now', 'freemius' ),
71
- 'download-latest' => _x( 'Download Latest', 'as download latest version', 'freemius' ),
72
- 'you-have-x-license' => _x( 'You have a %s license.', 'E.g. you have a professional license.', 'freemius' ),
73
- 'new' => __( 'New', 'freemius' ),
74
- 'free' => __( 'Free', 'freemius' ),
75
- 'trial' => _x( 'Trial', 'as trial plan', 'freemius' ),
76
- 'purchase' => _x( 'Purchase', 'verb', 'freemius' ),
77
- 'purchase-license' => __( 'Purchase License', 'freemius' ),
78
- 'buy' => _x( 'Buy', 'verb', 'freemius' ),
79
- 'buy-license' => __( 'Buy License', 'freemius' ),
80
- 'license-single-site' => __( 'Single Site License', 'freemius' ),
81
- 'license-unlimited' => __( 'Unlimited Licenses', 'freemius' ),
82
- 'license-x-sites' => __( 'Up to %s Sites', 'freemius' ),
83
- 'renew-license-now' => __( '%sRenew your license now%s to access version %s features and support.', 'freemius' ),
84
- 'ask-for-upgrade-email-address' => __( "Enter the email address you've used for the upgrade below and we will resend you the license key.", 'freemius' ),
85
- 'x-plan' => _x( '%s Plan', 'e.g. Professional Plan', 'freemius' ),
86
- 'you-are-step-away' => __( 'You are just one step away - %s', 'freemius' ),
87
- 'activate-x-now' => _x( 'Complete "%s" Activation Now', '%s - plugin name. As complete "Jetpack" activation now', 'freemius' ),
88
- 'few-plugin-tweaks' => __( 'We made a few tweaks to the plugin, %s', 'freemius' ),
89
- 'optin-x-now' => __( 'Opt-in to make "%s" Better!', 'freemius' ),
90
- 'error' => __( 'Error', 'freemius' ),
91
- 'failed-finding-main-path' => __( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.', 'freemius' ),
92
- #region Account
93
-
94
- 'expiration' => _x( 'Expiration', 'as expiration date', 'freemius' ),
95
- 'license' => _x( 'License', 'as software license', 'freemius' ),
96
- 'not-verified' => __( 'not verified', 'freemius' ),
97
- 'verify-email' => __( 'Verify Email', 'freemius' ),
98
- 'expires-in' => _x( 'Expires in %s', 'e.g. expires in 2 months', 'freemius' ),
99
- 'renews-in' => _x( 'Auto renews in %s', 'e.g. auto renews in 2 months', 'freemius' ),
100
- 'no-expiration' => __( 'No expiration', 'freemius' ),
101
- 'expired' => __( 'Expired', 'freemius' ),
102
- 'cancelled' => __( 'Cancelled', 'freemius' ),
103
- 'in-x' => _x( 'In %s', 'e.g. In 2 hours', 'freemius' ),
104
- 'x-ago' => _x( '%s ago', 'e.g. 2 min ago', 'freemius' ),
105
- 'version' => _x( 'Version', 'as plugin version', 'freemius' ),
106
- 'name' => __( 'Name', 'freemius' ),
107
- 'email' => __( 'Email', 'freemius' ),
108
- 'email-address' => __( 'Email address', 'freemius' ),
109
- 'verified' => __( 'Verified', 'freemius' ),
110
- 'plugin' => __( 'Plugin', 'freemius' ),
111
- 'plugins' => __( 'Plugins', 'freemius' ),
112
- 'themes' => __( 'Themes', 'freemius' ),
113
- 'path' => _x( 'Path', 'as file/folder path', 'freemius' ),
114
- 'title' => __( 'Title', 'freemius' ),
115
- 'free-version' => __( 'Free version', 'freemius' ),
116
- 'premium-version' => __( 'Premium version', 'freemius' ),
117
- 'slug' => _x( 'Slug', 'as WP plugin slug', 'freemius' ),
118
- 'id' => __( 'ID', 'freemius' ),
119
- 'users' => __( 'Users', 'freemius' ),
120
- 'plugin-installs' => __( 'Plugin Installs', 'freemius' ),
121
- 'sites' => _x( 'Sites', 'like websites', 'freemius' ),
122
- 'user-id' => __( 'User ID', 'freemius' ),
123
- 'site-id' => __( 'Site ID', 'freemius' ),
124
- 'public-key' => __( 'Public Key', 'freemius' ),
125
- 'secret-key' => __( 'Secret Key', 'freemius' ),
126
- 'no-secret' => _x( 'No Secret', 'as secret encryption key missing', 'freemius' ),
127
- 'no-id' => __( 'No ID', 'freemius' ),
128
- 'sync-license' => _x( 'Sync License', 'as synchronize license', 'freemius' ),
129
- 'sync' => _x( 'Sync', 'as synchronize', 'freemius' ),
130
- 'activate-license' => __( 'Activate License', 'freemius' ),
131
- 'activate-free-version' => __( 'Activate Free Version', 'freemius' ),
132
- 'activate-license-message' => __( 'Please enter the license key that you received in the email right after the purchase:', 'freemius' ),
133
- 'activating-license' => __( 'Activating license...', 'freemius' ),
134
- 'change-license' => __( 'Change License', 'freemius' ),
135
- 'update-license' => __( 'Update License', 'freemius' ),
136
- 'deactivate-license' => __( 'Deactivate License', 'freemius' ),
137
- 'activate' => __( 'Activate', 'freemius' ),
138
- 'deactivate' => __( 'Deactivate', 'freemius' ),
139
- 'skip-deactivate' => __( 'Skip & Deactivate', 'freemius' ),
140
- 'no-deactivate' => __( 'No - just deactivate', 'freemius' ),
141
- 'yes-do-your-thing' => __( 'Yes - do your thing', 'freemius' ),
142
- 'active' => _x( 'Active', 'active mode', 'freemius' ),
143
- 'is-active' => _x( 'Is Active', 'is active mode?', 'freemius' ),
144
- 'install-now' => __( 'Install Now', 'freemius' ),
145
- 'install-update-now' => __( 'Install Update Now', 'freemius' ),
146
- 'more-information-about-x' => __( 'More information about %s', 'freemius' ),
147
- 'localhost' => __( 'Localhost', 'freemius' ),
148
- 'activate-x-plan' => _x( 'Activate %s Plan', 'as activate Professional plan', 'freemius' ),
149
- 'x-left' => _x( '%s left', 'as 5 licenses left', 'freemius' ),
150
- 'last-license' => __( 'Last license', 'freemius' ),
151
- 'what-is-your-x' => __( 'What is your %s?', 'freemius' ),
152
- 'activate-this-addon' => __( 'Activate this add-on', 'freemius' ),
153
- 'deactivate-license-confirm' => __( 'Deactivating your license will block all premium features, but will enable you to activate the license on another site. Are you sure you want to proceed?', 'freemius' ),
154
- 'delete-account-x-confirm' => __( 'Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the "Cancel" button, and first "Downgrade" your account. Are you sure you would like to continue with the deletion?', 'freemius' ),
155
- 'delete-account-confirm' => __( 'Deletion is not temporary. Only delete if you no longer want to use this plugin anymore. Are you sure you would like to continue with the deletion?', 'freemius' ),
156
- 'downgrade-x-confirm' => __( 'Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s.', 'freemius' ),
157
- 'cancel-trial-confirm' => __( 'Cancelling the trial will immediately block access to all premium features. Are you sure?', 'freemius' ),
158
- 'after-downgrade-non-blocking' => __( 'You can still enjoy all %s features but you will not have access to plugin updates and support.', 'freemius' ),
159
- 'after-downgrade-blocking' => __( 'Once your license expire you can still use the Free version but you will NOT have access to the %s features.', 'freemius' ),
160
- 'proceed-confirmation' => __( 'Are you sure you want to proceed?', 'freemius' ),
161
- #endregion Account
162
-
163
- 'add-ons-for-x' => __( 'Add Ons for %s', 'freemius' ),
164
- 'add-ons-missing' => __( 'We could\'nt load the add-ons list. It\'s probably an issue on our side, please try to come back in few minutes.', 'freemius' ),
165
- #region Plugin Deactivation
166
- 'anonymous-feedback' => __( 'Anonymous feedback', 'freemius' ),
167
- 'quick-feedback' => __( 'Quick feedback', 'freemius' ),
168
- 'deactivation-share-reason' => __( 'If you have a moment, please let us know why you are deactivating', 'freemius' ),
169
- 'deactivation-modal-button-confirm' => __( 'Yes - Deactivate', 'freemius' ),
170
- 'deactivation-modal-button-submit' => __( 'Submit & Deactivate', 'freemius' ),
171
- 'deactivation-modal-button-cancel' => _x( 'Cancel', 'the text of the cancel button of the plugin deactivation dialog box.', 'freemius' ),
172
- 'reason-no-longer-needed' => __( 'I no longer need the plugin', 'freemius' ),
173
- 'reason-found-a-better-plugin' => __( 'I found a better plugin', 'freemius' ),
174
- 'reason-needed-for-a-short-period' => __( 'I only needed the plugin for a short period', 'freemius' ),
175
- 'reason-broke-my-site' => __( 'The plugin broke my site', 'freemius' ),
176
- 'reason-suddenly-stopped-working' => __( 'The plugin suddenly stopped working', 'freemius' ),
177
- 'reason-cant-pay-anymore' => __( "I can't pay for it anymore", 'freemius' ),
178
- 'reason-temporary-deactivation' => __( "It's a temporary deactivation. I'm just debugging an issue.", 'freemius' ),
179
- 'reason-other' => _x( 'Other', 'the text of the "other" reason for deactivating the plugin that is shown in the modal box.', 'freemius' ),
180
- 'ask-for-reason-message' => __( 'Kindly tell us the reason so we can improve.', 'freemius' ),
181
- 'placeholder-plugin-name' => __( "What's the plugin's name?", 'freemius' ),
182
- 'placeholder-comfortable-price' => __( 'What price would you feel comfortable paying?', 'freemius' ),
183
- 'reason-couldnt-make-it-work' => __( "I couldn't understand how to make it work", 'freemius' ),
184
- 'reason-great-but-need-specific-feature' => __( "The plugin is great, but I need specific feature that you don't support", 'freemius' ),
185
- 'reason-not-working' => __( 'The plugin is not working', 'freemius' ),
186
- 'reason-not-what-i-was-looking-for' => __( "It's not what I was looking for", 'freemius' ),
187
- 'reason-didnt-work-as-expected' => __( "The plugin didn't work as expected", 'freemius' ),
188
- 'placeholder-feature' => __( 'What feature?', 'freemius' ),
189
- 'placeholder-share-what-didnt-work' => __( "Kindly share what didn't work so we can fix it for future users...", 'freemius' ),
190
- 'placeholder-what-youve-been-looking-for' => __( "What you've been looking for?", 'freemius' ),
191
- 'placeholder-what-did-you-expect' => __( "What did you expect?", 'freemius' ),
192
- 'reason-didnt-work' => __( "The plugin didn't work", 'freemius' ),
193
- 'reason-dont-like-to-share-my-information' => __( "I don't like to share my information with you", 'freemius' ),
194
- 'dont-have-to-share-any-data' => __( "You might have missed it, but you don't have to share any data and can just %s the opt-in.", 'freemius' ),
195
- #endregion Plugin Deactivation
196
-
197
- #region Connect
198
- 'hey-x' => _x( 'Hey %s,', 'greeting', 'freemius' ),
199
- 'thanks-x' => _x( 'Thanks %s!', 'a greeting. E.g. Thanks John!', 'freemius' ),
200
- 'connect-message' => __( 'In order to enjoy all our features and functionality, %s needs to connect your user, %s at %s, to %s', 'freemius' ),
201
- 'connect-message_on-update' => __( 'Please help us improve %2$s! If you opt-in, some data about your usage of %2$s will be sent to %5$s. If you skip this, that\'s okay! %2$s will still work just fine.', 'freemius' ),
202
- 'pending-activation-message' => __( 'You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to complete the install.', 'freemius' ),
203
- 'thanks-for-purchasing' => __( 'Thanks for purchasing %s! To get started, please enter your license key:', 'freemius' ),
204
- 'license-sync-disclaimer' => __( 'The plugin will be periodically sending data to %s to check for plugin updates and verify the validity of your license.', 'freemius' ),
205
- 'what-permissions' => __( 'What permissions are being granted?', 'freemius' ),
206
- 'permissions-profile' => __( 'Your Profile Overview', 'freemius' ),
207
- 'permissions-profile_desc' => __( 'Name and email address', 'freemius' ),
208
- 'permissions-site' => __( 'Your Site Overview', 'freemius' ),
209
- 'permissions-site_desc' => __( 'Site URL, WP version, PHP info, plugins & themes', 'freemius' ),
210
- 'permissions-events' => __( 'Current Plugin Events', 'freemius' ),
211
- 'permissions-events_desc' => __( 'Activation, deactivation and uninstall', 'freemius' ),
212
- 'permissions-plugins_themes' => __( 'Plugins & Themes', 'freemius' ),
213
- 'permissions-plugins_themes_desc' => __( 'Titles, versions and state.', 'freemius' ),
214
- 'permissions-newsletter' => __( 'Newsletter', 'freemius' ),
215
- 'permissions-newsletter_desc' => __( 'Updates, announcements, marketing, no spam', 'freemius' ),
216
- 'privacy-policy' => __( 'Privacy Policy', 'freemius' ),
217
- 'tos' => __( 'Terms of Service', 'freemius' ),
218
- 'activating' => _x( 'Activating', 'as activating plugin', 'freemius' ),
219
- 'sending-email' => _x( 'Sending email', 'as in the process of sending an email', 'freemius' ),
220
- 'opt-in-connect' => _x( 'Allow & Continue', 'button label', 'freemius' ),
221
- 'agree-activate-license' => _x( 'Agree & Activate License', 'button label', 'freemius' ),
222
- 'skip' => _x( 'Skip', 'verb', 'freemius' ),
223
- 'click-here-to-use-plugin-anonymously' => __( 'Click here to use the plugin anonymously', 'freemius' ),
224
- 'resend-activation-email' => __( 'Re-send activation email', 'freemius' ),
225
- 'license-key' => __( 'License key', 'freemius' ),
226
- 'send-license-key' => __( 'Send License Key', 'freemius' ),
227
- 'sending-license-key' => __( 'Sending license key', 'freemius' ),
228
- 'have-license-key' => __( 'Have a license key?', 'freemius' ),
229
- 'dont-have-license-key' => __( 'Don\'t have a license key?', 'freemius' ),
230
- 'cant-find-license-key' => __( "Can't find your license key?", 'freemius' ),
231
- 'email-not-found' => __( "We couldn't find your email address in the system, are you sure it's the right address?" ),
232
- 'no-active-licenses' => __( "We can't see any active licenses associated with that email address, are you sure it's the right address?" ),
233
- #endregion Connect
234
-
235
- #region Screenshots
236
- 'screenshots' => __( 'Screenshots', 'freemius' ),
237
- 'view-full-size-x' => __( 'Click to view full-size screenshot %d', 'freemius' ),
238
- #endregion Screenshots
239
-
240
- #region Debug
241
- 'freemius-debug' => __( 'Freemius Debug', 'freemius' ),
242
- 'on' => _x( 'On', 'as turned on', 'freemius' ),
243
- 'off' => _x( 'Off', 'as turned off', 'freemius' ),
244
- 'debugging' => _x( 'Debugging', 'as code debugging', 'freemius' ),
245
- 'freemius-state' => __( 'Freemius State', 'freemius' ),
246
- 'connected' => _x( 'Connected', 'as connection was successful', 'freemius' ),
247
- 'blocked' => _x( 'Blocked', 'as connection blocked', 'freemius' ),
248
- 'api' => _x( 'API', 'as application program interface', 'freemius' ),
249
- 'sdk' => _x( 'SDK', 'as software development kit versions', 'freemius' ),
250
- 'sdk-versions' => _x( 'SDK Versions', 'as software development kit versions', 'freemius' ),
251
- 'plugin-path' => _x( 'Plugin Path', 'as plugin folder path', 'freemius' ),
252
- 'sdk-path' => _x( 'SDK Path', 'as sdk path', 'freemius' ),
253
- 'addons-of-x' => __( 'Add Ons of Plugin %s', 'freemius' ),
254
- 'delete-all-confirm' => __( 'Are you sure you want to delete all Freemius data?', 'freemius' ),
255
- 'actions' => __( 'Actions', 'freemius' ),
256
- 'delete-all-accounts' => __( 'Delete All Accounts', 'freemius' ),
257
- 'start-fresh' => __( 'Start Fresh', 'freemius' ),
258
- 'clear-api-cache' => __( 'Clear API Cache', 'freemius' ),
259
- 'sync-data-from-server' => __( 'Sync Data From Server', 'freemius' ),
260
- 'scheduled-crons' => __( 'Scheduled Crons', 'freemius' ),
261
- 'plugins-themes-sync' => __( 'Plugins & Themes Sync', 'freemius' ),
262
- #endregion Debug
263
-
264
- #region Expressions
265
- 'congrats' => _x( 'Congrats', 'as congratulations', 'freemius' ),
266
- 'oops' => _x( 'Oops', 'exclamation', 'freemius' ),
267
- 'yee-haw' => _x( 'Yee-haw', 'interjection expressing joy or exuberance', 'freemius' ),
268
- 'woot' => _x( 'W00t', '(especially in electronic communication) used to express elation, enthusiasm, or triumph.', 'freemius' ),
269
- 'right-on' => _x( 'Right on', 'a positive response', 'freemius' ),
270
- 'hmm' => _x( 'Hmm', 'something somebody says when they are thinking about what you have just said. ', 'freemius' ),
271
- 'ok' => __( 'O.K', 'freemius' ),
272
- 'hey' => _x( 'Hey', 'exclamation', 'freemius' ),
273
- 'heads-up' => _x( 'Heads up', 'advance notice of something that will need attention.', 'freemius' ),
274
- #endregion Expressions
275
-
276
- #region Admin Notices
277
- 'you-have-latest' => __( 'Seems like you got the latest release.', 'freemius' ),
278
- 'you-are-good' => __( 'You are all good!', 'freemius' ),
279
- 'user-exist-message' => __( 'Sorry, we could not complete the email update. Another user with the same email is already registered.', 'freemius' ),
280
- 'user-exist-message_ownership' => __( 'If you would like to give up the ownership of the plugin\'s account to %s click the Change Ownership button.', 'freemius' ),
281
- 'email-updated-message' => __( 'Your email was successfully updated. You should receive an email with confirmation instructions in few moments.', 'freemius' ),
282
- 'name-updated-message' => __( 'Your name was successfully updated.', 'freemius' ),
283
- 'x-updated' => __( 'You have successfully updated your %s.', 'freemius' ),
284
- 'name-update-failed-message' => __( 'Please provide your full name.', 'freemius' ),
285
- 'verification-email-sent-message' => __( 'Verification mail was just sent to %s. If you can\'t find it after 5 min, please check your spam box.', 'freemius' ),
286
- 'addons-info-external-message' => __( 'Just letting you know that the add-ons information of %s is being pulled from an external server.', 'freemius' ),
287
- 'no-cc-required' => __( 'No credit card required', 'freemius' ),
288
- 'premium-activated-message' => __( 'Premium plugin version was successfully activated.', 'freemius' ),
289
- 'successful-version-upgrade-message' => __( 'The upgrade of %s was successfully completed.', 'freemius' ),
290
- 'activation-with-plan-x-message' => __( 'Your account was successfully activated with the %s plan.', 'freemius' ),
291
- 'download-latest-x-version-now' => __( 'Download the latest %s version now', 'freemius' ),
292
- 'follow-steps-to-complete-upgrade' => __( 'Please follow these steps to complete the upgrade', 'freemius' ),
293
- 'download-latest-x-version' => __( 'Download the latest %s version', 'freemius' ),
294
- 'deactivate-free-version' => __( 'Deactivate the free version', 'freemius' ),
295
- 'upload-and-activate' => __( 'Upload and activate the downloaded version', 'freemius' ),
296
- 'howto-upload-activate' => __( 'How to upload and activate?', 'freemius' ),
297
- 'addon-successfully-purchased-message' => _x( '%s Add-on was successfully purchased.', '%s - product name, e.g. Facebook add-on was successfully...', 'freemius' ),
298
- 'addon-successfully-upgraded-message' => __( 'Your %s Add-on plan was successfully upgraded.', 'freemius' ),
299
- 'email-verified-message' => __( 'Your email has been successfully verified - you are AWESOME!', 'freemius' ),
300
- 'plan-upgraded-message' => __( 'Your plan was successfully upgraded.', 'freemius' ),
301
- 'plan-changed-to-x-message' => __( 'Your plan was successfully changed to %s.', 'freemius' ),
302
- 'license-expired-blocking-message' => __( 'Your license has expired. You can still continue using the free plugin forever.', 'freemius' ),
303
- 'license-cancelled' => __( 'Your license has been cancelled. If you think it\'s a mistake, please contact support.', 'freemius' ),
304
- 'trial-started-message' => __( 'Your trial has been successfully started.', 'freemius' ),
305
- 'license-activated-message' => __( 'Your license was successfully activated.', 'freemius' ),
306
- 'no-active-license-message' => __( 'It looks like your site currently doesn\'t have an active license.', 'freemius' ),
307
- 'license-deactivation-message' => __( 'Your license was successfully deactivated, you are back to the %s plan.', 'freemius' ),
308
- 'license-deactivation-failed-message' => __( 'It looks like the license deactivation failed.', 'freemius' ),
309
- 'license-activation-failed-message' => __( 'It looks like the license could not be activated.', 'freemius' ),
310
- 'server-error-message' => __( 'Error received from the server:', 'freemius' ),
311
- 'trial-expired-message' => __( 'Your trial has expired. You can still continue using all our free features.', 'freemius' ),
312
- 'plan-x-downgraded-message' => __( 'Your plan was successfully downgraded. Your %s plan license will expire in %s.', 'freemius' ),
313
- 'plan-downgraded-failure-message' => __( 'Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes.', 'freemius' ),
314
- 'trial-cancel-no-trial-message' => __( 'It looks like you are not in trial mode anymore so there\'s nothing to cancel :)', 'freemius' ),
315
- 'trial-cancel-message' => __( 'Your %s free trial was successfully cancelled.', 'freemius' ),
316
- 'version-x-released' => _x( 'Version %s was released.', '%s - numeric version number', 'freemius' ),
317
- 'please-download-x' => __( 'Please download %s.', 'freemius' ),
318
- 'latest-x-version' => _x( 'the latest %s version here', '%s - plan name, as the latest professional version here', 'freemius' ),
319
- 'trial-x-promotion-message' => __( 'How do you like %s so far? Test all our %s premium features with a %d-day free trial.', 'freemius' ),
320
- 'start-free-trial' => _x( 'Start free trial', 'call to action', 'freemius' ),
321
- 'trial-cancel-failure-message' => __( 'Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.', 'freemius' ),
322
- 'trial-utilized' => __( 'You already utilized a trial before.', 'freemius' ),
323
- 'in-trial-mode' => __( 'You are already running the plugin in a trial mode.', 'freemius' ),
324
- 'trial-plan-x-not-exist' => __( 'Plan %s do not exist, therefore, can\'t start a trial.', 'freemius' ),
325
- 'plan-x-no-trial' => __( 'Plan %s does not support a trial period.', 'freemius' ),
326
- 'no-trials' => __( 'None of the plugin\'s plans supports a trial period.', 'freemius' ),
327
- 'unexpected-api-error' => __( 'Unexpected API error. Please contact the plugin\'s author with the following error.', 'freemius' ),
328
- 'no-commitment-for-x-days' => __( 'No commitment for %s days - cancel anytime!', 'freemius' ),
329
- 'license-expired-non-blocking-message' => __( 'Your license has expired. You can still continue using all the %s features, but you\'ll need to renew your license to continue getting updates and support.', 'freemius' ),
330
- 'could-not-activate-x' => __( 'Couldn\'t activate %s.', 'freemius' ),
331
- 'contact-us-with-error-message' => __( 'Please contact us with the following message:', 'freemius' ),
332
- 'plan-did-not-change-message' => __( 'It looks like you are still on the %s plan. If you did upgrade or change your plan, it\'s probably an issue on our side - sorry.', 'freemius' ),
333
- 'contact-us-here' => __( 'Please contact us here', 'freemius' ),
334
- 'plan-did-not-change-email-message' => __( 'I have upgraded my account but when I try to Sync the License, the plan remains %s.', 'freemius' ),
335
- #endregion Admin Notices
336
- #region Connectivity Issues
337
- 'connectivity-test-fails-message' => __( 'From unknown reason, the API connectivity test failed.', 'freemius' ),
338
- 'connectivity-test-maybe-temporary' => __( 'It\'s probably a temporary issue on our end. Just to be sure, with your permission, would it be o.k to run another connectivity test?', 'freemius' ),
339
- 'curl-missing-message' => __( 'We use PHP cURL library for the API calls, which is a very common library and usually installed out of the box. Unfortunately, cURL is not installed on your server.', 'freemius' ),
340
- 'cloudflare-blocks-connection-message' => __( 'From unknown reason, CloudFlare, the firewall we use, blocks the connection.', 'freemius' ),
341
- 'x-requires-access-to-api' => _x( '%s requires an access to our API.', 'as pluginX requires an access to our API', 'freemius' ),
342
- 'squid-blocks-connection-message' => __( 'It looks like your server is using Squid ACL (access control lists), which blocks the connection.', 'freemius' ),
343
- 'squid-no-clue-title' => __( 'I don\'t know what is Squid or ACL, help me!', 'freemius' ),
344
- 'squid-no-clue-desc' => __( 'We\'ll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update.', 'freemius' ),
345
- 'sysadmin-title' => __( 'I\'m a system administrator', 'freemius' ),
346
- 'squid-sysadmin-desc' => __( 'Great, please whitelist the following domains: %s. Once you done, deactivate the plugin and activate it again.', 'freemius' ),
347
- 'curl-missing-no-clue-title' => __( 'I don\'t know what is cURL or how to install it, help me!', 'freemius' ),
348
- 'curl-missing-no-clue-desc' => __( 'We\'ll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update.', 'freemius' ),
349
- 'curl-missing-sysadmin-desc' => __( 'Great, please install cURL and enable it in your php.ini file. To make sure it was successfully activated, use \'phpinfo()\'. Once activated, deactivate the plugin and reactivate it back again.', 'freemius' ),
350
- 'happy-to-resolve-issue-asap' => __( 'We are sure it\'s an issue on our side and more than happy to resolve it for you ASAP if you give us a chance.', 'freemius' ),
351
- 'contact-support-before-deactivation' => __( 'Sorry for the inconvenience and we are here to help if you give us a chance.', 'freemius' ),
352
- 'fix-issue-title' => __( 'Yes - I\'m giving you a chance to fix it', 'freemius' ),
353
- 'fix-issue-desc' => __( 'We will do our best to whitelist your server and resolve this issue ASAP. You will get a follow-up email to %s once we have an update.', 'freemius' ),
354
- 'install-previous-title' => __( 'Let\'s try your previous version', 'freemius' ),
355
- 'install-previous-desc' => __( 'Uninstall this version and install the previous one.', 'freemius' ),
356
- 'deactivate-plugin-title' => __( 'That\'s exhausting, please deactivate', 'freemius' ),
357
- 'deactivate-plugin-desc' => __( 'We feel your frustration and sincerely apologize for the inconvenience. Hope to see you again in the future.', 'freemius' ),
358
- 'fix-request-sent-message' => __( 'Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience.', 'freemius' ),
359
- 'server-blocking-access' => _x( 'Your server is blocking the access to Freemius\' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s', '%1s - plugin title, %2s - API domain', 'freemius' ),
360
- 'wrong-authentication-param-message' => __( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.', 'freemius' ),
361
- #endregion Connectivity Issues
362
- #region Change Owner
363
- 'change-owner-request-sent-x' => __( 'Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder.', 'freemius' ),
364
- 'change-owner-request_owner-confirmed' => __( 'Thanks for confirming the ownership change. An email was just sent to %s for final approval.', 'freemius' ),
365
- 'change-owner-request_candidate-confirmed' => __( '%s is the new owner of the account.', 'freemius' ),
366
- #endregion Change Owner
367
- 'addon-x-cannot-run-without-y' => _x( '%s cannot run without %s.', 'addonX cannot run without pluginY', 'freemius' ),
368
- 'addon-x-cannot-run-without-parent' => _x( '%s cannot run without the plugin.', 'addonX cannot run...', 'freemius' ),
369
- 'plugin-x-activation-message' => _x( '%s activation was successfully completed.', 'pluginX activation was successfully...', 'freemius' ),
370
- 'features-and-pricing' => _x( 'Features & Pricing', 'Plugin installer section title', 'freemius' ),
371
- 'free-addon-not-deployed' => __( 'Add-on must be deployed to WordPress.org or Freemius.', 'freemius' ),
372
- 'paid-addon-not-deployed' => __( 'Paid add-on must be deployed to Freemius.', 'freemius' ),
373
- #region Add-On Licensing
374
- 'addon-no-license-message' => __( '%s is a premium only add-on. You have to purchase a license first before activating the plugin.', 'freemius' ),
375
- 'addon-trial-cancelled-message' => __( '%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you\'ll have to purchase a license.', 'freemius' ),
376
- #endregion Add-On Licensing
377
- #region Billing Cycles
378
- 'monthly' => _x( 'Monthly', 'as every month', 'freemius' ),
379
- 'mo' => _x( 'mo', 'as monthly period', 'freemius' ),
380
- 'annual' => _x( 'Annual', 'as once a year', 'freemius' ),
381
- 'annually' => _x( 'Annually', 'as once a year', 'freemius' ),
382
- 'once' => _x( 'Once', 'as once a year', 'freemius' ),
383
- 'year' => _x( 'year', 'as annual period', 'freemius' ),
384
- 'lifetime' => __( 'Lifetime', 'freemius' ),
385
- 'best' => _x( 'Best', 'e.g. the best product', 'freemius' ),
386
- 'billed-x' => _x( 'Billed %s', 'e.g. billed monthly', 'freemius' ),
387
- 'save-x' => _x( 'Save %s', 'as a discount of $5 or 10%', 'freemius' ),
388
- #endregion Billing Cycles
389
- 'view-details' => __( 'View details', 'freemius' ),
390
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/managers/class-fs-admin-menu-manager.php DELETED
@@ -1,549 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Admin_Menu_Manager {
14
-
15
- #region Properties
16
-
17
- /**
18
- * @var string
19
- */
20
- protected $_plugin_slug;
21
-
22
- /**
23
- * @since 1.0.6
24
- *
25
- * @var string
26
- */
27
- private $_menu_slug;
28
- /**
29
- * @since 1.1.3
30
- *
31
- * @var string
32
- */
33
- private $_parent_slug;
34
- /**
35
- * @since 1.1.3
36
- *
37
- * @var string
38
- */
39
- private $_parent_type;
40
- /**
41
- * @since 1.1.3
42
- *
43
- * @var string
44
- */
45
- private $_type;
46
- /**
47
- * @since 1.1.3
48
- *
49
- * @var bool
50
- */
51
- private $_is_top_level;
52
- /**
53
- * @since 1.1.3
54
- *
55
- * @var bool
56
- */
57
- private $_is_override_exact;
58
- /**
59
- * @since 1.1.3
60
- *
61
- * @var array<string,bool>
62
- */
63
- private $_default_submenu_items;
64
- /**
65
- * @since 1.1.3
66
- *
67
- * @var string
68
- */
69
- private $_first_time_path;
70
-
71
- #endregion Properties
72
-
73
- /**
74
- * @var FS_Logger
75
- */
76
- protected $_logger;
77
-
78
- #region Singleton
79
-
80
- /**
81
- * @var FS_Admin_Menu_Manager[]
82
- */
83
- private static $_instances = array();
84
-
85
- /**
86
- * @param string $plugin_slug
87
- *
88
- * @return FS_Admin_Notice_Manager
89
- */
90
- static function instance( $plugin_slug ) {
91
- if ( ! isset( self::$_instances[ $plugin_slug ] ) ) {
92
- self::$_instances[ $plugin_slug ] = new FS_Admin_Menu_Manager( $plugin_slug );
93
- }
94
-
95
- return self::$_instances[ $plugin_slug ];
96
- }
97
-
98
- protected function __construct( $plugin_slug ) {
99
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $plugin_slug . '_admin_menu', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
100
-
101
- $this->_plugin_slug = $plugin_slug;
102
- }
103
-
104
- #endregion Singleton
105
-
106
- #region Helpers
107
-
108
- private function get_option( &$options, $key, $default = false ) {
109
- return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
110
- }
111
-
112
- private function get_bool_option( &$options, $key, $default = false ) {
113
- return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
114
- }
115
-
116
- #endregion Helpers
117
-
118
- /**
119
- * @param array $menu
120
- * @param bool $is_addon
121
- */
122
- function init( $menu, $is_addon = false ) {
123
- $this->_menu_slug = $menu['slug'];
124
-
125
- $this->_default_submenu_items = array();
126
- // @deprecated
127
- $this->_type = 'page';
128
- $this->_is_top_level = true;
129
- $this->_is_override_exact = false;
130
- $this->_parent_slug = false;
131
- // @deprecated
132
- $this->_parent_type = 'page';
133
-
134
- if ( ! $is_addon && isset( $menu ) ) {
135
- $this->_default_submenu_items = array(
136
- 'contact' => $this->get_bool_option( $menu, 'contact', true ),
137
- 'support' => $this->get_bool_option( $menu, 'support', true ),
138
- 'account' => $this->get_bool_option( $menu, 'account', true ),
139
- 'pricing' => $this->get_bool_option( $menu, 'pricing', true ),
140
- 'addons' => $this->get_bool_option( $menu, 'addons', true ),
141
- );
142
-
143
- // @deprecated
144
- $this->_type = $this->get_option( $menu, 'type', 'page' );
145
- $this->_is_override_exact = $this->get_bool_option( $menu, 'override_exact' );
146
-
147
- if ( isset( $menu['parent'] ) ) {
148
- $this->_parent_slug = $this->get_option( $menu['parent'], 'slug' );
149
- // @deprecated
150
- $this->_parent_type = $this->get_option( $menu['parent'], 'type', 'page' );
151
-
152
- // If parent's slug is different, then it's NOT a top level menu item.
153
- $this->_is_top_level = ( $this->_parent_slug === $this->_menu_slug );
154
- } else {
155
- /**
156
- * If no parent then top level if:
157
- * - Has custom admin menu ('page')
158
- * - CPT menu type ('cpt')
159
- */
160
- // $this->_is_top_level = in_array( $this->_type, array(
161
- // 'cpt',
162
- // 'page'
163
- // ) );
164
- }
165
-
166
- $this->_first_time_path = $this->get_option( $menu, 'first-path', false );
167
- if ( ! empty( $this->_first_time_path ) && is_string( $this->_first_time_path ) ) {
168
- $this->_first_time_path = admin_url( $this->_first_time_path, 'admin' );
169
- }
170
- }
171
- }
172
-
173
- /**
174
- * Check if top level menu.
175
- *
176
- * @author Vova Feldman (@svovaf)
177
- * @since 1.1.3
178
- *
179
- * @return bool False if submenu item.
180
- */
181
- function is_top_level() {
182
- return $this->_is_top_level;
183
- }
184
-
185
- /**
186
- * Check if the page should be override on exact URL match.
187
- *
188
- * @author Vova Feldman (@svovaf)
189
- * @since 1.1.3
190
- *
191
- * @return bool False if submenu item.
192
- */
193
- function is_override_exact() {
194
- return $this->_is_override_exact;
195
- }
196
-
197
-
198
- /**
199
- * Get the path of the page the user should be forwarded to after first activation.
200
- *
201
- * @author Vova Feldman (@svovaf)
202
- * @since 1.1.3
203
- *
204
- * @return string
205
- */
206
- function get_first_time_path() {
207
- return $this->_first_time_path;
208
- }
209
-
210
- /**
211
- * Check if plugin's menu item is part of a custom top level menu.
212
- *
213
- * @author Vova Feldman (@svovaf)
214
- * @since 1.1.3
215
- *
216
- * @return bool
217
- */
218
- function has_custom_parent() {
219
- return ! $this->_is_top_level && is_string( $this->_parent_slug );
220
- }
221
-
222
- /**
223
- * @author Vova Feldman (@svovaf)
224
- * @since 1.1.3
225
- *
226
- * @return string
227
- */
228
- // function slug(){
229
- // return $this->_menu_slug;
230
- // }
231
-
232
- /**
233
- * @author Vova Feldman (@svovaf)
234
- * @since 1.1.3
235
- *
236
- * @param string $id
237
- * @param bool $default
238
- *
239
- * @return bool
240
- */
241
- function is_submenu_item_visible( $id, $default = true ) {
242
- return fs_apply_filter(
243
- $this->_plugin_slug,
244
- 'is_submenu_visible',
245
- $this->get_bool_option( $this->_default_submenu_items, $id, $default ),
246
- $id
247
- );
248
- }
249
-
250
- /**
251
- * Calculates admin settings menu slug.
252
- * If plugin's menu slug is a file (e.g. CPT), uses plugin's slug as the menu slug.
253
- *
254
- * @author Vova Feldman (@svovaf)
255
- * @since 1.1.3
256
- *
257
- * @param string $page
258
- *
259
- * @return string
260
- */
261
- function get_slug( $page = '' ) {
262
- return ( ( false === strpos( $this->_menu_slug, '.php?' ) ) ?
263
- $this->_menu_slug :
264
- $this->_plugin_slug ) . ( empty( $page ) ? '' : ( '-' . $page ) );
265
- }
266
-
267
- /**
268
- * @author Vova Feldman (@svovaf)
269
- * @since 1.1.3
270
- *
271
- * @return string
272
- */
273
- function get_parent_slug() {
274
- return $this->_parent_slug;
275
- }
276
-
277
- /**
278
- * @author Vova Feldman (@svovaf)
279
- * @since 1.1.3
280
- *
281
- * @return string
282
- */
283
- function get_type() {
284
- return $this->_type;
285
- }
286
-
287
- /**
288
- * @author Vova Feldman (@svovaf)
289
- * @since 1.1.3
290
- *
291
- * @return bool
292
- */
293
- function is_cpt() {
294
- return ( 0 === strpos( $this->_menu_slug, 'edit.php?post_type=' ) ||
295
- // Back compatibility.
296
- 'cpt' === $this->_type
297
- );
298
- }
299
-
300
- /**
301
- * @author Vova Feldman (@svovaf)
302
- * @since 1.1.3
303
- *
304
- * @return string
305
- */
306
- function get_parent_type() {
307
- return $this->_parent_type;
308
- }
309
-
310
- /**
311
- * @author Vova Feldman (@svovaf)
312
- * @since 1.1.3
313
- *
314
- * @return string
315
- */
316
- function get_raw_slug() {
317
- return $this->_menu_slug;
318
- }
319
-
320
- /**
321
- * Get plugin's original menu slug.
322
- *
323
- * @author Vova Feldman (@svovaf)
324
- * @since 1.1.3
325
- *
326
- * @return string
327
- */
328
- function get_original_menu_slug() {
329
- if ( 'cpt' === $this->_type ) {
330
- return add_query_arg( array(
331
- 'post_type' => $this->_menu_slug
332
- ), 'edit.php' );
333
- }
334
-
335
- if ( false === strpos( $this->_menu_slug, '.php?' ) ) {
336
- return $this->_menu_slug;
337
- } else {
338
- return $this->_plugin_slug;
339
- }
340
- }
341
-
342
- /**
343
- * @author Vova Feldman (@svovaf)
344
- * @since 1.1.3
345
- *
346
- * @return string
347
- */
348
- function get_top_level_menu_slug() {
349
- return $this->has_custom_parent() ?
350
- $this->get_parent_slug() :
351
- $this->get_raw_slug();
352
- }
353
-
354
- /**
355
- * Is user on plugin's admin activation page.
356
- *
357
- * @author Vova Feldman (@svovaf)
358
- * @since 1.0.8
359
- *
360
- * @return bool
361
- */
362
- function is_activation_page() {
363
- return isset( $_GET['page'] ) &&
364
- ( ( strtolower( $this->_menu_slug ) === strtolower( $_GET['page'] ) ) ||
365
- ( strtolower( $this->_plugin_slug ) === strtolower( $_GET['page'] ) ) );
366
- }
367
-
368
- #region Submenu Override
369
-
370
- /**
371
- * Override submenu's action.
372
- *
373
- * @author Vova Feldman (@svovaf)
374
- * @since 1.1.0
375
- *
376
- * @param string $parent_slug
377
- * @param string $menu_slug
378
- * @param callable $function
379
- *
380
- * @return false|string If submenu exist, will return the hook name.
381
- */
382
- function override_submenu_action( $parent_slug, $menu_slug, $function ) {
383
- global $submenu;
384
-
385
- $menu_slug = plugin_basename( $menu_slug );
386
- $parent_slug = plugin_basename( $parent_slug );
387
-
388
- if ( ! isset( $submenu[ $parent_slug ] ) ) {
389
- // Parent menu not exist.
390
- return false;
391
- }
392
-
393
- $found_submenu_item = false;
394
- foreach ( $submenu[ $parent_slug ] as $submenu_item ) {
395
- if ( $menu_slug === $submenu_item[2] ) {
396
- $found_submenu_item = $submenu_item;
397
- break;
398
- }
399
- }
400
-
401
- if ( false === $found_submenu_item ) {
402
- // Submenu item not found.
403
- return false;
404
- }
405
-
406
- // Remove current function.
407
- $hookname = get_plugin_page_hookname( $menu_slug, $parent_slug );
408
- remove_all_actions( $hookname );
409
-
410
- // Attach new action.
411
- add_action( $hookname, $function );
412
-
413
- return $hookname;
414
- }
415
-
416
- #endregion Submenu Override
417
-
418
- #region Top level menu Override
419
-
420
- /**
421
- * Find plugin's admin dashboard main menu item.
422
- *
423
- * @author Vova Feldman (@svovaf)
424
- * @since 1.0.2
425
- *
426
- * @return string[]|false
427
- */
428
- private function find_top_level_menu() {
429
- global $menu;
430
-
431
- $position = - 1;
432
- $found_menu = false;
433
-
434
- $menu_slug = $this->get_raw_slug();
435
-
436
- $hook_name = get_plugin_page_hookname( $menu_slug, '' );
437
- foreach ( $menu as $pos => $m ) {
438
- if ( $menu_slug === $m[2] ) {
439
- $position = $pos;
440
- $found_menu = $m;
441
- break;
442
- }
443
- }
444
-
445
- if ( false === $found_menu ) {
446
- return false;
447
- }
448
-
449
- return array(
450
- 'menu' => $found_menu,
451
- 'position' => $position,
452
- 'hook_name' => $hook_name
453
- );
454
- }
455
-
456
- /**
457
- * Remove all sub-menu items.
458
- *
459
- * @author Vova Feldman (@svovaf)
460
- * @since 1.0.7
461
- *
462
- * @return bool If submenu with plugin's menu slug was found.
463
- */
464
- private function remove_all_submenu_items() {
465
- global $submenu;
466
-
467
- $menu_slug = $this->get_raw_slug();
468
-
469
- if ( ! isset( $submenu[ $menu_slug ] ) ) {
470
- return false;
471
- }
472
-
473
- $submenu[ $menu_slug ] = array();
474
-
475
- return true;
476
- }
477
-
478
- /**
479
- *
480
- * @author Vova Feldman (@svovaf)
481
- * @since 1.0.9
482
- *
483
- * @return array[string]mixed
484
- */
485
- function remove_menu_item() {
486
- $this->_logger->entrance();
487
-
488
- // Find main menu item.
489
- $menu = $this->find_top_level_menu();
490
-
491
- if ( false === $menu ) {
492
- return false;
493
- }
494
-
495
- // Remove it with its actions.
496
- remove_all_actions( $menu['hook_name'] );
497
-
498
- // Remove all submenu items.
499
- $this->remove_all_submenu_items();
500
-
501
- return $menu;
502
- }
503
-
504
- /**
505
- *
506
- * @author Vova Feldman (@svovaf)
507
- * @since 1.1.4
508
- *
509
- * @param callable $function
510
- *
511
- * @return array[string]mixed
512
- */
513
- function override_menu_item( $function ) {
514
- $found_menu = $this->remove_menu_item();
515
-
516
- if ( false === $found_menu ) {
517
- return false;
518
- }
519
-
520
- if ( ! $this->is_top_level() || ! $this->is_cpt() ) {
521
- $menu_slug = plugin_basename( $this->get_slug() );
522
-
523
- $hookname = get_plugin_page_hookname( $menu_slug, '' );
524
-
525
- // Override menu action.
526
- add_action( $hookname, $function );
527
- } else {
528
- global $menu;
529
-
530
- // Remove original CPT menu.
531
- unset( $menu[ $found_menu['position'] ] );
532
-
533
- // Create new top-level menu action.
534
- $hookname = add_menu_page(
535
- $found_menu['menu'][3],
536
- $found_menu['menu'][0],
537
- 'manage_options',
538
- $this->get_slug(),
539
- $function,
540
- $found_menu['menu'][6],
541
- $found_menu['position']
542
- );
543
- }
544
-
545
- return $hookname;
546
- }
547
-
548
- #endregion Top level menu Override
549
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/managers/class-fs-admin-notice-manager.php DELETED
@@ -1,310 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.7
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Admin_Notice_Manager {
14
- /**
15
- * @var string
16
- */
17
- protected $_slug;
18
- /**
19
- * @var string
20
- */
21
- protected $_title;
22
- /**
23
- * @var array[]
24
- */
25
- private $_admin_messages = array();
26
- /**
27
- * @var FS_Key_Value_Storage
28
- */
29
- private $_sticky_storage;
30
- /**
31
- * @var FS_Plugin_Manager[]
32
- */
33
- private static $_instances = array();
34
- /**
35
- * @var FS_Logger
36
- */
37
- protected $_logger;
38
-
39
- /**
40
- * @param string $slug
41
- * @param string $title
42
- *
43
- * @return FS_Admin_Notice_Manager
44
- */
45
- static function instance( $slug, $title = '' ) {
46
- if ( ! isset( self::$_instances[ $slug ] ) ) {
47
- self::$_instances[ $slug ] = new FS_Admin_Notice_Manager( $slug, $title );
48
- }
49
-
50
- return self::$_instances[ $slug ];
51
- }
52
-
53
- protected function __construct( $slug, $title = '' ) {
54
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_data', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
55
-
56
- $this->_slug = $slug;
57
- $this->_title = ! empty( $title ) ? $title : '';
58
- $this->_sticky_storage = FS_Key_Value_Storage::instance( 'admin_notices', $this->_slug );
59
-
60
- if ( is_admin() ) {
61
- if ( 0 < count( $this->_sticky_storage ) ) {
62
- // If there are sticky notices for the current slug, add a callback
63
- // to the AJAX action that handles message dismiss.
64
- add_action( "wp_ajax_fs_dismiss_notice_action_{$slug}", array(
65
- &$this,
66
- 'dismiss_notice_ajax_callback'
67
- ) );
68
-
69
- foreach ( $this->_sticky_storage as $id => $msg ) {
70
- // Add admin notice.
71
- $this->add(
72
- $msg['message'],
73
- $msg['title'],
74
- $msg['type'],
75
- true,
76
- $msg['all'],
77
- $msg['id'],
78
- false
79
- );
80
- }
81
- }
82
- }
83
- }
84
-
85
- /**
86
- * Remove sticky message by ID.
87
- *
88
- * @author Vova Feldman (@svovaf)
89
- * @since 1.0.7
90
- *
91
- */
92
- function dismiss_notice_ajax_callback() {
93
- $this->_sticky_storage->remove( $_POST['message_id'] );
94
- wp_die();
95
- }
96
-
97
- /**
98
- * Rendered sticky message dismiss JavaScript.
99
- *
100
- * @author Vova Feldman (@svovaf)
101
- * @since 1.0.7
102
- */
103
- static function _add_sticky_dismiss_javascript() {
104
- $params = array();
105
- fs_require_once_template( 'sticky-admin-notice-js.php', $params );
106
- }
107
-
108
- private static $_added_sticky_javascript = false;
109
-
110
- /**
111
- * Hook to the admin_footer to add sticky message dismiss JavaScript handler.
112
- *
113
- * @author Vova Feldman (@svovaf)
114
- * @since 1.0.7
115
- */
116
- private static function has_sticky_messages() {
117
- if ( ! self::$_added_sticky_javascript ) {
118
- add_action( 'admin_footer', array( 'FS_Admin_Notice_Manager', '_add_sticky_dismiss_javascript' ) );
119
- }
120
- }
121
-
122
- /**
123
- * Handle admin_notices by printing the admin messages stacked in the queue.
124
- *
125
- * @author Vova Feldman (@svovaf)
126
- * @since 1.0.4
127
- *
128
- */
129
- function _admin_notices_hook() {
130
- $notice_type = 'admin_notices';
131
-
132
- if ( function_exists( 'current_user_can' ) &&
133
- ! current_user_can( 'manage_options' )
134
- ) {
135
- // Only show messages to admins.
136
- return;
137
- }
138
-
139
- if ( ! isset( $this->_admin_messages[ $notice_type ] ) || ! is_array( $this->_admin_messages[ $notice_type ] ) ) {
140
- return;
141
- }
142
-
143
- foreach ( $this->_admin_messages[ $notice_type ] as $id => $msg ) {
144
- fs_require_template( 'admin-notice.php', $msg );
145
-
146
- if ( $msg['sticky'] ) {
147
- self::has_sticky_messages();
148
- }
149
- }
150
- }
151
-
152
- /**
153
- * Handle all_admin_notices by printing the admin messages stacked in the queue.
154
- *
155
- * @author Vova Feldman (@svovaf)
156
- * @since 1.0.4
157
- *
158
- */
159
- function _all_admin_notices_hook() {
160
- $notice_type = 'all_admin_notices';
161
-
162
- if ( ! isset( $this->_admin_messages[ $notice_type ] ) || ! is_array( $this->_admin_messages[ $notice_type ] ) ) {
163
- return;
164
- }
165
-
166
- foreach ( $this->_admin_messages[ $notice_type ] as $id => $msg ) {
167
- fs_require_template( 'all-admin-notice.php', $msg );
168
- }
169
- }
170
-
171
- /**
172
- * Enqueue common stylesheet to style admin notice.
173
- *
174
- * @author Vova Feldman (@svovaf)
175
- * @since 1.0.7
176
- */
177
- function _enqueue_styles() {
178
- fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
179
- }
180
-
181
- /**
182
- * Add admin message to admin messages queue, and hook to admin_notices / all_admin_notices if not yet hooked.
183
- *
184
- * @author Vova Feldman (@svovaf)
185
- * @since 1.0.4
186
- *
187
- * @param string $message
188
- * @param string $title
189
- * @param string $type
190
- * @param bool $is_sticky
191
- * @param bool $all_admin
192
- * @param string $id Message ID
193
- * @param bool $store_if_sticky
194
- *
195
- * @uses add_action()
196
- */
197
- function add( $message, $title = '', $type = 'success', $is_sticky = false, $all_admin = false, $id = '', $store_if_sticky = true ) {
198
- $key = ( $all_admin ? 'all_admin_notices' : 'admin_notices' );
199
-
200
- if ( ! isset( $this->_admin_messages[ $key ] ) ) {
201
- $this->_admin_messages[ $key ] = array();
202
-
203
- add_action( $key, array( &$this, "_{$key}_hook" ) );
204
- add_action( 'admin_enqueue_scripts', array( &$this, '_enqueue_styles' ) );
205
-
206
- }
207
-
208
- if ( '' === $id ) {
209
- $id = md5( $title . ' ' . $message . ' ' . $type );
210
- }
211
-
212
- $message_object = array(
213
- 'message' => $message,
214
- 'title' => $title,
215
- 'type' => $type,
216
- 'sticky' => $is_sticky,
217
- 'id' => $id,
218
- 'all' => $all_admin,
219
- 'slug' => $this->_slug,
220
- 'plugin' => $this->_title,
221
- );
222
-
223
- if ( $is_sticky && $store_if_sticky ) {
224
- $this->_sticky_storage->{$id} = $message_object;
225
- }
226
-
227
- $this->_admin_messages[ $key ][ $id ] = $message_object;
228
- }
229
-
230
- /**
231
- * @author Vova Feldman (@svovaf)
232
- * @since 1.0.7
233
- *
234
- * @param string|string[] $ids
235
- */
236
- function remove_sticky( $ids ) {
237
- if ( ! is_array( $ids ) ) {
238
- $ids = array( $ids );
239
- }
240
-
241
- foreach ( $ids as $id ) {
242
- // Remove from sticky storage.
243
- $this->_sticky_storage->remove( $id );
244
-
245
- // Remove from current admin messages.
246
- if ( isset( $this->_admin_messages['all_admin_notices'] ) && isset( $this->_admin_messages['all_admin_notices'][ $id ] ) ) {
247
- unset( $this->_admin_messages['all_admin_notices'][ $id ] );
248
- }
249
- if ( isset( $this->_admin_messages['admin_notices'] ) && isset( $this->_admin_messages['admin_notices'][ $id ] ) ) {
250
- unset( $this->_admin_messages['admin_notices'][ $id ] );
251
- }
252
- }
253
- }
254
-
255
- /**
256
- * Check if sticky message exists by id.
257
- *
258
- * @author Vova Feldman (@svovaf)
259
- * @since 1.0.9
260
- *
261
- * @param $id
262
- *
263
- * @return bool
264
- */
265
- function has_sticky( $id ) {
266
- return isset( $this->_sticky_storage[ $id ] );
267
- }
268
-
269
- /**
270
- * Adds sticky admin notification.
271
- *
272
- * @author Vova Feldman (@svovaf)
273
- * @since 1.0.7
274
- *
275
- * @param string $message
276
- * @param string $id Message ID
277
- * @param string $title
278
- * @param string $type
279
- * @param bool $all_admin
280
- */
281
- function add_sticky( $message, $id, $title = '', $type = 'success', $all_admin = false ) {
282
- $this->add( $message, $title, $type, true, $all_admin, $id );
283
- }
284
-
285
- /**
286
- * Clear all sticky messages.
287
- *
288
- * @author Vova Feldman (@svovaf)
289
- * @since 1.0.8
290
- */
291
- function clear_all_sticky() {
292
- $this->_sticky_storage->clear_all();
293
- }
294
-
295
- /**
296
- * Add admin message to all admin messages queue, and hook to all_admin_notices if not yet hooked.
297
- *
298
- * @author Vova Feldman (@svovaf)
299
- * @since 1.0.4
300
- *
301
- * @param string $message
302
- * @param string $title
303
- * @param string $type
304
- * @param bool $is_sticky
305
- * @param string $id Message ID
306
- */
307
- function add_all( $message, $title = '', $type = 'success', $is_sticky = false, $id = '' ) {
308
- $this->add( $message, $title, $type, $is_sticky, true, $id );
309
- }
310
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/managers/class-fs-cache-manager.php DELETED
@@ -1,237 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Cache_Manager {
14
- /**
15
- * @var FS_Option_Manager
16
- */
17
- private $_options;
18
- /**
19
- * @var FS_Logger
20
- */
21
- private $_logger;
22
-
23
- /**
24
- * @var FS_Cache_Manager[]
25
- */
26
- private static $_MANAGERS = array();
27
-
28
- /**
29
- * @author Vova Feldman (@svovaf)
30
- * @since 1.1.3
31
- *
32
- * @param string $id
33
- */
34
- private function __construct( $id ) {
35
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_cach_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
36
-
37
- $this->_logger->entrance();
38
- $this->_logger->log( 'id = ' . $id );
39
-
40
- $this->_options = FS_Option_Manager::get_manager( $id, true );
41
- }
42
-
43
- /**
44
- * @author Vova Feldman (@svovaf)
45
- * @since 1.1.6
46
- *
47
- * @param $id
48
- *
49
- * @return FS_Cache_Manager
50
- */
51
- static function get_manager( $id ) {
52
- $id = strtolower( $id );
53
-
54
- if ( ! isset( self::$_MANAGERS[ $id ] ) ) {
55
- self::$_MANAGERS[ $id ] = new FS_Cache_Manager( $id );
56
- }
57
-
58
- return self::$_MANAGERS[ $id ];
59
- }
60
-
61
- /**
62
- * @author Vova Feldman (@svovaf)
63
- * @since 1.1.6
64
- *
65
- * @return bool
66
- */
67
- function is_empty() {
68
- $this->_logger->entrance();
69
-
70
- return $this->_options->is_empty();
71
- }
72
-
73
- /**
74
- * @author Vova Feldman (@svovaf)
75
- * @since 1.1.6
76
- */
77
- function clear() {
78
- $this->_logger->entrance();
79
-
80
- $this->_options->clear( true );
81
- }
82
-
83
- /**
84
- * Delete cache manager from DB.
85
- *
86
- * @author Vova Feldman (@svovaf)
87
- * @since 1.0.9
88
- */
89
- function delete() {
90
- $this->_options->delete();
91
- }
92
-
93
- /**
94
- * Check if there's a cached item.
95
- *
96
- * @author Vova Feldman (@svovaf)
97
- * @since 1.1.6
98
- *
99
- * @param string $key
100
- *
101
- * @return bool
102
- */
103
- function has( $key ) {
104
- $cache_entry = $this->_options->get_option( $key, false );
105
-
106
- return ( is_object( $cache_entry ) &&
107
- isset( $cache_entry->timestamp ) &&
108
- is_numeric( $cache_entry->timestamp )
109
- );
110
- }
111
-
112
- /**
113
- * Check if there's a valid cached item.
114
- *
115
- * @author Vova Feldman (@svovaf)
116
- * @since 1.1.6
117
- *
118
- * @param string $key
119
- *
120
- * @return bool
121
- */
122
- function has_valid( $key ) {
123
- $cache_entry = $this->_options->get_option( $key, false );
124
-
125
- return ( is_object( $cache_entry ) &&
126
- isset( $cache_entry->timestamp ) &&
127
- is_numeric( $cache_entry->timestamp ) &&
128
- $cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
129
- );
130
- }
131
-
132
- /**
133
- * @author Vova Feldman (@svovaf)
134
- * @since 1.1.6
135
- *
136
- * @param string $key
137
- * @param mixed $default
138
- *
139
- * @return mixed
140
- */
141
- function get( $key, $default = null ) {
142
- $this->_logger->entrance( 'key = ' . $key );
143
-
144
- $cache_entry = $this->_options->get_option( $key, false );
145
-
146
- if ( is_object( $cache_entry ) &&
147
- isset( $cache_entry->timestamp ) &&
148
- is_numeric( $cache_entry->timestamp )
149
- ) {
150
- return $cache_entry->result;
151
- }
152
-
153
- return $default;
154
- }
155
-
156
- /**
157
- * @author Vova Feldman (@svovaf)
158
- * @since 1.1.6
159
- *
160
- * @param string $key
161
- * @param mixed $default
162
- *
163
- * @return mixed
164
- */
165
- function get_valid( $key, $default = null ) {
166
- $this->_logger->entrance( 'key = ' . $key );
167
-
168
- $cache_entry = $this->_options->get_option( $key, false );
169
-
170
- if ( is_object( $cache_entry ) &&
171
- isset( $cache_entry->timestamp ) &&
172
- is_numeric( $cache_entry->timestamp ) &&
173
- $cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
174
- ) {
175
- return $cache_entry->result;
176
- }
177
-
178
- return $default;
179
- }
180
-
181
- /**
182
- * @author Vova Feldman (@svovaf)
183
- * @since 1.1.6
184
- *
185
- * @param string $key
186
- * @param mixed $value
187
- * @param int $expiration
188
- */
189
- function set( $key, $value, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
190
- $this->_logger->entrance( 'key = ' . $key );
191
-
192
- $cache_entry = new stdClass();
193
- $cache_entry->result = $value;
194
- $cache_entry->timestamp = WP_FS__SCRIPT_START_TIME + $expiration;
195
- $this->_options->set_option( $key, $cache_entry, true );
196
- }
197
-
198
- /**
199
- * Get cached record expiration, or false if not cached or expired.
200
- *
201
- * @author Vova Feldman (@svovaf)
202
- * @since 1.1.7.3
203
- *
204
- * @param string $key
205
- *
206
- * @return bool|int
207
- */
208
- function get_record_expiration( $key ) {
209
- $this->_logger->entrance( 'key = ' . $key );
210
-
211
- $cache_entry = $this->_options->get_option( $key, false );
212
-
213
- if ( is_object( $cache_entry ) &&
214
- isset( $cache_entry->timestamp ) &&
215
- is_numeric( $cache_entry->timestamp ) &&
216
- $cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
217
- ) {
218
- return $cache_entry->timestamp;
219
- }
220
-
221
- return false;
222
- }
223
-
224
- /**
225
- * Purge cached item.
226
- *
227
- * @author Vova Feldman (@svovaf)
228
- * @since 1.1.6
229
- *
230
- * @param string $key
231
- */
232
- function purge( $key ) {
233
- $this->_logger->entrance( 'key = ' . $key );
234
-
235
- $this->_options->unset_option( $key, true );
236
- }
237
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/managers/class-fs-key-value-storage.php DELETED
@@ -1,326 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.7
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Class FS_Key_Value_Storage
15
- *
16
- * @property int $install_timestamp
17
- * @property int $activation_timestamp
18
- * @property int $sync_timestamp
19
- * @property object $sync_cron
20
- * @property int $install_sync_timestamp
21
- * @property array $connectivity_test
22
- * @property array $is_on
23
- * @property object $trial_plan
24
- * @property bool $has_trial_plan
25
- * @property bool $trial_promotion_shown
26
- * @property string $sdk_version
27
- * @property string $sdk_last_version
28
- * @property bool $sdk_upgrade_mode
29
- * @property bool $sdk_downgrade_mode
30
- * @property bool $plugin_upgrade_mode
31
- * @property bool $plugin_downgrade_mode
32
- * @property string $plugin_version
33
- * @property string $plugin_last_version
34
- * @property bool $is_plugin_new_install
35
- * @property bool $was_plugin_loaded
36
- * @property object $plugin_main_file
37
- * @property bool $prev_is_premium
38
- * @property array $is_anonymous
39
- * @property bool $is_pending_activation
40
- * @property bool $sticky_optin_added
41
- * @property object $uninstall_reason
42
- * @property object $subscription
43
- */
44
- class FS_Key_Value_Storage implements ArrayAccess, Iterator, Countable {
45
- /**
46
- * @var string
47
- */
48
- protected $_id;
49
- /**
50
- * @var string
51
- */
52
- protected $_slug;
53
- /**
54
- * @var array
55
- */
56
- protected $_data;
57
-
58
- /**
59
- * @var FS_Plugin_Manager[]
60
- */
61
- private static $_instances = array();
62
- /**
63
- * @var FS_Logger
64
- */
65
- protected $_logger;
66
-
67
- /**
68
- * @param string $id
69
- * @param string $slug
70
- *
71
- * @return FS_Key_Value_Storage
72
- */
73
- static function instance( $id, $slug ) {
74
- $key = $id . ':' . $slug;
75
- if ( ! isset( self::$_instances[ $key ] ) ) {
76
- self::$_instances[ $key ] = new FS_Key_Value_Storage( $id, $slug );
77
- }
78
-
79
- return self::$_instances[ $key ];
80
- }
81
-
82
- protected function __construct( $id, $slug ) {
83
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
84
-
85
- $this->_slug = $slug;
86
- $this->_id = $id;
87
- $this->load();
88
- }
89
-
90
- protected function get_option_manager() {
91
- return FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
92
- }
93
-
94
- protected function get_all_data() {
95
- return $this->get_option_manager()->get_option( $this->_id, array() );
96
- }
97
-
98
- /**
99
- * Load plugin data from local DB.
100
- *
101
- * @author Vova Feldman (@svovaf)
102
- * @since 1.0.7
103
- */
104
- function load() {
105
- $all_plugins_data = $this->get_all_data();
106
- $this->_data = isset( $all_plugins_data[ $this->_slug ] ) ?
107
- $all_plugins_data[ $this->_slug ] :
108
- array();
109
- }
110
-
111
- /**
112
- * @author Vova Feldman (@svovaf)
113
- * @since 1.0.7
114
- *
115
- * @param string $key
116
- * @param mixed $value
117
- * @param bool $flush
118
- */
119
- function store( $key, $value, $flush = true ) {
120
- if ( $this->_logger->is_on() ) {
121
- $this->_logger->entrance( $key . ' = ' . var_export( $value, true ) );
122
- }
123
-
124
- if ( array_key_exists( $key, $this->_data ) && $value === $this->_data[ $key ] ) {
125
- // No need to store data if the value wasn't changed.
126
- return;
127
- }
128
-
129
- $all_data = $this->get_all_data();
130
-
131
- $this->_data[ $key ] = $value;
132
-
133
- $all_data[ $this->_slug ] = $this->_data;
134
-
135
- $options_manager = $this->get_option_manager();
136
- $options_manager->set_option( $this->_id, $all_data, $flush );
137
- }
138
-
139
- /**
140
- * @author Vova Feldman (@svovaf)
141
- * @since 1.0.7
142
- *
143
- * @param bool $store
144
- * @param string[] $exceptions Set of keys to keep and not clear.
145
- */
146
- function clear_all( $store = true, $exceptions = array() ) {
147
- $new_data = array();
148
- foreach ( $exceptions as $key ) {
149
- if ( isset( $this->_data[ $key ] ) ) {
150
- $new_data[ $key ] = $this->_data[ $key ];
151
- }
152
- }
153
-
154
- $this->_data = $new_data;
155
-
156
- if ( $store ) {
157
- $all_data = $this->get_all_data();
158
- $all_data[ $this->_slug ] = $this->_data;
159
- $options_manager = $this->get_option_manager();
160
- $options_manager->set_option( $this->_id, $all_data, true );
161
- }
162
- }
163
-
164
- /**
165
- * Delete key-value storage.
166
- *
167
- * @author Vova Feldman (@svovaf)
168
- * @since 1.0.9
169
- */
170
- function delete() {
171
- $this->_data = array();
172
-
173
- $all_data = $this->get_all_data();
174
- unset( $all_data[ $this->_slug ] );
175
- $options_manager = $this->get_option_manager();
176
- $options_manager->set_option( $this->_id, $all_data, true );
177
- }
178
-
179
- /**
180
- * @author Vova Feldman (@svovaf)
181
- * @since 1.0.7
182
- *
183
- * @param string $key
184
- * @param bool $store
185
- */
186
- function remove( $key, $store = true ) {
187
- if ( ! array_key_exists( $key, $this->_data ) ) {
188
- return;
189
- }
190
-
191
- unset( $this->_data[ $key ] );
192
-
193
- if ( $store ) {
194
- $all_data = $this->get_all_data();
195
- $all_data[ $this->_slug ] = $this->_data;
196
- $options_manager = $this->get_option_manager();
197
- $options_manager->set_option( $this->_id, $all_data, true );
198
- }
199
- }
200
-
201
- /**
202
- * @author Vova Feldman (@svovaf)
203
- * @since 1.0.7
204
- *
205
- * @param string $key
206
- * @param mixed $default
207
- *
208
- * @return bool|\FS_Plugin
209
- */
210
- function get( $key, $default = false ) {
211
- return array_key_exists( $key, $this->_data ) ?
212
- $this->_data[ $key ] :
213
- $default;
214
- }
215
-
216
-
217
- /* ArrayAccess + Magic Access (better for refactoring)
218
- -----------------------------------------------------------------------------------*/
219
- function __set( $k, $v ) {
220
- $this->store( $k, $v );
221
- }
222
-
223
- function __isset( $k ) {
224
- return array_key_exists( $k, $this->_data );
225
- }
226
-
227
- function __unset( $k ) {
228
- $this->remove( $k );
229
- }
230
-
231
- function __get( $k ) {
232
- return $this->get( $k, null );
233
- }
234
-
235
- function offsetSet( $k, $v ) {
236
- if ( is_null( $k ) ) {
237
- throw new Exception( 'Can\'t append value to request params.' );
238
- } else {
239
- $this->{$k} = $v;
240
- }
241
- }
242
-
243
- function offsetExists( $k ) {
244
- return array_key_exists( $k, $this->_data );
245
- }
246
-
247
- function offsetUnset( $k ) {
248
- unset( $this->$k );
249
- }
250
-
251
- function offsetGet( $k ) {
252
- return $this->get( $k, null );
253
- }
254
-
255
- /**
256
- * (PHP 5 &gt;= 5.0.0)<br/>
257
- * Return the current element
258
- *
259
- * @link http://php.net/manual/en/iterator.current.php
260
- * @return mixed Can return any type.
261
- */
262
- public function current() {
263
- return current( $this->_data );
264
- }
265
-
266
- /**
267
- * (PHP 5 &gt;= 5.0.0)<br/>
268
- * Move forward to next element
269
- *
270
- * @link http://php.net/manual/en/iterator.next.php
271
- * @return void Any returned value is ignored.
272
- */
273
- public function next() {
274
- next( $this->_data );
275
- }
276
-
277
- /**
278
- * (PHP 5 &gt;= 5.0.0)<br/>
279
- * Return the key of the current element
280
- *
281
- * @link http://php.net/manual/en/iterator.key.php
282
- * @return mixed scalar on success, or null on failure.
283
- */
284
- public function key() {
285
- return key( $this->_data );
286
- }
287
-
288
- /**
289
- * (PHP 5 &gt;= 5.0.0)<br/>
290
- * Checks if current position is valid
291
- *
292
- * @link http://php.net/manual/en/iterator.valid.php
293
- * @return boolean The return value will be casted to boolean and then evaluated.
294
- * Returns true on success or false on failure.
295
- */
296
- public function valid() {
297
- $key = key( $this->_data );
298
-
299
- return ( $key !== null && $key !== false );
300
- }
301
-
302
- /**
303
- * (PHP 5 &gt;= 5.0.0)<br/>
304
- * Rewind the Iterator to the first element
305
- *
306
- * @link http://php.net/manual/en/iterator.rewind.php
307
- * @return void Any returned value is ignored.
308
- */
309
- public function rewind() {
310
- reset( $this->_data );
311
- }
312
-
313
- /**
314
- * (PHP 5 &gt;= 5.1.0)<br/>
315
- * Count elements of an object
316
- *
317
- * @link http://php.net/manual/en/countable.count.php
318
- * @return int The custom count as an integer.
319
- * </p>
320
- * <p>
321
- * The return value is cast to an integer.
322
- */
323
- public function count() {
324
- return count( $this->_data );
325
- }
326
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/managers/class-fs-license-manager.php DELETED
@@ -1,104 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_License_Manager /*extends FS_Abstract_Manager*/
14
- {
15
- //
16
- //
17
- // /**
18
- // * @var FS_License_Manager[]
19
- // */
20
- // private static $_instances = array();
21
- //
22
- // static function instance( Freemius $fs ) {
23
- // $slug = strtolower( $fs->get_slug() );
24
- //
25
- // if ( ! isset( self::$_instances[ $slug ] ) ) {
26
- // self::$_instances[ $slug ] = new FS_License_Manager( $slug, $fs );
27
- // }
28
- //
29
- // return self::$_instances[ $slug ];
30
- // }
31
- //
32
- //// private function __construct($slug) {
33
- //// parent::__construct($slug);
34
- //// }
35
- //
36
- // function entry_id() {
37
- // return 'licenses';
38
- // }
39
- //
40
- // function sync( $id ) {
41
- //
42
- // }
43
- //
44
- // /**
45
- // * @author Vova Feldman (@svovaf)
46
- // * @since 1.0.5
47
- // * @uses FS_Api
48
- // *
49
- // * @param number|bool $plugin_id
50
- // *
51
- // * @return FS_Plugin_License[]|stdClass Licenses or API error.
52
- // */
53
- // function api_get_user_plugin_licenses( $plugin_id = false ) {
54
- // $api = $this->_fs->get_api_user_scope();
55
- //
56
- // if ( ! is_numeric( $plugin_id ) ) {
57
- // $plugin_id = $this->_fs->get_id();
58
- // }
59
- //
60
- // $result = $api->call( "/plugins/{$plugin_id}/licenses.json" );
61
- //
62
- // if ( ! isset( $result->error ) ) {
63
- // for ( $i = 0, $len = count( $result->licenses ); $i < $len; $i ++ ) {
64
- // $result->licenses[ $i ] = new FS_Plugin_License( $result->licenses[ $i ] );
65
- // }
66
- //
67
- // $result = $result->licenses;
68
- // }
69
- //
70
- // return $result;
71
- // }
72
- //
73
- // function api_get_many() {
74
- //
75
- // }
76
- //
77
- // function api_activate( $id ) {
78
- //
79
- // }
80
- //
81
- // function api_deactivate( $id ) {
82
- //
83
- // }
84
-
85
- /**
86
- * @param FS_Plugin_License[] $licenses
87
- *
88
- * @return bool
89
- */
90
- static function has_premium_license( $licenses ) {
91
- if ( is_array( $licenses ) ) {
92
- foreach ( $licenses as $license ) {
93
- /**
94
- * @var FS_Plugin_License $license
95
- */
96
- if ( ! $license->is_utilized() && $license->is_features_enabled() ) {
97
- return true;
98
- }
99
- }
100
- }
101
-
102
- return false;
103
- }
104
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/managers/class-fs-option-manager.php DELETED
@@ -1,302 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * 3-layer lazy options manager.
15
- * layer 3: Memory
16
- * layer 2: Cache (if there's any caching plugin and if WP_FS__DEBUG_SDK is FALSE)
17
- * layer 1: Database (options table). All options stored as one option record in the DB to reduce number of DB
18
- * queries.
19
- *
20
- * If load() is not explicitly called, starts as empty manager. Same thing about saving the data - you have to
21
- * explicitly call store().
22
- *
23
- * Class Freemius_Option_Manager
24
- */
25
- class FS_Option_Manager {
26
- /**
27
- * @var string
28
- */
29
- private $_id;
30
- /**
31
- * @var array
32
- */
33
- private $_options;
34
- /**
35
- * @var FS_Logger
36
- */
37
- private $_logger;
38
-
39
- /**
40
- * @var FS_Option_Manager[]
41
- */
42
- private static $_MANAGERS = array();
43
-
44
- /**
45
- * @author Vova Feldman (@svovaf)
46
- * @since 1.0.3
47
- *
48
- * @param string $id
49
- * @param bool $load
50
- */
51
- private function __construct( $id, $load = false ) {
52
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_opt_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
53
-
54
- $this->_logger->entrance();
55
- $this->_logger->log( 'id = ' . $id );
56
-
57
- $this->_id = $id;
58
-
59
- if ( $load ) {
60
- $this->load();
61
- }
62
- }
63
-
64
- /**
65
- * @author Vova Feldman (@svovaf)
66
- * @since 1.0.3
67
- *
68
- * @param $id
69
- * @param $load
70
- *
71
- * @return FS_Option_Manager
72
- */
73
- static function get_manager( $id, $load = false ) {
74
- $id = strtolower( $id );
75
-
76
- if ( ! isset( self::$_MANAGERS[ $id ] ) ) {
77
- self::$_MANAGERS[ $id ] = new FS_Option_Manager( $id, $load );
78
- } // If load required but not yet loaded, load.
79
- else if ( $load && ! self::$_MANAGERS[ $id ]->is_loaded() ) {
80
- self::$_MANAGERS[ $id ]->load();
81
- }
82
-
83
- return self::$_MANAGERS[ $id ];
84
- }
85
-
86
- private function _get_option_manager_name() {
87
- // return WP_FS__SLUG . '_' . $this->_id;
88
- return $this->_id;
89
- }
90
-
91
- /**
92
- * @author Vova Feldman (@svovaf)
93
- * @since 1.0.3
94
- *
95
- * @param bool $flush
96
- */
97
- function load( $flush = false ) {
98
- $this->_logger->entrance();
99
-
100
- $option_name = $this->_get_option_manager_name();
101
-
102
- if ( $flush || ! isset( $this->_options ) ) {
103
- if ( isset( $this->_options ) ) {
104
- // Clear prev options.
105
- $this->clear();
106
- }
107
-
108
- if ( ! WP_FS__DEBUG_SDK ) {
109
- $this->_options = wp_cache_get( $option_name, WP_FS__SLUG );
110
- }
111
-
112
- // $this->_logger->info('wp_cache_get = ' . var_export($this->_options, true));
113
-
114
- // if ( is_array( $this->_options ) ) {
115
- // $this->clear();
116
- // }
117
-
118
- $cached = true;
119
-
120
- if ( empty( $this->_options ) ) {
121
- $this->_options = get_option( $option_name );
122
-
123
- if ( is_string( $this->_options ) ) {
124
- $this->_options = json_decode( $this->_options );
125
- }
126
-
127
- // $this->_logger->info('get_option = ' . var_export($this->_options, true));
128
-
129
- if ( false === $this->_options ) {
130
- $this->clear();
131
- }
132
-
133
- $cached = false;
134
- }
135
-
136
- if ( ! WP_FS__DEBUG_SDK && ! $cached ) // Set non encoded cache.
137
- {
138
- wp_cache_set( $option_name, $this->_options, WP_FS__SLUG );
139
- }
140
- }
141
- }
142
-
143
- /**
144
- * @author Vova Feldman (@svovaf)
145
- * @since 1.0.3
146
- *
147
- * @return bool
148
- */
149
- function is_loaded() {
150
- return isset( $this->_options );
151
- }
152
-
153
- /**
154
- * @author Vova Feldman (@svovaf)
155
- * @since 1.0.3
156
- *
157
- * @return bool
158
- */
159
- function is_empty() {
160
- return ( $this->is_loaded() && false === $this->_options );
161
- }
162
-
163
- /**
164
- * @author Vova Feldman (@svovaf)
165
- * @since 1.0.6
166
- *
167
- * @param bool $flush
168
- */
169
- function clear( $flush = false ) {
170
- $this->_logger->entrance();
171
-
172
- $this->_options = array();
173
-
174
- if ( $flush ) {
175
- $this->store();
176
- }
177
- }
178
-
179
- /**
180
- * Delete options manager from DB.
181
- *
182
- * @author Vova Feldman (@svovaf)
183
- * @since 1.0.9
184
- */
185
- function delete() {
186
- delete_option( $this->_get_option_manager_name() );
187
- }
188
-
189
- /**
190
- * @author Vova Feldman (@svovaf)
191
- * @since 1.0.6
192
- *
193
- * @param string $option
194
- *
195
- * @return bool
196
- */
197
- function has_option( $option ) {
198
- return array_key_exists( $option, $this->_options );
199
- }
200
-
201
- /**
202
- * @author Vova Feldman (@svovaf)
203
- * @since 1.0.3
204
- *
205
- * @param string $option
206
- * @param mixed $default
207
- *
208
- * @return mixed
209
- */
210
- function get_option( $option, $default = null ) {
211
- $this->_logger->entrance( 'option = ' . $option );
212
-
213
- if ( is_array( $this->_options ) ) {
214
- return isset( $this->_options[ $option ] ) ? $this->_options[ $option ] : $default;
215
- } else if ( is_object( $this->_options ) ) {
216
- return isset( $this->_options->{$option} ) ? $this->_options->{$option} : $default;
217
- }
218
-
219
- return $default;
220
- }
221
-
222
- /**
223
- * @author Vova Feldman (@svovaf)
224
- * @since 1.0.3
225
- *
226
- * @param string $option
227
- * @param mixed $value
228
- * @param bool $flush
229
- */
230
- function set_option( $option, $value, $flush = false ) {
231
- $this->_logger->entrance( 'option = ' . $option );
232
-
233
- if ( ! $this->is_loaded() ) {
234
- $this->clear();
235
- }
236
-
237
- if ( is_array( $this->_options ) ) {
238
- $this->_options[ $option ] = $value;
239
- } else if ( is_object( $this->_options ) ) {
240
- $this->_options->{$option} = $value;
241
- }
242
-
243
- if ( $flush ) {
244
- $this->store();
245
- }
246
- }
247
-
248
- /**
249
- * Unset option.
250
- *
251
- * @author Vova Feldman (@svovaf)
252
- * @since 1.0.3
253
- *
254
- * @param string $option
255
- * @param bool $flush
256
- */
257
- function unset_option( $option, $flush = false ) {
258
- $this->_logger->entrance( 'option = ' . $option );
259
-
260
- if ( is_array( $this->_options ) ) {
261
- if ( ! isset( $this->_options[ $option ] ) ) {
262
- return;
263
- }
264
-
265
- unset( $this->_options[ $option ] );
266
-
267
- } else if ( is_object( $this->_options ) ) {
268
- if ( ! isset( $this->_options->{$option} ) ) {
269
- return;
270
- }
271
-
272
- unset( $this->_options->{$option} );
273
- }
274
-
275
- if ( $flush ) {
276
- $this->store();
277
- }
278
- }
279
-
280
- /**
281
- * Dump options to database.
282
- *
283
- * @author Vova Feldman (@svovaf)
284
- * @since 1.0.3
285
- */
286
- function store() {
287
- $this->_logger->entrance();
288
-
289
- $option_name = $this->_get_option_manager_name();
290
-
291
- if ( $this->_logger->is_on() ) {
292
- $this->_logger->info( $option_name . ' = ' . var_export( $this->_options, true ) );
293
- }
294
-
295
- // Update DB.
296
- update_option( $option_name, $this->_options );
297
-
298
- if ( ! WP_FS__DEBUG_SDK ) {
299
- wp_cache_set( $option_name, $this->_options, WP_FS__SLUG );
300
- }
301
- }
302
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/managers/class-fs-plan-manager.php DELETED
@@ -1,162 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Plan_Manager {
14
- /**
15
- * @var FS_Plan_Manager
16
- */
17
- private static $_instance;
18
-
19
- /**
20
- * @return FS_Plan_Manager
21
- */
22
- static function instance() {
23
- if ( ! isset( self::$_instance ) ) {
24
- self::$_instance = new FS_Plan_Manager();
25
- }
26
-
27
- return self::$_instance;
28
- }
29
-
30
- private function __construct() {
31
- }
32
-
33
- /**
34
- * @param FS_Plugin_License[] $licenses
35
- *
36
- * @return bool
37
- */
38
- function has_premium_license( $licenses ) {
39
- if ( is_array( $licenses ) ) {
40
- /**
41
- * @var FS_Plugin_License[] $licenses
42
- */
43
- foreach ( $licenses as $license ) {
44
- if ( ! $license->is_utilized() && $license->is_features_enabled() ) {
45
- return true;
46
- }
47
- }
48
- }
49
-
50
- return false;
51
- }
52
-
53
- /**
54
- * Check if plugin has any paid plans.
55
- *
56
- * @author Vova Feldman (@svovaf)
57
- * @since 1.0.7
58
- *
59
- * @param FS_Plugin_Plan[] $plans
60
- *
61
- * @return bool
62
- */
63
- function has_paid_plan( $plans ) {
64
- if ( ! is_array( $plans ) || 0 === count( $plans ) ) {
65
- return false;
66
- }
67
-
68
- /**
69
- * @var FS_Plugin_Plan[] $plans
70
- */
71
- for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
72
- if ( ! $plans[ $i ]->is_free() ) {
73
- return true;
74
- }
75
- }
76
-
77
- return false;
78
- }
79
-
80
- /**
81
- * Check if plugin has any free plan, or is it premium only.
82
- *
83
- * Note: If no plans configured, assume plugin is free.
84
- *
85
- * @author Vova Feldman (@svovaf)
86
- * @since 1.0.7
87
- *
88
- * @param FS_Plugin_Plan[] $plans
89
- *
90
- * @return bool
91
- */
92
- function has_free_plan( $plans ) {
93
- if ( ! is_array( $plans ) || 0 === count( $plans ) ) {
94
- return true;
95
- }
96
-
97
- /**
98
- * @var FS_Plugin_Plan[] $plans
99
- */
100
- for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
101
- if ( $plans[ $i ]->is_free() ) {
102
- return true;
103
- }
104
- }
105
-
106
- return false;
107
- }
108
-
109
- /**
110
- * Find all plans that have trial.
111
- *
112
- * @author Vova Feldman (@svovaf)
113
- * @since 1.0.9
114
- *
115
- * @param FS_Plugin_Plan[] $plans
116
- *
117
- * @return FS_Plugin_Plan[]
118
- */
119
- function get_trial_plans( $plans ) {
120
- $trial_plans = array();
121
-
122
- if ( is_array( $plans ) && 0 < count( $plans ) ) {
123
- /**
124
- * @var FS_Plugin_Plan[] $plans
125
- */
126
- for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
127
- if ( $plans[ $i ]->has_trial() ) {
128
- $trial_plans[] = $plans[ $i ];
129
- }
130
- }
131
- }
132
-
133
- return $trial_plans;
134
- }
135
-
136
- /**
137
- * Check if plugin has any trial plan.
138
- *
139
- * @author Vova Feldman (@svovaf)
140
- * @since 1.0.9
141
- *
142
- * @param FS_Plugin_Plan[] $plans
143
- *
144
- * @return bool
145
- */
146
- function has_trial_plan( $plans ) {
147
- if ( ! is_array( $plans ) || 0 === count( $plans ) ) {
148
- return true;
149
- }
150
-
151
- /**
152
- * @var FS_Plugin_Plan[] $plans
153
- */
154
- for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
155
- if ( $plans[ $i ]->has_trial() ) {
156
- return true;
157
- }
158
- }
159
-
160
- return false;
161
- }
162
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/managers/class-fs-plugin-manager.php DELETED
@@ -1,154 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- class FS_Plugin_Manager {
14
- /**
15
- * @var string
16
- */
17
- protected $_slug;
18
- /**
19
- * @var FS_Plugin
20
- */
21
- protected $_plugin;
22
-
23
- /**
24
- * @var FS_Plugin_Manager[]
25
- */
26
- private static $_instances = array();
27
- /**
28
- * @var FS_Logger
29
- */
30
- protected $_logger;
31
-
32
- /**
33
- * @param string $slug
34
- *
35
- * @return FS_Plugin_Manager
36
- */
37
- static function instance( $slug ) {
38
- if ( ! isset( self::$_instances[ $slug ] ) ) {
39
- self::$_instances[ $slug ] = new FS_Plugin_Manager( $slug );
40
- }
41
-
42
- return self::$_instances[ $slug ];
43
- }
44
-
45
- protected function __construct( $slug ) {
46
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_' . 'plugins', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
47
-
48
- $this->_slug = $slug;
49
- $this->load();
50
- }
51
-
52
- protected function get_option_manager() {
53
- return FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
54
- }
55
-
56
- protected function get_all_plugins() {
57
- return $this->get_option_manager()->get_option( 'plugins', array() );
58
- }
59
-
60
- /**
61
- * Load plugin data from local DB.
62
- *
63
- * @author Vova Feldman (@svovaf)
64
- * @since 1.0.6
65
- */
66
- function load() {
67
- $all_plugins = $this->get_all_plugins();
68
- $this->_plugin = isset( $all_plugins[ $this->_slug ] ) ?
69
- $all_plugins[ $this->_slug ] :
70
- null;
71
- }
72
-
73
- /**
74
- * Store plugin on local DB.
75
- *
76
- * @author Vova Feldman (@svovaf)
77
- * @since 1.0.6
78
- *
79
- * @param bool|FS_Plugin $plugin
80
- * @param bool $flush
81
- *
82
- * @return bool|\FS_Plugin
83
- */
84
- function store( $plugin = false, $flush = true ) {
85
- $all_plugins = $this->get_all_plugins();
86
-
87
- if ( false !== $plugin ) {
88
- $this->_plugin = $plugin;
89
- }
90
-
91
- $all_plugins[ $this->_slug ] = $this->_plugin;
92
-
93
- $options_manager = $this->get_option_manager();
94
- $options_manager->set_option( 'plugins', $all_plugins, $flush );
95
-
96
- return $this->_plugin;
97
- }
98
-
99
- /**
100
- * Update local plugin data if different.
101
- *
102
- * @author Vova Feldman (@svovaf)
103
- * @since 1.0.6
104
- *
105
- * @param \FS_Plugin $plugin
106
- * @param bool $store
107
- *
108
- * @return bool True if plugin was updated.
109
- */
110
- function update( FS_Plugin $plugin, $store = true ) {
111
- if ( ! ( $this->_plugin instanceof FS_Plugin ) ||
112
- $this->_plugin->slug != $plugin->slug ||
113
- $this->_plugin->public_key != $plugin->public_key ||
114
- $this->_plugin->secret_key != $plugin->secret_key ||
115
- $this->_plugin->parent_plugin_id != $plugin->parent_plugin_id ||
116
- $this->_plugin->title != $plugin->title
117
- ) {
118
- $this->store( $plugin, $store );
119
-
120
- return true;
121
- }
122
-
123
- return false;
124
- }
125
-
126
- /**
127
- * @author Vova Feldman (@svovaf)
128
- * @since 1.0.6
129
- *
130
- * @param FS_Plugin $plugin
131
- * @param bool $store
132
- */
133
- function set( FS_Plugin $plugin, $store = false ) {
134
- $this->_plugin = $plugin;
135
-
136
- if ( $store ) {
137
- $this->store();
138
- }
139
- }
140
-
141
- /**
142
- * @author Vova Feldman (@svovaf)
143
- * @since 1.0.6
144
- *
145
- * @return bool|\FS_Plugin
146
- */
147
- function get() {
148
- return isset( $this->_plugin ) ?
149
- $this->_plugin :
150
- false;
151
- }
152
-
153
-
154
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/sdk/Exceptions/ArgumentNotExistException.php DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
3
- exit;
4
- }
5
-
6
- class Freemius_ArgumentNotExistException extends Freemius_InvalidArgumentException { }
 
 
 
 
 
 
freemius/includes/sdk/Exceptions/EmptyArgumentException.php DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
3
- exit;
4
- }
5
-
6
- class Freemius_EmptyArgumentException extends Freemius_InvalidArgumentException { }
 
 
 
 
 
 
freemius/includes/sdk/Exceptions/Exception.php DELETED
@@ -1,75 +0,0 @@
1
- <?php
2
- /**
3
- * Thrown when an API call returns an exception.
4
- *
5
- */
6
- class Freemius_Exception extends Exception
7
- {
8
- protected $_result;
9
- protected $_type;
10
- protected $_code;
11
-
12
- /**
13
- * Make a new API Exception with the given result.
14
- *
15
- * @param array $result The result from the API server.
16
- */
17
- public function __construct($result)
18
- {
19
- $this->_result = $result;
20
-
21
- $code = 0;
22
- $message = 'Unknown error, please check GetResult().';
23
- $type = '';
24
-
25
- if (isset($result['error']) && is_array($result['error']))
26
- {
27
- if (isset($result['error']['code']))
28
- $code = $result['error']['code'];
29
- if (isset($result['error']['message']))
30
- $message = $result['error']['message'];
31
- if (isset($result['error']['type']))
32
- $type = $result['error']['type'];
33
- }
34
-
35
- $this->_type = $type;
36
- $this->_code = $code;
37
-
38
- parent::__construct($message, is_numeric($code) ? $code : 0);
39
- }
40
-
41
- /**
42
- * Return the associated result object returned by the API server.
43
- *
44
- * @return array The result from the API server
45
- */
46
- public function getResult()
47
- {
48
- return $this->_result;
49
- }
50
-
51
- public function getStringCode()
52
- {
53
- return $this->_code;
54
- }
55
-
56
- public function getType()
57
- {
58
- return $this->_type;
59
- }
60
-
61
- /**
62
- * To make debugging easier.
63
- *
64
- * @return string The string representation of the error
65
- */
66
- public function __toString()
67
- {
68
- $str = $this->getType() . ': ';
69
-
70
- if ($this->code != 0)
71
- $str .= $this->getStringCode() . ': ';
72
-
73
- return $str . $this->getMessage();
74
- }
75
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/sdk/Exceptions/InvalidArgumentException.php DELETED
@@ -1,6 +0,0 @@
1
- <?php
2
- if ( ! class_exists( 'Freemius_Exception' ) ) {
3
- exit;
4
- }
5
-
6
- class Freemius_InvalidArgumentException extends Freemius_Exception { }
 
 
 
 
 
 
freemius/includes/sdk/Exceptions/OAuthException.php DELETED
@@ -1,12 +0,0 @@
1
- <?php
2
- if ( ! class_exists( 'Freemius_Exception' ) ) {
3
- exit;
4
- }
5
-
6
- class Freemius_OAuthException extends Freemius_Exception
7
- {
8
- public function __construct($pResult)
9
- {
10
- parent::__construct($pResult);
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/sdk/Freemius.php DELETED
@@ -1,576 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright 2014 Freemius, Inc.
4
- *
5
- * Licensed under the GPL v2 (the "License"); you may
6
- * not use this file except in compliance with the License. You may obtain
7
- * a copy of the License at
8
- *
9
- * http://choosealicense.com/licenses/gpl-v2/
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
- * License for the specific language governing permissions and limitations
15
- * under the License.
16
- */
17
-
18
- require_once( dirname( __FILE__ ) . '/FreemiusBase.php' );
19
-
20
- define( 'FS_SDK__USER_AGENT', 'fs-php-' . Freemius_Api_Base::VERSION );
21
-
22
- if ( ! defined( 'FS_SDK__SIMULATE_NO_CURL' ) ) {
23
- define( 'FS_SDK__SIMULATE_NO_CURL', false );
24
- }
25
-
26
- if ( ! defined( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE' ) ) {
27
- define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', false );
28
- }
29
-
30
- if ( ! defined( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL' ) ) {
31
- define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', false );
32
- }
33
-
34
- define( 'FS_SDK__HAS_CURL', ! FS_SDK__SIMULATE_NO_CURL && function_exists( 'curl_version' ) );
35
-
36
- if ( ! FS_SDK__HAS_CURL ) {
37
- $curl_version = array( 'version' => '7.0.0' );
38
- } else {
39
- $curl_version = curl_version();
40
- }
41
-
42
- define( 'FS_API__PROTOCOL', version_compare( $curl_version['version'], '7.37', '>=' ) ? 'https' : 'http' );
43
-
44
- if ( ! defined( 'FS_API__LOGGER_ON' ) ) {
45
- define( 'FS_API__LOGGER_ON', false );
46
- }
47
-
48
- if ( ! defined( 'FS_API__ADDRESS' ) ) {
49
- define( 'FS_API__ADDRESS', '://api.freemius.com' );
50
- }
51
- if ( ! defined( 'FS_API__SANDBOX_ADDRESS' ) ) {
52
- define( 'FS_API__SANDBOX_ADDRESS', '://sandbox-api.freemius.com' );
53
- }
54
-
55
- class Freemius_Api extends Freemius_Api_Base {
56
- private static $_logger = array();
57
-
58
- /**
59
- * @param string $pScope 'app', 'developer', 'user' or 'install'.
60
- * @param number $pID Element's id.
61
- * @param string $pPublic Public key.
62
- * @param string|bool $pSecret Element's secret key.
63
- * @param bool $pSandbox Whether or not to run API in sandbox mode.
64
- */
65
- public function __construct( $pScope, $pID, $pPublic, $pSecret = false, $pSandbox = false ) {
66
- // If secret key not provided, use public key encryption.
67
- if ( is_bool( $pSecret ) ) {
68
- $pSecret = $pPublic;
69
- }
70
-
71
- parent::Init( $pScope, $pID, $pPublic, $pSecret, $pSandbox );
72
- }
73
-
74
- public static function GetUrl( $pCanonizedPath = '', $pIsSandbox = false ) {
75
- $address = ( $pIsSandbox ? FS_API__SANDBOX_ADDRESS : FS_API__ADDRESS );
76
-
77
- if ( ':' === $address[0] ) {
78
- $address = self::$_protocol . $address;
79
- }
80
-
81
- return $address . $pCanonizedPath;
82
- }
83
-
84
- #region Servers Clock Diff ------------------------------------------------------
85
-
86
- /**
87
- * @var int Clock diff in seconds between current server to API server.
88
- */
89
- private static $_clock_diff = 0;
90
-
91
- /**
92
- * Set clock diff for all API calls.
93
- *
94
- * @since 1.0.3
95
- *
96
- * @param $pSeconds
97
- */
98
- public static function SetClockDiff( $pSeconds ) {
99
- self::$_clock_diff = $pSeconds;
100
- }
101
-
102
- /**
103
- * Find clock diff between current server to API server.
104
- *
105
- * @since 1.0.2
106
- * @return int Clock diff in seconds.
107
- */
108
- public static function FindClockDiff() {
109
- $time = time();
110
- $pong = self::Ping();
111
-
112
- return ( $time - strtotime( $pong->timestamp ) );
113
- }
114
-
115
- #endregion Servers Clock Diff ------------------------------------------------------
116
-
117
- /**
118
- * @var string http or https
119
- */
120
- private static $_protocol = FS_API__PROTOCOL;
121
-
122
- /**
123
- * Set API connection protocol.
124
- *
125
- * @since 1.0.4
126
- */
127
- public static function SetHttp() {
128
- self::$_protocol = 'http';
129
- }
130
-
131
- /**
132
- * @since 1.0.4
133
- *
134
- * @return bool
135
- */
136
- public static function IsHttps() {
137
- return ( 'https' === self::$_protocol );
138
- }
139
-
140
- /**
141
- * Sign request with the following HTTP headers:
142
- * Content-MD5: MD5(HTTP Request body)
143
- * Date: Current date (i.e Sat, 14 Feb 2015 20:24:46 +0000)
144
- * Authorization: FS {scope_entity_id}:{scope_entity_public_key}:base64encode(sha256(string_to_sign,
145
- * {scope_entity_secret_key}))
146
- *
147
- * @param string $pResourceUrl
148
- * @param array $pCurlOptions
149
- *
150
- * @return array
151
- */
152
- function SignRequest( $pResourceUrl, $pCurlOptions ) {
153
- $eol = "\n";
154
- $content_md5 = '';
155
- $now = ( time() - self::$_clock_diff );
156
- $date = date( 'r', $now );
157
- $content_type = '';
158
-
159
- if ( isset( $pCurlOptions[ CURLOPT_POST ] ) && 0 < $pCurlOptions[ CURLOPT_POST ] ) {
160
- $content_md5 = md5( $pCurlOptions[ CURLOPT_POSTFIELDS ] );
161
- $pCurlOptions[ CURLOPT_HTTPHEADER ][] = 'Content-MD5: ' . $content_md5;
162
- $content_type = 'application/json';
163
- }
164
-
165
- $pCurlOptions[ CURLOPT_HTTPHEADER ][] = 'Date: ' . $date;
166
-
167
- $string_to_sign = implode( $eol, array(
168
- $pCurlOptions[ CURLOPT_CUSTOMREQUEST ],
169
- $content_md5,
170
- $content_type,
171
- $date,
172
- $pResourceUrl
173
- ) );
174
-
175
- // If secret and public keys are identical, it means that
176
- // the signature uses public key hash encoding.
177
- $auth_type = ( $this->_secret !== $this->_public ) ? 'FS' : 'FSP';
178
-
179
- // Add authorization header.
180
- $pCurlOptions[ CURLOPT_HTTPHEADER ][] = 'Authorization: ' .
181
- $auth_type . ' ' .
182
- $this->_id . ':' .
183
- $this->_public . ':' .
184
- self::Base64UrlEncode(
185
- hash_hmac( 'sha256', $string_to_sign, $this->_secret )
186
- );
187
-
188
- return $pCurlOptions;
189
- }
190
-
191
- /**
192
- * Get API request URL signed via query string.
193
- *
194
- * @param string $pPath
195
- *
196
- * @throws Freemius_Exception
197
- *
198
- * @return string
199
- */
200
- function GetSignedUrl( $pPath ) {
201
- $resource = explode( '?', $this->CanonizePath( $pPath ) );
202
- $pResourceUrl = $resource[0];
203
-
204
- $eol = "\n";
205
- $content_md5 = '';
206
- $content_type = '';
207
- $now = ( time() - self::$_clock_diff );
208
- $date = date( 'r', $now );
209
-
210
- $string_to_sign = implode( $eol, array(
211
- 'GET',
212
- $content_md5,
213
- $content_type,
214
- $date,
215
- $pResourceUrl
216
- ) );
217
-
218
- // If secret and public keys are identical, it means that
219
- // the signature uses public key hash encoding.
220
- $auth_type = ( $this->_secret !== $this->_public ) ? 'FS' : 'FSP';
221
-
222
- return Freemius_Api::GetUrl(
223
- $pResourceUrl . '?' .
224
- ( 1 < count( $resource ) && ! empty( $resource[1] ) ? $resource[1] . '&' : '' ) .
225
- http_build_query( array(
226
- 'auth_date' => $date,
227
- 'authorization' => $auth_type . ' ' . $this->_id . ':' .
228
- $this->_public . ':' .
229
- self::Base64UrlEncode( hash_hmac(
230
- 'sha256', $string_to_sign, $this->_secret
231
- ) )
232
- ) ), $this->_isSandbox );
233
- }
234
-
235
- /**
236
- * @param resource $pCurlHandler
237
- * @param array $pCurlOptions
238
- *
239
- * @return mixed
240
- */
241
- private static function ExecuteRequest( &$pCurlHandler, &$pCurlOptions ) {
242
- $start = microtime( true );
243
-
244
- $result = curl_exec( $pCurlHandler );
245
-
246
- if ( FS_API__LOGGER_ON ) {
247
- $end = microtime( true );
248
-
249
- $has_body = ( isset( $pCurlOptions[ CURLOPT_POST ] ) && 0 < $pCurlOptions[ CURLOPT_POST ] );
250
-
251
- self::$_logger[] = array(
252
- 'id' => count( self::$_logger ),
253
- 'start' => $start,
254
- 'end' => $end,
255
- 'total' => ( $end - $start ),
256
- 'method' => $pCurlOptions[ CURLOPT_CUSTOMREQUEST ],
257
- 'path' => $pCurlOptions[ CURLOPT_URL ],
258
- 'body' => $has_body ? $pCurlOptions[ CURLOPT_POSTFIELDS ] : null,
259
- 'result' => $result,
260
- 'code' => curl_getinfo( $pCurlHandler, CURLINFO_HTTP_CODE ),
261
- 'backtrace' => debug_backtrace(),
262
- );
263
- }
264
-
265
- return $result;
266
- }
267
-
268
- /**
269
- * @return array
270
- */
271
- static function GetLogger() {
272
- return self::$_logger;
273
- }
274
-
275
- /**
276
- * @param string $pCanonizedPath
277
- * @param string $pMethod
278
- * @param array $pParams
279
- * @param null|resource $pCurlHandler
280
- * @param bool $pIsSandbox
281
- * @param null|callable $pBeforeExecutionFunction
282
- *
283
- * @return object[]|object|null
284
- *
285
- * @throws \Freemius_Exception
286
- */
287
- private static function MakeStaticRequest(
288
- $pCanonizedPath,
289
- $pMethod = 'GET',
290
- $pParams = array(),
291
- $pCurlHandler = null,
292
- $pIsSandbox = false,
293
- $pBeforeExecutionFunction = null
294
- ) {
295
- if ( ! FS_SDK__HAS_CURL ) {
296
- self::ThrowNoCurlException();
297
- }
298
-
299
- // Connectivity errors simulation.
300
- if ( FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE ) {
301
- self::ThrowCloudFlareDDoSException();
302
- } else if ( FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL ) {
303
- self::ThrowSquidAclException();
304
- }
305
-
306
- if ( ! $pCurlHandler ) {
307
- $pCurlHandler = curl_init();
308
- }
309
-
310
- $opts = array(
311
- CURLOPT_CONNECTTIMEOUT => 10,
312
- CURLOPT_RETURNTRANSFER => true,
313
- CURLOPT_TIMEOUT => 60,
314
- CURLOPT_USERAGENT => FS_SDK__USER_AGENT,
315
- );
316
-
317
- if ( ! isset( $opts[ CURLOPT_HTTPHEADER ] ) || ! is_array( $opts[ CURLOPT_HTTPHEADER ] ) ) {
318
- $opts[ CURLOPT_HTTPHEADER ] = array();
319
- }
320
-
321
- if ( 'POST' === $pMethod || 'PUT' === $pMethod ) {
322
- if ( is_array( $pParams ) && 0 < count( $pParams ) ) {
323
- $opts[ CURLOPT_HTTPHEADER ][] = 'Content-Type: application/json';
324
- $opts[ CURLOPT_POST ] = count( $pParams );
325
- $opts[ CURLOPT_POSTFIELDS ] = json_encode( $pParams );
326
- }
327
-
328
- $opts[ CURLOPT_RETURNTRANSFER ] = true;
329
- }
330
-
331
- $request_url = Freemius_Api::GetUrl( $pCanonizedPath, $pIsSandbox );
332
-
333
- $opts[ CURLOPT_URL ] = $request_url;
334
- $opts[ CURLOPT_CUSTOMREQUEST ] = $pMethod;
335
-
336
- $resource = explode( '?', $pCanonizedPath );
337
-
338
- // disable the 'Expect: 100-continue' behaviour. This causes CURL to wait
339
- // for 2 seconds if the server does not support this header.
340
- $opts[ CURLOPT_HTTPHEADER ][] = 'Expect:';
341
-
342
- if ( 'https' === substr( strtolower( $request_url ), 0, 5 ) ) {
343
- $opts[ CURLOPT_SSL_VERIFYHOST ] = false;
344
- $opts[ CURLOPT_SSL_VERIFYPEER ] = false;
345
- }
346
-
347
- if ( false !== $pBeforeExecutionFunction &&
348
- is_callable( $pBeforeExecutionFunction )
349
- ) {
350
- $opts = call_user_func( $pBeforeExecutionFunction, $resource[0], $opts );
351
- }
352
-
353
- curl_setopt_array( $pCurlHandler, $opts );
354
- $result = self::ExecuteRequest( $pCurlHandler, $opts );
355
-
356
- /*if (curl_errno($ch) == 60) // CURLE_SSL_CACERT
357
- {
358
- self::errorLog('Invalid or no certificate authority found, using bundled information');
359
- curl_setopt($ch, CURLOPT_CAINFO,
360
- dirname(__FILE__) . '/fb_ca_chain_bundle.crt');
361
- $result = curl_exec($ch);
362
- }*/
363
-
364
- // With dual stacked DNS responses, it's possible for a server to
365
- // have IPv6 enabled but not have IPv6 connectivity. If this is
366
- // the case, curl will try IPv4 first and if that fails, then it will
367
- // fall back to IPv6 and the error EHOSTUNREACH is returned by the
368
- // operating system.
369
- if ( false === $result && empty( $opts[ CURLOPT_IPRESOLVE ] ) ) {
370
- $matches = array();
371
- $regex = '/Failed to connect to ([^:].*): Network is unreachable/';
372
- if ( preg_match( $regex, curl_error( $pCurlHandler ), $matches ) ) {
373
- if ( strlen( @inet_pton( $matches[1] ) ) === 16 ) {
374
- // self::errorLog('Invalid IPv6 configuration on server, Please disable or get native IPv6 on your server.');
375
- $opts[ CURLOPT_IPRESOLVE ] = CURL_IPRESOLVE_V4;
376
- curl_setopt( $pCurlHandler, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
377
- $result = self::ExecuteRequest( $pCurlHandler, $opts );
378
- }
379
- }
380
- }
381
-
382
- if ( $result === false ) {
383
- self::ThrowCurlException( $pCurlHandler );
384
- }
385
-
386
- curl_close( $pCurlHandler );
387
-
388
- if ( empty( $result ) ) {
389
- return null;
390
- }
391
-
392
- $decoded = json_decode( $result );
393
-
394
- if ( is_null( $decoded ) ) {
395
- if ( preg_match( '/Please turn JavaScript on/i', $result ) &&
396
- preg_match( '/text\/javascript/', $result )
397
- ) {
398
- self::ThrowCloudFlareDDoSException( $result );
399
- } else if ( preg_match( '/Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect./', $result ) &&
400
- preg_match( '/squid/', $result )
401
- ) {
402
- self::ThrowSquidAclException( $result );
403
- } else {
404
- $decoded = (object) array(
405
- 'error' => (object) array(
406
- 'type' => 'Unknown',
407
- 'message' => $result,
408
- 'code' => 'unknown',
409
- 'http' => 402
410
- )
411
- );
412
- }
413
- }
414
-
415
- return $decoded;
416
- }
417
-
418
-
419
- /**
420
- * Makes an HTTP request. This method can be overridden by subclasses if
421
- * developers want to do fancier things or use something other than curl to
422
- * make the request.
423
- *
424
- * @param string $pCanonizedPath The URL to make the request to
425
- * @param string $pMethod HTTP method
426
- * @param array $pParams The parameters to use for the POST body
427
- * @param null|resource $pCurlHandler Initialized curl handle
428
- *
429
- * @return object[]|object|null
430
- *
431
- * @throws Freemius_Exception
432
- */
433
- public function MakeRequest(
434
- $pCanonizedPath,
435
- $pMethod = 'GET',
436
- $pParams = array(),
437
- $pCurlHandler = null
438
- ) {
439
- $resource = explode( '?', $pCanonizedPath );
440
-
441
- // Only sign request if not ping.json connectivity test.
442
- $sign_request = ( '/v1/ping.json' !== strtolower( substr( $resource[0], - strlen( '/v1/ping.json' ) ) ) );
443
-
444
- return self::MakeStaticRequest(
445
- $pCanonizedPath,
446
- $pMethod,
447
- $pParams,
448
- $pCurlHandler,
449
- $this->_isSandbox,
450
- $sign_request ? array( &$this, 'SignRequest' ) : null
451
- );
452
- }
453
-
454
- #region Connectivity Test ------------------------------------------------------
455
-
456
- /**
457
- * If successful connectivity to the API endpoint using ping.json endpoint.
458
- *
459
- * - OR -
460
- *
461
- * Validate if ping result object is valid.
462
- *
463
- * @param mixed $pPong
464
- *
465
- * @return bool
466
- */
467
- public static function Test( $pPong = null ) {
468
- $pong = is_null( $pPong ) ?
469
- self::Ping() :
470
- $pPong;
471
-
472
- return (
473
- is_object( $pong ) &&
474
- isset( $pong->api ) &&
475
- 'pong' === $pong->api
476
- );
477
- }
478
-
479
- /**
480
- * Ping API to test connectivity.
481
- *
482
- * @return object
483
- */
484
- public static function Ping() {
485
- try {
486
- $result = self::MakeStaticRequest( '/v' . FS_API__VERSION . '/ping.json' );
487
- } catch ( Freemius_Exception $e ) {
488
- // Map to error object.
489
- $result = (object) $e->getResult();
490
- } catch ( Exception $e ) {
491
- // Map to error object.
492
- $result = (object) array(
493
- 'error' => array(
494
- 'type' => 'Unknown',
495
- 'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
496
- 'code' => 'unknown',
497
- 'http' => 402
498
- )
499
- );
500
- }
501
-
502
- return $result;
503
- }
504
-
505
- #endregion Connectivity Test ------------------------------------------------------
506
-
507
- #region Connectivity Exceptions ------------------------------------------------------
508
-
509
- /**
510
- * @param resource $pCurlHandler
511
- *
512
- * @throws Freemius_Exception
513
- */
514
- private static function ThrowCurlException( $pCurlHandler ) {
515
- $e = new Freemius_Exception( array(
516
- 'error' => array(
517
- 'code' => curl_errno( $pCurlHandler ),
518
- 'message' => curl_error( $pCurlHandler ),
519
- 'type' => 'CurlException',
520
- ),
521
- ) );
522
-
523
- curl_close( $pCurlHandler );
524
- throw $e;
525
- }
526
-
527
- /**
528
- * @param string $pResult
529
- *
530
- * @throws Freemius_Exception
531
- */
532
- private static function ThrowNoCurlException( $pResult = '' ) {
533
- throw new Freemius_Exception( array(
534
- 'error' => (object) array(
535
- 'type' => 'cUrlMissing',
536
- 'message' => $pResult,
537
- 'code' => 'curl_missing',
538
- 'http' => 402
539
- )
540
- ) );
541
- }
542
-
543
- /**
544
- * @param string $pResult
545
- *
546
- * @throws Freemius_Exception
547
- */
548
- private static function ThrowCloudFlareDDoSException( $pResult = '' ) {
549
- throw new Freemius_Exception( array(
550
- 'error' => (object) array(
551
- 'type' => 'CloudFlareDDoSProtection',
552
- 'message' => $pResult,
553
- 'code' => 'cloudflare_ddos_protection',
554
- 'http' => 402
555
- )
556
- ) );
557
- }
558
-
559
- /**
560
- * @param string $pResult
561
- *
562
- * @throws Freemius_Exception
563
- */
564
- private static function ThrowSquidAclException( $pResult = '' ) {
565
- throw new Freemius_Exception( array(
566
- 'error' => (object) array(
567
- 'type' => 'SquidCacheBlock',
568
- 'message' => $pResult,
569
- 'code' => 'squid_cache_block',
570
- 'http' => 402
571
- )
572
- ) );
573
- }
574
-
575
- #endregion Connectivity Exceptions ------------------------------------------------------
576
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/sdk/FreemiusBase.php DELETED
@@ -1,178 +0,0 @@
1
- <?php
2
- /**
3
- * Copyright 2014 Freemius, Inc.
4
- *
5
- * Licensed under the GPL v2 (the "License"); you may
6
- * not use this file except in compliance with the License. You may obtain
7
- * a copy of the License at
8
- *
9
- * http://choosealicense.com/licenses/gpl-v2/
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
- * License for the specific language governing permissions and limitations
15
- * under the License.
16
- */
17
-
18
- define( 'FS_API__VERSION', '1' );
19
- define( 'FS_SDK__PATH', dirname( __FILE__ ) );
20
- define( 'FS_SDK__EXCEPTIONS_PATH', FS_SDK__PATH . '/Exceptions/' );
21
-
22
- if ( ! function_exists( 'json_decode' ) ) {
23
- throw new Exception( 'Freemius needs the JSON PHP extension.' );
24
- }
25
-
26
- // Include all exception files.
27
- $exceptions = array(
28
- 'Exception',
29
- 'InvalidArgumentException',
30
- 'ArgumentNotExistException',
31
- 'EmptyArgumentException',
32
- 'OAuthException'
33
- );
34
-
35
- foreach ( $exceptions as $e ) {
36
- require_once FS_SDK__EXCEPTIONS_PATH . $e . '.php';
37
- }
38
-
39
- abstract class Freemius_Api_Base {
40
- const VERSION = '1.0.4';
41
- const FORMAT = 'json';
42
-
43
- protected $_id;
44
- protected $_public;
45
- protected $_secret;
46
- protected $_scope;
47
- protected $_isSandbox;
48
-
49
- /**
50
- * @param string $pScope 'app', 'developer', 'user' or 'install'.
51
- * @param number $pID Element's id.
52
- * @param string $pPublic Public key.
53
- * @param string $pSecret Element's secret key.
54
- * @param bool $pIsSandbox Whether or not to run API in sandbox mode.
55
- */
56
- public function Init( $pScope, $pID, $pPublic, $pSecret, $pIsSandbox = false ) {
57
- $this->_id = $pID;
58
- $this->_public = $pPublic;
59
- $this->_secret = $pSecret;
60
- $this->_scope = $pScope;
61
- $this->_isSandbox = $pIsSandbox;
62
- }
63
-
64
- public function IsSandbox() {
65
- return $this->_isSandbox;
66
- }
67
-
68
- function CanonizePath( $pPath ) {
69
- $pPath = trim( $pPath, '/' );
70
- $query_pos = strpos( $pPath, '?' );
71
- $query = '';
72
-
73
- if ( false !== $query_pos ) {
74
- $query = substr( $pPath, $query_pos );
75
- $pPath = substr( $pPath, 0, $query_pos );
76
- }
77
-
78
- // Trim '.json' suffix.
79
- $format_length = strlen( '.' . self::FORMAT );
80
- $start = $format_length * ( - 1 ); //negative
81
- if ( substr( strtolower( $pPath ), $start ) === ( '.' . self::FORMAT ) ) {
82
- $pPath = substr( $pPath, 0, strlen( $pPath ) - $format_length );
83
- }
84
-
85
- switch ( $this->_scope ) {
86
- case 'app':
87
- $base = '/apps/' . $this->_id;
88
- break;
89
- case 'developer':
90
- $base = '/developers/' . $this->_id;
91
- break;
92
- case 'user':
93
- $base = '/users/' . $this->_id;
94
- break;
95
- case 'plugin':
96
- $base = '/plugins/' . $this->_id;
97
- break;
98
- case 'install':
99
- $base = '/installs/' . $this->_id;
100
- break;
101
- default:
102
- throw new Freemius_Exception( 'Scope not implemented.' );
103
- }
104
-
105
- return '/v' . FS_API__VERSION . $base .
106
- ( ! empty( $pPath ) ? '/' : '' ) . $pPath .
107
- ( ( false === strpos( $pPath, '.' ) ) ? '.' . self::FORMAT : '' ) . $query;
108
- }
109
-
110
- abstract function MakeRequest( $pCanonizedPath, $pMethod = 'GET', $pParams = array() );
111
-
112
- /**
113
- * @param string $pPath
114
- * @param string $pMethod
115
- * @param array $pParams
116
- *
117
- * @return object[]|object|null
118
- */
119
- private function _Api( $pPath, $pMethod = 'GET', $pParams = array() ) {
120
- $pMethod = strtoupper( $pMethod );
121
-
122
- try {
123
- $result = $this->MakeRequest( $pPath, $pMethod, $pParams );
124
- } catch ( Freemius_Exception $e ) {
125
- // Map to error object.
126
- $result = (object) $e->getResult();
127
- } catch ( Exception $e ) {
128
- // Map to error object.
129
- $result = (object) array(
130
- 'error' => array(
131
- 'type' => 'Unknown',
132
- 'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
133
- 'code' => 'unknown',
134
- 'http' => 402
135
- )
136
- );
137
- }
138
-
139
- return $result;
140
- }
141
-
142
- public function Api( $pPath, $pMethod = 'GET', $pParams = array() ) {
143
- return $this->_Api( $this->CanonizePath( $pPath ), $pMethod, $pParams );
144
- }
145
-
146
- /**
147
- * Base64 encoding that does not need to be urlencode()ed.
148
- * Exactly the same as base64_encode except it uses
149
- * - instead of +
150
- * _ instead of /
151
- * No padded =
152
- *
153
- * @param string $input base64UrlEncoded string
154
- *
155
- * @return string
156
- */
157
- protected static function Base64UrlDecode( $input ) {
158
- return base64_decode( strtr( $input, '-_', '+/' ) );
159
- }
160
-
161
- /**
162
- * Base64 encoding that does not need to be urlencode()ed.
163
- * Exactly the same as base64_encode except it uses
164
- * - instead of +
165
- * _ instead of /
166
- *
167
- * @param string $input string
168
- *
169
- * @return string base64Url encoded string
170
- */
171
- protected static function Base64UrlEncode( $input ) {
172
- $str = strtr( base64_encode( $input ), '+/', '-_' );
173
- $str = str_replace( '=', '', $str );
174
-
175
- return $str;
176
- }
177
-
178
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/sdk/LICENSE.txt DELETED
@@ -1,340 +0,0 @@
1
- GNU GENERAL PUBLIC LICENSE
2
- Version 2, June 1991
3
-
4
- Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
5
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
- Everyone is permitted to copy and distribute verbatim copies
7
- of this license document, but changing it is not allowed.
8
-
9
- Preamble
10
-
11
- The licenses for most software are designed to take away your
12
- freedom to share and change it. By contrast, the GNU General Public
13
- License is intended to guarantee your freedom to share and change free
14
- software--to make sure the software is free for all its users. This
15
- General Public License applies to most of the Free Software
16
- Foundation's software and to any other program whose authors commit to
17
- using it. (Some other Free Software Foundation software is covered by
18
- the GNU Lesser General Public License instead.) You can apply it to
19
- your programs, too.
20
-
21
- When we speak of free software, we are referring to freedom, not
22
- price. Our General Public Licenses are designed to make sure that you
23
- have the freedom to distribute copies of free software (and charge for
24
- this service if you wish), that you receive source code or can get it
25
- if you want it, that you can change the software or use pieces of it
26
- in new free programs; and that you know you can do these things.
27
-
28
- To protect your rights, we need to make restrictions that forbid
29
- anyone to deny you these rights or to ask you to surrender the rights.
30
- These restrictions translate to certain responsibilities for you if you
31
- distribute copies of the software, or if you modify it.
32
-
33
- For example, if you distribute copies of such a program, whether
34
- gratis or for a fee, you must give the recipients all the rights that
35
- you have. You must make sure that they, too, receive or can get the
36
- source code. And you must show them these terms so they know their
37
- rights.
38
-
39
- We protect your rights with two steps: (1) copyright the software, and
40
- (2) offer you this license which gives you legal permission to copy,
41
- distribute and/or modify the software.
42
-
43
- Also, for each author's protection and ours, we want to make certain
44
- that everyone understands that there is no warranty for this free
45
- software. If the software is modified by someone else and passed on, we
46
- want its recipients to know that what they have is not the original, so
47
- that any problems introduced by others will not reflect on the original
48
- authors' reputations.
49
-
50
- Finally, any free program is threatened constantly by software
51
- patents. We wish to avoid the danger that redistributors of a free
52
- program will individually obtain patent licenses, in effect making the
53
- program proprietary. To prevent this, we have made it clear that any
54
- patent must be licensed for everyone's free use or not licensed at all.
55
-
56
- The precise terms and conditions for copying, distribution and
57
- modification follow.
58
-
59
- GNU GENERAL PUBLIC LICENSE
60
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
-
62
- 0. This License applies to any program or other work which contains
63
- a notice placed by the copyright holder saying it may be distributed
64
- under the terms of this General Public License. The "Program", below,
65
- refers to any such program or work, and a "work based on the Program"
66
- means either the Program or any derivative work under copyright law:
67
- that is to say, a work containing the Program or a portion of it,
68
- either verbatim or with modifications and/or translated into another
69
- language. (Hereinafter, translation is included without limitation in
70
- the term "modification".) Each licensee is addressed as "you".
71
-
72
- Activities other than copying, distribution and modification are not
73
- covered by this License; they are outside its scope. The act of
74
- running the Program is not restricted, and the output from the Program
75
- is covered only if its contents constitute a work based on the
76
- Program (independent of having been made by running the Program).
77
- Whether that is true depends on what the Program does.
78
-
79
- 1. You may copy and distribute verbatim copies of the Program's
80
- source code as you receive it, in any medium, provided that you
81
- conspicuously and appropriately publish on each copy an appropriate
82
- copyright notice and disclaimer of warranty; keep intact all the
83
- notices that refer to this License and to the absence of any warranty;
84
- and give any other recipients of the Program a copy of this License
85
- along with the Program.
86
-
87
- You may charge a fee for the physical act of transferring a copy, and
88
- you may at your option offer warranty protection in exchange for a fee.
89
-
90
- 2. You may modify your copy or copies of the Program or any portion
91
- of it, thus forming a work based on the Program, and copy and
92
- distribute such modifications or work under the terms of Section 1
93
- above, provided that you also meet all of these conditions:
94
-
95
- a) You must cause the modified files to carry prominent notices
96
- stating that you changed the files and the date of any change.
97
-
98
- b) You must cause any work that you distribute or publish, that in
99
- whole or in part contains or is derived from the Program or any
100
- part thereof, to be licensed as a whole at no charge to all third
101
- parties under the terms of this License.
102
-
103
- c) If the modified program normally reads commands interactively
104
- when run, you must cause it, when started running for such
105
- interactive use in the most ordinary way, to print or display an
106
- announcement including an appropriate copyright notice and a
107
- notice that there is no warranty (or else, saying that you provide
108
- a warranty) and that users may redistribute the program under
109
- these conditions, and telling the user how to view a copy of this
110
- License. (Exception: if the Program itself is interactive but
111
- does not normally print such an announcement, your work based on
112
- the Program is not required to print an announcement.)
113
-
114
- These requirements apply to the modified work as a whole. If
115
- identifiable sections of that work are not derived from the Program,
116
- and can be reasonably considered independent and separate works in
117
- themselves, then this License, and its terms, do not apply to those
118
- sections when you distribute them as separate works. But when you
119
- distribute the same sections as part of a whole which is a work based
120
- on the Program, the distribution of the whole must be on the terms of
121
- this License, whose permissions for other licensees extend to the
122
- entire whole, and thus to each and every part regardless of who wrote it.
123
-
124
- Thus, it is not the intent of this section to claim rights or contest
125
- your rights to work written entirely by you; rather, the intent is to
126
- exercise the right to control the distribution of derivative or
127
- collective works based on the Program.
128
-
129
- In addition, mere aggregation of another work not based on the Program
130
- with the Program (or with a work based on the Program) on a volume of
131
- a storage or distribution medium does not bring the other work under
132
- the scope of this License.
133
-
134
- 3. You may copy and distribute the Program (or a work based on it,
135
- under Section 2) in object code or executable form under the terms of
136
- Sections 1 and 2 above provided that you also do one of the following:
137
-
138
- a) Accompany it with the complete corresponding machine-readable
139
- source code, which must be distributed under the terms of Sections
140
- 1 and 2 above on a medium customarily used for software interchange; or,
141
-
142
- b) Accompany it with a written offer, valid for at least three
143
- years, to give any third party, for a charge no more than your
144
- cost of physically performing source distribution, a complete
145
- machine-readable copy of the corresponding source code, to be
146
- distributed under the terms of Sections 1 and 2 above on a medium
147
- customarily used for software interchange; or,
148
-
149
- c) Accompany it with the information you received as to the offer
150
- to distribute corresponding source code. (This alternative is
151
- allowed only for noncommercial distribution and only if you
152
- received the program in object code or executable form with such
153
- an offer, in accord with Subsection b above.)
154
-
155
- The source code for a work means the preferred form of the work for
156
- making modifications to it. For an executable work, complete source
157
- code means all the source code for all modules it contains, plus any
158
- associated interface definition files, plus the scripts used to
159
- control compilation and installation of the executable. However, as a
160
- special exception, the source code distributed need not include
161
- anything that is normally distributed (in either source or binary
162
- form) with the major components (compiler, kernel, and so on) of the
163
- operating system on which the executable runs, unless that component
164
- itself accompanies the executable.
165
-
166
- If distribution of executable or object code is made by offering
167
- access to copy from a designated place, then offering equivalent
168
- access to copy the source code from the same place counts as
169
- distribution of the source code, even though third parties are not
170
- compelled to copy the source along with the object code.
171
-
172
- 4. You may not copy, modify, sublicense, or distribute the Program
173
- except as expressly provided under this License. Any attempt
174
- otherwise to copy, modify, sublicense or distribute the Program is
175
- void, and will automatically terminate your rights under this License.
176
- However, parties who have received copies, or rights, from you under
177
- this License will not have their licenses terminated so long as such
178
- parties remain in full compliance.
179
-
180
- 5. You are not required to accept this License, since you have not
181
- signed it. However, nothing else grants you permission to modify or
182
- distribute the Program or its derivative works. These actions are
183
- prohibited by law if you do not accept this License. Therefore, by
184
- modifying or distributing the Program (or any work based on the
185
- Program), you indicate your acceptance of this License to do so, and
186
- all its terms and conditions for copying, distributing or modifying
187
- the Program or works based on it.
188
-
189
- 6. Each time you redistribute the Program (or any work based on the
190
- Program), the recipient automatically receives a license from the
191
- original licensor to copy, distribute or modify the Program subject to
192
- these terms and conditions. You may not impose any further
193
- restrictions on the recipients' exercise of the rights granted herein.
194
- You are not responsible for enforcing compliance by third parties to
195
- this License.
196
-
197
- 7. If, as a consequence of a court judgment or allegation of patent
198
- infringement or for any other reason (not limited to patent issues),
199
- conditions are imposed on you (whether by court order, agreement or
200
- otherwise) that contradict the conditions of this License, they do not
201
- excuse you from the conditions of this License. If you cannot
202
- distribute so as to satisfy simultaneously your obligations under this
203
- License and any other pertinent obligations, then as a consequence you
204
- may not distribute the Program at all. For example, if a patent
205
- license would not permit royalty-free redistribution of the Program by
206
- all those who receive copies directly or indirectly through you, then
207
- the only way you could satisfy both it and this License would be to
208
- refrain entirely from distribution of the Program.
209
-
210
- If any portion of this section is held invalid or unenforceable under
211
- any particular circumstance, the balance of the section is intended to
212
- apply and the section as a whole is intended to apply in other
213
- circumstances.
214
-
215
- It is not the purpose of this section to induce you to infringe any
216
- patents or other property right claims or to contest validity of any
217
- such claims; this section has the sole purpose of protecting the
218
- integrity of the free software distribution system, which is
219
- implemented by public license practices. Many people have made
220
- generous contributions to the wide range of software distributed
221
- through that system in reliance on consistent application of that
222
- system; it is up to the author/donor to decide if he or she is willing
223
- to distribute software through any other system and a licensee cannot
224
- impose that choice.
225
-
226
- This section is intended to make thoroughly clear what is believed to
227
- be a consequence of the rest of this License.
228
-
229
- 8. If the distribution and/or use of the Program is restricted in
230
- certain countries either by patents or by copyrighted interfaces, the
231
- original copyright holder who places the Program under this License
232
- may add an explicit geographical distribution limitation excluding
233
- those countries, so that distribution is permitted only in or among
234
- countries not thus excluded. In such case, this License incorporates
235
- the limitation as if written in the body of this License.
236
-
237
- 9. The Free Software Foundation may publish revised and/or new versions
238
- of the General Public License from time to time. Such new versions will
239
- be similar in spirit to the present version, but may differ in detail to
240
- address new problems or concerns.
241
-
242
- Each version is given a distinguishing version number. If the Program
243
- specifies a version number of this License which applies to it and "any
244
- later version", you have the option of following the terms and conditions
245
- either of that version or of any later version published by the Free
246
- Software Foundation. If the Program does not specify a version number of
247
- this License, you may choose any version ever published by the Free Software
248
- Foundation.
249
-
250
- 10. If you wish to incorporate parts of the Program into other free
251
- programs whose distribution conditions are different, write to the author
252
- to ask for permission. For software which is copyrighted by the Free
253
- Software Foundation, write to the Free Software Foundation; we sometimes
254
- make exceptions for this. Our decision will be guided by the two goals
255
- of preserving the free status of all derivatives of our free software and
256
- of promoting the sharing and reuse of software generally.
257
-
258
- NO WARRANTY
259
-
260
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
- FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
- OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
- PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
- OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
- TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
- PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
- REPAIR OR CORRECTION.
269
-
270
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
- REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
- INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
- OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
- TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
- YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
- PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
- POSSIBILITY OF SUCH DAMAGES.
279
-
280
- END OF TERMS AND CONDITIONS
281
-
282
- How to Apply These Terms to Your New Programs
283
-
284
- If you develop a new program, and you want it to be of the greatest
285
- possible use to the public, the best way to achieve this is to make it
286
- free software which everyone can redistribute and change under these terms.
287
-
288
- To do so, attach the following notices to the program. It is safest
289
- to attach them to the start of each source file to most effectively
290
- convey the exclusion of warranty; and each file should have at least
291
- the "copyright" line and a pointer to where the full notice is found.
292
-
293
- {description}
294
- Copyright (C) {year} {fullname}
295
-
296
- This program is free software; you can redistribute it and/or modify
297
- it under the terms of the GNU General Public License as published by
298
- the Free Software Foundation; either version 2 of the License, or
299
- (at your option) any later version.
300
-
301
- This program is distributed in the hope that it will be useful,
302
- but WITHOUT ANY WARRANTY; without even the implied warranty of
303
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304
- GNU General Public License for more details.
305
-
306
- You should have received a copy of the GNU General Public License along
307
- with this program; if not, write to the Free Software Foundation, Inc.,
308
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309
-
310
- Also add information on how to contact you by electronic and paper mail.
311
-
312
- If the program is interactive, make it output a short notice like this
313
- when it starts in an interactive mode:
314
-
315
- Gnomovision version 69, Copyright (C) year name of author
316
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317
- This is free software, and you are welcome to redistribute it
318
- under certain conditions; type `show c' for details.
319
-
320
- The hypothetical commands `show w' and `show c' should show the appropriate
321
- parts of the General Public License. Of course, the commands you use may
322
- be called something other than `show w' and `show c'; they could even be
323
- mouse-clicks or menu items--whatever suits your program.
324
-
325
- You should also get your employer (if you work as a programmer) or your
326
- school, if any, to sign a "copyright disclaimer" for the program, if
327
- necessary. Here is a sample; alter the names:
328
-
329
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
-
332
- {signature of Ty Coon}, 1 April 1989
333
- Ty Coon, President of Vice
334
-
335
- This General Public License does not permit incorporating your program into
336
- proprietary programs. If your program is a subroutine library, you may
337
- consider it more useful to permit linking proprietary applications with the
338
- library. If this is what you want to do, use the GNU Lesser General
339
- Public License instead of this License.
340
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/includes/supplements/fs-essential-functions-1.1.7.1.php DELETED
@@ -1,45 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.7
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Find the plugin main file path based on any give file inside the plugin's folder.
15
- *
16
- * @author Vova Feldman (@svovaf)
17
- * @since 1.1.7.1
18
- *
19
- * @param string $file Absolute path to a file inside a plugin's folder.
20
- *
21
- * @return string
22
- */
23
- function fs_find_direct_caller_plugin_file( $file ) {
24
- /**
25
- * All the code below will be executed once on activation.
26
- * If the user changes the main plugin's file name, the file_exists()
27
- * will catch it.
28
- */
29
- if ( ! function_exists( 'get_plugins' ) ) {
30
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
31
- }
32
-
33
- $all_plugins = get_plugins();
34
-
35
- $file_real_path = fs_normalize_path( realpath( $file ) );
36
-
37
- // Get active plugin's main files real full names (might be symlinks).
38
- foreach ( $all_plugins as $relative_path => &$data ) {
39
- if ( 0 === strpos( $file_real_path, fs_normalize_path( dirname( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) ) ) ) ) {
40
- return $relative_path;
41
- }
42
- }
43
-
44
- return null;
45
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-en.mo DELETED
Binary file
freemius/languages/freemius-en.po DELETED
@@ -1,1396 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: \n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: \n"
8
- "Language: \n"
9
- "Language-Team: \n"
10
- "Content-Type: \n"
11
- "Content-Transfer-Encoding: \n"
12
- "Plural-Forms: \n"
13
-
14
- # Copyright (C) 2016 freemius
15
- # This file is distributed under the same license as the freemius package.
16
- #: includes/i18n.php:41, includes/i18n.php:55
17
- msgid "Yes - I'm in!"
18
- msgstr "Yes - I'm in!"
19
-
20
- #: includes/i18n.php:43, includes/i18n.php:57
21
- msgid "Not today"
22
- msgstr "Not today"
23
-
24
- #: includes/i18n.php:69
25
- msgid "Account"
26
- msgstr "Account"
27
-
28
- #: includes/i18n.php:71
29
- msgid "Add On"
30
- msgstr "Add On"
31
-
32
- #: includes/i18n.php:73
33
- msgid "Contact Us"
34
- msgstr "Contact Us"
35
-
36
- #: includes/i18n.php:75
37
- msgid "Contact Support"
38
- msgstr "Contact Support"
39
-
40
- #: includes/i18n.php:77
41
- msgid "Change Ownership"
42
- msgstr "Change Ownership"
43
-
44
- #: includes/i18n.php:79
45
- msgid "Support"
46
- msgstr "Support"
47
-
48
- #: includes/i18n.php:81
49
- msgid "Support Forum"
50
- msgstr "Support Forum"
51
-
52
- #: includes/i18n.php:83
53
- msgid "Add Ons"
54
- msgstr "Add Ons"
55
-
56
- #: includes/i18n.php:85
57
- msgctxt "verb"
58
- msgid "Upgrade"
59
- msgstr "Upgrade"
60
-
61
- #: includes/i18n.php:87
62
- msgid "Awesome"
63
- msgstr "Awesome"
64
-
65
- #: includes/i18n.php:89
66
- msgctxt "noun"
67
- msgid "Pricing"
68
- msgstr "Pricing"
69
-
70
- #: includes/i18n.php:91
71
- msgctxt "noun"
72
- msgid "Price"
73
- msgstr "Price"
74
-
75
- #: includes/i18n.php:93
76
- msgid "Unlimited Updates"
77
- msgstr "Unlimited Updates"
78
-
79
- #: includes/i18n.php:95
80
- msgctxt "verb"
81
- msgid "Downgrade"
82
- msgstr "Downgrade"
83
-
84
- #: includes/i18n.php:97
85
- msgid "Cancel Trial"
86
- msgstr "Cancel Trial"
87
-
88
- #: includes/i18n.php:99
89
- msgid "Free Trial"
90
- msgstr "Free Trial"
91
-
92
- #: includes/i18n.php:101
93
- msgid "Start my free %s"
94
- msgstr "Start my free %s"
95
-
96
- #: includes/i18n.php:103
97
- msgid "No commitment for %s - cancel anytime"
98
- msgstr "No commitment for %s - cancel anytime"
99
-
100
- #: includes/i18n.php:105
101
- msgid "After your free %s, pay as little as %s"
102
- msgstr "After your free %s, pay as little as %s"
103
-
104
- #: includes/i18n.php:107
105
- msgid "Details"
106
- msgstr "Details"
107
-
108
- #: includes/i18n.php:109
109
- msgid "Account Details"
110
- msgstr "Account Details"
111
-
112
- #: includes/i18n.php:111
113
- msgctxt "verb"
114
- msgid "Delete"
115
- msgstr "Delete"
116
-
117
- #: includes/i18n.php:113
118
- msgctxt "verb"
119
- msgid "Show"
120
- msgstr "Show"
121
-
122
- #: includes/i18n.php:115
123
- msgctxt "verb"
124
- msgid "Hide"
125
- msgstr "Hide"
126
-
127
- #: includes/i18n.php:117
128
- msgctxt "verb"
129
- msgid "Edit"
130
- msgstr "Edit"
131
-
132
- #: includes/i18n.php:119
133
- msgid "Date"
134
- msgstr "Date"
135
-
136
- #: includes/i18n.php:121
137
- msgid "Amount"
138
- msgstr "Amount"
139
-
140
- #: includes/i18n.php:123
141
- msgid "Invoice"
142
- msgstr "Invoice"
143
-
144
- #: includes/i18n.php:125
145
- msgid "Billing"
146
- msgstr "Billing"
147
-
148
- #: includes/i18n.php:127
149
- msgid "Payments"
150
- msgstr "Payments"
151
-
152
- #: includes/i18n.php:129
153
- msgid "Delete Account"
154
- msgstr "Delete Account"
155
-
156
- #: includes/i18n.php:131
157
- msgctxt "as close a window"
158
- msgid "Dismiss"
159
- msgstr "Dismiss"
160
-
161
- #: includes/i18n.php:133
162
- msgctxt "as product pricing plan"
163
- msgid "Plan"
164
- msgstr "Plan"
165
-
166
- #: includes/i18n.php:135
167
- msgid "Change Plan"
168
- msgstr "Change Plan"
169
-
170
- #: includes/i18n.php:137
171
- msgctxt "as download professional version"
172
- msgid "Download %s Version"
173
- msgstr "Download %s Version"
174
-
175
- #: includes/i18n.php:139
176
- msgctxt "as download professional version now"
177
- msgid "Download %s version now"
178
- msgstr "Download %s version now"
179
-
180
- #: includes/i18n.php:141
181
- msgctxt "as download latest version"
182
- msgid "Download Latest"
183
- msgstr "Download Latest"
184
-
185
- #: includes/i18n.php:143
186
- msgctxt "E.g. you have a professional license."
187
- msgid "You have a %s license."
188
- msgstr "You have a %s license."
189
-
190
- #: includes/i18n.php:145
191
- msgid "New"
192
- msgstr "New"
193
-
194
- #: includes/i18n.php:147
195
- msgid "Free"
196
- msgstr "Free"
197
-
198
- #: includes/i18n.php:149
199
- msgctxt "as trial plan"
200
- msgid "Trial"
201
- msgstr "Trial"
202
-
203
- #: includes/i18n.php:151
204
- msgctxt "verb"
205
- msgid "Purchase"
206
- msgstr "Purchase"
207
-
208
- #: includes/i18n.php:153
209
- msgid "Purchase License"
210
- msgstr "Purchase License"
211
-
212
- #: includes/i18n.php:155
213
- msgctxt "verb"
214
- msgid "Buy"
215
- msgstr "Buy"
216
-
217
- #: includes/i18n.php:157
218
- msgid "Buy License"
219
- msgstr "Buy License"
220
-
221
- #: includes/i18n.php:159
222
- msgid "Single Site License"
223
- msgstr "Single Site License"
224
-
225
- #: includes/i18n.php:161
226
- msgid "Unlimited Licenses"
227
- msgstr "Unlimited Licenses"
228
-
229
- #: includes/i18n.php:163
230
- msgid "Up to %s Sites"
231
- msgstr "Up to %s Sites"
232
-
233
- #: includes/i18n.php:165
234
- msgid "%sRenew your license now%s to access version %s features and support."
235
- msgstr "%sRenew your license now%s to access version %s features and support."
236
-
237
- #: includes/i18n.php:167
238
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
239
- msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
240
-
241
- #: includes/i18n.php:169
242
- msgctxt "e.g. Professional Plan"
243
- msgid "%s Plan"
244
- msgstr "%s Plan"
245
-
246
- #: includes/i18n.php:171
247
- msgid "You are just one step away - %s"
248
- msgstr "You are just one step away - %s"
249
-
250
- #: includes/i18n.php:173
251
- msgctxt "%s - plugin name. As complete \"Jetpack\" activation now"
252
- msgid "Complete \"%s\" Activation Now"
253
- msgstr "Complete \"%s\" Activation Now"
254
-
255
- #: includes/i18n.php:175
256
- msgid "We made a few tweaks to the plugin, %s"
257
- msgstr "We made a few tweaks to the plugin, %s"
258
-
259
- #: includes/i18n.php:177
260
- msgid "Opt-in to make \"%s\" Better!"
261
- msgstr "Opt-in to make \"%s\" Better!"
262
-
263
- #: includes/i18n.php:179
264
- msgid "Error"
265
- msgstr "Error"
266
-
267
- #: includes/i18n.php:181
268
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
269
- msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
270
-
271
- #: includes/i18n.php:187
272
- msgctxt "as expiration date"
273
- msgid "Expiration"
274
- msgstr "Expiration"
275
-
276
- #: includes/i18n.php:189
277
- msgctxt "as software license"
278
- msgid "License"
279
- msgstr "License"
280
-
281
- #: includes/i18n.php:191
282
- msgid "not verified"
283
- msgstr "not verified"
284
-
285
- #: includes/i18n.php:193
286
- msgid "Verify Email"
287
- msgstr "Verify Email"
288
-
289
- #: includes/i18n.php:195
290
- msgctxt "e.g. expires in 2 months"
291
- msgid "Expires in %s"
292
- msgstr "Expires in %s"
293
-
294
- #: includes/i18n.php:197
295
- msgctxt "e.g. auto renews in 2 months"
296
- msgid "Auto renews in %s"
297
- msgstr "Auto renews in %s"
298
-
299
- #: includes/i18n.php:199
300
- msgid "No expiration"
301
- msgstr "No expiration"
302
-
303
- #: includes/i18n.php:201
304
- msgid "Expired"
305
- msgstr "Expired"
306
-
307
- #: includes/i18n.php:203
308
- msgid "Cancelled"
309
- msgstr "Cancelled"
310
-
311
- #: includes/i18n.php:205
312
- msgctxt "e.g. In 2 hours"
313
- msgid "In %s"
314
- msgstr "In %s"
315
-
316
- #: includes/i18n.php:207
317
- msgctxt "e.g. 2 min ago"
318
- msgid "%s ago"
319
- msgstr "%s ago"
320
-
321
- #: includes/i18n.php:209
322
- msgctxt "as plugin version"
323
- msgid "Version"
324
- msgstr "Version"
325
-
326
- #: includes/i18n.php:211
327
- msgid "Name"
328
- msgstr "Name"
329
-
330
- #: includes/i18n.php:213
331
- msgid "Email"
332
- msgstr "Email"
333
-
334
- #: includes/i18n.php:215
335
- msgid "Email address"
336
- msgstr "Email address"
337
-
338
- #: includes/i18n.php:217
339
- msgid "Verified"
340
- msgstr "Verified"
341
-
342
- #: includes/i18n.php:219
343
- msgid "Plugin"
344
- msgstr "Plugin"
345
-
346
- #: includes/i18n.php:221
347
- msgid "Plugins"
348
- msgstr "Plugins"
349
-
350
- #: includes/i18n.php:223
351
- msgid "Themes"
352
- msgstr "Themes"
353
-
354
- #: includes/i18n.php:225
355
- msgctxt "as file/folder path"
356
- msgid "Path"
357
- msgstr "Path"
358
-
359
- #: includes/i18n.php:227
360
- msgid "Title"
361
- msgstr "Title"
362
-
363
- #: includes/i18n.php:229
364
- msgid "Free version"
365
- msgstr "Free version"
366
-
367
- #: includes/i18n.php:231
368
- msgid "Premium version"
369
- msgstr "Premium version"
370
-
371
- #: includes/i18n.php:233
372
- msgctxt "as WP plugin slug"
373
- msgid "Slug"
374
- msgstr "Slug"
375
-
376
- #: includes/i18n.php:235
377
- msgid "ID"
378
- msgstr "ID"
379
-
380
- #: includes/i18n.php:237
381
- msgid "Users"
382
- msgstr "Users"
383
-
384
- #: includes/i18n.php:239
385
- msgid "Plugin Installs"
386
- msgstr "Plugin Installs"
387
-
388
- #: includes/i18n.php:241
389
- msgctxt "like websites"
390
- msgid "Sites"
391
- msgstr "Sites"
392
-
393
- #: includes/i18n.php:243
394
- msgid "User ID"
395
- msgstr "User ID"
396
-
397
- #: includes/i18n.php:245
398
- msgid "Site ID"
399
- msgstr "Site ID"
400
-
401
- #: includes/i18n.php:247
402
- msgid "Public Key"
403
- msgstr "Public Key"
404
-
405
- #: includes/i18n.php:249
406
- msgid "Secret Key"
407
- msgstr "Secret Key"
408
-
409
- #: includes/i18n.php:251
410
- msgctxt "as secret encryption key missing"
411
- msgid "No Secret"
412
- msgstr "No Secret"
413
-
414
- #: includes/i18n.php:253
415
- msgid "No ID"
416
- msgstr "No ID"
417
-
418
- #: includes/i18n.php:255
419
- msgctxt "as synchronize license"
420
- msgid "Sync License"
421
- msgstr "Sync License"
422
-
423
- #: includes/i18n.php:257
424
- msgctxt "as synchronize"
425
- msgid "Sync"
426
- msgstr "Sync"
427
-
428
- #: includes/i18n.php:259
429
- msgid "Activate License"
430
- msgstr "Activate License"
431
-
432
- #: includes/i18n.php:261
433
- msgid "Activate Free Version"
434
- msgstr "Activate Free Version"
435
-
436
- #: includes/i18n.php:263
437
- msgid "Please enter the license key that you received in the email right after the purchase:"
438
- msgstr "Please enter the license key that you received in the email right after the purchase:"
439
-
440
- #: includes/i18n.php:265
441
- msgid "Activating license..."
442
- msgstr "Activating license..."
443
-
444
- #: includes/i18n.php:267
445
- msgid "Change License"
446
- msgstr "Change License"
447
-
448
- #: includes/i18n.php:269
449
- msgid "Update License"
450
- msgstr "Update License"
451
-
452
- #: includes/i18n.php:271
453
- msgid "Deactivate License"
454
- msgstr "Deactivate License"
455
-
456
- #: includes/i18n.php:273
457
- msgid "Activate"
458
- msgstr "Activate"
459
-
460
- #: includes/i18n.php:275
461
- msgid "Deactivate"
462
- msgstr "Deactivate"
463
-
464
- #: includes/i18n.php:277
465
- msgid "Skip & Deactivate"
466
- msgstr "Skip & Deactivate"
467
-
468
- #: includes/i18n.php:279
469
- msgid "No - just deactivate"
470
- msgstr "No - just deactivate"
471
-
472
- #: includes/i18n.php:281
473
- msgid "Yes - do your thing"
474
- msgstr "Yes - do your thing"
475
-
476
- #: includes/i18n.php:283
477
- msgctxt "active mode"
478
- msgid "Active"
479
- msgstr "Active"
480
-
481
- #: includes/i18n.php:285
482
- msgctxt "is active mode?"
483
- msgid "Is Active"
484
- msgstr "Is Active"
485
-
486
- #: includes/i18n.php:287
487
- msgid "Install Now"
488
- msgstr "Install Now"
489
-
490
- #: includes/i18n.php:289
491
- msgid "Install Update Now"
492
- msgstr "Install Update Now"
493
-
494
- #: includes/i18n.php:291
495
- msgid "More information about %s"
496
- msgstr "More information about %s"
497
-
498
- #: includes/i18n.php:293
499
- msgid "Localhost"
500
- msgstr "Localhost"
501
-
502
- #: includes/i18n.php:295
503
- msgctxt "as activate Professional plan"
504
- msgid "Activate %s Plan"
505
- msgstr "Activate %s Plan"
506
-
507
- #: includes/i18n.php:297
508
- msgctxt "as 5 licenses left"
509
- msgid "%s left"
510
- msgstr "%s left"
511
-
512
- #: includes/i18n.php:299
513
- msgid "Last license"
514
- msgstr "Last license"
515
-
516
- #: includes/i18n.php:301
517
- msgid "What is your %s?"
518
- msgstr "What is your %s?"
519
-
520
- #: includes/i18n.php:303
521
- msgid "Activate this add-on"
522
- msgstr "Activate this add-on"
523
-
524
- #: includes/i18n.php:305
525
- msgid "Deactivating your license will block all premium features, but will enable you to activate the license on another site. Are you sure you want to proceed?"
526
- msgstr "Deactivating your license will block all premium features, but will enable you to activate the license on another site. Are you sure you want to proceed?"
527
-
528
- #: includes/i18n.php:307
529
- msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
530
- msgstr "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
531
-
532
- #: includes/i18n.php:309
533
- msgid "Deletion is not temporary. Only delete if you no longer want to use this plugin anymore. Are you sure you would like to continue with the deletion?"
534
- msgstr "Deletion is not temporary. Only delete if you no longer want to use this plugin anymore. Are you sure you would like to continue with the deletion?"
535
-
536
- #: includes/i18n.php:311
537
- msgid "Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s."
538
- msgstr "Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s."
539
-
540
- #: includes/i18n.php:313
541
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
542
- msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
543
-
544
- #: includes/i18n.php:315
545
- msgid "You can still enjoy all %s features but you will not have access to plugin updates and support."
546
- msgstr "You can still enjoy all %s features but you will not have access to plugin updates and support."
547
-
548
- #: includes/i18n.php:317
549
- msgid "Once your license expire you can still use the Free version but you will NOT have access to the %s features."
550
- msgstr "Once your license expire you can still use the Free version but you will NOT have access to the %s features."
551
-
552
- #: includes/i18n.php:319
553
- msgid "Are you sure you want to proceed?"
554
- msgstr "Are you sure you want to proceed?"
555
-
556
- #: includes/i18n.php:325
557
- msgid "Add Ons for %s"
558
- msgstr "Add Ons for %s"
559
-
560
- #: includes/i18n.php:327
561
- msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
562
- msgstr "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
563
-
564
- #: includes/i18n.php:331
565
- msgid "Anonymous feedback"
566
- msgstr "Anonymous feedback"
567
-
568
- #: includes/i18n.php:333
569
- msgid "Quick feedback"
570
- msgstr "Quick feedback"
571
-
572
- #: includes/i18n.php:335
573
- msgid "If you have a moment, please let us know why you are deactivating"
574
- msgstr "If you have a moment, please let us know why you are deactivating"
575
-
576
- #: includes/i18n.php:337
577
- msgid "Yes - Deactivate"
578
- msgstr "Yes - Deactivate"
579
-
580
- #: includes/i18n.php:339
581
- msgid "Submit & Deactivate"
582
- msgstr "Submit & Deactivate"
583
-
584
- #: includes/i18n.php:341
585
- msgctxt "the text of the cancel button of the plugin deactivation dialog box."
586
- msgid "Cancel"
587
- msgstr "Cancel"
588
-
589
- #: includes/i18n.php:343
590
- msgid "I no longer need the plugin"
591
- msgstr "I no longer need the plugin"
592
-
593
- #: includes/i18n.php:345
594
- msgid "I found a better plugin"
595
- msgstr "I found a better plugin"
596
-
597
- #: includes/i18n.php:347
598
- msgid "I only needed the plugin for a short period"
599
- msgstr "I only needed the plugin for a short period"
600
-
601
- #: includes/i18n.php:349
602
- msgid "The plugin broke my site"
603
- msgstr "The plugin broke my site"
604
-
605
- #: includes/i18n.php:351
606
- msgid "The plugin suddenly stopped working"
607
- msgstr "The plugin suddenly stopped working"
608
-
609
- #: includes/i18n.php:353
610
- msgid "I can't pay for it anymore"
611
- msgstr "I can't pay for it anymore"
612
-
613
- #: includes/i18n.php:355
614
- msgid "It's a temporary deactivation. I'm just debugging an issue."
615
- msgstr "It's a temporary deactivation. I'm just debugging an issue."
616
-
617
- #: includes/i18n.php:357
618
- msgctxt "the text of the \"other\" reason for deactivating the plugin that is shown in the modal box."
619
- msgid "Other"
620
- msgstr "Other"
621
-
622
- #: includes/i18n.php:359
623
- msgid "Kindly tell us the reason so we can improve."
624
- msgstr "Kindly tell us the reason so we can improve."
625
-
626
- #: includes/i18n.php:361
627
- msgid "What's the plugin's name?"
628
- msgstr "What's the plugin's name?"
629
-
630
- #: includes/i18n.php:363
631
- msgid "What price would you feel comfortable paying?"
632
- msgstr "What price would you feel comfortable paying?"
633
-
634
- #: includes/i18n.php:365
635
- msgid "I couldn't understand how to make it work"
636
- msgstr "I couldn't understand how to make it work"
637
-
638
- #: includes/i18n.php:367
639
- msgid "The plugin is great, but I need specific feature that you don't support"
640
- msgstr "The plugin is great, but I need specific feature that you don't support"
641
-
642
- #: includes/i18n.php:369
643
- msgid "The plugin is not working"
644
- msgstr "The plugin is not working"
645
-
646
- #: includes/i18n.php:371
647
- msgid "It's not what I was looking for"
648
- msgstr "It's not what I was looking for"
649
-
650
- #: includes/i18n.php:373
651
- msgid "The plugin didn't work as expected"
652
- msgstr "The plugin didn't work as expected"
653
-
654
- #: includes/i18n.php:375
655
- msgid "What feature?"
656
- msgstr "What feature?"
657
-
658
- #: includes/i18n.php:377
659
- msgid "Kindly share what didn't work so we can fix it for future users..."
660
- msgstr "Kindly share what didn't work so we can fix it for future users..."
661
-
662
- #: includes/i18n.php:379
663
- msgid "What you've been looking for?"
664
- msgstr "What you've been looking for?"
665
-
666
- #: includes/i18n.php:381
667
- msgid "What did you expect?"
668
- msgstr "What did you expect?"
669
-
670
- #: includes/i18n.php:383
671
- msgid "The plugin didn't work"
672
- msgstr "The plugin didn't work"
673
-
674
- #: includes/i18n.php:385
675
- msgid "I don't like to share my information with you"
676
- msgstr "I don't like to share my information with you"
677
-
678
- #: includes/i18n.php:387
679
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
680
- msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
681
-
682
- #: includes/i18n.php:395
683
- msgctxt "greeting"
684
- msgid "Hey %s,"
685
- msgstr "Hey %s,"
686
-
687
- #: includes/i18n.php:397
688
- msgctxt "a greeting. E.g. Thanks John!"
689
- msgid "Thanks %s!"
690
- msgstr "Thanks %s!"
691
-
692
- #: includes/i18n.php:399
693
- msgid "In order to enjoy all our features and functionality, %s needs to connect your user, %s at %s, to %s"
694
- msgstr "In order to enjoy all our features and functionality, %s needs to connect your user, %s at %s, to %s"
695
-
696
- #: includes/i18n.php:401
697
- msgid "Please help us improve %2$s! If you opt-in, some data about your usage of %2$s will be sent to %5$s. If you skip this, that's okay! %2$s will still work just fine."
698
- msgstr "Please help us improve %2$s! If you opt-in, some data about your usage of %2$s will be sent to %5$s. If you skip this, that's okay! %2$s will still work just fine."
699
-
700
- #: includes/i18n.php:403
701
- msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to complete the install."
702
- msgstr "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to complete the install."
703
-
704
- #: includes/i18n.php:405
705
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
706
- msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
707
-
708
- #: includes/i18n.php:407
709
- msgid "The plugin will be periodically sending data to %s to check for plugin updates and verify the validity of your license."
710
- msgstr "The plugin will be periodically sending data to %s to check for plugin updates and verify the validity of your license."
711
-
712
- #: includes/i18n.php:409
713
- msgid "What permissions are being granted?"
714
- msgstr "What permissions are being granted?"
715
-
716
- #: includes/i18n.php:411
717
- msgid "Your Profile Overview"
718
- msgstr "Your Profile Overview"
719
-
720
- #: includes/i18n.php:413
721
- msgid "Name and email address"
722
- msgstr "Name and email address"
723
-
724
- #: includes/i18n.php:415
725
- msgid "Your Site Overview"
726
- msgstr "Your Site Overview"
727
-
728
- #: includes/i18n.php:417
729
- msgid "Site URL, WP version, PHP info, plugins & themes"
730
- msgstr "Site URL, WP version, PHP info, plugins & themes"
731
-
732
- #: includes/i18n.php:419
733
- msgid "Current Plugin Events"
734
- msgstr "Current Plugin Events"
735
-
736
- #: includes/i18n.php:421
737
- msgid "Activation, deactivation and uninstall"
738
- msgstr "Activation, deactivation and uninstall"
739
-
740
- #: includes/i18n.php:423
741
- msgid "Plugins & Themes"
742
- msgstr "Plugins & Themes"
743
-
744
- #: includes/i18n.php:425
745
- msgid "Titles, versions and state."
746
- msgstr "Titles, versions and state."
747
-
748
- #: includes/i18n.php:427
749
- msgid "Newsletter"
750
- msgstr "Newsletter"
751
-
752
- #: includes/i18n.php:429
753
- msgid "Updates, announcements, marketing, no spam"
754
- msgstr "Updates, announcements, marketing, no spam"
755
-
756
- #: includes/i18n.php:431
757
- msgid "Privacy Policy"
758
- msgstr "Privacy Policy"
759
-
760
- #: includes/i18n.php:433
761
- msgid "Terms of Service"
762
- msgstr "Terms of Service"
763
-
764
- #: includes/i18n.php:435
765
- msgctxt "as activating plugin"
766
- msgid "Activating"
767
- msgstr "Activating"
768
-
769
- #: includes/i18n.php:437
770
- msgctxt "as in the process of sending an email"
771
- msgid "Sending email"
772
- msgstr "Sending email"
773
-
774
- #: includes/i18n.php:439
775
- msgctxt "button label"
776
- msgid "Allow & Continue"
777
- msgstr "Allow & Continue"
778
-
779
- #: includes/i18n.php:441
780
- msgctxt "button label"
781
- msgid "Agree & Activate License"
782
- msgstr "Agree & Activate License"
783
-
784
- #: includes/i18n.php:443
785
- msgctxt "verb"
786
- msgid "Skip"
787
- msgstr "Skip"
788
-
789
- #: includes/i18n.php:445
790
- msgid "Click here to use the plugin anonymously"
791
- msgstr "Click here to use the plugin anonymously"
792
-
793
- #: includes/i18n.php:447
794
- msgid "Re-send activation email"
795
- msgstr "Re-send activation email"
796
-
797
- #: includes/i18n.php:449
798
- msgid "License key"
799
- msgstr "License key"
800
-
801
- #: includes/i18n.php:451
802
- msgid "Send License Key"
803
- msgstr "Send License Key"
804
-
805
- #: includes/i18n.php:453
806
- msgid "Sending license key"
807
- msgstr "Sending license key"
808
-
809
- #: includes/i18n.php:455
810
- msgid "Have a license key?"
811
- msgstr "Have a license key?"
812
-
813
- #: includes/i18n.php:457
814
- msgid "Don't have a license key?"
815
- msgstr "Don't have a license key?"
816
-
817
- #: includes/i18n.php:459
818
- msgid "Can't find your license key?"
819
- msgstr "Can't find your license key?"
820
-
821
- #: includes/i18n.php:471
822
- msgid "Screenshots"
823
- msgstr "Screenshots"
824
-
825
- #: includes/i18n.php:473
826
- msgid "Click to view full-size screenshot %d"
827
- msgstr "Click to view full-size screenshot %d"
828
-
829
- #: includes/i18n.php:481
830
- msgid "Freemius Debug"
831
- msgstr "Freemius Debug"
832
-
833
- #: includes/i18n.php:483
834
- msgctxt "as turned on"
835
- msgid "On"
836
- msgstr "On"
837
-
838
- #: includes/i18n.php:485
839
- msgctxt "as turned off"
840
- msgid "Off"
841
- msgstr "Off"
842
-
843
- #: includes/i18n.php:487
844
- msgctxt "as code debugging"
845
- msgid "Debugging"
846
- msgstr "Debugging"
847
-
848
- #: includes/i18n.php:489
849
- msgid "Freemius State"
850
- msgstr "Freemius State"
851
-
852
- #: includes/i18n.php:491
853
- msgctxt "as connection was successful"
854
- msgid "Connected"
855
- msgstr "Connected"
856
-
857
- #: includes/i18n.php:493
858
- msgctxt "as connection blocked"
859
- msgid "Blocked"
860
- msgstr "Blocked"
861
-
862
- #: includes/i18n.php:495
863
- msgctxt "as application program interface"
864
- msgid "API"
865
- msgstr "API"
866
-
867
- #: includes/i18n.php:497
868
- msgctxt "as software development kit versions"
869
- msgid "SDK"
870
- msgstr "SDK"
871
-
872
- #: includes/i18n.php:499
873
- msgctxt "as software development kit versions"
874
- msgid "SDK Versions"
875
- msgstr "SDK Versions"
876
-
877
- #: includes/i18n.php:501
878
- msgctxt "as plugin folder path"
879
- msgid "Plugin Path"
880
- msgstr "Plugin Path"
881
-
882
- #: includes/i18n.php:503
883
- msgctxt "as sdk path"
884
- msgid "SDK Path"
885
- msgstr "SDK Path"
886
-
887
- #: includes/i18n.php:505
888
- msgid "Add Ons of Plugin %s"
889
- msgstr "Add Ons of Plugin %s"
890
-
891
- #: includes/i18n.php:507
892
- msgid "Are you sure you want to delete all Freemius data?"
893
- msgstr "Are you sure you want to delete all Freemius data?"
894
-
895
- #: includes/i18n.php:509
896
- msgid "Actions"
897
- msgstr "Actions"
898
-
899
- #: includes/i18n.php:511
900
- msgid "Delete All Accounts"
901
- msgstr "Delete All Accounts"
902
-
903
- #: includes/i18n.php:513
904
- msgid "Start Fresh"
905
- msgstr "Start Fresh"
906
-
907
- #: includes/i18n.php:515
908
- msgid "Clear API Cache"
909
- msgstr "Clear API Cache"
910
-
911
- #: includes/i18n.php:517
912
- msgid "Sync Data From Server"
913
- msgstr "Sync Data From Server"
914
-
915
- #: includes/i18n.php:519
916
- msgid "Scheduled Crons"
917
- msgstr "Scheduled Crons"
918
-
919
- #: includes/i18n.php:521
920
- msgid "Plugins & Themes Sync"
921
- msgstr "Plugins & Themes Sync"
922
-
923
- #: includes/i18n.php:529
924
- msgctxt "as congratulations"
925
- msgid "Congrats"
926
- msgstr "Congrats"
927
-
928
- #: includes/i18n.php:531
929
- msgctxt "exclamation"
930
- msgid "Oops"
931
- msgstr "Oops"
932
-
933
- #: includes/i18n.php:533
934
- msgctxt "interjection expressing joy or exuberance"
935
- msgid "Yee-haw"
936
- msgstr "Yee-haw"
937
-
938
- #: includes/i18n.php:535
939
- msgctxt "(especially in electronic communication) used to express elation, enthusiasm, or triumph."
940
- msgid "W00t"
941
- msgstr "W00t"
942
-
943
- #: includes/i18n.php:537
944
- msgctxt "a positive response"
945
- msgid "Right on"
946
- msgstr "Right on"
947
-
948
- #: includes/i18n.php:539
949
- msgctxt "something somebody says when they are thinking about what you have just said. "
950
- msgid "Hmm"
951
- msgstr "Hmm"
952
-
953
- #: includes/i18n.php:541
954
- msgid "O.K"
955
- msgstr "O.K"
956
-
957
- #: includes/i18n.php:543
958
- msgctxt "exclamation"
959
- msgid "Hey"
960
- msgstr "Hey"
961
-
962
- #: includes/i18n.php:545
963
- msgctxt "advance notice of something that will need attention."
964
- msgid "Heads up"
965
- msgstr "Heads up"
966
-
967
- #: includes/i18n.php:553
968
- msgid "Seems like you got the latest release."
969
- msgstr "Seems like you got the latest release."
970
-
971
- #: includes/i18n.php:555
972
- msgid "You are all good!"
973
- msgstr "You are all good!"
974
-
975
- #: includes/i18n.php:557
976
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
977
- msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
978
-
979
- #: includes/i18n.php:559
980
- msgid "If you would like to give up the ownership of the plugin's account to %s click the Change Ownership button."
981
- msgstr "If you would like to give up the ownership of the plugin's account to %s click the Change Ownership button."
982
-
983
- #: includes/i18n.php:561
984
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
985
- msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
986
-
987
- #: includes/i18n.php:563
988
- msgid "Your name was successfully updated."
989
- msgstr "Your name was successfully updated."
990
-
991
- #: includes/i18n.php:565
992
- msgid "You have successfully updated your %s."
993
- msgstr "You have successfully updated your %s."
994
-
995
- #: includes/i18n.php:567
996
- msgid "Please provide your full name."
997
- msgstr "Please provide your full name."
998
-
999
- #: includes/i18n.php:569
1000
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
1001
- msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
1002
-
1003
- #: includes/i18n.php:571
1004
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
1005
- msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
1006
-
1007
- #: includes/i18n.php:573
1008
- msgid "No credit card required"
1009
- msgstr "No credit card required"
1010
-
1011
- #: includes/i18n.php:575
1012
- msgid "Premium plugin version was successfully activated."
1013
- msgstr "Premium plugin version was successfully activated."
1014
-
1015
- #: includes/i18n.php:577
1016
- msgid "The upgrade of %s was successfully completed."
1017
- msgstr "The upgrade of %s was successfully completed."
1018
-
1019
- #: includes/i18n.php:579
1020
- msgid "Your account was successfully activated with the %s plan."
1021
- msgstr "Your account was successfully activated with the %s plan."
1022
-
1023
- #: includes/i18n.php:581
1024
- msgid "Download the latest %s version now"
1025
- msgstr "Download the latest %s version now"
1026
-
1027
- #: includes/i18n.php:583
1028
- msgid "Please follow these steps to complete the upgrade"
1029
- msgstr "Please follow these steps to complete the upgrade"
1030
-
1031
- #: includes/i18n.php:585
1032
- msgid "Download the latest %s version"
1033
- msgstr "Download the latest %s version"
1034
-
1035
- #: includes/i18n.php:587
1036
- msgid "Deactivate the free version"
1037
- msgstr "Deactivate the free version"
1038
-
1039
- #: includes/i18n.php:589
1040
- msgid "Upload and activate the downloaded version"
1041
- msgstr "Upload and activate the downloaded version"
1042
-
1043
- #: includes/i18n.php:591
1044
- msgid "How to upload and activate?"
1045
- msgstr "How to upload and activate?"
1046
-
1047
- #: includes/i18n.php:593
1048
- msgctxt "%s - product name, e.g. Facebook add-on was successfully..."
1049
- msgid "%s Add-on was successfully purchased."
1050
- msgstr "%s Add-on was successfully purchased."
1051
-
1052
- #: includes/i18n.php:595
1053
- msgid "Your %s Add-on plan was successfully upgraded."
1054
- msgstr "Your %s Add-on plan was successfully upgraded."
1055
-
1056
- #: includes/i18n.php:597
1057
- msgid "Your email has been successfully verified - you are AWESOME!"
1058
- msgstr "Your email has been successfully verified - you are AWESOME!"
1059
-
1060
- #: includes/i18n.php:599
1061
- msgid "Your plan was successfully upgraded."
1062
- msgstr "Your plan was successfully upgraded."
1063
-
1064
- #: includes/i18n.php:601
1065
- msgid "Your plan was successfully changed to %s."
1066
- msgstr "Your plan was successfully changed to %s."
1067
-
1068
- #: includes/i18n.php:603
1069
- msgid "Your license has expired. You can still continue using the free plugin forever."
1070
- msgstr "Your license has expired. You can still continue using the free plugin forever."
1071
-
1072
- #: includes/i18n.php:605
1073
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
1074
- msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
1075
-
1076
- #: includes/i18n.php:607
1077
- msgid "Your trial has been successfully started."
1078
- msgstr "Your trial has been successfully started."
1079
-
1080
- #: includes/i18n.php:609
1081
- msgid "Your license was successfully activated."
1082
- msgstr "Your license was successfully activated."
1083
-
1084
- #: includes/i18n.php:611
1085
- msgid "It looks like your site currently doesn't have an active license."
1086
- msgstr "It looks like your site currently doesn't have an active license."
1087
-
1088
- #: includes/i18n.php:613
1089
- msgid "Your license was successfully deactivated, you are back to the %s plan."
1090
- msgstr "Your license was successfully deactivated, you are back to the %s plan."
1091
-
1092
- #: includes/i18n.php:615
1093
- msgid "It looks like the license deactivation failed."
1094
- msgstr "It looks like the license deactivation failed."
1095
-
1096
- #: includes/i18n.php:617
1097
- msgid "It looks like the license could not be activated."
1098
- msgstr "It looks like the license could not be activated."
1099
-
1100
- #: includes/i18n.php:619
1101
- msgid "Error received from the server:"
1102
- msgstr "Error received from the server:"
1103
-
1104
- #: includes/i18n.php:621
1105
- msgid "Your trial has expired. You can still continue using all our free features."
1106
- msgstr "Your trial has expired. You can still continue using all our free features."
1107
-
1108
- #: includes/i18n.php:623
1109
- msgid "Your plan was successfully downgraded. Your %s plan license will expire in %s."
1110
- msgstr "Your plan was successfully downgraded. Your %s plan license will expire in %s."
1111
-
1112
- #: includes/i18n.php:625
1113
- msgid "Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes."
1114
- msgstr "Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes."
1115
-
1116
- #: includes/i18n.php:627
1117
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
1118
- msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
1119
-
1120
- #: includes/i18n.php:629
1121
- msgid "Your %s free trial was successfully cancelled."
1122
- msgstr "Your %s free trial was successfully cancelled."
1123
-
1124
- #: includes/i18n.php:631
1125
- msgctxt "%s - numeric version number"
1126
- msgid "Version %s was released."
1127
- msgstr "Version %s was released."
1128
-
1129
- #: includes/i18n.php:633
1130
- msgid "Please download %s."
1131
- msgstr "Please download %s."
1132
-
1133
- #: includes/i18n.php:635
1134
- msgctxt "%s - plan name, as the latest professional version here"
1135
- msgid "the latest %s version here"
1136
- msgstr "the latest %s version here"
1137
-
1138
- #: includes/i18n.php:637
1139
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
1140
- msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
1141
-
1142
- #: includes/i18n.php:639
1143
- msgctxt "call to action"
1144
- msgid "Start free trial"
1145
- msgstr "Start free trial"
1146
-
1147
- #: includes/i18n.php:641
1148
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
1149
- msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
1150
-
1151
- #: includes/i18n.php:643
1152
- msgid "You already utilized a trial before."
1153
- msgstr "You already utilized a trial before."
1154
-
1155
- #: includes/i18n.php:645
1156
- msgid "You are already running the plugin in a trial mode."
1157
- msgstr "You are already running the plugin in a trial mode."
1158
-
1159
- #: includes/i18n.php:647
1160
- msgid "Plan %s do not exist, therefore, can't start a trial."
1161
- msgstr "Plan %s do not exist, therefore, can't start a trial."
1162
-
1163
- #: includes/i18n.php:649
1164
- msgid "Plan %s does not support a trial period."
1165
- msgstr "Plan %s does not support a trial period."
1166
-
1167
- #: includes/i18n.php:651
1168
- msgid "None of the plugin's plans supports a trial period."
1169
- msgstr "None of the plugin's plans supports a trial period."
1170
-
1171
- #: includes/i18n.php:653
1172
- msgid "Unexpected API error. Please contact the plugin's author with the following error."
1173
- msgstr "Unexpected API error. Please contact the plugin's author with the following error."
1174
-
1175
- #: includes/i18n.php:655
1176
- msgid "No commitment for %s days - cancel anytime!"
1177
- msgstr "No commitment for %s days - cancel anytime!"
1178
-
1179
- #: includes/i18n.php:657
1180
- msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
1181
- msgstr "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
1182
-
1183
- #: includes/i18n.php:659
1184
- msgid "Couldn't activate %s."
1185
- msgstr "Couldn't activate %s."
1186
-
1187
- #: includes/i18n.php:661
1188
- msgid "Please contact us with the following message:"
1189
- msgstr "Please contact us with the following message:"
1190
-
1191
- #: includes/i18n.php:663
1192
- msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
1193
- msgstr "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
1194
-
1195
- #: includes/i18n.php:665
1196
- msgid "Please contact us here"
1197
- msgstr "Please contact us here"
1198
-
1199
- #: includes/i18n.php:667
1200
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
1201
- msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
1202
-
1203
- #: includes/i18n.php:673
1204
- msgid "From unknown reason, the API connectivity test failed."
1205
- msgstr "From unknown reason, the API connectivity test failed."
1206
-
1207
- #: includes/i18n.php:675
1208
- msgid "It's probably a temporary issue on our end. Just to be sure, with your permission, would it be o.k to run another connectivity test?"
1209
- msgstr "It's probably a temporary issue on our end. Just to be sure, with your permission, would it be o.k to run another connectivity test?"
1210
-
1211
- #: includes/i18n.php:677
1212
- msgid "We use PHP cURL library for the API calls, which is a very common library and usually installed out of the box. Unfortunately, cURL is not installed on your server."
1213
- msgstr "We use PHP cURL library for the API calls, which is a very common library and usually installed out of the box. Unfortunately, cURL is not installed on your server."
1214
-
1215
- #: includes/i18n.php:679
1216
- msgid "From unknown reason, CloudFlare, the firewall we use, blocks the connection."
1217
- msgstr "From unknown reason, CloudFlare, the firewall we use, blocks the connection."
1218
-
1219
- #: includes/i18n.php:681
1220
- msgctxt "as pluginX requires an access to our API"
1221
- msgid "%s requires an access to our API."
1222
- msgstr "%s requires an access to our API."
1223
-
1224
- #: includes/i18n.php:683
1225
- msgid "It looks like your server is using Squid ACL (access control lists), which blocks the connection."
1226
- msgstr "It looks like your server is using Squid ACL (access control lists), which blocks the connection."
1227
-
1228
- #: includes/i18n.php:685
1229
- msgid "I don't know what is Squid or ACL, help me!"
1230
- msgstr "I don't know what is Squid or ACL, help me!"
1231
-
1232
- #: includes/i18n.php:687, includes/i18n.php:695
1233
- msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
1234
- msgstr "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
1235
-
1236
- #: includes/i18n.php:689
1237
- msgid "I'm a system administrator"
1238
- msgstr "I'm a system administrator"
1239
-
1240
- #: includes/i18n.php:691
1241
- msgid "Great, please whitelist the following domains: %s. Once you done, deactivate the plugin and activate it again."
1242
- msgstr "Great, please whitelist the following domains: %s. Once you done, deactivate the plugin and activate it again."
1243
-
1244
- #: includes/i18n.php:693
1245
- msgid "I don't know what is cURL or how to install it, help me!"
1246
- msgstr "I don't know what is cURL or how to install it, help me!"
1247
-
1248
- #: includes/i18n.php:697
1249
- msgid "Great, please install cURL and enable it in your php.ini file. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the plugin and reactivate it back again."
1250
- msgstr "Great, please install cURL and enable it in your php.ini file. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the plugin and reactivate it back again."
1251
-
1252
- #: includes/i18n.php:699
1253
- msgid "We are sure it's an issue on our side and more than happy to resolve it for you ASAP if you give us a chance."
1254
- msgstr "We are sure it's an issue on our side and more than happy to resolve it for you ASAP if you give us a chance."
1255
-
1256
- #: includes/i18n.php:701
1257
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
1258
- msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
1259
-
1260
- #: includes/i18n.php:703
1261
- msgid "Yes - I'm giving you a chance to fix it"
1262
- msgstr "Yes - I'm giving you a chance to fix it"
1263
-
1264
- #: includes/i18n.php:705
1265
- msgid "We will do our best to whitelist your server and resolve this issue ASAP. You will get a follow-up email to %s once we have an update."
1266
- msgstr "We will do our best to whitelist your server and resolve this issue ASAP. You will get a follow-up email to %s once we have an update."
1267
-
1268
- #: includes/i18n.php:707
1269
- msgid "Let's try your previous version"
1270
- msgstr "Let's try your previous version"
1271
-
1272
- #: includes/i18n.php:709
1273
- msgid "Uninstall this version and install the previous one."
1274
- msgstr "Uninstall this version and install the previous one."
1275
-
1276
- #: includes/i18n.php:711
1277
- msgid "That's exhausting, please deactivate"
1278
- msgstr "That's exhausting, please deactivate"
1279
-
1280
- #: includes/i18n.php:713
1281
- msgid "We feel your frustration and sincerely apologize for the inconvenience. Hope to see you again in the future."
1282
- msgstr "We feel your frustration and sincerely apologize for the inconvenience. Hope to see you again in the future."
1283
-
1284
- #: includes/i18n.php:715
1285
- msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
1286
- msgstr "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
1287
-
1288
- #: includes/i18n.php:717
1289
- msgctxt "%1s - plugin title, %2s - API domain"
1290
- msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
1291
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
1292
-
1293
- #: includes/i18n.php:719
1294
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
1295
- msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
1296
-
1297
- #: includes/i18n.php:725
1298
- msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
1299
- msgstr "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
1300
-
1301
- #: includes/i18n.php:727
1302
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
1303
- msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
1304
-
1305
- #: includes/i18n.php:729
1306
- msgid "%s is the new owner of the account."
1307
- msgstr "%s is the new owner of the account."
1308
-
1309
- #: includes/i18n.php:733
1310
- msgctxt "addonX cannot run without pluginY"
1311
- msgid "%s cannot run without %s."
1312
- msgstr "%s cannot run without %s."
1313
-
1314
- #: includes/i18n.php:735
1315
- msgctxt "addonX cannot run..."
1316
- msgid "%s cannot run without the plugin."
1317
- msgstr "%s cannot run without the plugin."
1318
-
1319
- #: includes/i18n.php:737
1320
- msgctxt "pluginX activation was successfully..."
1321
- msgid "%s activation was successfully completed."
1322
- msgstr "%s activation was successfully completed."
1323
-
1324
- #: includes/i18n.php:739
1325
- msgctxt "Plugin installer section title"
1326
- msgid "Features & Pricing"
1327
- msgstr "Features & Pricing"
1328
-
1329
- #: includes/i18n.php:741
1330
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1331
- msgstr "Add-on must be deployed to WordPress.org or Freemius."
1332
-
1333
- #: includes/i18n.php:743
1334
- msgid "Paid add-on must be deployed to Freemius."
1335
- msgstr "Paid add-on must be deployed to Freemius."
1336
-
1337
- #: includes/i18n.php:747
1338
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
1339
- msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
1340
-
1341
- #: includes/i18n.php:749
1342
- msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
1343
- msgstr "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
1344
-
1345
- #: includes/i18n.php:755
1346
- msgctxt "as every month"
1347
- msgid "Monthly"
1348
- msgstr "Monthly"
1349
-
1350
- #: includes/i18n.php:757
1351
- msgctxt "as monthly period"
1352
- msgid "mo"
1353
- msgstr "mo"
1354
-
1355
- #: includes/i18n.php:759
1356
- msgctxt "as once a year"
1357
- msgid "Annual"
1358
- msgstr "Annual"
1359
-
1360
- #: includes/i18n.php:761
1361
- msgctxt "as once a year"
1362
- msgid "Annually"
1363
- msgstr "Annually"
1364
-
1365
- #: includes/i18n.php:763
1366
- msgctxt "as once a year"
1367
- msgid "Once"
1368
- msgstr "Once"
1369
-
1370
- #: includes/i18n.php:765
1371
- msgctxt "as annual period"
1372
- msgid "year"
1373
- msgstr "year"
1374
-
1375
- #: includes/i18n.php:767
1376
- msgid "Lifetime"
1377
- msgstr "Lifetime"
1378
-
1379
- #: includes/i18n.php:769
1380
- msgctxt "e.g. the best product"
1381
- msgid "Best"
1382
- msgstr "Best"
1383
-
1384
- #: includes/i18n.php:771
1385
- msgctxt "e.g. billed monthly"
1386
- msgid "Billed %s"
1387
- msgstr "Billed %s"
1388
-
1389
- #: includes/i18n.php:773
1390
- msgctxt "as a discount of $5 or 10%"
1391
- msgid "Save %s"
1392
- msgstr "Save %s"
1393
-
1394
- #: includes/i18n.php:777
1395
- msgid "View details"
1396
- msgstr "View details"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-it_IT.mo DELETED
Binary file
freemius/languages/freemius-it_IT.po DELETED
@@ -1,1521 +0,0 @@
1
- #
2
- # Translators:
3
- # Alessandro Benassi <plasmax@gmail.com>, 2016
4
- # Daniele Scasciafratte Mte90 <mte90net@gmail.com>, 2015
5
- # Vova Feldman <vova@freemius.com>, 2015
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: WordPress SDK\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: \n"
11
- "PO-Revision-Date: 2016-09-13 08:22+0000\n"
12
- "Last-Translator: Alessandro Benassi <plasmax@gmail.com>\n"
13
- "Language-Team: Italian (Italy) (http://www.transifex.com/freemius/wordpress-sdk/language/it_IT/)\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: \n"
16
- "Language: it_IT\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
-
19
- # Copyright (C) 2016 freemius
20
- # This file is distributed under the same license as the freemius package.
21
- #: includes/i18n.php41, includes/i18n.php:55
22
- msgid "Yes - I'm in!"
23
- msgstr "Sì, ci sto!"
24
-
25
- #: includes/i18n.php43, includes/i18n.php:57
26
- msgid "Not today"
27
- msgstr "Non oggi"
28
-
29
- #: includes/i18n.php:69
30
- msgid "Account"
31
- msgstr "Account"
32
-
33
- #: includes/i18n.php:71
34
- msgid "Add On"
35
- msgstr "Add-on"
36
-
37
- #: includes/i18n.php:73
38
- msgid "Contact Us"
39
- msgstr "Contattaci"
40
-
41
- #: includes/i18n.php:75
42
- msgid "Contact Support"
43
- msgstr "Contatta il supporto"
44
-
45
- #: includes/i18n.php:77
46
- msgid "Change Ownership"
47
- msgstr "Cambia Proprietario"
48
-
49
- #: includes/i18n.php:79
50
- msgid "Support"
51
- msgstr "Supporto"
52
-
53
- #: includes/i18n.php:81
54
- msgid "Support Forum"
55
- msgstr "Forum di supporto"
56
-
57
- #: includes/i18n.php:83
58
- msgid "Add Ons"
59
- msgstr "Add-on"
60
-
61
- #: includes/i18n.php:85
62
- msgctxt "verb"
63
- msgid "Upgrade"
64
- msgstr "Aggiornamento"
65
-
66
- #: includes/i18n.php:87
67
- msgid "Awesome"
68
- msgstr "Fantastico"
69
-
70
- #: includes/i18n.php:89
71
- msgctxt "noun"
72
- msgid "Pricing"
73
- msgstr "Prezzi"
74
-
75
- #: includes/i18n.php:91
76
- msgctxt "noun"
77
- msgid "Price"
78
- msgstr "Prezzo"
79
-
80
- #: includes/i18n.php:93
81
- msgid "Unlimited Updates"
82
- msgstr "Aggiornamenti Illimitati"
83
-
84
- #: includes/i18n.php:95
85
- msgctxt "verb"
86
- msgid "Downgrade"
87
- msgstr "Downgrade"
88
-
89
- #: includes/i18n.php:97
90
- msgid "Cancel Trial"
91
- msgstr "Annulla prova gratuita"
92
-
93
- #: includes/i18n.php:99
94
- msgid "Free Trial"
95
- msgstr "Prova gratuita"
96
-
97
- #: includes/i18n.php:101
98
- msgid "Start my free %s"
99
- msgstr "Inizia la mia %s"
100
-
101
- #: includes/i18n.php:103
102
- msgid "No commitment for %s - cancel anytime"
103
- msgstr "Nessun impegno con %s - cancella quando vuoi"
104
-
105
- #: includes/i18n.php:105
106
- msgid "After your free %s, pay as little as %s"
107
- msgstr "Dopo il tuo %s gratuito, paghi solamente %s"
108
-
109
- #: includes/i18n.php:107
110
- msgid "Details"
111
- msgstr "Dettagli"
112
-
113
- #: includes/i18n.php:109
114
- msgid "Account Details"
115
- msgstr "Dettagli dell'account"
116
-
117
- #: includes/i18n.php:111
118
- msgctxt "verb"
119
- msgid "Delete"
120
- msgstr "Elimina"
121
-
122
- #: includes/i18n.php:113
123
- msgctxt "verb"
124
- msgid "Show"
125
- msgstr "Mostra"
126
-
127
- #: includes/i18n.php:115
128
- msgctxt "verb"
129
- msgid "Hide"
130
- msgstr "Nascondi"
131
-
132
- #: includes/i18n.php:117
133
- msgctxt "verb"
134
- msgid "Edit"
135
- msgstr "Modifica"
136
-
137
- #: includes/i18n.php:119
138
- msgid "Date"
139
- msgstr "Data"
140
-
141
- #: includes/i18n.php:121
142
- msgid "Amount"
143
- msgstr "Importo"
144
-
145
- #: includes/i18n.php:123
146
- msgid "Invoice"
147
- msgstr "Fattura"
148
-
149
- #: includes/i18n.php:125
150
- msgid "Billing"
151
- msgstr "Fatturazione"
152
-
153
- #: includes/i18n.php:127
154
- msgid "Payments"
155
- msgstr "Pagamenti"
156
-
157
- #: includes/i18n.php:129
158
- msgid "Delete Account"
159
- msgstr "Elimina Account"
160
-
161
- #: includes/i18n.php:131
162
- msgctxt "as close a window"
163
- msgid "Dismiss"
164
- msgstr "Chiudi"
165
-
166
- #: includes/i18n.php:133
167
- msgctxt "as product pricing plan"
168
- msgid "Plan"
169
- msgstr "Piano"
170
-
171
- #: includes/i18n.php:135
172
- msgid "Change Plan"
173
- msgstr "Cambia piano"
174
-
175
- #: includes/i18n.php:137
176
- msgctxt "as download professional version"
177
- msgid "Download %s Version"
178
- msgstr "Scarica la versione %s"
179
-
180
- #: includes/i18n.php:139
181
- msgctxt "as download professional version now"
182
- msgid "Download %s version now"
183
- msgstr "Scarica la versione %s ora"
184
-
185
- #: includes/i18n.php:141
186
- msgctxt "as download latest version"
187
- msgid "Download Latest"
188
- msgstr "Scarica l'ultima versione"
189
-
190
- #: includes/i18n.php:143
191
- msgctxt "E.g. you have a professional license."
192
- msgid "You have a %s license."
193
- msgstr "Hai la licenza %s."
194
-
195
- #: includes/i18n.php:145
196
- msgid "New"
197
- msgstr "Nuovo"
198
-
199
- #: includes/i18n.php:147
200
- msgid "Free"
201
- msgstr "Gratuito"
202
-
203
- #: includes/i18n.php:149
204
- msgctxt "as trial plan"
205
- msgid "Trial"
206
- msgstr "Prova gratuita"
207
-
208
- #: includes/i18n.php:151
209
- msgctxt "verb"
210
- msgid "Purchase"
211
- msgstr "Acquisto"
212
-
213
- #: includes/i18n.php:153
214
- msgid "Purchase License"
215
- msgstr "Acquista licenza"
216
-
217
- #: includes/i18n.php:155
218
- msgctxt "verb"
219
- msgid "Buy"
220
- msgstr "Compra"
221
-
222
- #: includes/i18n.php:157
223
- msgid "Buy License"
224
- msgstr "Compra licenza"
225
-
226
- #: includes/i18n.php:159
227
- msgid "Single Site License"
228
- msgstr "Licenza per sito singolo"
229
-
230
- #: includes/i18n.php:161
231
- msgid "Unlimited Licenses"
232
- msgstr "Licenze illimitate"
233
-
234
- #: includes/i18n.php:163
235
- msgid "Up to %s Sites"
236
- msgstr "Fino a %s siti"
237
-
238
- #: includes/i18n.php:165
239
- msgid "%sRenew your license now%s to access version %s features and support."
240
- msgstr "%sRinnova la tua licenza ora%s per accedere a funzionalità e supporto della versione %s."
241
-
242
- #: includes/i18n.php:167
243
- msgid ""
244
- "Enter the email address you've used for the upgrade below and we will resend"
245
- " you the license key."
246
- msgstr "Inserisci qui sotto l'indirizzo email che hai usato per registrare l'aggiornamento e ti invieremo di nuovo la chiave di licenza."
247
-
248
- #: includes/i18n.php:169
249
- msgctxt "e.g. Professional Plan"
250
- msgid "%s Plan"
251
- msgstr "Piano %s"
252
-
253
- #: includes/i18n.php:171
254
- msgid "You are just one step away - %s"
255
- msgstr "Sei a un passo dalla fine - %s"
256
-
257
- #: includes/i18n.php:173
258
- msgctxt "%s - plugin name. As complete \"Jetpack\" activation now"
259
- msgid "Complete \"%s\" Activation Now"
260
- msgstr "Completa l'attivazione di \"%s\" ora"
261
-
262
- #: includes/i18n.php:175
263
- msgid "We made a few tweaks to the plugin, %s"
264
- msgstr "Abbiamo apportato alcune modifiche al plugin, %s"
265
-
266
- #: includes/i18n.php:177
267
- msgid "Opt-in to make \"%s\" Better!"
268
- msgstr "Contribuisci a rendere \"%s\" migliore!"
269
-
270
- #: includes/i18n.php:179
271
- msgid "Error"
272
- msgstr "Errore"
273
-
274
- #: includes/i18n.php:181
275
- msgid ""
276
- "Freemius SDK couldn't find the plugin's main file. Please contact "
277
- "sdk@freemius.com with the current error."
278
- msgstr "L'SDK di Freemius non è riuscito a trovare il file principale del plugin. Per favore contatta sdk@freemius.com riportando l'errore."
279
-
280
- #: includes/i18n.php:187
281
- msgctxt "as expiration date"
282
- msgid "Expiration"
283
- msgstr "Scadenza"
284
-
285
- #: includes/i18n.php:189
286
- msgctxt "as software license"
287
- msgid "License"
288
- msgstr "Licenza"
289
-
290
- #: includes/i18n.php:191
291
- msgid "not verified"
292
- msgstr "non verificato"
293
-
294
- #: includes/i18n.php:193
295
- msgid "Verify Email"
296
- msgstr "Verifica email"
297
-
298
- #: includes/i18n.php:195
299
- msgctxt "e.g. expires in 2 months"
300
- msgid "Expires in %s"
301
- msgstr "Scade in %s"
302
-
303
- #: includes/i18n.php:197
304
- msgctxt "e.g. auto renews in 2 months"
305
- msgid "Auto renews in %s"
306
- msgstr "Rinnovo automatico in %s"
307
-
308
- #: includes/i18n.php:199
309
- msgid "No expiration"
310
- msgstr "Nessuna scadenza"
311
-
312
- #: includes/i18n.php:201
313
- msgid "Expired"
314
- msgstr "Scaduto"
315
-
316
- #: includes/i18n.php:203
317
- msgid "Cancelled"
318
- msgstr "Annullato"
319
-
320
- #: includes/i18n.php:205
321
- msgctxt "e.g. In 2 hours"
322
- msgid "In %s"
323
- msgstr "In %s"
324
-
325
- #: includes/i18n.php:207
326
- msgctxt "e.g. 2 min ago"
327
- msgid "%s ago"
328
- msgstr "%s fa"
329
-
330
- #: includes/i18n.php:209
331
- msgctxt "as plugin version"
332
- msgid "Version"
333
- msgstr "Versione"
334
-
335
- #: includes/i18n.php:211
336
- msgid "Name"
337
- msgstr "Nome"
338
-
339
- #: includes/i18n.php:213
340
- msgid "Email"
341
- msgstr "Email"
342
-
343
- #: includes/i18n.php:215
344
- msgid "Email address"
345
- msgstr "Indirizzo email"
346
-
347
- #: includes/i18n.php:217
348
- msgid "Verified"
349
- msgstr "Verificato"
350
-
351
- #: includes/i18n.php:219
352
- msgid "Plugin"
353
- msgstr "Plugin"
354
-
355
- #: includes/i18n.php:221
356
- msgid "Plugins"
357
- msgstr "Plugin"
358
-
359
- #: includes/i18n.php:223
360
- msgid "Themes"
361
- msgstr "Temi"
362
-
363
- #: includes/i18n.php:225
364
- msgctxt "as file/folder path"
365
- msgid "Path"
366
- msgstr "Percorso"
367
-
368
- #: includes/i18n.php:227
369
- msgid "Title"
370
- msgstr "Titolo"
371
-
372
- #: includes/i18n.php:229
373
- msgid "Free version"
374
- msgstr "Versione gratuita"
375
-
376
- #: includes/i18n.php:231
377
- msgid "Premium version"
378
- msgstr "Versione premium"
379
-
380
- #: includes/i18n.php:233
381
- msgctxt "as WP plugin slug"
382
- msgid "Slug"
383
- msgstr "Slug"
384
-
385
- #: includes/i18n.php:235
386
- msgid "ID"
387
- msgstr "ID"
388
-
389
- #: includes/i18n.php:237
390
- msgid "Users"
391
- msgstr "Utenti"
392
-
393
- #: includes/i18n.php:239
394
- msgid "Plugin Installs"
395
- msgstr "Installazioni Plugin"
396
-
397
- #: includes/i18n.php:241
398
- msgctxt "like websites"
399
- msgid "Sites"
400
- msgstr "Siti"
401
-
402
- #: includes/i18n.php:243
403
- msgid "User ID"
404
- msgstr "ID utente"
405
-
406
- #: includes/i18n.php:245
407
- msgid "Site ID"
408
- msgstr "ID del sito"
409
-
410
- #: includes/i18n.php:247
411
- msgid "Public Key"
412
- msgstr "Chiave pubblica"
413
-
414
- #: includes/i18n.php:249
415
- msgid "Secret Key"
416
- msgstr "Chiave segreta"
417
-
418
- #: includes/i18n.php:251
419
- msgctxt "as secret encryption key missing"
420
- msgid "No Secret"
421
- msgstr "Nessuna chiave"
422
-
423
- #: includes/i18n.php:253
424
- msgid "No ID"
425
- msgstr "Nessun ID"
426
-
427
- #: includes/i18n.php:255
428
- msgctxt "as synchronize license"
429
- msgid "Sync License"
430
- msgstr "Sincronizza la licenza"
431
-
432
- #: includes/i18n.php:257
433
- msgctxt "as synchronize"
434
- msgid "Sync"
435
- msgstr "Sincronizza"
436
-
437
- #: includes/i18n.php:259
438
- msgid "Activate License"
439
- msgstr "Attiva licenza"
440
-
441
- #: includes/i18n.php:261
442
- msgid "Activate Free Version"
443
- msgstr "Attiva versione gratuita"
444
-
445
- #: includes/i18n.php:263
446
- msgid ""
447
- "Please enter the license key that you received in the email right after the "
448
- "purchase:"
449
- msgstr "Per favore inserisci la chiave di licenza che hai ricevuto via mail subito dopo l'acquisto:"
450
-
451
- #: includes/i18n.php:265
452
- msgid "Activating license..."
453
- msgstr "Sto attivando la licenza..."
454
-
455
- #: includes/i18n.php:267
456
- msgid "Change License"
457
- msgstr "Cambia licenza"
458
-
459
- #: includes/i18n.php:269
460
- msgid "Update License"
461
- msgstr "Aggiorna licenza"
462
-
463
- #: includes/i18n.php:271
464
- msgid "Deactivate License"
465
- msgstr "Disattiva licenza"
466
-
467
- #: includes/i18n.php:273
468
- msgid "Activate"
469
- msgstr "Attiva"
470
-
471
- #: includes/i18n.php:275
472
- msgid "Deactivate"
473
- msgstr "Disattiva"
474
-
475
- #: includes/i18n.php:277
476
- msgid "Skip & Deactivate"
477
- msgstr "Salta e disattiva"
478
-
479
- #: includes/i18n.php:279
480
- msgid "No - just deactivate"
481
- msgstr "No - disattiva e basta"
482
-
483
- #: includes/i18n.php:281
484
- msgid "Yes - do your thing"
485
- msgstr "Sì - fai pure"
486
-
487
- #: includes/i18n.php:283
488
- msgctxt "active mode"
489
- msgid "Active"
490
- msgstr "Attiva"
491
-
492
- #: includes/i18n.php:285
493
- msgctxt "is active mode?"
494
- msgid "Is Active"
495
- msgstr "è attiva"
496
-
497
- #: includes/i18n.php:287
498
- msgid "Install Now"
499
- msgstr "Installa ora"
500
-
501
- #: includes/i18n.php:289
502
- msgid "Install Update Now"
503
- msgstr "Installa l'aggiornamento ora"
504
-
505
- #: includes/i18n.php:291
506
- msgid "More information about %s"
507
- msgstr "Ulteriori informazioni su %s"
508
-
509
- #: includes/i18n.php:293
510
- msgid "Localhost"
511
- msgstr "Localhost"
512
-
513
- #: includes/i18n.php:295
514
- msgctxt "as activate Professional plan"
515
- msgid "Activate %s Plan"
516
- msgstr "Attivare il piano %s"
517
-
518
- #: includes/i18n.php:297
519
- msgctxt "as 5 licenses left"
520
- msgid "%s left"
521
- msgstr "%s rimanenti"
522
-
523
- #: includes/i18n.php:299
524
- msgid "Last license"
525
- msgstr "Ultima licenza"
526
-
527
- #: includes/i18n.php:301
528
- msgid "What is your %s?"
529
- msgstr "Qual è il tuo %s?"
530
-
531
- #: includes/i18n.php:303
532
- msgid "Activate this add-on"
533
- msgstr "Attivare questo addon"
534
-
535
- #: includes/i18n.php:305
536
- msgid ""
537
- "Deactivating your license will block all premium features, but will enable "
538
- "you to activate the license on another site. Are you sure you want to "
539
- "proceed?"
540
- msgstr "La disattivazione della licenza bloccherà tutte le funzionalità premium, ma vi permetterà di attivare la licenza su un altro sito. Sei sicuro di voler procedere?"
541
-
542
- #: includes/i18n.php:307
543
- msgid ""
544
- "Deleting the account will automatically deactivate your %s plan license so "
545
- "you can use it on other sites. If you want to terminate the recurring "
546
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
547
- "account. Are you sure you would like to continue with the deletion?"
548
- msgstr "L'eliminazione dell'account disattiva automaticamente la tua licenza del piano %s quindi è possibile utilizzarlo su altri siti. Se si desidera anche terminare i pagamenti ricorrenti, fare clic sul pulsante \"Annulla\" ed effettuare il \"Downgrade\" del tuo account. Sei sicuro di voler continuare con l'eliminazione?"
549
-
550
- #: includes/i18n.php:309
551
- msgid ""
552
- "Deletion is not temporary. Only delete if you no longer want to use this "
553
- "plugin anymore. Are you sure you would like to continue with the deletion?"
554
- msgstr "L'eliminazione non è temporanea. Cancella solo se non si desidera più utilizzare questo plugin. Sei sicuro di voler continuare con l'eliminazione?"
555
-
556
- #: includes/i18n.php:311
557
- msgid ""
558
- "Downgrading your plan will immediately stop all future recurring payments "
559
- "and your %s plan license will expire in %s."
560
- msgstr "Effettuare il downgrade del piano interromperà immediatamente tutti i futuri pagamenti ricorrenti e la licenza del piano %s scadrà in %s."
561
-
562
- #: includes/i18n.php:313
563
- msgid ""
564
- "Cancelling the trial will immediately block access to all premium features. "
565
- "Are you sure?"
566
- msgstr "Cancellando il periodo di prova gratuito bloccherai immediatamente l'accesso a tutte le funzionalità premium. Vuoi continuare?"
567
-
568
- #: includes/i18n.php:315
569
- msgid ""
570
- "You can still enjoy all %s features but you will not have access to plugin "
571
- "updates and support."
572
- msgstr "Puoi ancora sfruttare tutte le funzionalità di %s, ma non avrai accesso al supporto ed agli aggiornamenti del plugin."
573
-
574
- #: includes/i18n.php:317
575
- msgid ""
576
- "Once your license expire you can still use the Free version but you will NOT"
577
- " have access to the %s features."
578
- msgstr "Una volta scaduta la licenza, sarà possibile ancora utilizzare la versione gratuita ma non avrete accesso alle funzionalità di %s."
579
-
580
- #: includes/i18n.php:319
581
- msgid "Are you sure you want to proceed?"
582
- msgstr "Sei sicuro di voler procedere?"
583
-
584
- #: includes/i18n.php:325
585
- msgid "Add Ons for %s"
586
- msgstr "Add-on per %s"
587
-
588
- #: includes/i18n.php:327
589
- msgid ""
590
- "We could'nt load the add-ons list. It's probably an issue on our side, "
591
- "please try to come back in few minutes."
592
- msgstr "Non siamo riusciti a caricare la lista degli add-on. Si tratta probabilmente di un problema nel nostro sistema, per favore riprova tra qualche minuto."
593
-
594
- #: includes/i18n.php:331
595
- msgid "Anonymous feedback"
596
- msgstr "Feedback anonimo"
597
-
598
- #: includes/i18n.php:333
599
- msgid "Quick feedback"
600
- msgstr "Feedback veloce"
601
-
602
- #: includes/i18n.php:335
603
- msgid "If you have a moment, please let us know why you are deactivating"
604
- msgstr "Se hai un momento, potresti dirci perché lo hai disattivato?"
605
-
606
- #: includes/i18n.php:337
607
- msgid "Yes - Deactivate"
608
- msgstr "Si - Disattiva"
609
-
610
- #: includes/i18n.php:339
611
- msgid "Submit & Deactivate"
612
- msgstr "Invia & Disattiva"
613
-
614
- #: includes/i18n.php:341
615
- msgctxt "the text of the cancel button of the plugin deactivation dialog box."
616
- msgid "Cancel"
617
- msgstr "Cancella"
618
-
619
- #: includes/i18n.php:343
620
- msgid "I no longer need the plugin"
621
- msgstr "Non ho piú bisogno di questo plugin"
622
-
623
- #: includes/i18n.php:345
624
- msgid "I found a better plugin"
625
- msgstr "Ho trovato un plugin migliore"
626
-
627
- #: includes/i18n.php:347
628
- msgid "I only needed the plugin for a short period"
629
- msgstr "Avevo bisogno del plugin solo per un breve periodo"
630
-
631
- #: includes/i18n.php:349
632
- msgid "The plugin broke my site"
633
- msgstr "Il plugin ha causato problemi al mio sito"
634
-
635
- #: includes/i18n.php:351
636
- msgid "The plugin suddenly stopped working"
637
- msgstr "Il plugin ha smesso di funzionare"
638
-
639
- #: includes/i18n.php:353
640
- msgid "I can't pay for it anymore"
641
- msgstr "Non posso piú pagarlo"
642
-
643
- #: includes/i18n.php:355
644
- msgid "It's a temporary deactivation. I'm just debugging an issue."
645
- msgstr "È una disattivazione temporanea. Sto solo cercando di risolvere un problema."
646
-
647
- #: includes/i18n.php:357
648
- msgctxt ""
649
- "the text of the \"other\" reason for deactivating the plugin that is shown "
650
- "in the modal box."
651
- msgid "Other"
652
- msgstr "Altro"
653
-
654
- #: includes/i18n.php:359
655
- msgid "Kindly tell us the reason so we can improve."
656
- msgstr "Spiegandoci il motivo ci aiuterai a migliorare."
657
-
658
- #: includes/i18n.php:361
659
- msgid "What's the plugin's name?"
660
- msgstr "Qual è il nome del plugin?"
661
-
662
- #: includes/i18n.php:363
663
- msgid "What price would you feel comfortable paying?"
664
- msgstr "Che prezzo ritieni opportuno pagare?"
665
-
666
- #: includes/i18n.php:365
667
- msgid "I couldn't understand how to make it work"
668
- msgstr "Non capisco come farlo funzionare"
669
-
670
- #: includes/i18n.php:367
671
- msgid ""
672
- "The plugin is great, but I need specific feature that you don't support"
673
- msgstr "Il plugin é ottimo ma ho bisogno di una funzionalitá specifica che non é supportata"
674
-
675
- #: includes/i18n.php:369
676
- msgid "The plugin is not working"
677
- msgstr "Il plugin non funziona"
678
-
679
- #: includes/i18n.php:371
680
- msgid "It's not what I was looking for"
681
- msgstr "Non é quello che stavo cercando"
682
-
683
- #: includes/i18n.php:373
684
- msgid "The plugin didn't work as expected"
685
- msgstr "Il plugin non funziona come mi aspettavo"
686
-
687
- #: includes/i18n.php:375
688
- msgid "What feature?"
689
- msgstr "Quale funzionalitá?"
690
-
691
- #: includes/i18n.php:377
692
- msgid "Kindly share what didn't work so we can fix it for future users..."
693
- msgstr "Condividi cosa non ha funzionato in modo da migliorare il prodotto per gli utenti futuri..."
694
-
695
- #: includes/i18n.php:379
696
- msgid "What you've been looking for?"
697
- msgstr "Che cosa stai cercando?"
698
-
699
- #: includes/i18n.php:381
700
- msgid "What did you expect?"
701
- msgstr "Che cosa ti aspettavi?"
702
-
703
- #: includes/i18n.php:383
704
- msgid "The plugin didn't work"
705
- msgstr "Il plugin non funziona"
706
-
707
- #: includes/i18n.php:385
708
- msgid "I don't like to share my information with you"
709
- msgstr "Non voglio condividere i miei dati con te"
710
-
711
- #: includes/i18n.php:387
712
- msgid ""
713
- "You might have missed it, but you don't have to share any data and can just "
714
- "%s the opt-in."
715
- msgstr "Potresti non averci fatto caso, ma non sei obbligato a condividere i tuoi dati e puoi semplicemente %s la tua partecipazione."
716
-
717
- #: includes/i18n.php:395
718
- msgctxt "greeting"
719
- msgid "Hey %s,"
720
- msgstr "Hey %s,"
721
-
722
- #: includes/i18n.php:397
723
- msgctxt "a greeting. E.g. Thanks John!"
724
- msgid "Thanks %s!"
725
- msgstr "Grazie %s!"
726
-
727
- #: includes/i18n.php:399
728
- msgid ""
729
- "In order to enjoy all our features and functionality, %s needs to connect "
730
- "your user, %s at %s, to %s"
731
- msgstr "Per poter sfruttare tutte le caratteristiche e funzionalità, %s deve connettere il tuo utente, %s a %s su %s"
732
-
733
- #: includes/i18n.php:401
734
- msgid ""
735
- "Please help us improve %2$s! If you opt-in, some data about your usage of "
736
- "%2$s will be sent to %5$s. If you skip this, that's okay! %2$s will still "
737
- "work just fine."
738
- msgstr "Per favore aiutaci a migliorare %2$s! Se decidi di contribuire, alcuni dei tuoi dati di utilizzo inerenti a %2$s verranno inviati a %5$s. Se salti questo passaggio, non c'è problema! %2$s funzionerà comunque perfettamente."
739
-
740
- #: includes/i18n.php:403
741
- msgid ""
742
- "You should receive an activation email for %s to your mailbox at %s. Please "
743
- "make sure you click the activation button in that email to complete the "
744
- "install."
745
- msgstr "Dovresti ricevere un'email di attivazione di %s all'indirizzo %s. Assicurati di fare clic sul pulsante di attivazione nell'email per completare l'installazione."
746
-
747
- #: includes/i18n.php:405
748
- msgid ""
749
- "Thanks for purchasing %s! To get started, please enter your license key:"
750
- msgstr "Grazie per aver acquistato %s! Per iniziare, per favore inserisci la tua chiave di licenza:"
751
-
752
- #: includes/i18n.php:407
753
- msgid ""
754
- "The plugin will be periodically sending data to %s to check for plugin "
755
- "updates and verify the validity of your license."
756
- msgstr "Il plugin invierà dati periodicamente a %s per controllare l'esistenza di aggiornamenti e verificare la validità della tua licenza."
757
-
758
- #: includes/i18n.php:409
759
- msgid "What permissions are being granted?"
760
- msgstr "Quali autorizzazioni vengono concesse?"
761
-
762
- #: includes/i18n.php:411
763
- msgid "Your Profile Overview"
764
- msgstr "Panoramica del tuo profilo"
765
-
766
- #: includes/i18n.php:413
767
- msgid "Name and email address"
768
- msgstr "Nome ed indirizzo email"
769
-
770
- #: includes/i18n.php:415
771
- msgid "Your Site Overview"
772
- msgstr "Panoramica del tuo sito"
773
-
774
- #: includes/i18n.php:417
775
- msgid "Site URL, WP version, PHP info, plugins & themes"
776
- msgstr "URL del sito, versione di WP, informazioni PHP, plugin e temi"
777
-
778
- #: includes/i18n.php:419
779
- msgid "Current Plugin Events"
780
- msgstr "Eventi correnti del plugin"
781
-
782
- #: includes/i18n.php:421
783
- msgid "Activation, deactivation and uninstall"
784
- msgstr "Attiva, disattivazione e disinstallazione"
785
-
786
- #: includes/i18n.php:423
787
- msgid "Plugins & Themes"
788
- msgstr "Plugin e temi"
789
-
790
- #: includes/i18n.php:425
791
- msgid "Titles, versions and state."
792
- msgstr "Titoli, versioni e stato."
793
-
794
- #: includes/i18n.php:427
795
- msgid "Newsletter"
796
- msgstr "Newsletter"
797
-
798
- #: includes/i18n.php:429
799
- msgid "Updates, announcements, marketing, no spam"
800
- msgstr "Aggiornamenti, annunci, marketing, no spam"
801
-
802
- #: includes/i18n.php:431
803
- msgid "Privacy Policy"
804
- msgstr "Politica sulla privacy"
805
-
806
- #: includes/i18n.php:433
807
- msgid "Terms of Service"
808
- msgstr "Termini del Servizio"
809
-
810
- #: includes/i18n.php:435
811
- msgctxt "as activating plugin"
812
- msgid "Activating"
813
- msgstr "Attivazione"
814
-
815
- #: includes/i18n.php:437
816
- msgctxt "as in the process of sending an email"
817
- msgid "Sending email"
818
- msgstr "Invio email"
819
-
820
- #: includes/i18n.php:439
821
- msgctxt "button label"
822
- msgid "Allow & Continue"
823
- msgstr "Consenti & Continua"
824
-
825
- #: includes/i18n.php:441
826
- msgctxt "button label"
827
- msgid "Agree & Activate License"
828
- msgstr "Accetta e attiva la licenza"
829
-
830
- #: includes/i18n.php:443
831
- msgctxt "verb"
832
- msgid "Skip"
833
- msgstr "Salta"
834
-
835
- #: includes/i18n.php:445
836
- msgid "Click here to use the plugin anonymously"
837
- msgstr "Fai clic qui per usare il plugin anonimamente"
838
-
839
- #: includes/i18n.php:447
840
- msgid "Re-send activation email"
841
- msgstr "Invia nuovamente l'email di attivazione"
842
-
843
- #: includes/i18n.php:449
844
- msgid "License key"
845
- msgstr "Chiave di licenza"
846
-
847
- #: includes/i18n.php:451
848
- msgid "Send License Key"
849
- msgstr "Invia chiave di licenza"
850
-
851
- #: includes/i18n.php:453
852
- msgid "Sending license key"
853
- msgstr "Invio chiave di licenza"
854
-
855
- #: includes/i18n.php:455
856
- msgid "Have a license key?"
857
- msgstr "Hai una chiave di licenza?"
858
-
859
- #: includes/i18n.php:457
860
- msgid "Don't have a license key?"
861
- msgstr "Non hai una chiave di licenza?"
862
-
863
- #: includes/i18n.php:459
864
- msgid "Can't find your license key?"
865
- msgstr "Non trovi la tua chiave di licenza?"
866
-
867
- #: includes/i18n.php:471
868
- msgid "Screenshots"
869
- msgstr "Screenshots"
870
-
871
- #: includes/i18n.php:473
872
- msgid "Click to view full-size screenshot %d"
873
- msgstr "Fare clic per visualizzare lo screenshot in grandi dimensioni %d"
874
-
875
- #: includes/i18n.php:481
876
- msgid "Freemius Debug"
877
- msgstr "Debug Freemius"
878
-
879
- #: includes/i18n.php:483
880
- msgctxt "as turned on"
881
- msgid "On"
882
- msgstr "Attivo"
883
-
884
- #: includes/i18n.php:485
885
- msgctxt "as turned off"
886
- msgid "Off"
887
- msgstr "Non attivo"
888
-
889
- #: includes/i18n.php:487
890
- msgctxt "as code debugging"
891
- msgid "Debugging"
892
- msgstr "Debugging"
893
-
894
- #: includes/i18n.php:489
895
- msgid "Freemius State"
896
- msgstr "Stato di Freemius"
897
-
898
- #: includes/i18n.php:491
899
- msgctxt "as connection was successful"
900
- msgid "Connected"
901
- msgstr "Connesso"
902
-
903
- #: includes/i18n.php:493
904
- msgctxt "as connection blocked"
905
- msgid "Blocked"
906
- msgstr "Bloccato"
907
-
908
- #: includes/i18n.php:495
909
- msgctxt "as application program interface"
910
- msgid "API"
911
- msgstr "API"
912
-
913
- #: includes/i18n.php:497
914
- msgctxt "as software development kit versions"
915
- msgid "SDK"
916
- msgstr "SDK"
917
-
918
- #: includes/i18n.php:499
919
- msgctxt "as software development kit versions"
920
- msgid "SDK Versions"
921
- msgstr "Versioni SDK"
922
-
923
- #: includes/i18n.php:501
924
- msgctxt "as plugin folder path"
925
- msgid "Plugin Path"
926
- msgstr "Percorso del plugin"
927
-
928
- #: includes/i18n.php:503
929
- msgctxt "as sdk path"
930
- msgid "SDK Path"
931
- msgstr "Percorso SDK"
932
-
933
- #: includes/i18n.php:505
934
- msgid "Add Ons of Plugin %s"
935
- msgstr "Add-on del Plugin %s"
936
-
937
- #: includes/i18n.php:507
938
- msgid "Are you sure you want to delete all Freemius data?"
939
- msgstr "Sei sicuro di voler eliminare tutti i dati di Freemius?"
940
-
941
- #: includes/i18n.php:509
942
- msgid "Actions"
943
- msgstr "Azioni"
944
-
945
- #: includes/i18n.php:511
946
- msgid "Delete All Accounts"
947
- msgstr "Eliminare tutti gli account"
948
-
949
- #: includes/i18n.php:513
950
- msgid "Start Fresh"
951
- msgstr "Inizia da capo"
952
-
953
- #: includes/i18n.php:515
954
- msgid "Clear API Cache"
955
- msgstr "Elimina cache API"
956
-
957
- #: includes/i18n.php:517
958
- msgid "Sync Data From Server"
959
- msgstr "Sincronizza i dati dal server"
960
-
961
- #: includes/i18n.php:519
962
- msgid "Scheduled Crons"
963
- msgstr "Azioni programmate"
964
-
965
- #: includes/i18n.php:521
966
- msgid "Plugins & Themes Sync"
967
- msgstr "Sincronizzazione plugin e temi"
968
-
969
- #: includes/i18n.php:529
970
- msgctxt "as congratulations"
971
- msgid "Congrats"
972
- msgstr "Congratulazioni"
973
-
974
- #: includes/i18n.php:531
975
- msgctxt "exclamation"
976
- msgid "Oops"
977
- msgstr "Ops"
978
-
979
- #: includes/i18n.php:533
980
- msgctxt "interjection expressing joy or exuberance"
981
- msgid "Yee-haw"
982
- msgstr "Evvai"
983
-
984
- #: includes/i18n.php:535
985
- msgctxt ""
986
- "(especially in electronic communication) used to express elation, "
987
- "enthusiasm, or triumph."
988
- msgid "W00t"
989
- msgstr "Forte"
990
-
991
- #: includes/i18n.php:537
992
- msgctxt "a positive response"
993
- msgid "Right on"
994
- msgstr "Sì"
995
-
996
- #: includes/i18n.php:539
997
- msgctxt ""
998
- "something somebody says when they are thinking about what you have just "
999
- "said. "
1000
- msgid "Hmm"
1001
- msgstr "Uhm"
1002
-
1003
- #: includes/i18n.php:541
1004
- msgid "O.K"
1005
- msgstr "OK"
1006
-
1007
- #: includes/i18n.php:543
1008
- msgctxt "exclamation"
1009
- msgid "Hey"
1010
- msgstr "Hey"
1011
-
1012
- #: includes/i18n.php:545
1013
- msgctxt "advance notice of something that will need attention."
1014
- msgid "Heads up"
1015
- msgstr "Attenzione"
1016
-
1017
- #: includes/i18n.php:553
1018
- msgid "Seems like you got the latest release."
1019
- msgstr "Sembra che tu abbia la versione più recente."
1020
-
1021
- #: includes/i18n.php:555
1022
- msgid "You are all good!"
1023
- msgstr "Sei fantastico!"
1024
-
1025
- #: includes/i18n.php:557
1026
- msgid ""
1027
- "Sorry, we could not complete the email update. Another user with the same "
1028
- "email is already registered."
1029
- msgstr "Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via email. Un altro utente con lo stesso indirizzo email è già registrato."
1030
-
1031
- #: includes/i18n.php:559
1032
- msgid ""
1033
- "If you would like to give up the ownership of the plugin's account to %s "
1034
- "click the Change Ownership button."
1035
- msgstr "Se vuoi cedere la proprietá dell'account del plugin a %s clicca su Cambia Proprietà."
1036
-
1037
- #: includes/i18n.php:561
1038
- msgid ""
1039
- "Your email was successfully updated. You should receive an email with "
1040
- "confirmation instructions in few moments."
1041
- msgstr "Il tuo indirizzo email è stato aggiornato correttamente. Riceverai un'email con le istruzioni di conferma in pochi istanti."
1042
-
1043
- #: includes/i18n.php:563
1044
- msgid "Your name was successfully updated."
1045
- msgstr "Il tuo nome è stato aggiornato correttamente."
1046
-
1047
- #: includes/i18n.php:565
1048
- msgid "You have successfully updated your %s."
1049
- msgstr "Hai aggiornato con successo il tuo %s."
1050
-
1051
- #: includes/i18n.php:567
1052
- msgid "Please provide your full name."
1053
- msgstr "Per favore inserisci il tuo nome completo."
1054
-
1055
- #: includes/i18n.php:569
1056
- msgid ""
1057
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
1058
- "please check your spam box."
1059
- msgstr "L'email di verifica è stata inviata a %s. Se dopo 5 minuti non è ancora arrivata, per favore controlla nella tua casella di posta indesiderata."
1060
-
1061
- #: includes/i18n.php:571
1062
- msgid ""
1063
- "Just letting you know that the add-ons information of %s is being pulled "
1064
- "from an external server."
1065
- msgstr "Le informazioni sugli add-on di %s vengono scaricate da un server esterno."
1066
-
1067
- #: includes/i18n.php:573
1068
- msgid "No credit card required"
1069
- msgstr "Nessuna carta di credito richiesta"
1070
-
1071
- #: includes/i18n.php:575
1072
- msgid "Premium plugin version was successfully activated."
1073
- msgstr "La versione Premium del plugin è stata attivata correttamente."
1074
-
1075
- #: includes/i18n.php:577
1076
- msgid "The upgrade of %s was successfully completed."
1077
- msgstr "L'aggiornamento di %s è stato completato con successo."
1078
-
1079
- #: includes/i18n.php:579
1080
- msgid "Your account was successfully activated with the %s plan."
1081
- msgstr "Il tuo account è stato attivato correttamente con il piano %s."
1082
-
1083
- #: includes/i18n.php:581
1084
- msgid "Download the latest %s version now"
1085
- msgstr "Scarica l'ultima versione di %s"
1086
-
1087
- #: includes/i18n.php:583
1088
- msgid "Please follow these steps to complete the upgrade"
1089
- msgstr "Segui i passi seguenti per completare l'aggiornamento"
1090
-
1091
- #: includes/i18n.php:585
1092
- msgid "Download the latest %s version"
1093
- msgstr "Scarica l'ultima versione di %s"
1094
-
1095
- #: includes/i18n.php:587
1096
- msgid "Deactivate the free version"
1097
- msgstr "Disattiva la versione gratuita"
1098
-
1099
- #: includes/i18n.php:589
1100
- msgid "Upload and activate the downloaded version"
1101
- msgstr "Carica e attiva la versione scaricata"
1102
-
1103
- #: includes/i18n.php:591
1104
- msgid "How to upload and activate?"
1105
- msgstr "Come faccio a caricare ed attivare?"
1106
-
1107
- #: includes/i18n.php:593
1108
- msgctxt "%s - product name, e.g. Facebook add-on was successfully..."
1109
- msgid "%s Add-on was successfully purchased."
1110
- msgstr "L' add-on %s è stato acquistato con successo."
1111
-
1112
- #: includes/i18n.php:595
1113
- msgid "Your %s Add-on plan was successfully upgraded."
1114
- msgstr "Il piano del tuo add-on %s è stato aggiornato con successo."
1115
-
1116
- #: includes/i18n.php:597
1117
- msgid "Your email has been successfully verified - you are AWESOME!"
1118
- msgstr "Il tuo indirizzo email è stato verificato con successo - SEI UN GRANDE!"
1119
-
1120
- #: includes/i18n.php:599
1121
- msgid "Your plan was successfully upgraded."
1122
- msgstr "Il piano è stato aggiornato con successo."
1123
-
1124
- #: includes/i18n.php:601
1125
- msgid "Your plan was successfully changed to %s."
1126
- msgstr "Il piano è stato cambiato con successo a %s."
1127
-
1128
- #: includes/i18n.php:603
1129
- msgid ""
1130
- "Your license has expired. You can still continue using the free plugin "
1131
- "forever."
1132
- msgstr "La licenza è scaduta. È comunque possibile continuare ad utilizzare il plugin gratuito per sempre."
1133
-
1134
- #: includes/i18n.php:605
1135
- msgid ""
1136
- "Your license has been cancelled. If you think it's a mistake, please contact"
1137
- " support."
1138
- msgstr "La tua licenza è stata cancellata. Se credi sia un errore, per favore contatta il supporto."
1139
-
1140
- #: includes/i18n.php:607
1141
- msgid "Your trial has been successfully started."
1142
- msgstr "La versione di prova è stata avviata correttamente."
1143
-
1144
- #: includes/i18n.php:609
1145
- msgid "Your license was successfully activated."
1146
- msgstr "La tua licenza è stata attivata correttamente."
1147
-
1148
- #: includes/i18n.php:611
1149
- msgid "It looks like your site currently doesn't have an active license."
1150
- msgstr "Sembra che il tuo sito non disponga di alcuna licenza attiva."
1151
-
1152
- #: includes/i18n.php:613
1153
- msgid ""
1154
- "Your license was successfully deactivated, you are back to the %s plan."
1155
- msgstr "La tua licenza é stata disattivata con successo, sei tornato al piano %s."
1156
-
1157
- #: includes/i18n.php:615
1158
- msgid "It looks like the license deactivation failed."
1159
- msgstr "Sembra che la disattivazione della licenza non sia riuscita."
1160
-
1161
- #: includes/i18n.php:617
1162
- msgid "It looks like the license could not be activated."
1163
- msgstr "Sembra che la licenza non possa essere attivata."
1164
-
1165
- #: includes/i18n.php:619
1166
- msgid "Error received from the server:"
1167
- msgstr "Errore ricevuto dal server:"
1168
-
1169
- #: includes/i18n.php:621
1170
- msgid ""
1171
- "Your trial has expired. You can still continue using all our free features."
1172
- msgstr "La versione di prova è scaduta. Si può comunque continuare a utilizzare tutte le nostre funzioni gratuite."
1173
-
1174
- #: includes/i18n.php:623
1175
- msgid ""
1176
- "Your plan was successfully downgraded. Your %s plan license will expire in "
1177
- "%s."
1178
- msgstr "Il tuo piano è stato declassato con successo. La licenza del piano %s scadrà in %s."
1179
-
1180
- #: includes/i18n.php:625
1181
- msgid ""
1182
- "Seems like we are having some temporary issue with your plan downgrade. "
1183
- "Please try again in few minutes."
1184
- msgstr "Stiamo avendo qualche problema temporaneo con il downgrade del piano. Riprova tra qualche minuto."
1185
-
1186
- #: includes/i18n.php:627
1187
- msgid ""
1188
- "It looks like you are not in trial mode anymore so there's nothing to cancel"
1189
- " :)"
1190
- msgstr "Sembra che tu non stia più usando la prova gratuita, quindi non c'è niente che tu debba annullare :)"
1191
-
1192
- #: includes/i18n.php:629
1193
- msgid "Your %s free trial was successfully cancelled."
1194
- msgstr "Il tuo periodo di prova gratuito %s è stato annullato con successo."
1195
-
1196
- #: includes/i18n.php:631
1197
- msgctxt "%s - numeric version number"
1198
- msgid "Version %s was released."
1199
- msgstr "La versione %s é stata rilasciata."
1200
-
1201
- #: includes/i18n.php:633
1202
- msgid "Please download %s."
1203
- msgstr "Scarica %s."
1204
-
1205
- #: includes/i18n.php:635
1206
- msgctxt "%s - plan name, as the latest professional version here"
1207
- msgid "the latest %s version here"
1208
- msgstr "l'ultima versione %s é quì"
1209
-
1210
- #: includes/i18n.php:637
1211
- msgid ""
1212
- "How do you like %s so far? Test all our %s premium features with a %d-day "
1213
- "free trial."
1214
- msgstr "Come sta andando con %s? Prova tutte le funzionalità premium di %s con una prova gratuita di %d giorni."
1215
-
1216
- #: includes/i18n.php:639
1217
- msgctxt "call to action"
1218
- msgid "Start free trial"
1219
- msgstr "Inizia il periodo di prova gratuito"
1220
-
1221
- #: includes/i18n.php:641
1222
- msgid ""
1223
- "Seems like we are having some temporary issue with your trial cancellation. "
1224
- "Please try again in few minutes."
1225
- msgstr "Stiamo avendo qualche problema temporaneo con l'annullamento del periodo di prova. Riprova tra qualche minuto."
1226
-
1227
- #: includes/i18n.php:643
1228
- msgid "You already utilized a trial before."
1229
- msgstr "Hai già utilizzato una prova gratuita in passato."
1230
-
1231
- #: includes/i18n.php:645
1232
- msgid "You are already running the plugin in a trial mode."
1233
- msgstr "Stai già usando il plugin in modalità di prova gratuita."
1234
-
1235
- #: includes/i18n.php:647
1236
- msgid "Plan %s do not exist, therefore, can't start a trial."
1237
- msgstr "Il piano %s non esiste, per questo motivo non è possibile iniziare il periodo di prova."
1238
-
1239
- #: includes/i18n.php:649
1240
- msgid "Plan %s does not support a trial period."
1241
- msgstr "Il piano %s non supporta il periodo di prova."
1242
-
1243
- #: includes/i18n.php:651
1244
- msgid "None of the plugin's plans supports a trial period."
1245
- msgstr "Non esiste alcun piano del plugin che offra il periodo di prova."
1246
-
1247
- #: includes/i18n.php:653
1248
- msgid ""
1249
- "Unexpected API error. Please contact the plugin's author with the following "
1250
- "error."
1251
- msgstr "Errore inaspettato dell'API. Per favore contatta l'autore del plugin riportando il seguente errore."
1252
-
1253
- #: includes/i18n.php:655
1254
- msgid "No commitment for %s days - cancel anytime!"
1255
- msgstr "Nessun impegno per %s giorni - puoi annullare in qualsiasi momento!"
1256
-
1257
- #: includes/i18n.php:657
1258
- msgid ""
1259
- "Your license has expired. You can still continue using all the %s features, "
1260
- "but you'll need to renew your license to continue getting updates and "
1261
- "support."
1262
- msgstr "La licenza è scaduta. È comunque possibile continuare a utilizzare tutte le funzionalità di %s, ma sarà necessario rinnovare la licenza per continuare a ricevere gli aggiornamenti ed il supporto."
1263
-
1264
- #: includes/i18n.php:659
1265
- msgid "Couldn't activate %s."
1266
- msgstr "Non é stato possibile attivare %s."
1267
-
1268
- #: includes/i18n.php:661
1269
- msgid "Please contact us with the following message:"
1270
- msgstr "Contattaci con il seguente messaggio:"
1271
-
1272
- #: includes/i18n.php:663
1273
- msgid ""
1274
- "It looks like you are still on the %s plan. If you did upgrade or change "
1275
- "your plan, it's probably an issue on our side - sorry."
1276
- msgstr "Sembra che tu sia ancora usando il piano %s. Se hai effettuato un upgrade o cambiato il piano, è probabile che ci sia un problema nei nostri sistemi."
1277
-
1278
- #: includes/i18n.php:665
1279
- msgid "Please contact us here"
1280
- msgstr "Contattaci qui"
1281
-
1282
- #: includes/i18n.php:667
1283
- msgid ""
1284
- "I have upgraded my account but when I try to Sync the License, the plan "
1285
- "remains %s."
1286
- msgstr "Ho aggiornato il mio account, ma quando cerco di sincronizzare la licenza, il piano rimane %s."
1287
-
1288
- #: includes/i18n.php:673
1289
- msgid "From unknown reason, the API connectivity test failed."
1290
- msgstr "Il test di connettività dell'API ha fallito per motivi sconosciuti."
1291
-
1292
- #: includes/i18n.php:675
1293
- msgid ""
1294
- "It's probably a temporary issue on our end. Just to be sure, with your "
1295
- "permission, would it be o.k to run another connectivity test?"
1296
- msgstr "Si tratta probabilmente di un problema nei nostri sistemi. Per esserne sicuri, potresti darci il permesso di effettuare un ulteriore test della connettività? "
1297
-
1298
- #: includes/i18n.php:677
1299
- msgid ""
1300
- "We use PHP cURL library for the API calls, which is a very common library "
1301
- "and usually installed out of the box. Unfortunately, cURL is not installed "
1302
- "on your server."
1303
- msgstr "Utilizziamo la libreria PHP cURL per le chiamate alla nostra API. Questa libreria è molto comune ed è installata di base. Sfortunatamente cURL non è presente nel tuo server."
1304
-
1305
- #: includes/i18n.php:679
1306
- msgid ""
1307
- "From unknown reason, CloudFlare, the firewall we use, blocks the connection."
1308
- msgstr "Per un motivo sconosciuto, CloudFlare, il firewall che utilizziamo, blocca la connessione."
1309
-
1310
- #: includes/i18n.php:681
1311
- msgctxt "as pluginX requires an access to our API"
1312
- msgid "%s requires an access to our API."
1313
- msgstr "%s richiede un accesso alla nostra API."
1314
-
1315
- #: includes/i18n.php:683
1316
- msgid ""
1317
- "It looks like your server is using Squid ACL (access control lists), which "
1318
- "blocks the connection."
1319
- msgstr "Sembra che il tuo server stia usando Squid ACL (lista per il controllo degli accessi) il quale blocca la connessione."
1320
-
1321
- #: includes/i18n.php:685
1322
- msgid "I don't know what is Squid or ACL, help me!"
1323
- msgstr "Non ho idea di cosa sia Squid o ACL, aiutami!"
1324
-
1325
- #: includes/i18n.php687, includes/i18n.php:695
1326
- msgid ""
1327
- "We'll make sure to contact your hosting company and resolve the issue. You "
1328
- "will get a follow-up email to %s once we have an update."
1329
- msgstr "Contatteremo il tuo hosting e risolveremo il problema. Riceverai un' email a %s non appena ci saranno aggiornamenti."
1330
-
1331
- #: includes/i18n.php:689
1332
- msgid "I'm a system administrator"
1333
- msgstr "Sono un sistemista"
1334
-
1335
- #: includes/i18n.php:691
1336
- msgid ""
1337
- "Great, please whitelist the following domains: %s. Once you done, deactivate"
1338
- " the plugin and activate it again."
1339
- msgstr "Perfetto, aggiungi alla whitelist i seguenti domini: %s. Una volta che hai fatto, disattiva il plugin e attivalo di nuovo."
1340
-
1341
- #: includes/i18n.php:693
1342
- msgid "I don't know what is cURL or how to install it, help me!"
1343
- msgstr "Non ho idea di cosa sia cURL o come installarlo, aiutami!"
1344
-
1345
- #: includes/i18n.php:697
1346
- msgid ""
1347
- "Great, please install cURL and enable it in your php.ini file. To make sure "
1348
- "it was successfully activated, use 'phpinfo()'. Once activated, deactivate "
1349
- "the plugin and reactivate it back again."
1350
- msgstr "Perfetto, installa cURL ed attivalo nel tuo file php.ini. Per essere sicuro di averlo attivato con successo, usa \"phpinfo()\". Una volta attivato disattva il plugin e attivalo di nuovo."
1351
-
1352
- #: includes/i18n.php:699
1353
- msgid ""
1354
- "We are sure it's an issue on our side and more than happy to resolve it for "
1355
- "you ASAP if you give us a chance."
1356
- msgstr "Siamo sicuri che sia un nostro problema e siamo più che felici di risolverlo per te al più presto. Per poter procedere abbiamo bisogno del tuo consenso."
1357
-
1358
- #: includes/i18n.php:701
1359
- msgid ""
1360
- "Sorry for the inconvenience and we are here to help if you give us a chance."
1361
- msgstr "Siamo spiacenti per l'inconveniente e siamo qui per aiutarti con il tuo permesso."
1362
-
1363
- #: includes/i18n.php:703
1364
- msgid "Yes - I'm giving you a chance to fix it"
1365
- msgstr "Sì - sto dandovi la possibilità di risolvere il problema"
1366
-
1367
- #: includes/i18n.php:705
1368
- msgid ""
1369
- "We will do our best to whitelist your server and resolve this issue ASAP. "
1370
- "You will get a follow-up email to %s once we have an update."
1371
- msgstr "Faremo del nostro meglio per mettere il server in whitelist e risolvere il problema il prima possibile. Avrai un aggiornamento dello stato tramite email all'indirizzo %s."
1372
-
1373
- #: includes/i18n.php:707
1374
- msgid "Let's try your previous version"
1375
- msgstr "Proviamo con la versione precedente"
1376
-
1377
- #: includes/i18n.php:709
1378
- msgid "Uninstall this version and install the previous one."
1379
- msgstr "Disinstalla questa versione e installa quella precedente."
1380
-
1381
- #: includes/i18n.php:711
1382
- msgid "That's exhausting, please deactivate"
1383
- msgstr "È estenuante, disattivalo"
1384
-
1385
- #: includes/i18n.php:713
1386
- msgid ""
1387
- "We feel your frustration and sincerely apologize for the inconvenience. Hope"
1388
- " to see you again in the future."
1389
- msgstr "Capiamo la tua frustrazione e ci scusiamo per l'inconveniente. Speriamo di rivederti nuovamente in futuro."
1390
-
1391
- #: includes/i18n.php:715
1392
- msgid ""
1393
- "Thank for giving us the chance to fix it! A message was just sent to our "
1394
- "technical staff. We will get back to you as soon as we have an update to %s."
1395
- " Appreciate your patience."
1396
- msgstr "Grazie per averci dato la possibilità di risolvere il problema! È stato appena inviato un messaggio al nostro staff tecnico. Ti risponderemo non appena avremo un aggiornamento riguardante %s. Grazie per la tua pazienza."
1397
-
1398
- #: includes/i18n.php:717
1399
- msgctxt "%1s - plugin title, %2s - API domain"
1400
- msgid ""
1401
- "Your server is blocking the access to Freemius' API, which is crucial for "
1402
- "%1s synchronization. Please contact your host to whitelist %2s"
1403
- msgstr "Il tuo server sta bloccando l'accesso all'API di Freemius. L'accesso è cruciale per quanto riguarda la la sincronizzazione di %1s. Per favore contatta il tuo host per aggiungere %2s alla whitelist."
1404
-
1405
- #: includes/i18n.php:719
1406
- msgid ""
1407
- "It seems like one of the authentication parameters is wrong. Update your "
1408
- "Public Key, Secret Key & User ID, and try again."
1409
- msgstr "Sembra che uno dei parametri di autenticazione sia sbagliato. Aggiorna la tua chiave pubblica, Secret Key & User ID e riprova."
1410
-
1411
- #: includes/i18n.php:725
1412
- msgid ""
1413
- "Please check your mailbox, you should receive an email via %s to confirm the"
1414
- " ownership change. From security reasons, you must confirm the change within"
1415
- " the next 15 min. If you cannot find the email, please check your spam "
1416
- "folder."
1417
- msgstr "Verifica di aver ricevuto l'email da %s per confermare il cambiamento del proprietario. Per ragioni di sicurezza devi confermare il cambiamento entro 15 minuti. Se non trovi l'email controlla nella posta indesiderata."
1418
-
1419
- #: includes/i18n.php:727
1420
- msgid ""
1421
- "Thanks for confirming the ownership change. An email was just sent to %s for"
1422
- " final approval."
1423
- msgstr "Grazie per aver confermato il cambiamento del proprietario. Un' email è stata appena inviata a %s per la conferma finale."
1424
-
1425
- #: includes/i18n.php:729
1426
- msgid "%s is the new owner of the account."
1427
- msgstr "%s è il nuovo proprietario dell'account."
1428
-
1429
- #: includes/i18n.php:733
1430
- msgctxt "addonX cannot run without pluginY"
1431
- msgid "%s cannot run without %s."
1432
- msgstr "%s non può funzionare senza %s."
1433
-
1434
- #: includes/i18n.php:735
1435
- msgctxt "addonX cannot run..."
1436
- msgid "%s cannot run without the plugin."
1437
- msgstr "%s non può funzionare senza il plugin."
1438
-
1439
- #: includes/i18n.php:737
1440
- msgctxt "pluginX activation was successfully..."
1441
- msgid "%s activation was successfully completed."
1442
- msgstr "%s è stato attivato con successo."
1443
-
1444
- #: includes/i18n.php:739
1445
- msgctxt "Plugin installer section title"
1446
- msgid "Features & Pricing"
1447
- msgstr "Caratteristiche & prezzi"
1448
-
1449
- #: includes/i18n.php:741
1450
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1451
- msgstr "L'add-on dev'essere distribuito da WordPress.org o Freemius."
1452
-
1453
- #: includes/i18n.php:743
1454
- msgid "Paid add-on must be deployed to Freemius."
1455
- msgstr "Gli add-on a pagamento devono essere distribuiti da Freemius."
1456
-
1457
- #: includes/i18n.php:747
1458
- msgid ""
1459
- "%s is a premium only add-on. You have to purchase a license first before "
1460
- "activating the plugin."
1461
- msgstr "%s è un add-on premium. Devi comprare una licenza prima di poter attivare il plugin."
1462
-
1463
- #: includes/i18n.php:749
1464
- msgid ""
1465
- "%s free trial was successfully cancelled. Since the add-on is premium only "
1466
- "it was automatically deactivated. If you like to use it in the future, "
1467
- "you'll have to purchase a license."
1468
- msgstr "Il periodo di prova gratuito %s è stato annullato con successo. Siccome l'add-on è premium, è stato disattivato automaticamente. Se vorrai usarlo in futuro, dovrai comprare una licenza."
1469
-
1470
- #: includes/i18n.php:755
1471
- msgctxt "as every month"
1472
- msgid "Monthly"
1473
- msgstr "Mensilmente"
1474
-
1475
- #: includes/i18n.php:757
1476
- msgctxt "as monthly period"
1477
- msgid "mo"
1478
- msgstr "mese"
1479
-
1480
- #: includes/i18n.php:759
1481
- msgctxt "as once a year"
1482
- msgid "Annual"
1483
- msgstr "Annuale"
1484
-
1485
- #: includes/i18n.php:761
1486
- msgctxt "as once a year"
1487
- msgid "Annually"
1488
- msgstr "Annualmente"
1489
-
1490
- #: includes/i18n.php:763
1491
- msgctxt "as once a year"
1492
- msgid "Once"
1493
- msgstr "Una volta"
1494
-
1495
- #: includes/i18n.php:765
1496
- msgctxt "as annual period"
1497
- msgid "year"
1498
- msgstr "anno"
1499
-
1500
- #: includes/i18n.php:767
1501
- msgid "Lifetime"
1502
- msgstr "Tutta la vita"
1503
-
1504
- #: includes/i18n.php:769
1505
- msgctxt "e.g. the best product"
1506
- msgid "Best"
1507
- msgstr "Migliore"
1508
-
1509
- #: includes/i18n.php:771
1510
- msgctxt "e.g. billed monthly"
1511
- msgid "Billed %s"
1512
- msgstr "Fatturato %s"
1513
-
1514
- #: includes/i18n.php:773
1515
- msgctxt "as a discount of $5 or 10%"
1516
- msgid "Save %s"
1517
- msgstr "Risparmia %s"
1518
-
1519
- #: includes/i18n.php:777
1520
- msgid "View details"
1521
- msgstr "Visualizza dettagli"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius.pot DELETED
@@ -1,1399 +0,0 @@
1
- # Copyright (C) 2016 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: freemius\n"
6
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
7
- "MIME-Version: 1.0\n"
8
- "Content-Type: text/plain; charset=UTF-8\n"
9
- "Content-Transfer-Encoding: 8bit\n"
10
- "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
11
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
- "Language-Team: Freemius Team <admin@freemius.com>\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
- "X-Poedit-SearchPathExcluded-0: *.js\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- #: includes/i18n.php:41, includes/i18n.php:55
20
- msgid "Yes - I'm in!"
21
- msgstr ""
22
-
23
- #: includes/i18n.php:43, includes/i18n.php:57
24
- msgid "Not today"
25
- msgstr ""
26
-
27
- #: includes/i18n.php:69
28
- msgid "Account"
29
- msgstr ""
30
-
31
- #: includes/i18n.php:71
32
- msgid "Add On"
33
- msgstr ""
34
-
35
- #: includes/i18n.php:73
36
- msgid "Contact Us"
37
- msgstr ""
38
-
39
- #: includes/i18n.php:75
40
- msgid "Contact Support"
41
- msgstr ""
42
-
43
- #: includes/i18n.php:77
44
- msgid "Change Ownership"
45
- msgstr ""
46
-
47
- #: includes/i18n.php:79
48
- msgid "Support"
49
- msgstr ""
50
-
51
- #: includes/i18n.php:81
52
- msgid "Support Forum"
53
- msgstr ""
54
-
55
- #: includes/i18n.php:83
56
- msgid "Add Ons"
57
- msgstr ""
58
-
59
- #: includes/i18n.php:85
60
- msgctxt "verb"
61
- msgid "Upgrade"
62
- msgstr ""
63
-
64
- #: includes/i18n.php:87
65
- msgid "Awesome"
66
- msgstr ""
67
-
68
- #: includes/i18n.php:89
69
- msgctxt "noun"
70
- msgid "Pricing"
71
- msgstr ""
72
-
73
- #: includes/i18n.php:91
74
- msgctxt "noun"
75
- msgid "Price"
76
- msgstr ""
77
-
78
- #: includes/i18n.php:93
79
- msgid "Unlimited Updates"
80
- msgstr ""
81
-
82
- #: includes/i18n.php:95
83
- msgctxt "verb"
84
- msgid "Downgrade"
85
- msgstr ""
86
-
87
- #: includes/i18n.php:97
88
- msgid "Cancel Trial"
89
- msgstr ""
90
-
91
- #: includes/i18n.php:99
92
- msgid "Free Trial"
93
- msgstr ""
94
-
95
- #: includes/i18n.php:101
96
- msgid "Start my free %s"
97
- msgstr ""
98
-
99
- #: includes/i18n.php:103
100
- msgid "No commitment for %s - cancel anytime"
101
- msgstr ""
102
-
103
- #: includes/i18n.php:105
104
- msgid "After your free %s, pay as little as %s"
105
- msgstr ""
106
-
107
- #: includes/i18n.php:107
108
- msgid "Details"
109
- msgstr ""
110
-
111
- #: includes/i18n.php:109
112
- msgid "Account Details"
113
- msgstr ""
114
-
115
- #: includes/i18n.php:111
116
- msgctxt "verb"
117
- msgid "Delete"
118
- msgstr ""
119
-
120
- #: includes/i18n.php:113
121
- msgctxt "verb"
122
- msgid "Show"
123
- msgstr ""
124
-
125
- #: includes/i18n.php:115
126
- msgctxt "verb"
127
- msgid "Hide"
128
- msgstr ""
129
-
130
- #: includes/i18n.php:117
131
- msgctxt "verb"
132
- msgid "Edit"
133
- msgstr ""
134
-
135
- #: includes/i18n.php:119
136
- msgid "Date"
137
- msgstr ""
138
-
139
- #: includes/i18n.php:121
140
- msgid "Amount"
141
- msgstr ""
142
-
143
- #: includes/i18n.php:123
144
- msgid "Invoice"
145
- msgstr ""
146
-
147
- #: includes/i18n.php:125
148
- msgid "Billing"
149
- msgstr ""
150
-
151
- #: includes/i18n.php:127
152
- msgid "Payments"
153
- msgstr ""
154
-
155
- #: includes/i18n.php:129
156
- msgid "Delete Account"
157
- msgstr ""
158
-
159
- #: includes/i18n.php:131
160
- msgctxt "as close a window"
161
- msgid "Dismiss"
162
- msgstr ""
163
-
164
- #: includes/i18n.php:133
165
- msgctxt "as product pricing plan"
166
- msgid "Plan"
167
- msgstr ""
168
-
169
- #: includes/i18n.php:135
170
- msgid "Change Plan"
171
- msgstr ""
172
-
173
- #: includes/i18n.php:137
174
- msgctxt "as download professional version"
175
- msgid "Download %s Version"
176
- msgstr ""
177
-
178
- #: includes/i18n.php:139
179
- msgctxt "as download professional version now"
180
- msgid "Download %s version now"
181
- msgstr ""
182
-
183
- #: includes/i18n.php:141
184
- msgctxt "as download latest version"
185
- msgid "Download Latest"
186
- msgstr ""
187
-
188
- #: includes/i18n.php:143
189
- msgctxt "E.g. you have a professional license."
190
- msgid "You have a %s license."
191
- msgstr ""
192
-
193
- #: includes/i18n.php:145
194
- msgid "New"
195
- msgstr ""
196
-
197
- #: includes/i18n.php:147
198
- msgid "Free"
199
- msgstr ""
200
-
201
- #: includes/i18n.php:149
202
- msgctxt "as trial plan"
203
- msgid "Trial"
204
- msgstr ""
205
-
206
- #: includes/i18n.php:151
207
- msgctxt "verb"
208
- msgid "Purchase"
209
- msgstr ""
210
-
211
- #: includes/i18n.php:153
212
- msgid "Purchase License"
213
- msgstr ""
214
-
215
- #: includes/i18n.php:155
216
- msgctxt "verb"
217
- msgid "Buy"
218
- msgstr ""
219
-
220
- #: includes/i18n.php:157
221
- msgid "Buy License"
222
- msgstr ""
223
-
224
- #: includes/i18n.php:159
225
- msgid "Single Site License"
226
- msgstr ""
227
-
228
- #: includes/i18n.php:161
229
- msgid "Unlimited Licenses"
230
- msgstr ""
231
-
232
- #: includes/i18n.php:163
233
- msgid "Up to %s Sites"
234
- msgstr ""
235
-
236
- #: includes/i18n.php:165
237
- msgid "%sRenew your license now%s to access version %s features and support."
238
- msgstr ""
239
-
240
- #: includes/i18n.php:167
241
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
242
- msgstr ""
243
-
244
- #: includes/i18n.php:169
245
- msgctxt "e.g. Professional Plan"
246
- msgid "%s Plan"
247
- msgstr ""
248
-
249
- #: includes/i18n.php:171
250
- msgid "You are just one step away - %s"
251
- msgstr ""
252
-
253
- #: includes/i18n.php:173
254
- msgctxt "%s - plugin name. As complete \"Jetpack\" activation now"
255
- msgid "Complete \"%s\" Activation Now"
256
- msgstr ""
257
-
258
- #: includes/i18n.php:175
259
- msgid "We made a few tweaks to the plugin, %s"
260
- msgstr ""
261
-
262
- #: includes/i18n.php:177
263
- msgid "Opt-in to make \"%s\" Better!"
264
- msgstr ""
265
-
266
- #: includes/i18n.php:179
267
- msgid "Error"
268
- msgstr ""
269
-
270
- #: includes/i18n.php:181
271
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
272
- msgstr ""
273
-
274
- #: includes/i18n.php:187
275
- msgctxt "as expiration date"
276
- msgid "Expiration"
277
- msgstr ""
278
-
279
- #: includes/i18n.php:189
280
- msgctxt "as software license"
281
- msgid "License"
282
- msgstr ""
283
-
284
- #: includes/i18n.php:191
285
- msgid "not verified"
286
- msgstr ""
287
-
288
- #: includes/i18n.php:193
289
- msgid "Verify Email"
290
- msgstr ""
291
-
292
- #: includes/i18n.php:195
293
- msgctxt "e.g. expires in 2 months"
294
- msgid "Expires in %s"
295
- msgstr ""
296
-
297
- #: includes/i18n.php:197
298
- msgctxt "e.g. auto renews in 2 months"
299
- msgid "Auto renews in %s"
300
- msgstr ""
301
-
302
- #: includes/i18n.php:199
303
- msgid "No expiration"
304
- msgstr ""
305
-
306
- #: includes/i18n.php:201
307
- msgid "Expired"
308
- msgstr ""
309
-
310
- #: includes/i18n.php:203
311
- msgid "Cancelled"
312
- msgstr ""
313
-
314
- #: includes/i18n.php:205
315
- msgctxt "e.g. In 2 hours"
316
- msgid "In %s"
317
- msgstr ""
318
-
319
- #: includes/i18n.php:207
320
- msgctxt "e.g. 2 min ago"
321
- msgid "%s ago"
322
- msgstr ""
323
-
324
- #: includes/i18n.php:209
325
- msgctxt "as plugin version"
326
- msgid "Version"
327
- msgstr ""
328
-
329
- #: includes/i18n.php:211
330
- msgid "Name"
331
- msgstr ""
332
-
333
- #: includes/i18n.php:213
334
- msgid "Email"
335
- msgstr ""
336
-
337
- #: includes/i18n.php:215
338
- msgid "Email address"
339
- msgstr ""
340
-
341
- #: includes/i18n.php:217
342
- msgid "Verified"
343
- msgstr ""
344
-
345
- #: includes/i18n.php:219
346
- msgid "Plugin"
347
- msgstr ""
348
-
349
- #: includes/i18n.php:221
350
- msgid "Plugins"
351
- msgstr ""
352
-
353
- #: includes/i18n.php:223
354
- msgid "Themes"
355
- msgstr ""
356
-
357
- #: includes/i18n.php:225
358
- msgctxt "as file/folder path"
359
- msgid "Path"
360
- msgstr ""
361
-
362
- #: includes/i18n.php:227
363
- msgid "Title"
364
- msgstr ""
365
-
366
- #: includes/i18n.php:229
367
- msgid "Free version"
368
- msgstr ""
369
-
370
- #: includes/i18n.php:231
371
- msgid "Premium version"
372
- msgstr ""
373
-
374
- #: includes/i18n.php:233
375
- msgctxt "as WP plugin slug"
376
- msgid "Slug"
377
- msgstr ""
378
-
379
- #: includes/i18n.php:235
380
- msgid "ID"
381
- msgstr ""
382
-
383
- #: includes/i18n.php:237
384
- msgid "Users"
385
- msgstr ""
386
-
387
- #: includes/i18n.php:239
388
- msgid "Plugin Installs"
389
- msgstr ""
390
-
391
- #: includes/i18n.php:241
392
- msgctxt "like websites"
393
- msgid "Sites"
394
- msgstr ""
395
-
396
- #: includes/i18n.php:243
397
- msgid "User ID"
398
- msgstr ""
399
-
400
- #: includes/i18n.php:245
401
- msgid "Site ID"
402
- msgstr ""
403
-
404
- #: includes/i18n.php:247
405
- msgid "Public Key"
406
- msgstr ""
407
-
408
- #: includes/i18n.php:249
409
- msgid "Secret Key"
410
- msgstr ""
411
-
412
- #: includes/i18n.php:251
413
- msgctxt "as secret encryption key missing"
414
- msgid "No Secret"
415
- msgstr ""
416
-
417
- #: includes/i18n.php:253
418
- msgid "No ID"
419
- msgstr ""
420
-
421
- #: includes/i18n.php:255
422
- msgctxt "as synchronize license"
423
- msgid "Sync License"
424
- msgstr ""
425
-
426
- #: includes/i18n.php:257
427
- msgctxt "as synchronize"
428
- msgid "Sync"
429
- msgstr ""
430
-
431
- #: includes/i18n.php:259
432
- msgid "Activate License"
433
- msgstr ""
434
-
435
- #: includes/i18n.php:261
436
- msgid "Activate Free Version"
437
- msgstr ""
438
-
439
- #: includes/i18n.php:263
440
- msgid "Please enter the license key that you received in the email right after the purchase:"
441
- msgstr ""
442
-
443
- #: includes/i18n.php:265
444
- msgid "Activating license..."
445
- msgstr ""
446
-
447
- #: includes/i18n.php:267
448
- msgid "Change License"
449
- msgstr ""
450
-
451
- #: includes/i18n.php:269
452
- msgid "Update License"
453
- msgstr ""
454
-
455
- #: includes/i18n.php:271
456
- msgid "Deactivate License"
457
- msgstr ""
458
-
459
- #: includes/i18n.php:273
460
- msgid "Activate"
461
- msgstr ""
462
-
463
- #: includes/i18n.php:275
464
- msgid "Deactivate"
465
- msgstr ""
466
-
467
- #: includes/i18n.php:277
468
- msgid "Skip & Deactivate"
469
- msgstr ""
470
-
471
- #: includes/i18n.php:279
472
- msgid "No - just deactivate"
473
- msgstr ""
474
-
475
- #: includes/i18n.php:281
476
- msgid "Yes - do your thing"
477
- msgstr ""
478
-
479
- #: includes/i18n.php:283
480
- msgctxt "active mode"
481
- msgid "Active"
482
- msgstr ""
483
-
484
- #: includes/i18n.php:285
485
- msgctxt "is active mode?"
486
- msgid "Is Active"
487
- msgstr ""
488
-
489
- #: includes/i18n.php:287
490
- msgid "Install Now"
491
- msgstr ""
492
-
493
- #: includes/i18n.php:289
494
- msgid "Install Update Now"
495
- msgstr ""
496
-
497
- #: includes/i18n.php:291
498
- msgid "More information about %s"
499
- msgstr ""
500
-
501
- #: includes/i18n.php:293
502
- msgid "Localhost"
503
- msgstr ""
504
-
505
- #: includes/i18n.php:295
506
- msgctxt "as activate Professional plan"
507
- msgid "Activate %s Plan"
508
- msgstr ""
509
-
510
- #: includes/i18n.php:297
511
- msgctxt "as 5 licenses left"
512
- msgid "%s left"
513
- msgstr ""
514
-
515
- #: includes/i18n.php:299
516
- msgid "Last license"
517
- msgstr ""
518
-
519
- #: includes/i18n.php:301
520
- msgid "What is your %s?"
521
- msgstr ""
522
-
523
- #: includes/i18n.php:303
524
- msgid "Activate this add-on"
525
- msgstr ""
526
-
527
- #: includes/i18n.php:305
528
- msgid "Deactivating your license will block all premium features, but will enable you to activate the license on another site. Are you sure you want to proceed?"
529
- msgstr ""
530
-
531
- #: includes/i18n.php:307
532
- msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
533
- msgstr ""
534
-
535
- #: includes/i18n.php:309
536
- msgid "Deletion is not temporary. Only delete if you no longer want to use this plugin anymore. Are you sure you would like to continue with the deletion?"
537
- msgstr ""
538
-
539
- #: includes/i18n.php:311
540
- msgid "Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s."
541
- msgstr ""
542
-
543
- #: includes/i18n.php:313
544
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
545
- msgstr ""
546
-
547
- #: includes/i18n.php:315
548
- msgid "You can still enjoy all %s features but you will not have access to plugin updates and support."
549
- msgstr ""
550
-
551
- #: includes/i18n.php:317
552
- msgid "Once your license expire you can still use the Free version but you will NOT have access to the %s features."
553
- msgstr ""
554
-
555
- #: includes/i18n.php:319
556
- msgid "Are you sure you want to proceed?"
557
- msgstr ""
558
-
559
- #: includes/i18n.php:325
560
- msgid "Add Ons for %s"
561
- msgstr ""
562
-
563
- #: includes/i18n.php:327
564
- msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
565
- msgstr ""
566
-
567
- #: includes/i18n.php:331
568
- msgid "Anonymous feedback"
569
- msgstr ""
570
-
571
- #: includes/i18n.php:333
572
- msgid "Quick feedback"
573
- msgstr ""
574
-
575
- #: includes/i18n.php:335
576
- msgid "If you have a moment, please let us know why you are deactivating"
577
- msgstr ""
578
-
579
- #: includes/i18n.php:337
580
- msgid "Yes - Deactivate"
581
- msgstr ""
582
-
583
- #: includes/i18n.php:339
584
- msgid "Submit & Deactivate"
585
- msgstr ""
586
-
587
- #: includes/i18n.php:341
588
- msgctxt "the text of the cancel button of the plugin deactivation dialog box."
589
- msgid "Cancel"
590
- msgstr ""
591
-
592
- #: includes/i18n.php:343
593
- msgid "I no longer need the plugin"
594
- msgstr ""
595
-
596
- #: includes/i18n.php:345
597
- msgid "I found a better plugin"
598
- msgstr ""
599
-
600
- #: includes/i18n.php:347
601
- msgid "I only needed the plugin for a short period"
602
- msgstr ""
603
-
604
- #: includes/i18n.php:349
605
- msgid "The plugin broke my site"
606
- msgstr ""
607
-
608
- #: includes/i18n.php:351
609
- msgid "The plugin suddenly stopped working"
610
- msgstr ""
611
-
612
- #: includes/i18n.php:353
613
- msgid "I can't pay for it anymore"
614
- msgstr ""
615
-
616
- #: includes/i18n.php:355
617
- msgid "It's a temporary deactivation. I'm just debugging an issue."
618
- msgstr ""
619
-
620
- #: includes/i18n.php:357
621
- msgctxt "the text of the \"other\" reason for deactivating the plugin that is shown in the modal box."
622
- msgid "Other"
623
- msgstr ""
624
-
625
- #: includes/i18n.php:359
626
- msgid "Kindly tell us the reason so we can improve."
627
- msgstr ""
628
-
629
- #: includes/i18n.php:361
630
- msgid "What's the plugin's name?"
631
- msgstr ""
632
-
633
- #: includes/i18n.php:363
634
- msgid "What price would you feel comfortable paying?"
635
- msgstr ""
636
-
637
- #: includes/i18n.php:365
638
- msgid "I couldn't understand how to make it work"
639
- msgstr ""
640
-
641
- #: includes/i18n.php:367
642
- msgid "The plugin is great, but I need specific feature that you don't support"
643
- msgstr ""
644
-
645
- #: includes/i18n.php:369
646
- msgid "The plugin is not working"
647
- msgstr ""
648
-
649
- #: includes/i18n.php:371
650
- msgid "It's not what I was looking for"
651
- msgstr ""
652
-
653
- #: includes/i18n.php:373
654
- msgid "The plugin didn't work as expected"
655
- msgstr ""
656
-
657
- #: includes/i18n.php:375
658
- msgid "What feature?"
659
- msgstr ""
660
-
661
- #: includes/i18n.php:377
662
- msgid "Kindly share what didn't work so we can fix it for future users..."
663
- msgstr ""
664
-
665
- #: includes/i18n.php:379
666
- msgid "What you've been looking for?"
667
- msgstr ""
668
-
669
- #: includes/i18n.php:381
670
- msgid "What did you expect?"
671
- msgstr ""
672
-
673
- #: includes/i18n.php:383
674
- msgid "The plugin didn't work"
675
- msgstr ""
676
-
677
- #: includes/i18n.php:385
678
- msgid "I don't like to share my information with you"
679
- msgstr ""
680
-
681
- #: includes/i18n.php:387
682
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
683
- msgstr ""
684
-
685
- #: includes/i18n.php:395
686
- msgctxt "greeting"
687
- msgid "Hey %s,"
688
- msgstr ""
689
-
690
- #: includes/i18n.php:397
691
- msgctxt "a greeting. E.g. Thanks John!"
692
- msgid "Thanks %s!"
693
- msgstr ""
694
-
695
- #: includes/i18n.php:399
696
- msgid "In order to enjoy all our features and functionality, %s needs to connect your user, %s at %s, to %s"
697
- msgstr ""
698
-
699
- #: includes/i18n.php:401
700
- msgid "Please help us improve %2$s! If you opt-in, some data about your usage of %2$s will be sent to %5$s. If you skip this, that's okay! %2$s will still work just fine."
701
- msgstr ""
702
-
703
- #: includes/i18n.php:403
704
- msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to complete the install."
705
- msgstr ""
706
-
707
- #: includes/i18n.php:405
708
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
709
- msgstr ""
710
-
711
- #: includes/i18n.php:407
712
- msgid "The plugin will be periodically sending data to %s to check for plugin updates and verify the validity of your license."
713
- msgstr ""
714
-
715
- #: includes/i18n.php:409
716
- msgid "What permissions are being granted?"
717
- msgstr ""
718
-
719
- #: includes/i18n.php:411
720
- msgid "Your Profile Overview"
721
- msgstr ""
722
-
723
- #: includes/i18n.php:413
724
- msgid "Name and email address"
725
- msgstr ""
726
-
727
- #: includes/i18n.php:415
728
- msgid "Your Site Overview"
729
- msgstr ""
730
-
731
- #: includes/i18n.php:417
732
- msgid "Site URL, WP version, PHP info, plugins & themes"
733
- msgstr ""
734
-
735
- #: includes/i18n.php:419
736
- msgid "Current Plugin Events"
737
- msgstr ""
738
-
739
- #: includes/i18n.php:421
740
- msgid "Activation, deactivation and uninstall"
741
- msgstr ""
742
-
743
- #: includes/i18n.php:423
744
- msgid "Plugins & Themes"
745
- msgstr ""
746
-
747
- #: includes/i18n.php:425
748
- msgid "Titles, versions and state."
749
- msgstr ""
750
-
751
- #: includes/i18n.php:427
752
- msgid "Newsletter"
753
- msgstr ""
754
-
755
- #: includes/i18n.php:429
756
- msgid "Updates, announcements, marketing, no spam"
757
- msgstr ""
758
-
759
- #: includes/i18n.php:431
760
- msgid "Privacy Policy"
761
- msgstr ""
762
-
763
- #: includes/i18n.php:433
764
- msgid "Terms of Service"
765
- msgstr ""
766
-
767
- #: includes/i18n.php:435
768
- msgctxt "as activating plugin"
769
- msgid "Activating"
770
- msgstr ""
771
-
772
- #: includes/i18n.php:437
773
- msgctxt "as in the process of sending an email"
774
- msgid "Sending email"
775
- msgstr ""
776
-
777
- #: includes/i18n.php:439
778
- msgctxt "button label"
779
- msgid "Allow & Continue"
780
- msgstr ""
781
-
782
- #: includes/i18n.php:441
783
- msgctxt "button label"
784
- msgid "Agree & Activate License"
785
- msgstr ""
786
-
787
- #: includes/i18n.php:443
788
- msgctxt "verb"
789
- msgid "Skip"
790
- msgstr ""
791
-
792
- #: includes/i18n.php:445
793
- msgid "Click here to use the plugin anonymously"
794
- msgstr ""
795
-
796
- #: includes/i18n.php:447
797
- msgid "Re-send activation email"
798
- msgstr ""
799
-
800
- #: includes/i18n.php:449
801
- msgid "License key"
802
- msgstr ""
803
-
804
- #: includes/i18n.php:451
805
- msgid "Send License Key"
806
- msgstr ""
807
-
808
- #: includes/i18n.php:453
809
- msgid "Sending license key"
810
- msgstr ""
811
-
812
- #: includes/i18n.php:455
813
- msgid "Have a license key?"
814
- msgstr ""
815
-
816
- #: includes/i18n.php:457
817
- msgid "Don't have a license key?"
818
- msgstr ""
819
-
820
- #: includes/i18n.php:459
821
- msgid "Can't find your license key?"
822
- msgstr ""
823
-
824
- #: includes/i18n.php:471
825
- msgid "Screenshots"
826
- msgstr ""
827
-
828
- #: includes/i18n.php:473
829
- msgid "Click to view full-size screenshot %d"
830
- msgstr ""
831
-
832
- #: includes/i18n.php:481
833
- msgid "Freemius Debug"
834
- msgstr ""
835
-
836
- #: includes/i18n.php:483
837
- msgctxt "as turned on"
838
- msgid "On"
839
- msgstr ""
840
-
841
- #: includes/i18n.php:485
842
- msgctxt "as turned off"
843
- msgid "Off"
844
- msgstr ""
845
-
846
- #: includes/i18n.php:487
847
- msgctxt "as code debugging"
848
- msgid "Debugging"
849
- msgstr ""
850
-
851
- #: includes/i18n.php:489
852
- msgid "Freemius State"
853
- msgstr ""
854
-
855
- #: includes/i18n.php:491
856
- msgctxt "as connection was successful"
857
- msgid "Connected"
858
- msgstr ""
859
-
860
- #: includes/i18n.php:493
861
- msgctxt "as connection blocked"
862
- msgid "Blocked"
863
- msgstr ""
864
-
865
- #: includes/i18n.php:495
866
- msgctxt "as application program interface"
867
- msgid "API"
868
- msgstr ""
869
-
870
- #: includes/i18n.php:497
871
- msgctxt "as software development kit versions"
872
- msgid "SDK"
873
- msgstr ""
874
-
875
- #: includes/i18n.php:499
876
- msgctxt "as software development kit versions"
877
- msgid "SDK Versions"
878
- msgstr ""
879
-
880
- #: includes/i18n.php:501
881
- msgctxt "as plugin folder path"
882
- msgid "Plugin Path"
883
- msgstr ""
884
-
885
- #: includes/i18n.php:503
886
- msgctxt "as sdk path"
887
- msgid "SDK Path"
888
- msgstr ""
889
-
890
- #: includes/i18n.php:505
891
- msgid "Add Ons of Plugin %s"
892
- msgstr ""
893
-
894
- #: includes/i18n.php:507
895
- msgid "Are you sure you want to delete all Freemius data?"
896
- msgstr ""
897
-
898
- #: includes/i18n.php:509
899
- msgid "Actions"
900
- msgstr ""
901
-
902
- #: includes/i18n.php:511
903
- msgid "Delete All Accounts"
904
- msgstr ""
905
-
906
- #: includes/i18n.php:513
907
- msgid "Start Fresh"
908
- msgstr ""
909
-
910
- #: includes/i18n.php:515
911
- msgid "Clear API Cache"
912
- msgstr ""
913
-
914
- #: includes/i18n.php:517
915
- msgid "Sync Data From Server"
916
- msgstr ""
917
-
918
- #: includes/i18n.php:519
919
- msgid "Scheduled Crons"
920
- msgstr ""
921
-
922
- #: includes/i18n.php:521
923
- msgid "Plugins & Themes Sync"
924
- msgstr ""
925
-
926
- #: includes/i18n.php:529
927
- msgctxt "as congratulations"
928
- msgid "Congrats"
929
- msgstr ""
930
-
931
- #: includes/i18n.php:531
932
- msgctxt "exclamation"
933
- msgid "Oops"
934
- msgstr ""
935
-
936
- #: includes/i18n.php:533
937
- msgctxt "interjection expressing joy or exuberance"
938
- msgid "Yee-haw"
939
- msgstr ""
940
-
941
- #: includes/i18n.php:535
942
- msgctxt "(especially in electronic communication) used to express elation, enthusiasm, or triumph."
943
- msgid "W00t"
944
- msgstr ""
945
-
946
- #: includes/i18n.php:537
947
- msgctxt "a positive response"
948
- msgid "Right on"
949
- msgstr ""
950
-
951
- #: includes/i18n.php:539
952
- msgctxt "something somebody says when they are thinking about what you have just said. "
953
- msgid "Hmm"
954
- msgstr ""
955
-
956
- #: includes/i18n.php:541
957
- msgid "O.K"
958
- msgstr ""
959
-
960
- #: includes/i18n.php:543
961
- msgctxt "exclamation"
962
- msgid "Hey"
963
- msgstr ""
964
-
965
- #: includes/i18n.php:545
966
- msgctxt "advance notice of something that will need attention."
967
- msgid "Heads up"
968
- msgstr ""
969
-
970
- #: includes/i18n.php:553
971
- msgid "Seems like you got the latest release."
972
- msgstr ""
973
-
974
- #: includes/i18n.php:555
975
- msgid "You are all good!"
976
- msgstr ""
977
-
978
- #: includes/i18n.php:557
979
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
980
- msgstr ""
981
-
982
- #: includes/i18n.php:559
983
- msgid "If you would like to give up the ownership of the plugin's account to %s click the Change Ownership button."
984
- msgstr ""
985
-
986
- #: includes/i18n.php:561
987
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
988
- msgstr ""
989
-
990
- #: includes/i18n.php:563
991
- msgid "Your name was successfully updated."
992
- msgstr ""
993
-
994
- #: includes/i18n.php:565
995
- msgid "You have successfully updated your %s."
996
- msgstr ""
997
-
998
- #: includes/i18n.php:567
999
- msgid "Please provide your full name."
1000
- msgstr ""
1001
-
1002
- #: includes/i18n.php:569
1003
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
1004
- msgstr ""
1005
-
1006
- #: includes/i18n.php:571
1007
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
1008
- msgstr ""
1009
-
1010
- #: includes/i18n.php:573
1011
- msgid "No credit card required"
1012
- msgstr ""
1013
-
1014
- #: includes/i18n.php:575
1015
- msgid "Premium plugin version was successfully activated."
1016
- msgstr ""
1017
-
1018
- #: includes/i18n.php:577
1019
- msgid "The upgrade of %s was successfully completed."
1020
- msgstr ""
1021
-
1022
- #: includes/i18n.php:579
1023
- msgid "Your account was successfully activated with the %s plan."
1024
- msgstr ""
1025
-
1026
- #: includes/i18n.php:581
1027
- msgid "Download the latest %s version now"
1028
- msgstr ""
1029
-
1030
- #: includes/i18n.php:583
1031
- msgid "Please follow these steps to complete the upgrade"
1032
- msgstr ""
1033
-
1034
- #: includes/i18n.php:585
1035
- msgid "Download the latest %s version"
1036
- msgstr ""
1037
-
1038
- #: includes/i18n.php:587
1039
- msgid "Deactivate the free version"
1040
- msgstr ""
1041
-
1042
- #: includes/i18n.php:589
1043
- msgid "Upload and activate the downloaded version"
1044
- msgstr ""
1045
-
1046
- #: includes/i18n.php:591
1047
- msgid "How to upload and activate?"
1048
- msgstr ""
1049
-
1050
- #: includes/i18n.php:593
1051
- msgctxt "%s - product name, e.g. Facebook add-on was successfully..."
1052
- msgid "%s Add-on was successfully purchased."
1053
- msgstr ""
1054
-
1055
- #: includes/i18n.php:595
1056
- msgid "Your %s Add-on plan was successfully upgraded."
1057
- msgstr ""
1058
-
1059
- #: includes/i18n.php:597
1060
- msgid "Your email has been successfully verified - you are AWESOME!"
1061
- msgstr ""
1062
-
1063
- #: includes/i18n.php:599
1064
- msgid "Your plan was successfully upgraded."
1065
- msgstr ""
1066
-
1067
- #: includes/i18n.php:601
1068
- msgid "Your plan was successfully changed to %s."
1069
- msgstr ""
1070
-
1071
- #: includes/i18n.php:603
1072
- msgid "Your license has expired. You can still continue using the free plugin forever."
1073
- msgstr ""
1074
-
1075
- #: includes/i18n.php:605
1076
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
1077
- msgstr ""
1078
-
1079
- #: includes/i18n.php:607
1080
- msgid "Your trial has been successfully started."
1081
- msgstr ""
1082
-
1083
- #: includes/i18n.php:609
1084
- msgid "Your license was successfully activated."
1085
- msgstr ""
1086
-
1087
- #: includes/i18n.php:611
1088
- msgid "It looks like your site currently doesn't have an active license."
1089
- msgstr ""
1090
-
1091
- #: includes/i18n.php:613
1092
- msgid "Your license was successfully deactivated, you are back to the %s plan."
1093
- msgstr ""
1094
-
1095
- #: includes/i18n.php:615
1096
- msgid "It looks like the license deactivation failed."
1097
- msgstr ""
1098
-
1099
- #: includes/i18n.php:617
1100
- msgid "It looks like the license could not be activated."
1101
- msgstr ""
1102
-
1103
- #: includes/i18n.php:619
1104
- msgid "Error received from the server:"
1105
- msgstr ""
1106
-
1107
- #: includes/i18n.php:621
1108
- msgid "Your trial has expired. You can still continue using all our free features."
1109
- msgstr ""
1110
-
1111
- #: includes/i18n.php:623
1112
- msgid "Your plan was successfully downgraded. Your %s plan license will expire in %s."
1113
- msgstr ""
1114
-
1115
- #: includes/i18n.php:625
1116
- msgid "Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes."
1117
- msgstr ""
1118
-
1119
- #: includes/i18n.php:627
1120
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
1121
- msgstr ""
1122
-
1123
- #: includes/i18n.php:629
1124
- msgid "Your %s free trial was successfully cancelled."
1125
- msgstr ""
1126
-
1127
- #: includes/i18n.php:631
1128
- msgctxt "%s - numeric version number"
1129
- msgid "Version %s was released."
1130
- msgstr ""
1131
-
1132
- #: includes/i18n.php:633
1133
- msgid "Please download %s."
1134
- msgstr ""
1135
-
1136
- #: includes/i18n.php:635
1137
- msgctxt "%s - plan name, as the latest professional version here"
1138
- msgid "the latest %s version here"
1139
- msgstr ""
1140
-
1141
- #: includes/i18n.php:637
1142
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
1143
- msgstr ""
1144
-
1145
- #: includes/i18n.php:639
1146
- msgctxt "call to action"
1147
- msgid "Start free trial"
1148
- msgstr ""
1149
-
1150
- #: includes/i18n.php:641
1151
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
1152
- msgstr ""
1153
-
1154
- #: includes/i18n.php:643
1155
- msgid "You already utilized a trial before."
1156
- msgstr ""
1157
-
1158
- #: includes/i18n.php:645
1159
- msgid "You are already running the plugin in a trial mode."
1160
- msgstr ""
1161
-
1162
- #: includes/i18n.php:647
1163
- msgid "Plan %s do not exist, therefore, can't start a trial."
1164
- msgstr ""
1165
-
1166
- #: includes/i18n.php:649
1167
- msgid "Plan %s does not support a trial period."
1168
- msgstr ""
1169
-
1170
- #: includes/i18n.php:651
1171
- msgid "None of the plugin's plans supports a trial period."
1172
- msgstr ""
1173
-
1174
- #: includes/i18n.php:653
1175
- msgid "Unexpected API error. Please contact the plugin's author with the following error."
1176
- msgstr ""
1177
-
1178
- #: includes/i18n.php:655
1179
- msgid "No commitment for %s days - cancel anytime!"
1180
- msgstr ""
1181
-
1182
- #: includes/i18n.php:657
1183
- msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
1184
- msgstr ""
1185
-
1186
- #: includes/i18n.php:659
1187
- msgid "Couldn't activate %s."
1188
- msgstr ""
1189
-
1190
- #: includes/i18n.php:661
1191
- msgid "Please contact us with the following message:"
1192
- msgstr ""
1193
-
1194
- #: includes/i18n.php:663
1195
- msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
1196
- msgstr ""
1197
-
1198
- #: includes/i18n.php:665
1199
- msgid "Please contact us here"
1200
- msgstr ""
1201
-
1202
- #: includes/i18n.php:667
1203
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
1204
- msgstr ""
1205
-
1206
- #: includes/i18n.php:673
1207
- msgid "From unknown reason, the API connectivity test failed."
1208
- msgstr ""
1209
-
1210
- #: includes/i18n.php:675
1211
- msgid "It's probably a temporary issue on our end. Just to be sure, with your permission, would it be o.k to run another connectivity test?"
1212
- msgstr ""
1213
-
1214
- #: includes/i18n.php:677
1215
- msgid "We use PHP cURL library for the API calls, which is a very common library and usually installed out of the box. Unfortunately, cURL is not installed on your server."
1216
- msgstr ""
1217
-
1218
- #: includes/i18n.php:679
1219
- msgid "From unknown reason, CloudFlare, the firewall we use, blocks the connection."
1220
- msgstr ""
1221
-
1222
- #: includes/i18n.php:681
1223
- msgctxt "as pluginX requires an access to our API"
1224
- msgid "%s requires an access to our API."
1225
- msgstr ""
1226
-
1227
- #: includes/i18n.php:683
1228
- msgid "It looks like your server is using Squid ACL (access control lists), which blocks the connection."
1229
- msgstr ""
1230
-
1231
- #: includes/i18n.php:685
1232
- msgid "I don't know what is Squid or ACL, help me!"
1233
- msgstr ""
1234
-
1235
- #: includes/i18n.php:687, includes/i18n.php:695
1236
- msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
1237
- msgstr ""
1238
-
1239
- #: includes/i18n.php:689
1240
- msgid "I'm a system administrator"
1241
- msgstr ""
1242
-
1243
- #: includes/i18n.php:691
1244
- msgid "Great, please whitelist the following domains: %s. Once you done, deactivate the plugin and activate it again."
1245
- msgstr ""
1246
-
1247
- #: includes/i18n.php:693
1248
- msgid "I don't know what is cURL or how to install it, help me!"
1249
- msgstr ""
1250
-
1251
- #: includes/i18n.php:697
1252
- msgid "Great, please install cURL and enable it in your php.ini file. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the plugin and reactivate it back again."
1253
- msgstr ""
1254
-
1255
- #: includes/i18n.php:699
1256
- msgid "We are sure it's an issue on our side and more than happy to resolve it for you ASAP if you give us a chance."
1257
- msgstr ""
1258
-
1259
- #: includes/i18n.php:701
1260
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
1261
- msgstr ""
1262
-
1263
- #: includes/i18n.php:703
1264
- msgid "Yes - I'm giving you a chance to fix it"
1265
- msgstr ""
1266
-
1267
- #: includes/i18n.php:705
1268
- msgid "We will do our best to whitelist your server and resolve this issue ASAP. You will get a follow-up email to %s once we have an update."
1269
- msgstr ""
1270
-
1271
- #: includes/i18n.php:707
1272
- msgid "Let's try your previous version"
1273
- msgstr ""
1274
-
1275
- #: includes/i18n.php:709
1276
- msgid "Uninstall this version and install the previous one."
1277
- msgstr ""
1278
-
1279
- #: includes/i18n.php:711
1280
- msgid "That's exhausting, please deactivate"
1281
- msgstr ""
1282
-
1283
- #: includes/i18n.php:713
1284
- msgid "We feel your frustration and sincerely apologize for the inconvenience. Hope to see you again in the future."
1285
- msgstr ""
1286
-
1287
- #: includes/i18n.php:715
1288
- msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
1289
- msgstr ""
1290
-
1291
- #: includes/i18n.php:717
1292
- msgctxt "%1s - plugin title, %2s - API domain"
1293
- msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
1294
- msgstr ""
1295
-
1296
- #: includes/i18n.php:719
1297
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
1298
- msgstr ""
1299
-
1300
- #: includes/i18n.php:725
1301
- msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
1302
- msgstr ""
1303
-
1304
- #: includes/i18n.php:727
1305
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
1306
- msgstr ""
1307
-
1308
- #: includes/i18n.php:729
1309
- msgid "%s is the new owner of the account."
1310
- msgstr ""
1311
-
1312
- #: includes/i18n.php:733
1313
- msgctxt "addonX cannot run without pluginY"
1314
- msgid "%s cannot run without %s."
1315
- msgstr ""
1316
-
1317
- #: includes/i18n.php:735
1318
- msgctxt "addonX cannot run..."
1319
- msgid "%s cannot run without the plugin."
1320
- msgstr ""
1321
-
1322
- #: includes/i18n.php:737
1323
- msgctxt "pluginX activation was successfully..."
1324
- msgid "%s activation was successfully completed."
1325
- msgstr ""
1326
-
1327
- #: includes/i18n.php:739
1328
- msgctxt "Plugin installer section title"
1329
- msgid "Features & Pricing"
1330
- msgstr ""
1331
-
1332
- #: includes/i18n.php:741
1333
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1334
- msgstr ""
1335
-
1336
- #: includes/i18n.php:743
1337
- msgid "Paid add-on must be deployed to Freemius."
1338
- msgstr ""
1339
-
1340
- #: includes/i18n.php:747
1341
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
1342
- msgstr ""
1343
-
1344
- #: includes/i18n.php:749
1345
- msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
1346
- msgstr ""
1347
-
1348
- #: includes/i18n.php:755
1349
- msgctxt "as every month"
1350
- msgid "Monthly"
1351
- msgstr ""
1352
-
1353
- #: includes/i18n.php:757
1354
- msgctxt "as monthly period"
1355
- msgid "mo"
1356
- msgstr ""
1357
-
1358
- #: includes/i18n.php:759
1359
- msgctxt "as once a year"
1360
- msgid "Annual"
1361
- msgstr ""
1362
-
1363
- #: includes/i18n.php:761
1364
- msgctxt "as once a year"
1365
- msgid "Annually"
1366
- msgstr ""
1367
-
1368
- #: includes/i18n.php:763
1369
- msgctxt "as once a year"
1370
- msgid "Once"
1371
- msgstr ""
1372
-
1373
- #: includes/i18n.php:765
1374
- msgctxt "as annual period"
1375
- msgid "year"
1376
- msgstr ""
1377
-
1378
- #: includes/i18n.php:767
1379
- msgid "Lifetime"
1380
- msgstr ""
1381
-
1382
- #: includes/i18n.php:769
1383
- msgctxt "e.g. the best product"
1384
- msgid "Best"
1385
- msgstr ""
1386
-
1387
- #: includes/i18n.php:771
1388
- msgctxt "e.g. billed monthly"
1389
- msgid "Billed %s"
1390
- msgstr ""
1391
-
1392
- #: includes/i18n.php:773
1393
- msgctxt "as a discount of $5 or 10%"
1394
- msgid "Save %s"
1395
- msgstr ""
1396
-
1397
- #: includes/i18n.php:777
1398
- msgid "View details"
1399
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/package.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "name": "freemius-wordpress-sdk",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "gulpfile.js",
6
- "dependencies": {
7
- "gulp": "^3.9.1",
8
- "gulp-gettext": "^0.3.0",
9
- "gulp-pofill": "^1.0.0",
10
- "gulp-rename": "^1.2.2",
11
- "gulp-sort": "^2.0.0",
12
- "gulp-wp-pot": "^1.3.1"
13
- },
14
- "scripts": {
15
- "test": "echo \"Error: no test specified\" && exit 1"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/Freemius/wordpress-sdk.git"
20
- },
21
- "author": "Vova Feldman",
22
- "license": "GPL-2.0",
23
- "homepage": "https://freemius.com",
24
- "devDependencies": {
25
- "gulp": "^3.9.1",
26
- "gulp-gettext": "^0.3.0",
27
- "gulp-pofill": "^1.0.0",
28
- "gulp-rename": "^1.2.2",
29
- "gulp-sort": "^2.0.0",
30
- "gulp-wp-pot": "^1.3.1"
31
- }
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/require.php DELETED
@@ -1,43 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2016, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.9
7
- */
8
-
9
- // Configuration should be loaded first.
10
- require_once dirname( __FILE__ ) . '/config.php';
11
-
12
- // Logger must be loaded before any other.
13
- require_once WP_FS__DIR_INCLUDES . '/class-fs-logger.php';
14
- require_once WP_FS__DIR_INCLUDES . '/debug/debug-bar-start.php';
15
-
16
- require_once WP_FS__DIR_INCLUDES . '/fs-core-functions.php';
17
- // require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-abstract-manager.php';
18
- require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-option-manager.php';
19
- require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-cache-manager.php';
20
- require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-admin-notice-manager.php';
21
- require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-admin-menu-manager.php';
22
- require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-key-value-storage.php';
23
- require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-license-manager.php';
24
- require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-plan-manager.php';
25
- require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-plugin-manager.php';
26
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-entity.php';
27
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-scope-entity.php';
28
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-user.php';
29
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-site.php';
30
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin.php';
31
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin-info.php';
32
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin-tag.php';
33
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin-plan.php';
34
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-pricing.php';
35
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-payment.php';
36
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin-license.php';
37
- require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-subscription.php';
38
- require_once WP_FS__DIR_INCLUDES . '/class-fs-api.php';
39
- require_once WP_FS__DIR_INCLUDES . '/class-fs-plugin-updater.php';
40
- require_once WP_FS__DIR_INCLUDES . '/class-fs-security.php';
41
- require_once WP_FS__DIR_INCLUDES . '/class-freemius-abstract.php';
42
- require_once WP_FS__DIR_INCLUDES . '/sdk/Exceptions/Exception.php';
43
- require_once WP_FS__DIR_INCLUDES . '/class-freemius.php';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/start.php DELETED
@@ -1,312 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * Freemius SDK Version.
15
- *
16
- * @var string
17
- */
18
- $this_sdk_version = '1.2.1';
19
-
20
- #region SDK Selection Logic --------------------------------------------------------------------
21
-
22
- /**
23
- * Special logic added on 1.1.6 to make sure that every Freemius powered plugin
24
- * will ALWAYS be loaded with the newest SDK from the active Freemius powered plugins.
25
- *
26
- * Since Freemius SDK is backward compatible, this will make sure that all Freemius powered
27
- * plugins will run correctly.
28
- *
29
- * @since 1.1.6
30
- */
31
-
32
- global $fs_active_plugins;
33
-
34
- $this_sdk_relative_path = plugin_basename( dirname( __FILE__ ) );
35
-
36
- if ( ! isset( $fs_active_plugins ) ) {
37
- // Require SDK essentials.
38
- require_once dirname( __FILE__ ) . '/includes/fs-essential-functions.php';
39
-
40
- // Load all Freemius powered active plugins.
41
- $fs_active_plugins = get_option( 'fs_active_plugins', new stdClass() );
42
-
43
- if ( ! isset( $fs_active_plugins->plugins ) ) {
44
- $fs_active_plugins->plugins = array();
45
- }
46
- }
47
-
48
- if ( ! function_exists( 'fs_find_direct_caller_plugin_file' ) ) {
49
- require_once dirname( __FILE__ ) . '/includes/supplements/fs-essential-functions-1.1.7.1.php';
50
- }
51
-
52
- // Update current SDK info based on the SDK path.
53
- if ( ! isset( $fs_active_plugins->plugins[ $this_sdk_relative_path ] ) ||
54
- $this_sdk_version != $fs_active_plugins->plugins[ $this_sdk_relative_path ]->version
55
- ) {
56
- $fs_active_plugins->plugins[ $this_sdk_relative_path ] = (object) array(
57
- 'version' => $this_sdk_version,
58
- 'timestamp' => time(),
59
- 'plugin_path' => plugin_basename( fs_find_direct_caller_plugin_file( __FILE__ ) ),
60
- );
61
- }
62
-
63
- $is_current_sdk_newest = isset( $fs_active_plugins->newest ) && ( $this_sdk_relative_path == $fs_active_plugins->newest->sdk_path );
64
-
65
- if ( ! isset( $fs_active_plugins->newest ) ) {
66
- /**
67
- * This will be executed only once, for the first time a Freemius powered plugin is activated.
68
- */
69
- fs_update_sdk_newest_version( $this_sdk_relative_path, $fs_active_plugins->plugins[ $this_sdk_relative_path ]->plugin_path );
70
-
71
- $is_current_sdk_newest = true;
72
- } else if ( version_compare( $fs_active_plugins->newest->version, $this_sdk_version, '<' ) ) {
73
- /**
74
- * Current SDK is newer than the newest stored SDK.
75
- */
76
- fs_update_sdk_newest_version( $this_sdk_relative_path, $fs_active_plugins->plugins[ $this_sdk_relative_path ]->plugin_path );
77
-
78
- if ( class_exists( 'Freemius' ) ) {
79
- // Older SDK version was already loaded.
80
-
81
- if ( ! $fs_active_plugins->newest->in_activation ) {
82
- // Re-order plugins to load this plugin first.
83
- fs_newest_sdk_plugin_first();
84
- }
85
-
86
- // Refresh page.
87
- if ( fs_redirect( $_SERVER['REQUEST_URI'] ) ) {
88
- exit();
89
- }
90
- }
91
- } else {
92
- if ( ! function_exists( 'get_plugins' ) ) {
93
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
94
- }
95
-
96
- $is_newest_sdk_plugin_activate = is_plugin_active( $fs_active_plugins->newest->plugin_path );
97
-
98
- if ( $is_current_sdk_newest &&
99
- ! $is_newest_sdk_plugin_activate &&
100
- ! $fs_active_plugins->newest->in_activation
101
- ) {
102
- // If current SDK is the newest and the plugin is NOT active, it means
103
- // that the current plugin in activation mode.
104
- $fs_active_plugins->newest->in_activation = true;
105
- update_option( 'fs_active_plugins', $fs_active_plugins );
106
- }
107
-
108
- $is_newest_sdk_path_valid = ( $is_newest_sdk_plugin_activate || $fs_active_plugins->newest->in_activation ) && file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this_sdk_relative_path . '/start.php' ) );
109
-
110
- if ( ! $is_newest_sdk_path_valid && ! $is_current_sdk_newest ) {
111
- // Plugin with newest SDK is no longer active, or SDK was moved to a different location.
112
- unset( $fs_active_plugins->plugins[ $fs_active_plugins->newest->sdk_path ] );
113
- }
114
-
115
- if ( ! ( $is_newest_sdk_plugin_activate || $fs_active_plugins->newest->in_activation ) ||
116
- ! $is_newest_sdk_path_valid ||
117
- // Is newest SDK downgraded.
118
- ( $this_sdk_relative_path == $fs_active_plugins->newest->sdk_path &&
119
- version_compare( $fs_active_plugins->newest->version, $this_sdk_version, '>' ) )
120
- ) {
121
- /**
122
- * Plugin with newest SDK is no longer active.
123
- * OR
124
- * The newest SDK was in the current plugin. BUT, seems like the version of
125
- * the SDK was downgraded to a lower SDK.
126
- */
127
- // Find the active plugin with the newest SDK version and update the newest reference.
128
- fs_fallback_to_newest_active_sdk();
129
- } else {
130
- if ( $is_newest_sdk_plugin_activate &&
131
- $this_sdk_relative_path == $fs_active_plugins->newest->sdk_path &&
132
- ( $fs_active_plugins->newest->in_activation ||
133
- ( class_exists( 'Freemius' ) && ( ! defined( 'WP_FS__SDK_VERSION' ) || version_compare( WP_FS__SDK_VERSION, $this_sdk_version, '<' ) ) )
134
- )
135
-
136
- ) {
137
- if ( $fs_active_plugins->newest->in_activation ) {
138
- // Plugin no more in activation.
139
- $fs_active_plugins->newest->in_activation = false;
140
- update_option( 'fs_active_plugins', $fs_active_plugins );
141
- }
142
-
143
- // Reorder plugins to load plugin with newest SDK first.
144
- if ( fs_newest_sdk_plugin_first() ) {
145
- // Refresh page after re-order to make sure activated plugin loads newest SDK.
146
- if ( class_exists( 'Freemius' ) ) {
147
- if ( fs_redirect( $_SERVER['REQUEST_URI'] ) ) {
148
- exit();
149
- }
150
- }
151
- }
152
- }
153
- }
154
- }
155
-
156
- if ( class_exists( 'Freemius' ) ) {
157
- // SDK was already loaded.
158
- return;
159
- }
160
-
161
- if ( version_compare( $this_sdk_version, $fs_active_plugins->newest->version, '<' ) ) {
162
- $newest_sdk_starter = fs_normalize_path( WP_PLUGIN_DIR . '/' . $fs_active_plugins->newest->sdk_path . '/start.php' );
163
-
164
- if ( file_exists( $newest_sdk_starter ) ) {
165
- // Reorder plugins to load plugin with newest SDK first.
166
- fs_newest_sdk_plugin_first();
167
-
168
- // There's a newer SDK version, load it instead of the current one!
169
- require_once $newest_sdk_starter;
170
-
171
- return;
172
- }
173
- }
174
-
175
- #endregion SDK Selection Logic --------------------------------------------------------------------
176
-
177
- #region Hooks & Filters Collection --------------------------------------------------------------------
178
-
179
- /**
180
- * Freemius hooks (actions & filters) tags structure:
181
- *
182
- * fs_{filter/action_name}_{plugin_slug}
183
- *
184
- * --------------------------------------------------------
185
- *
186
- * Usage with WordPress' add_action() / add_filter():
187
- *
188
- * add_action('fs_{filter/action_name}_{plugin_slug}', $callable);
189
- *
190
- * --------------------------------------------------------
191
- *
192
- * Usage with Freemius' instance add_action() / add_filter():
193
- *
194
- * // No need to add 'fs_' prefix nor '_{plugin_slug}' suffix.
195
- * my_freemius()->add_action('{action_name}', $callable);
196
- *
197
- * --------------------------------------------------------
198
- *
199
- * Freemius filters collection:
200
- *
201
- * fs_connect_url_{plugin_slug}
202
- * fs_trial_promotion_message_{plugin_slug}
203
- * fs_is_long_term_user_{plugin_slug}
204
- * fs_uninstall_reasons_{plugin_slug}
205
- * fs_is_plugin_update_{plugin_slug}
206
- * fs_api_domains_{plugin_slug}
207
- * fs_email_template_sections_{plugin_slug}
208
- * fs_support_forum_submenu_{plugin_slug}
209
- * fs_support_forum_url_{plugin_slug}
210
- * fs_connect_message_{plugin_slug}
211
- * fs_connect_message_on_update_{plugin_slug}
212
- * fs_uninstall_confirmation_message_{plugin_slug}
213
- * fs_pending_activation_message_{plugin_slug}
214
- * fs_is_submenu_visible_{plugin_slug}
215
- * fs_plugin_icon_{plugin_slug}
216
- * fs_show_trial_{plugin_slug}
217
- *
218
- * --------------------------------------------------------
219
- *
220
- * Freemius actions collection:
221
- *
222
- * fs_after_license_loaded_{plugin_slug}
223
- * fs_after_license_change_{plugin_slug}
224
- * fs_after_plans_sync_{plugin_slug}
225
- *
226
- * fs_after_account_details_{plugin_slug}
227
- * fs_after_account_user_sync_{plugin_slug}
228
- * fs_after_account_plan_sync_{plugin_slug}
229
- * fs_before_account_load_{plugin_slug}
230
- * fs_after_account_connection_{plugin_slug}
231
- * fs_account_property_edit_{plugin_slug}
232
- * fs_account_email_verified_{plugin_slug}
233
- * fs_account_page_load_before_departure_{plugin_slug}
234
- * fs_before_account_delete_{plugin_slug}
235
- * fs_after_account_delete_{plugin_slug}
236
- *
237
- * fs_sdk_version_update_{plugin_slug}
238
- * fs_plugin_version_update_{plugin_slug}
239
- *
240
- * fs_initiated_{plugin_slug}
241
- * fs_after_init_plugin_registered_{plugin_slug}
242
- * fs_after_init_plugin_anonymous_{plugin_slug}
243
- * fs_after_init_plugin_pending_activations_{plugin_slug}
244
- * fs_after_init_addon_registered_{plugin_slug}
245
- * fs_after_init_addon_anonymous_{plugin_slug}
246
- * fs_after_init_addon_pending_activations_{plugin_slug}
247
- *
248
- * fs_after_premium_version_activation_{plugin_slug}
249
- * fs_after_free_version_reactivation_{plugin_slug}
250
- *
251
- * fs_after_uninstall_{plugin_slug}
252
- * fs_before_admin_menu_init_{plugin_slug}
253
- */
254
-
255
- #endregion Hooks & Filters Collection --------------------------------------------------------------------
256
-
257
- if ( ! class_exists( 'Freemius' ) ) {
258
-
259
- if ( ! defined( 'WP_FS__SDK_VERSION' ) ) {
260
- define( 'WP_FS__SDK_VERSION', $this_sdk_version );
261
- }
262
-
263
- // Load SDK files.
264
- require_once dirname( __FILE__ ) . '/require.php';
265
-
266
- /**
267
- * Quick shortcut to get Freemius for specified plugin.
268
- * Used by various templates.
269
- *
270
- * @param string $slug
271
- *
272
- * @return Freemius
273
- */
274
- function freemius( $slug ) {
275
- return Freemius::instance( $slug );
276
- }
277
-
278
- /**
279
- * @param string $slug
280
- * @param number $plugin_id
281
- * @param string $public_key
282
- * @param bool $is_live Is live or test plugin.
283
- * @param bool $is_premium Hints freemius if running the premium plugin or not.
284
- *
285
- * @return Freemius
286
- *
287
- * @deprecated Please use fs_dynamic_init().
288
- */
289
- function fs_init( $slug, $plugin_id, $public_key, $is_live = true, $is_premium = true ) {
290
- $fs = Freemius::instance( $slug, true );
291
- $fs->init( $plugin_id, $public_key, $is_live, $is_premium );
292
-
293
- return $fs;
294
- }
295
-
296
- /**
297
- * @param array<string,string> $module Plugin or Theme details.
298
- *
299
- * @return Freemius
300
- * @throws Freemius_Exception
301
- */
302
- function fs_dynamic_init( $module ) {
303
- $fs = Freemius::instance( $module['slug'], true );
304
- $fs->dynamic_init( $module );
305
-
306
- return $fs;
307
- }
308
-
309
- function fs_dump_log() {
310
- FS_Logger::dump();
311
- }
312
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/account.php DELETED
@@ -1,691 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- /**
18
- * @var Freemius $fs
19
- */
20
- $fs = freemius( $slug );
21
-
22
- /**
23
- * @var FS_Plugin_Tag $update
24
- */
25
- $update = $fs->get_update( false, false );
26
-
27
- $is_paying = $fs->is_paying();
28
- $user = $fs->get_user();
29
- $site = $fs->get_site();
30
- $name = $user->get_name();
31
- $license = $fs->_get_license();
32
- $subscription = $fs->_get_subscription();
33
- $plan = $fs->get_plan();
34
- $is_active_subscription = ( is_object( $subscription ) && $subscription->is_active() );
35
- $is_paid_trial = $fs->is_paid_trial();
36
- $show_upgrade = ( $fs->has_paid_plan() && ! $is_paying && ! $is_paid_trial );
37
-
38
- if ( $show_upgrade ) {
39
- $fs->_require_license_activation_dialog();
40
- }
41
- ?>
42
- <div class="wrap">
43
- <h2 class="nav-tab-wrapper">
44
- <a href="<?php echo $fs->get_account_url() ?>"
45
- class="nav-tab nav-tab-active"><?php _efs( 'account', $slug ) ?></a>
46
- <?php if ( $fs->has_addons() ) : ?>
47
- <a href="<?php echo $fs->_get_admin_page_url( 'addons' ) ?>"
48
- class="nav-tab"><?php _efs( 'add-ons', $slug ) ?></a>
49
- <?php endif ?>
50
- <?php if ( $show_upgrade ) : ?>
51
- <a href="<?php echo $fs->get_upgrade_url() ?>" class="nav-tab"><?php _efs( 'upgrade', $slug ) ?></a>
52
- <?php if ( $fs->apply_filters( 'show_trial', true ) && ! $fs->is_trial_utilized() && $fs->has_trial_plan() ) : ?>
53
- <a href="<?php echo $fs->get_trial_url() ?>" class="nav-tab"><?php _efs( 'free-trial', $slug ) ?></a>
54
- <?php endif ?>
55
- <?php endif ?>
56
- <?php if ( ! $plan->is_free() ) : ?>
57
- <a href="<?php echo $fs->get_account_tab_url( 'billing' ) ?>"
58
- class="nav-tab"><?php _efs( 'billing', $slug ) ?></a>
59
- <?php endif ?>
60
- </h2>
61
-
62
- <div id="poststuff">
63
- <div id="fs_account">
64
- <div class="has-sidebar has-right-sidebar">
65
- <div class="has-sidebar-content">
66
- <div class="postbox">
67
- <h3><?php _efs( 'account-details', $slug ) ?></h3>
68
-
69
- <div class="fs-header-actions">
70
- <ul>
71
- <li>
72
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
73
- <input type="hidden" name="fs_action" value="delete_account">
74
- <?php wp_nonce_field( 'delete_account' ) ?>
75
- <a href="#" onclick="if (confirm('<?php
76
- if ( $is_active_subscription ) {
77
- echo esc_attr( sprintf( __fs( 'delete-account-x-confirm', $slug ), $plan->title ) );
78
- } else {
79
- _efs( 'delete-account-confirm', $slug );
80
- }
81
- ?>')) this.parentNode.submit(); return false;"><i
82
- class="dashicons dashicons-no"></i> <?php _efs( 'delete-account', $slug ) ?></a>
83
- </form>
84
- </li>
85
- <?php if ( $is_paying ) : ?>
86
- <li>
87
- &nbsp;•&nbsp;
88
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
89
- <input type="hidden" name="fs_action" value="deactivate_license">
90
- <?php wp_nonce_field( 'deactivate_license' ) ?>
91
- <a href="#"
92
- onclick="if (confirm('<?php _efs( 'deactivate-license-confirm', $slug ) ?>')) this.parentNode.submit(); return false;"><i
93
- class="dashicons dashicons-admin-network"></i> <?php _efs( 'deactivate-license', $slug ) ?>
94
- </a>
95
- </form>
96
- </li>
97
- <?php if ( ! $license->is_lifetime() &&
98
- $is_active_subscription
99
- ) : ?>
100
- <li>
101
- &nbsp;•&nbsp;
102
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
103
- <input type="hidden" name="fs_action" value="downgrade_account">
104
- <?php wp_nonce_field( 'downgrade_account' ) ?>
105
- <a href="#"
106
- onclick="if (confirm('<?php printf( __fs( 'downgrade-x-confirm', $slug ), $plan->title, human_time_diff( time(), strtotime( $license->expiration ) ) ) ?> <?php if ( ! $license->is_block_features ) {
107
- printf( __fs( 'after-downgrade-non-blocking', $slug ), $plan->title );
108
- } else {
109
- printf( __fs( 'after-downgrade-blocking', $slug ), $plan->title );
110
- }?> <?php _efs( 'proceed-confirmation', $slug ) ?>')) this.parentNode.submit(); return false;"><i
111
- class="dashicons dashicons-download"></i> <?php _efs( 'downgrade', $slug ) ?></a>
112
- </form>
113
- </li>
114
- <?php endif ?>
115
- <li>
116
- &nbsp;•&nbsp;
117
- <a href="<?php echo $fs->get_upgrade_url() ?>"><i
118
- class="dashicons dashicons-grid-view"></i> <?php _efs( 'change-plan', $slug ) ?></a>
119
- </li>
120
- <?php elseif ( $is_paid_trial ) : ?>
121
- <li>
122
- &nbsp;•&nbsp;
123
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
124
- <input type="hidden" name="fs_action" value="cancel_trial">
125
- <?php wp_nonce_field( 'cancel_trial' ) ?>
126
- <a href="#"
127
- onclick="if (confirm('<?php _efs( 'cancel-trial-confirm' ) ?>')) this.parentNode.submit(); return false;"><i
128
- class="dashicons dashicons-download"></i> <?php _efs( 'cancel-trial', $slug ) ?></a>
129
- </form>
130
- </li>
131
- <?php endif ?>
132
- <li>
133
- &nbsp;•&nbsp;
134
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
135
- <input type="hidden" name="fs_action" value="<?php echo $slug ?>_sync_license">
136
- <?php wp_nonce_field( $slug . '_sync_license' ) ?>
137
- <a href="#" onclick="this.parentNode.submit(); return false;"><i
138
- class="dashicons dashicons-image-rotate"></i> <?php _efs( 'sync', $slug ) ?></a>
139
- </form>
140
- </li>
141
-
142
- </ul>
143
- </div>
144
- <div class="inside">
145
- <table id="fs_account_details" cellspacing="0" class="fs-key-value-table">
146
- <?php
147
- $profile = array();
148
- $profile[] = array(
149
- 'id' => 'user_name',
150
- 'title' => __fs( 'name', $slug ),
151
- 'value' => $name
152
- );
153
- // if (isset($user->email) && false !== strpos($user->email, '@'))
154
- $profile[] = array(
155
- 'id' => 'email',
156
- 'title' => __fs( 'email', $slug ),
157
- 'value' => $user->email
158
- );
159
-
160
- if ( is_numeric( $user->id ) ) {
161
- $profile[] = array(
162
- 'id' => 'user_id',
163
- 'title' => __fs( 'user-id', $slug ),
164
- 'value' => $user->id
165
- );
166
- }
167
-
168
- $profile[] = array(
169
- 'id' => 'site_id',
170
- 'title' => __fs( 'site-id', $slug ),
171
- 'value' => is_string( $site->id ) ?
172
- $site->id :
173
- __fs( 'no-id', $slug )
174
- );
175
-
176
- $profile[] = array(
177
- 'id' => 'site_public_key',
178
- 'title' => __fs( 'public-key', $slug ),
179
- 'value' => $site->public_key
180
- );
181
-
182
- $profile[] = array(
183
- 'id' => 'site_secret_key',
184
- 'title' => __fs( 'secret-key', $slug ),
185
- 'value' => ( ( is_string( $site->secret_key ) ) ?
186
- $site->secret_key :
187
- __fs( 'no-secret', $slug )
188
- )
189
- );
190
-
191
- $profile[] = array(
192
- 'id' => 'version',
193
- 'title' => __fs( 'version', $slug ),
194
- 'value' => $fs->get_plugin_version()
195
- );
196
-
197
- if ( $fs->has_paid_plan() ) {
198
- if ( $fs->is_trial() ) {
199
- $trial_plan = $fs->get_trial_plan();
200
-
201
- $profile[] = array(
202
- 'id' => 'plan',
203
- 'title' => __fs( 'plan', $slug ),
204
- 'value' => ( is_string( $trial_plan->name ) ?
205
- strtoupper( $trial_plan->title ) :
206
- __fs( 'trial', $slug ) )
207
- );
208
- } else {
209
- $profile[] = array(
210
- 'id' => 'plan',
211
- 'title' => __fs( 'plan', $slug ),
212
- 'value' => is_string( $site->plan->name ) ?
213
- strtoupper( $site->plan->title ) :
214
- strtoupper( __fs( 'free', $slug ) )
215
- );
216
-
217
- if ( is_object( $license ) ) {
218
- $profile[] = array(
219
- 'id' => 'license_key',
220
- 'title' => __fs( 'License Key', $slug ),
221
- 'value' => $license->secret_key,
222
- );
223
- }
224
- }
225
- }
226
- ?>
227
- <?php $odd = true;
228
- foreach ( $profile as $p ) : ?>
229
- <?php
230
- if ( 'plan' === $p['id'] && ! $fs->has_paid_plan() ) {
231
- // If plugin don't have any paid plans, there's no reason
232
- // to show current plan.
233
- continue;
234
- }
235
- ?>
236
- <tr class="fs-field-<?php echo $p['id'] ?><?php if ( $odd ) : ?> alternate<?php endif ?>">
237
- <td>
238
- <nobr><?php echo $p['title'] ?>:</nobr>
239
- </td>
240
- <td<?php if ( 'plan' === $p['id'] ) { echo ' colspan="2"'; }?>>
241
- <?php if ( in_array( $p['id'], array( 'license_key', 'site_secret_key' ) ) ) : ?>
242
- <code><?php echo htmlspecialchars( substr( $p['value'], 0, 6 ) ) . str_pad( '', 23 * 6, '&bull;' ) . htmlspecialchars( substr( $p['value'], - 3 ) ) ?></code>
243
- <input type="text" value="<?php echo htmlspecialchars( $p['value'] ) ?>" style="display: none"
244
- readonly/>
245
- <?php else : ?>
246
- <code><?php echo htmlspecialchars( $p['value'] ) ?></code>
247
- <?php endif ?>
248
- <?php if ( 'email' === $p['id'] && ! $user->is_verified() ) : ?>
249
- <label class="fs-tag fs-warn"><?php _efs( 'not-verified', $slug ) ?></label>
250
- <?php endif ?>
251
- <?php if ( 'plan' === $p['id'] ) : ?>
252
- <?php if ( $fs->is_trial() ) : ?>
253
- <label class="fs-tag fs-success"><?php _efs( 'trial', $slug ) ?></label>
254
- <?php endif ?>
255
- <?php if ( is_object( $license ) && ! $license->is_lifetime() ) : ?>
256
- <?php if ( ! $is_active_subscription && ! $license->is_first_payment_pending() ) : ?>
257
- <label
258
- class="fs-tag fs-warn"><?php printf( __fs( 'expires-in', $slug ), human_time_diff( time(), strtotime( $license->expiration ) ) ) ?></label>
259
- <?php elseif ( $is_active_subscription && ! $subscription->is_first_payment_pending() ) : ?>
260
- <label
261
- class="fs-tag fs-success"><?php printf( __fs( 'renews-in', $slug ), human_time_diff( time(), strtotime( $subscription->next_payment ) ) ) ?></label>
262
- <?php endif ?>
263
- <?php elseif ( $fs->is_trial() ) : ?>
264
- <label
265
- class="fs-tag fs-warn"><?php printf( __fs( 'expires-in', $slug ), human_time_diff( time(), strtotime( $site->trial_ends ) ) ) ?></label>
266
- <?php endif ?>
267
- <div class="button-group">
268
- <?php $available_license = $fs->is_free_plan() ? $fs->_get_available_premium_license() : false ?>
269
- <?php if ( false !== $available_license && ( $available_license->left() > 0 || ( $site->is_localhost() && $available_license->is_free_localhost ) ) ) : ?>
270
- <?php $premium_plan = $fs->_get_plan_by_id( $available_license->plan_id ) ?>
271
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>"
272
- method="POST">
273
- <input type="hidden" name="fs_action" value="activate_license">
274
- <input type="hidden" name="license_id" value="<?php echo $available_license->id ?>">
275
- <?php wp_nonce_field( 'activate_license' ) ?>
276
- <input type="submit" class="button button-primary"
277
- value="<?php printf(
278
- __fs( 'activate-x-plan', $slug ) . '%s',
279
- $premium_plan->title,
280
- ( $site->is_localhost() && $available_license->is_free_localhost ) ?
281
- ' [' . __fs( 'localhost', $slug ) . ']' :
282
- ( $available_license->is_single_site() ?
283
- '' :
284
- ' [' . ( 1 < $available_license->left() ?
285
- sprintf( __fs( 'x-left', $slug ), $available_license->left() ) :
286
- strtolower( __fs( 'last-license', $slug ) ) ) . ']'
287
- )
288
- ) ?> ">
289
- </form>
290
- <?php else : ?>
291
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>"
292
- method="POST" class="button-group">
293
- <?php if ($show_upgrade) : ?>
294
- <a class="button activate-license-trigger <?php echo $slug ?>" href="#"><?php _efs( 'activate-license', $slug ) ?></a>
295
- <?php endif ?>
296
- <input type="submit" class="button"
297
- value="<?php _efs( 'sync-license', $slug ) ?>">
298
- <input type="hidden" name="fs_action"
299
- value="<?php echo $slug ?>_sync_license">
300
- <?php wp_nonce_field( $slug . '_sync_license' ) ?>
301
- <a href="<?php echo $fs->get_upgrade_url() ?>"
302
- class="button<?php if ( $show_upgrade ) {
303
- echo ' button-primary';
304
- } ?> button-upgrade"><i
305
- class="dashicons dashicons-cart"></i> <?php ( $show_upgrade ) ?
306
- _efs( 'upgrade', $slug ) :
307
- _efs( 'change-plan', $slug )
308
- ?></a>
309
- </form>
310
- <?php endif ?>
311
- </div>
312
- <?php elseif ( 'version' === $p['id'] && $fs->has_paid_plan() ) : ?>
313
- <?php if ( $fs->is_premium() ) : ?>
314
- <label
315
- class="fs-tag fs-<?php echo $fs->can_use_premium_code() ? 'success' : 'warn' ?>"><?php _efs( 'premium-version' ) ?></label>
316
- <?php elseif ( $fs->can_use_premium_code() ) : ?>
317
- <label class="fs-tag fs-warn"><?php _efs( 'free-version' ) ?></label>
318
- <?php endif ?>
319
- <?php endif ?>
320
- </td>
321
- <?php if ( 'plan' !== $p['id'] ) : ?>
322
- <td class="fs-right">
323
- <?php if ( 'email' === $p['id'] && ! $user->is_verified() ) : ?>
324
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
325
- <input type="hidden" name="fs_action" value="verify_email">
326
- <?php wp_nonce_field( 'verify_email' ) ?>
327
- <input type="submit" class="button button-small"
328
- value="<?php _efs( 'verify-email', $slug ) ?>">
329
- </form>
330
- <?php endif ?>
331
- <?php if ( 'version' === $p['id'] ) : ?>
332
- <div class="button-group">
333
- <?php if ( $is_paying || $fs->is_trial() ) : ?>
334
- <?php if ( ! $fs->is_allowed_to_install() ) : ?>
335
- <a target="_blank" class="button button-primary"
336
- href="<?php echo $fs->_get_latest_download_local_url() ?>"><?php echo sprintf( __fs( 'download-x-version', $slug ), ( $fs->is_trial() ? $trial_plan->title : $site->plan->title ) ) . ( is_object( $update ) ? ' [' . $update->version . ']' : '' ) ?></a>
337
- <?php elseif ( is_object( $update ) ) : ?>
338
- <a class="button button-primary"
339
- href="<?php echo wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' . $fs->get_plugin_basename() ), 'upgrade-plugin_' . $fs->get_plugin_basename() ) ?>"><?php echo __fs( 'install-update-now', $slug ) . ' [' . $update->version . ']' ?></a>
340
- <?php endif ?>
341
- <?php endif; ?>
342
- </div>
343
- <?php
344
- elseif ( in_array( $p['id'], array( 'license_key', 'site_secret_key' ) ) ) : ?>
345
- <button class="button button-small"><?php _efs( 'show', $slug ) ?></button>
346
- <?php
347
- elseif (/*in_array($p['id'], array('site_secret_key', 'site_id', 'site_public_key')) ||*/
348
- ( is_string( $user->secret_key ) && in_array( $p['id'], array(
349
- 'email',
350
- 'user_name'
351
- ) ) )
352
- ) : ?>
353
- <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST"
354
- onsubmit="var val = prompt('<?php printf( __fs( 'what-is-your-x', $slug ), $p['title'] ) ?>', '<?php echo $p['value'] ?>'); if (null == val || '' === val) return false; jQuery('input[name=fs_<?php echo $p['id'] ?>_<?php echo $slug ?>]').val(val); return true;">
355
- <input type="hidden" name="fs_action" value="update_<?php echo $p['id'] ?>">
356
- <input type="hidden" name="fs_<?php echo $p['id'] ?>_<?php echo $slug ?>"
357
- value="">
358
- <?php wp_nonce_field( 'update_' . $p['id'] ) ?>
359
- <input type="submit" class="button button-small"
360
- value="<?php _efs( 'edit', $slug ) ?>">
361
- </form>
362
- <?php endif ?>
363
- </td>
364
- <?php endif ?>
365
- </tr>
366
- <?php $odd = ! $odd;
367
- endforeach ?>
368
- </table>
369
- </div>
370
- </div>
371
- <script type="text/javascript">
372
- (function ($) {
373
- $('.fs-field-license_key button, .fs-field-site_secret_key button').click(function () {
374
- var
375
- $this = $(this),
376
- $parent = $this.closest('tr'),
377
- $input = $parent.find('input');
378
-
379
- $parent.find('code').toggle();
380
- $input.toggle();
381
-
382
- if ($input.is(':visible')) {
383
- $this.html('<?php _efs( 'hide', $slug ) ?>');
384
- setTimeout(function () {
385
- $input.select().focus();
386
- }, 100);
387
- }
388
- else {
389
- $this.html('<?php _efs( 'show', $slug ) ?>');
390
- }
391
- });
392
- }(jQuery));
393
-
394
- </script>
395
-
396
- <?php
397
- $account_addons = $fs->get_account_addons();
398
- if ( ! is_array( $account_addons ) ) {
399
- $account_addons = array();
400
- }
401
-
402
- $installed_addons = $fs->get_installed_addons();
403
- $installed_addons_ids = array();
404
- foreach ( $installed_addons as $fs_addon ) {
405
- $installed_addons_ids[] = $fs_addon->get_id();
406
- }
407
-
408
- $addons_to_show = array_unique( array_merge( $installed_addons_ids, $account_addons ) );
409
- ?>
410
- <?php if ( 0 < count( $addons_to_show ) ) : ?>
411
- <!-- Add-Ons -->
412
- <div class="postbox">
413
- <div class="">
414
- <!-- <div class="inside">-->
415
- <table id="fs_addons" class="widefat">
416
- <thead>
417
- <tr>
418
- <th><h3><?php _efs( 'add-ons', $slug ) ?></h3></th>
419
- <th><?php _efs( 'id', $slug ) ?></th>
420
- <th><?php _efs( 'version', $slug ) ?></th>
421
- <th><?php _efs( 'plan', $slug ) ?></th>
422
- <th><?php _efs( 'license', $slug ) ?></th>
423
- <th></th>
424
- <?php if ( defined( 'WP_FS__DEV_MODE' ) && WP_FS__DEV_MODE ) : ?>
425
- <th></th>
426
- <?php endif ?>
427
- </tr>
428
- </thead>
429
- <tbody>
430
- <?php $odd = true;
431
- foreach ( $addons_to_show as $addon_id ) : ?>
432
- <?php
433
- $addon = $fs->get_addon( $addon_id );
434
- $is_addon_activated = $fs->is_addon_activated( $addon->slug );
435
- $is_addon_connected = $fs->is_addon_connected( $addon->slug );
436
-
437
- $fs_addon = $is_addon_connected ? freemius( $addon->slug ) : false;
438
- if ( is_object( $fs_addon ) ) {
439
- $is_paying = $fs_addon->is_paying();
440
- $user = $fs_addon->get_user();
441
- $site = $fs_addon->get_site();
442
- $license = $fs_addon->_get_license();
443
- $subscription = $fs_addon->_get_subscription();
444
- $plan = $fs_addon->get_plan();
445
- $is_active_subscription = ( is_object( $subscription ) && $subscription->is_active() );
446
- $is_paid_trial = $fs_addon->is_paid_trial();
447
- $show_upgrade = ( ! $is_paying && ! $is_paid_trial && ! $fs_addon->_has_premium_license() );
448
- $is_current_license_expired = is_object( $license ) && $license->is_expired();
449
- }
450
-
451
- // var_dump( $is_paid_trial, $license, $site, $subscription );
452
-
453
- ?>
454
- <tr<?php if ( $odd ) {
455
- echo ' class="alternate"';
456
- } ?>>
457
- <td>
458
- <!-- Title -->
459
- <?php echo $addon->title ?>
460
- </td>
461
- <?php if ( $is_addon_connected ) : ?>
462
- <?php // Add-on Installed ?>
463
- <?php $addon_site = $fs_addon->get_site(); ?>
464
- <td>
465
- <!-- ID -->
466
- <?php echo $addon_site->id ?>
467
- </td>
468
- <td>
469
- <!-- Version -->
470
- <?php echo $fs_addon->get_plugin_version() ?>
471
- </td>
472
- <td>
473
- <!-- Plan Title -->
474
- <?php echo is_string( $addon_site->plan->name ) ? strtoupper( $addon_site->plan->title ) : 'FREE' ?>
475
- </td>
476
- <td>
477
- <!-- Expiration -->
478
- <?php
479
- $tags = array();
480
-
481
- if ( $fs_addon->is_trial() ) {
482
- $tags[] = array( 'label' => __fs( 'trial', $slug ), 'type' => 'success' );
483
-
484
- $tags[] = array(
485
- 'label' => sprintf( __fs( ( $is_paid_trial ? 'renews-in' : 'expires-in' ), $slug ), human_time_diff( time(), strtotime( $site->trial_ends ) ) ),
486
- 'type' => ( $is_paid_trial ? 'success' : 'warn' )
487
- );
488
- } else {
489
- if ( is_object( $license ) ) {
490
- if ( $license->is_cancelled ) {
491
- $tags[] = array(
492
- 'label' => __fs( 'cancelled', $slug ),
493
- 'type' => 'error'
494
- );
495
- } else if ( $license->is_expired() ) {
496
- $tags[] = array(
497
- 'label' => __fs( 'expired', $slug ),
498
- 'type' => 'error'
499
- );
500
- } else if ( $license->is_lifetime() ) {
501
- $tags[] = array(
502
- 'label' => __fs( 'no-expiration', $slug ),
503
- 'type' => 'success'
504
- );
505
- } else if ( ! $is_active_subscription && ! $license->is_first_payment_pending() ) {
506
- $tags[] = array(
507
- 'label' => sprintf( __fs( 'expires-in', $slug ), human_time_diff( time(), strtotime( $license->expiration ) ) ),
508
- 'type' => 'warn'
509
- );
510
- } else if ( $is_active_subscription && ! $subscription->is_first_payment_pending() ) {
511
- $tags[] = array(
512
- 'label' => sprintf( __fs( 'renews-in', $slug ), human_time_diff( time(), strtotime( $subscription->next_payment ) ) ),
513
- 'type' => 'success'
514
- );
515
- }
516
- }
517
- }
518
-
519
- foreach ( $tags as $t ) {
520
- printf( '<label class="fs-tag fs-%s">%s</label>' . "\n", $t['type'], $t['label'] );
521
- }
522
- ?>
523
- </td>
524
- <?php
525
- $buttons = array();
526
- if ( $is_addon_activated ) {
527
- if ( $is_paying ) {
528
- $buttons[] = fs_ui_get_action_button(
529
- $slug,
530
- 'account',
531
- 'deactivate_license',
532
- __fs( 'deactivate-license', $slug ),
533
- array( 'plugin_id' => $addon_id ),
534
- false
535
- );
536
- } else if ( $is_paid_trial ) {
537
- $buttons[] = fs_ui_get_action_button(
538
- $slug,
539
- 'account',
540
- 'cancel_trial',
541
- __fs( 'cancel-trial', $slug ),
542
- array( 'plugin_id' => $addon_id ),
543
- false,
544
- 'dashicons dashicons-download',
545
- __fs( 'cancel-trial-confirm', $slug ),
546
- 'POST'
547
- );
548
- } else {
549
- $premium_license = $fs_addon->_get_available_premium_license();
550
-
551
- if ( is_object( $premium_license ) ) {
552
- $site = $fs_addon->get_site();
553
-
554
- $buttons[] = fs_ui_get_action_button(
555
- $slug,
556
- 'account',
557
- 'activate_license',
558
- sprintf( __fs( 'activate-x-plan', $slug ), $fs_addon->get_plan_title(), ( $site->is_localhost() && $premium_license->is_free_localhost ) ? '[localhost]' : ( 1 < $premium_license->left() ? $premium_license->left() . ' left' : '' ) ),
559
- array(
560
- 'plugin_id' => $addon_id,
561
- 'license_id' => $premium_license->id,
562
- )
563
- );
564
- }
565
- }
566
-
567
- if ( 0 == count( $buttons ) ) {
568
- // Add sync license only if non of the other CTAs are visible.
569
- $buttons[] = fs_ui_get_action_button(
570
- $slug,
571
- 'account',
572
- $slug . '_sync_license',
573
- __fs( 'sync-license', $slug ),
574
- array( 'plugin_id' => $addon_id ),
575
- false
576
- );
577
-
578
- }
579
- } else if ( ! $show_upgrade ) {
580
- if ( $fs->is_addon_installed( $addon->slug ) ) {
581
- $addon_file = $fs->get_addon_basename( $addon->slug );
582
- $buttons[] = sprintf(
583
- '<a class="button button-primary" href="%s" title="%s" class="edit">%s</a>',
584
- wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $addon_file, 'activate-plugin_' . $addon_file ),
585
- esc_attr( __fs( 'activate-this-addon', $slug ) ),
586
- __fs( 'activate', $slug )
587
- );
588
- } else {
589
- if ( $fs->is_allowed_to_install() ) {
590
- $buttons[] = sprintf(
591
- '<a class="button button-primary" href="%s" class="edit">%s</a>',
592
- wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=' . $addon->slug ), 'install-plugin_' . $addon->slug ),
593
- __fs( 'install-now', $slug )
594
- );
595
- } else {
596
- $buttons[] = sprintf(
597
- '<a target="_blank" class="button button-primary" href="%s" class="edit">%s</a>',
598
- $fs->_get_latest_download_local_url( $addon_id ),
599
- __fs( 'download-latest', $slug )
600
- );
601
- }
602
- }
603
- }
604
-
605
- if ( $show_upgrade ) {
606
- $buttons[] = sprintf( '<a href="%s" class="thickbox button button-primary" aria-label="%s" data-title="%s"><i class="dashicons dashicons-cart"></i> %s</a>',
607
- esc_url( network_admin_url( 'plugin-install.php?tab=plugin-information&parent_plugin_id=' . $fs->get_id() . '&plugin=' . $addon->slug .
608
- '&TB_iframe=true&width=600&height=550' ) ),
609
- esc_attr( sprintf( __fs( 'more-information-about-x', $slug ), $addon->title ) ),
610
- esc_attr( $addon->title ),
611
- __fs( ( $fs_addon->has_free_plan() ? 'upgrade' : 'purchase' ), $slug )
612
- );
613
- }
614
-
615
- $buttons_count = count( $buttons );
616
- ?>
617
-
618
- <td>
619
- <!-- Actions -->
620
- <?php if ($buttons_count > 1) : ?>
621
- <div class="button-group">
622
- <?php endif ?>
623
- <?php foreach ( $buttons as $button ) : ?>
624
- <?php echo $button ?>
625
- <?php endforeach ?>
626
- <?php if ($buttons_count > 1) : ?>
627
- </div>
628
- <?php endif ?>
629
- </td>
630
- <?php else : ?>
631
- <?php // Add-on NOT Installed or was never connected.
632
- ?>
633
- <td colspan="4">
634
- <!-- Action -->
635
- <?php if ( $fs->is_addon_installed( $addon->slug ) ) : ?>
636
- <?php $addon_file = $fs->get_addon_basename( $addon->slug ) ?>
637
- <a class="button button-primary"
638
- href="<?php echo wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $addon_file, 'activate-plugin_' . $addon_file ) ?>"
639
- title="<?php esc_attr( __fs( 'activate-this-addon', $slug ) ) ?>"
640
- class="edit"><?php _efs( 'activate', $slug ) ?></a>
641
- <?php else : ?>
642
- <?php if ( $fs->is_allowed_to_install() ) : ?>
643
- <a class="button button-primary"
644
- href="<?php echo wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=' . $addon->slug ), 'install-plugin_' . $addon->slug ) ?>"><?php _efs( 'install-now', $slug ) ?></a>
645
- <?php else : ?>
646
- <a target="_blank" class="button button-primary"
647
- href="<?php echo $fs->_get_latest_download_local_url( $addon_id ) ?>"><?php _efs( 'download-latest', $slug ) ?></a>
648
- <?php endif ?>
649
- <?php endif ?>
650
- </td>
651
- <?php endif ?>
652
- <?php if ( defined( 'WP_FS__DEV_MODE' ) && WP_FS__DEV_MODE ) : ?>
653
- <td>
654
- <!-- Optional Delete Action -->
655
- <?php
656
- if ( $is_addon_activated ) {
657
- fs_ui_action_button(
658
- $slug, 'account',
659
- 'delete_account',
660
- __fs( 'delete', $slug ),
661
- array( 'plugin_id' => $addon_id ),
662
- false
663
- );
664
- }
665
- ?>
666
- </td>
667
- <?php endif ?>
668
- </tr>
669
- <?php $odd = ! $odd;
670
- endforeach ?>
671
- </tbody>
672
- </table>
673
- </div>
674
- </div>
675
- <?php endif ?>
676
-
677
- <?php $fs->do_action( 'after_account_details' ) ?>
678
- </div>
679
- </div>
680
- </div>
681
- </div>
682
- </div>
683
- <?php
684
- $params = array(
685
- 'page' => 'account',
686
- 'module_id' => $fs->get_id(),
687
- 'module_slug' => $slug,
688
- 'module_version' => $fs->get_plugin_version(),
689
- );
690
- fs_require_template( 'powered-by.php', $params );
691
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/add-ons.php DELETED
@@ -1,154 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- /**
18
- * @var Freemius
19
- */
20
- $fs = freemius( $slug );
21
-
22
- $open_addon_slug = fs_request_get( 'slug' );
23
-
24
- $open_addon = false;
25
-
26
- /**
27
- * @var FS_Plugin[]
28
- */
29
- $addons = $fs->get_addons();
30
-
31
- $has_addons = ( is_array( $addons ) && 0 < count( $addons ) );
32
- ?>
33
- <div id="fs_addons" class="wrap">
34
- <h2><?php printf( __fs( 'add-ons-for-x', $slug ), $fs->get_plugin_name() ) ?></h2>
35
-
36
- <div id="poststuff">
37
- <?php if ( ! $has_addons ) : ?>
38
- <h3><?php printf(
39
- '%s... %s',
40
- __fs( 'oops', $slug ),
41
- __fs( 'add-ons-missing', $slug )
42
- ) ?></h3>
43
- <?php endif ?>
44
- <ul class="fs-cards-list">
45
- <?php if ( $has_addons ) : ?>
46
- <?php foreach ( $addons as $addon ) : ?>
47
- <?php
48
- $open_addon = ( $open_addon || ( $open_addon_slug === $addon->slug ) );
49
-
50
- $price = 0;
51
- $plan = null;
52
- $plans_result = $fs->get_api_site_or_plugin_scope()->get( "/addons/{$addon->id}/plans.json" );
53
- if ( ! isset( $plans_result->error ) ) {
54
- $plans = $plans_result->plans;
55
- if ( is_array( $plans ) && 0 < count( $plans ) ) {
56
- $plan = new FS_Plugin_Plan( $plans[0] );
57
- $pricing_result = $fs->get_api_site_or_plugin_scope()->get( "/addons/{$addon->id}/plans/{$plan->id}/pricing.json" );
58
- if ( ! isset( $pricing_result->error ) ) {
59
- // Update plan's pricing.
60
- $plan->pricing = $pricing_result->pricing;
61
-
62
- if ( is_array( $plan->pricing ) && 0 < count( $plan->pricing ) ) {
63
- $min_price = 999999;
64
- foreach ( $plan->pricing as $pricing ) {
65
- if ( ! is_null( $pricing->annual_price ) && $pricing->annual_price > 0 ) {
66
- $min_price = min( $min_price, $pricing->annual_price );
67
- } else if ( ! is_null( $pricing->monthly_price ) && $pricing->monthly_price > 0 ) {
68
- $min_price = min( $min_price, 12 * $pricing->monthly_price );
69
- }
70
- }
71
-
72
- if ( $min_price < 999999 ) {
73
- $price = $min_price;
74
- }
75
- }
76
- }
77
- }
78
- }
79
- ?>
80
- <li class="fs-card fs-addon" data-slug="<?php echo $addon->slug ?>">
81
- <?php
82
- echo sprintf( '<a href="%s" class="thickbox fs-overlay" aria-label="%s" data-title="%s"></a>',
83
- esc_url( network_admin_url( 'plugin-install.php?tab=plugin-information&parent_plugin_id=' . $fs->get_id() . '&plugin=' . $addon->slug .
84
- '&TB_iframe=true&width=600&height=550' ) ),
85
- esc_attr( sprintf( __fs( 'more-information-about-x', $slug ), $addon->title ) ),
86
- esc_attr( $addon->title )
87
- );
88
- ?>
89
- <?php
90
- if ( is_null( $addon->info ) ) {
91
- $addon->info = new stdClass();
92
- }
93
- if ( ! isset( $addon->info->card_banner_url ) ) {
94
- $addon->info->card_banner_url = '//dashboard.freemius.com/assets/img/marketing/blueprint-300x100.jpg';
95
- }
96
- if ( ! isset( $addon->info->short_description ) ) {
97
- $addon->info->short_description = 'What\'s the one thing your add-on does really, really well?';
98
- }
99
- ?>
100
- <div class="fs-inner">
101
- <ul>
102
- <li class="fs-card-banner"
103
- style="background-image: url('<?php echo $addon->info->card_banner_url ?>');"></li>
104
- <!-- <li class="fs-tag"></li>-->
105
- <li class="fs-title"><?php echo $addon->title ?></li>
106
- <li class="fs-offer">
107
- <span
108
- class="fs-price"><?php echo ( 0 == $price ) ? __fs( 'free', $slug ) : ('$' . number_format( $price, 2 ) . ($plan->has_trial() ? ' - ' . __fs('trial', $slug) : '')) ?></span>
109
- </li>
110
- <li class="fs-description"><?php echo ! empty( $addon->info->short_description ) ? $addon->info->short_description : 'SHORT DESCRIPTION' ?></li>
111
- <li class="fs-cta"><a class="button"><?php _efs( 'view-details', $slug ) ?></a></li>
112
- </ul>
113
- </div>
114
- </li>
115
- <?php endforeach ?>
116
- <?php endif ?>
117
- </ul>
118
- </div>
119
- </div>
120
- <script type="text/javascript">
121
- (function ($) {
122
- <?php if ( $open_addon ) : ?>
123
-
124
- var interval = setInterval(function () {
125
- // Open add-on information page.
126
- $('.fs-card[data-slug=<?php echo $open_addon_slug ?>] a').click();
127
- if ($('#TB_iframeContent').length > 0) {
128
- clearInterval(interval);
129
- interval = null;
130
- }
131
- }, 200);
132
-
133
- <?php else : ?>
134
-
135
-
136
- $('.fs-card.fs-addon')
137
- .mouseover(function () {
138
- $(this).find('.fs-cta .button').addClass('button-primary');
139
- }).mouseout(function () {
140
- $(this).find('.fs-cta .button').removeClass('button-primary');
141
- });
142
-
143
- <?php endif ?>
144
- })(jQuery);
145
- </script>
146
- <?php
147
- $params = array(
148
- 'page' => 'addons',
149
- 'module_id' => $fs->get_id(),
150
- 'module_slug' => $slug,
151
- 'module_version' => $fs->get_plugin_version(),
152
- );
153
- fs_require_template( 'powered-by.php', $params );
154
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/admin-notice.php DELETED
@@ -1,46 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
- ?>
13
- <div<?php if ( ! empty( $VARS['id'] ) ) : ?> data-id="<?php echo $VARS['id'] ?>"<?php endif ?><?php if ( ! empty( $VARS['slug'] ) ) : ?> data-slug="<?php echo $VARS['slug'] ?>"<?php endif ?>
14
- class="<?php
15
- switch ( $VARS['type'] ) {
16
- case 'error':
17
- echo 'error form-invalid';
18
- break;
19
- case 'promotion':
20
- echo 'updated promotion';
21
- break;
22
- case 'update':
23
- // echo 'update-nag update';
24
- // break;
25
- case 'success':
26
- default:
27
- echo 'updated success';
28
- break;
29
- }
30
- ?> fs-notice<?php if ( ! empty( $VARS['sticky'] ) ) {
31
- echo ' fs-sticky';
32
- } ?><?php if ( ! empty( $VARS['plugin'] ) ) {
33
- echo ' fs-has-title';
34
- } ?>"><?php if ( ! empty( $VARS['plugin'] ) ) : ?>
35
- <label class="fs-plugin-title"><?php echo $VARS['plugin'] ?></label>
36
- <?php endif ?>
37
- <?php if ( ! empty( $VARS['sticky'] ) ) : ?>
38
- <div class="fs-close"><i class="dashicons dashicons-no"
39
- title="<?php _efs( 'dismiss' ) ?>"></i> <span><?php _efs( 'dismiss' ) ?></span>
40
- </div>
41
- <?php endif ?>
42
- <div class="fs-notice-body">
43
- <?php if ( ! empty( $VARS['title'] ) ) : ?><b><?php echo $VARS['title'] ?></b> <?php endif ?>
44
- <?php echo $VARS['message'] ?>
45
- </div>
46
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/all-admin-notice.php DELETED
@@ -1,39 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- ?>
17
- <div class="<?php
18
- switch ($VARS['type']) {
19
- case 'error':
20
- echo 'error form-invalid';
21
- break;
22
- case 'update-nag':
23
- echo 'update-nag ';
24
- break;
25
- case 'update':
26
- case 'success':
27
- default:
28
- echo 'updated success';
29
- break;
30
- }
31
- ?> fs-notice">
32
- <?php if ('update-nag' !== $VARS['type']) : ?><p><?php endif ?>
33
- <?php if (!empty($VARS['title'])) : ?>
34
- <b><?php echo $VARS['title'] ?></b>
35
- <?php endif ?>
36
- <?php echo $VARS['message'] ?>
37
- <?php if ('update-nag' !== $VARS['type']) : ?></p><?php endif ?>
38
- <?php if ($VARS['sticky']) : ?><i class="dashicons dashicons-no"></i><?php endif ?>
39
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/billing.php DELETED
@@ -1,109 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2016, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.2.0
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- /**
18
- * @var Freemius $fs
19
- */
20
- $fs = freemius( $slug );
21
-
22
- /**
23
- * @var FS_Plugin_Tag $update
24
- */
25
- $update = $fs->get_update( false, false );
26
-
27
- $is_paying = $fs->is_paying();
28
- $user = $fs->get_user();
29
- $site = $fs->get_site();
30
- $name = $user->get_name();
31
- $license = $fs->_get_license();
32
- $subscription = $fs->_get_subscription();
33
- $plan = $fs->get_plan();
34
- $is_active_subscription = ( is_object( $subscription ) && $subscription->is_active() );
35
- $is_paid_trial = $fs->is_paid_trial();
36
- $show_upgrade = ( ! $is_paying && ! $is_paid_trial );
37
- ?>
38
-
39
- <div id="fs_account" class="wrap">
40
- <h2 class="nav-tab-wrapper">
41
- <a href="<?php echo $fs->get_account_url() ?>" class="nav-tab"><?php _efs( 'account', $slug ) ?></a>
42
- <?php if ( $fs->has_addons() ) : ?>
43
- <a href="<?php echo $fs->_get_admin_page_url( 'addons' ) ?>"
44
- class="nav-tab"><?php _efs( 'add-ons', $slug ) ?></a>
45
- <?php endif ?>
46
- <?php if ( $fs->is_not_paying() && $fs->has_paid_plan() ) : ?>
47
- <a href="<?php echo $fs->get_upgrade_url() ?>" class="nav-tab"><?php _efs( 'upgrade', $slug ) ?></a>
48
- <?php if ( $fs->apply_filters( 'show_trial', true ) && ! $fs->is_trial_utilized() && $fs->has_trial_plan() ) : ?>
49
- <a href="<?php echo $fs->get_trial_url() ?>"
50
- class="nav-tab"><?php _efs( 'free-trial', $slug ) ?></a>
51
- <?php endif ?>
52
- <?php endif ?>
53
- <?php if ( ! $plan->is_free() ) : ?>
54
- <a href="<?php echo $fs->get_account_tab_url( 'billing' ) ?>"
55
- class="nav-tab nav-tab-active"><?php _efs( 'billing', $slug ) ?></a>
56
- <?php endif ?>
57
- </h2>
58
-
59
- <div id="poststuff">
60
- <div>
61
- <div class="has-sidebar has-right-sidebar">
62
- <div class="has-sidebar-content">
63
- <div class="postbox">
64
- <h3><?php _efs( 'payments', $slug ) ?></h3>
65
-
66
- <?php
67
- $payments = $fs->_fetch_payments();
68
- ?>
69
-
70
- <div class="inside">
71
- <table class="widefat">
72
- <thead>
73
- <tr>
74
- <th><?php _efs( 'id', $slug ) ?></th>
75
- <th><?php _efs( 'date', $slug ) ?></th>
76
- <!-- <th>--><?php //_efs( 'transaction' ) ?><!--</th>-->
77
- <th><?php _efs( 'amount', $slug ) ?></th>
78
- <th><?php _efs( 'invoice', $slug ) ?></th>
79
- </tr>
80
- </thead>
81
- <tbody>
82
- <?php $odd = true ?>
83
- <?php foreach ( $payments as $payment ) : ?>
84
- <tr<?php echo $odd ? ' class="alternate"' : '' ?>>
85
- <td><?php echo $payment->id ?></td>
86
- <td><?php echo date( 'M j, Y', strtotime( $payment->created ) ) ?></td>
87
- <td>$<?php echo $payment->gross ?></td>
88
- <td><a href="<?php echo $fs->_get_invoice_api_url($payment->id) ?>" class="button button-small"
89
- target="_blank"><?php _efs( 'invoice', $slug ) ?></a></td>
90
- </tr>
91
- <?php $odd = ! $odd; endforeach ?>
92
- </tbody>
93
- </table>
94
- </div>
95
- </div>
96
- </div>
97
- </div>
98
- </div>
99
- </div>
100
- </div>
101
- <?php
102
- $params = array(
103
- 'page' => 'account',
104
- 'module_id' => $fs->get_id(),
105
- 'module_slug' => $slug,
106
- 'module_version' => $fs->get_plugin_version(),
107
- );
108
- fs_require_template( 'powered-by.php', $params );
109
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/checkout.php DELETED
@@ -1,264 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- wp_enqueue_script( 'jquery' );
14
- wp_enqueue_script( 'json2' );
15
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
16
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
17
- fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
18
-
19
- /**
20
- * @var array $VARS
21
- */
22
- $slug = $VARS['slug'];
23
- $fs = freemius( $slug );
24
-
25
- $timestamp = time();
26
-
27
- $context_params = array(
28
- 'plugin_id' => $fs->get_id(),
29
- 'plugin_public_key' => $fs->get_public_key(),
30
- 'plugin_version' => $fs->get_plugin_version(),
31
- );
32
-
33
- // Get site context secure params.
34
- if ( $fs->is_registered() ) {
35
- $site = $fs->get_site();
36
- $plugin_id = fs_request_get( 'plugin_id', $fs->get_id() );
37
-
38
- if ($plugin_id != $fs->get_id()) {
39
- if ( $fs->is_addon_activated( $plugin_id ) ) {
40
- $fs_addon = Freemius::get_instance_by_id( $plugin_id );
41
- $site = $fs_addon->get_site();
42
- }
43
- }
44
-
45
- $context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
46
- $site,
47
- $timestamp,
48
- 'checkout'
49
- ) );
50
- } else {
51
- $current_user = Freemius::_get_current_wp_user();
52
-
53
- // Add site and user info to the request, this information
54
- // is NOT being stored unless the user complete the purchase
55
- // and agrees to the TOS.
56
- $context_params = array_merge( $context_params, array(
57
- 'user_firstname' => $current_user->user_firstname,
58
- 'user_lastname' => $current_user->user_lastname,
59
- 'user_email' => $current_user->user_email,
60
- // 'user_nickname' => $current_user->user_nicename,
61
- // 'plugin_slug' => $slug,
62
- // 'site_url' => get_site_url(),
63
- // 'site_name' => get_bloginfo( 'name' ),
64
- // 'platform_version' => get_bloginfo( 'version' ),
65
- // 'language' => get_bloginfo( 'language' ),
66
- // 'charset' => get_bloginfo( 'charset' ),
67
- // 'account_url' => fs_nonce_url( $fs->_get_admin_page_url(
68
- // 'account',
69
- // array( 'fs_action' => 'sync_user' )
70
- // ), 'sync_user' ),
71
- ) );
72
-
73
- $fs_user = Freemius::_get_user_by_email( $current_user->user_email );
74
-
75
- if ( is_object( $fs_user ) ) {
76
- $context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
77
- $fs_user,
78
- $timestamp,
79
- 'checkout'
80
- ) );
81
- }
82
- }
83
-
84
- if ( $fs->is_payments_sandbox() )
85
- {
86
- // Append plugin secure token for sandbox mode authentication.
87
- $context_params['sandbox'] = FS_Security::instance()->get_secure_token(
88
- $fs->get_plugin(),
89
- $timestamp,
90
- 'checkout'
91
- );
92
-
93
- /**
94
- * @since 1.1.7.3 Add security timestamp for sandbox even for anonymous user.
95
- */
96
- if ( empty( $context_params['s_ctx_ts'] ) ) {
97
- $context_params['s_ctx_ts'] = $timestamp;
98
- }
99
- }
100
-
101
- $return_url = $fs->_get_sync_license_url( isset( $_GET['plugin_id'] ) ? $_GET['plugin_id'] : $fs->get_id() );
102
-
103
- $query_params = array_merge( $context_params, $_GET, array(
104
- // Current plugin version.
105
- 'plugin_version' => $fs->get_plugin_version(),
106
- 'sdk_version' => WP_FS__SDK_VERSION,
107
- 'return_url' => $return_url,
108
- // Admin CSS URL for style/design competability.
109
- // 'wp_admin_css' => get_bloginfo('wpurl') . "/wp-admin/load-styles.php?c=1&load=buttons,wp-admin,dashicons",
110
- ) );
111
- ?>
112
- <div id="fs_checkout" class="wrap" style="margin: 0 0 -65px -20px;">
113
- <div id="iframe"></div>
114
- <script type="text/javascript">
115
- // http://stackoverflow.com/questions/4583703/jquery-post-request-not-ajax
116
- jQuery(function ($) {
117
- $.extend({
118
- form: function (url, data, method) {
119
- if (method == null) method = 'POST';
120
- if (data == null) data = {};
121
-
122
- var form = $('<form>').attr({
123
- method: method,
124
- action: url
125
- }).css({
126
- display: 'none'
127
- });
128
-
129
- var addData = function (name, data) {
130
- if ($.isArray(data)) {
131
- for (var i = 0; i < data.length; i++) {
132
- var value = data[i];
133
- addData(name + '[]', value);
134
- }
135
- } else if (typeof data === 'object') {
136
- for (var key in data) {
137
- if (data.hasOwnProperty(key)) {
138
- addData(name + '[' + key + ']', data[key]);
139
- }
140
- }
141
- } else if (data != null) {
142
- form.append($('<input>').attr({
143
- type : 'hidden',
144
- name : String(name),
145
- value: String(data)
146
- }));
147
- }
148
- };
149
-
150
- for (var key in data) {
151
- if (data.hasOwnProperty(key)) {
152
- addData(key, data[key]);
153
- }
154
- }
155
-
156
- return form.appendTo('body');
157
- }
158
- });
159
- });
160
-
161
- (function ($) {
162
- $(function () {
163
-
164
- var
165
- // Keep track of the iframe height.
166
- iframe_height = 800,
167
- base_url = '<?php echo WP_FS__ADDRESS ?>',
168
- // Pass the parent page URL into the Iframe in a meaningful way (this URL could be
169
- // passed via query string or hard coded into the child page, it depends on your needs).
170
- src = base_url + '/checkout/?<?php echo (isset($_REQUEST['XDEBUG_SESSION']) ? 'XDEBUG_SESSION=' . $_REQUEST['XDEBUG_SESSION'] . '&' : '') . http_build_query($query_params) ?>#' + encodeURIComponent(document.location.href),
171
-
172
- // Append the Iframe into the DOM.
173
- iframe = $('<iframe " src="' + src + '" width="100%" height="' + iframe_height + 'px" scrolling="no" frameborder="0" style="background: transparent;"><\/iframe>')
174
- .appendTo('#iframe');
175
-
176
- FS.PostMessage.init(base_url, [iframe[0]]);
177
- FS.PostMessage.receiveOnce('height', function (data) {
178
- var h = data.height;
179
- if (!isNaN(h) && h > 0 && h != iframe_height) {
180
- iframe_height = h;
181
- iframe.height(iframe_height + 'px');
182
-
183
- FS.PostMessage.postScroll(iframe[0]);
184
- }
185
- });
186
-
187
- FS.PostMessage.receiveOnce('install', function (data) {
188
- // Post data to activation URL.
189
- $.form('<?php echo fs_nonce_url($fs->_get_admin_page_url('account', array(
190
- 'fs_action' => $slug . '_activate_new',
191
- 'plugin_id' => isset($_GET['plugin_id']) ? $_GET['plugin_id'] : $fs->get_id()
192
- )), $slug . '_activate_new') ?>', {
193
- user_id : data.user.id,
194
- user_secret_key : data.user.secret_key,
195
- user_public_key : data.user.public_key,
196
- install_id : data.install.id,
197
- install_secret_key: data.install.secret_key,
198
- install_public_key: data.install.public_key
199
- }).submit();
200
- });
201
-
202
- FS.PostMessage.receiveOnce('pending_activation', function (data) {
203
- $.form('<?php echo fs_nonce_url($fs->_get_admin_page_url('account', array(
204
- 'fs_action' => $slug . '_activate_new',
205
- 'plugin_id' => fs_request_get('plugin_id', $fs->get_id()),
206
- 'pending_activation' => true,
207
- )), $slug . '_activate_new') ?>', {
208
- user_email: data.user_email
209
- }).submit();
210
- });
211
-
212
- FS.PostMessage.receiveOnce('get_context', function () {
213
- console.debug('receiveOnce', 'get_context');
214
-
215
- // If the user didn't connect his account with Freemius,
216
- // once he accepts the Terms of Service and Privacy Policy,
217
- // and then click the purchase button, the context information
218
- // of the user will be shared with Freemius in order to complete the
219
- // purchase workflow and activate the license for the right user.
220
- FS.PostMessage.post('context', {
221
- plugin_id : '<?php echo $fs->get_id() ?>',
222
- plugin_public_key: '<?php echo $fs->get_public_key() ?>',
223
- plugin_version : '<?php echo $fs->get_plugin_version() ?>',
224
- plugin_slug : '<?php echo $slug ?>',
225
- site_name : '<?php echo get_bloginfo('name') ?>',
226
- platform_version : '<?php echo get_bloginfo('version') ?>',
227
- language : '<?php echo get_bloginfo('language') ?>',
228
- charset : '<?php echo get_bloginfo('charset') ?>',
229
- return_url : '<?php echo $return_url ?>',
230
- account_url : '<?php echo fs_nonce_url($fs->_get_admin_page_url(
231
- 'account',
232
- array('fs_action' => 'sync_user')
233
- ), 'sync_user') ?>',
234
- activation_url : '<?php echo fs_nonce_url($fs->_get_admin_page_url('',
235
- array(
236
- 'fs_action' => $slug . '_activate_new',
237
- 'plugin_id' => fs_request_get('plugin_id', $fs->get_id()),
238
-
239
- )),
240
- $slug . '_activate_new') ?>'
241
- }, iframe[0]);
242
- });
243
-
244
- FS.PostMessage.receiveOnce('get_dimensions', function (data) {
245
- console.debug('receiveOnce', 'get_dimensions');
246
-
247
- FS.PostMessage.post('dimensions', {
248
- height : $(document.body).height(),
249
- scrollTop: $(document).scrollTop()
250
- }, iframe[0]);
251
- });
252
- });
253
- })(jQuery);
254
- </script>
255
- </div>
256
- <?php
257
- $params = array(
258
- 'page' => 'checkout',
259
- 'module_id' => $fs->get_id(),
260
- 'module_slug' => $slug,
261
- 'module_version' => $fs->get_plugin_version(),
262
- );
263
- fs_require_template( 'powered-by.php', $params );
264
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/connect.php DELETED
@@ -1,349 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.7
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- $fs = freemius( $slug );
18
- $is_pending_activation = $fs->is_pending_activation();
19
- $is_premium_only = $fs->is_only_premium();
20
- $has_paid_plans = $fs->has_paid_plan();
21
- $is_premium_code = $fs->is_premium();
22
- $is_freemium = $fs->is_freemium();
23
-
24
- $fs->_enqueue_connect_essentials();
25
-
26
- $current_user = Freemius::_get_current_wp_user();
27
-
28
- $first_name = $current_user->user_firstname;
29
- if ( empty( $first_name ) ) {
30
- $first_name = $current_user->nickname;
31
- }
32
-
33
- $site_url = get_site_url();
34
- $protocol_pos = strpos( $site_url, '://' );
35
- if ( false !== $protocol_pos ) {
36
- $site_url = substr( $site_url, $protocol_pos + 3 );
37
- }
38
-
39
- $freemius_site_url = $fs->has_paid_plan() ?
40
- 'https://freemius.com/wordpress/' :
41
- // Insights platform information.
42
- 'https://freemius.com/wordpress/usage-tracking/';
43
-
44
- $freemius_site_url .= '?' . http_build_query( array(
45
- 'id' => $fs->get_id(),
46
- 'slug' => $slug,
47
- ) );
48
-
49
- $freemius_link = '<a href="' . $freemius_site_url . '" target="_blank" tabindex="1">freemius.com</a>';
50
-
51
- $error = fs_request_get( 'error' );
52
-
53
- $require_license_key = $is_premium_only ||
54
- ( $is_freemium && $is_premium_code && fs_request_get_bool( 'require_license', true ) );
55
-
56
- if ( $is_pending_activation ) {
57
- $require_license_key = false;
58
- }
59
-
60
- if ( $require_license_key ) {
61
- $fs->_require_license_activation_dialog();
62
- }
63
- ?>
64
- <div id="fs_connect"
65
- class="wrap<?php if ( ! $fs->is_enable_anonymous() || $is_pending_activation || $require_license_key ) {
66
- echo ' fs-anonymous-disabled';
67
- } ?>">
68
- <div class="fs-visual">
69
- <b class="fs-site-icon"><i class="dashicons dashicons-wordpress"></i></b>
70
- <i class="dashicons dashicons-plus fs-first"></i>
71
- <?php
72
- $vars = array( 'slug' => $slug );
73
- fs_require_once_template( 'plugin-icon.php', $vars );
74
- ?>
75
- <i class="dashicons dashicons-plus fs-second"></i>
76
- <img class="fs-connect-logo" width="80" height="80" src="//img.freemius.com/connect-logo.png"/>
77
- </div>
78
- <div class="fs-content">
79
- <?php if ( ! empty( $error ) ) : ?>
80
- <p class="fs-error"><?php echo $error ?></p>
81
- <?php endif ?>
82
- <p><?php
83
- $button_label = 'opt-in-connect';
84
-
85
- if ( $is_pending_activation ) {
86
- $button_label = 'resend-activation-email';
87
-
88
- echo $fs->apply_filters( 'pending_activation_message', sprintf(
89
- __fs( 'thanks-x', $slug ) . '<br>' .
90
- __fs( 'pending-activation-message', $slug ),
91
- $first_name,
92
- '<b>' . $fs->get_plugin_name() . '</b>',
93
- '<b>' . $current_user->user_email . '</b>'
94
- ) );
95
- } else if ( $require_license_key ) {
96
- $button_label = 'agree-activate-license';
97
-
98
- echo $fs->apply_filters( 'connect-message_on-premium',
99
- sprintf( __fs( 'hey-x', $slug ), $first_name ) . '<br>' .
100
- sprintf( __fs( 'thanks-for-purchasing', $slug ), '<b>' . $fs->get_plugin_name() . '</b>' ),
101
- $first_name,
102
- $fs->get_plugin_name()
103
- );
104
- } else {
105
- $filter = 'connect_message';
106
- $default_optin_message = 'connect-message';
107
-
108
- if ( $fs->is_plugin_update() ) {
109
- // If Freemius was added on a plugin update, set different
110
- // opt-in message.
111
- $default_optin_message = 'connect-message_on-update';
112
-
113
- // If user customized the opt-in message on update, use
114
- // that message. Otherwise, fallback to regular opt-in
115
- // custom message if exist.
116
- if ( $fs->has_filter( 'connect_message_on_update' ) ) {
117
- $filter = 'connect_message_on_update';
118
- }
119
- }
120
-
121
- echo $fs->apply_filters( $filter,
122
- sprintf(
123
- __fs( 'hey-x', $slug ) . '<br>' .
124
- __fs( $default_optin_message, $slug ),
125
- $first_name,
126
- '<b>' . $fs->get_plugin_name() . '</b>',
127
- '<b>' . $current_user->user_login . '</b>',
128
- '<a href="' . $site_url . '" target="_blank">' . $site_url . '</a>',
129
- $freemius_link
130
- ),
131
- $first_name,
132
- $fs->get_plugin_name(),
133
- $current_user->user_login,
134
- '<a href="' . $site_url . '" target="_blank">' . $site_url . '</a>',
135
- $freemius_link
136
- );
137
- }
138
- ?></p>
139
- <?php if ( $require_license_key ) : ?>
140
- <div class="fs-license-key-container">
141
- <input id="fs_license_key" name="fs_key" type="text" required maxlength="32"
142
- placeholder="<?php _efs( 'license-key', $slug ) ?>" tabindex="1"/>
143
- <i class="dashicons dashicons-admin-network"></i>
144
- <a class="show-license-resend-modal show-license-resend-modal-<?php echo $slug; ?>"
145
- href="#"><?php _efs( 'cant-find-license-key' ); ?></a>
146
- </div>
147
- <?php endif ?>
148
- </div>
149
- <div class="fs-actions">
150
- <?php if ( $fs->is_enable_anonymous() && ! $is_pending_activation && ! $require_license_key ) : ?>
151
- <a href="<?php echo wp_nonce_url( $fs->_get_admin_page_url( '', array( 'fs_action' => $slug . '_skip_activation' ) ), $slug . '_skip_activation' ) ?>"
152
- class="button button-secondary" tabindex="2"><?php _efs( 'skip', $slug ) ?></a>
153
- <?php endif ?>
154
-
155
- <?php $fs_user = Freemius::_get_user_by_email( $current_user->user_email ) ?>
156
- <?php if ( is_object( $fs_user ) && ! $is_pending_activation ) : ?>
157
- <form action="" method="POST">
158
- <input type="hidden" name="fs_action" value="<?php echo $slug ?>_activate_existing">
159
- <?php wp_nonce_field( 'activate_existing_' . $fs->get_public_key() ) ?>
160
- <button class="button button-primary" tabindex="1"
161
- type="submit"<?php if ( $require_license_key ) {
162
- echo ' disabled="disabled"';
163
- } ?>><?php _efs( $button_label, $slug ) ?></button>
164
- </form>
165
- <?php else : ?>
166
- <form method="post" action="<?php echo WP_FS__ADDRESS ?>/action/service/user/install/">
167
- <?php $params = $fs->get_opt_in_params() ?>
168
- <?php foreach ( $params as $name => $value ) : ?>
169
- <input type="hidden" name="<?php echo $name ?>" value="<?php echo esc_attr( $value ) ?>">
170
- <?php endforeach ?>
171
- <button class="button button-primary" tabindex="1"
172
- type="submit"<?php if ( $require_license_key ) {
173
- echo ' disabled="disabled"';
174
- } ?>><?php _efs( $button_label, $slug ) ?></button>
175
- </form>
176
- <?php endif ?>
177
- </div><?php
178
-
179
- // Set core permission list items.
180
- $permissions = array(
181
- 'profile' => array(
182
- 'icon-class' => 'dashicons dashicons-admin-users',
183
- 'label' => __fs( 'permissions-profile' ),
184
- 'desc' => __fs( 'permissions-profile_desc' ),
185
- 'priority' => 5,
186
- ),
187
- 'site' => array(
188
- 'icon-class' => 'dashicons dashicons-admin-settings',
189
- 'label' => __fs( 'permissions-site' ),
190
- 'desc' => __fs( 'permissions-site_desc' ),
191
- 'priority' => 10,
192
- ),
193
- 'events' => array(
194
- 'icon-class' => 'dashicons dashicons-admin-plugins',
195
- 'label' => __fs( 'permissions-events' ),
196
- 'desc' => __fs( 'permissions-events_desc' ),
197
- 'priority' => 20,
198
- ),
199
- // 'plugins_themes' => array(
200
- // 'icon-class' => 'dashicons dashicons-admin-settings',
201
- // 'label' => __fs( 'permissions-plugins_themes' ),
202
- // 'desc' => __fs( 'permissions-plugins_themes_desc' ),
203
- // 'priority' => 30,
204
- // ),
205
- );
206
-
207
- // Add newsletter permissions if enabled.
208
- if ( $fs->is_permission_requested( 'newsletter' ) ) {
209
- $permissions['newsletter'] = array(
210
- 'icon-class' => 'dashicons dashicons-email-alt',
211
- 'label' => __fs( 'permissions-newsletter' ),
212
- 'desc' => __fs( 'permissions-newsletter_desc' ),
213
- 'priority' => 15,
214
- );
215
- }
216
-
217
- // Allow filtering of the permissions list.
218
- $permissions = $fs->apply_filters( 'permission_list', $permissions );
219
-
220
- // Sort by priority.
221
- uasort( $permissions, 'fs_sort_by_priority' );
222
-
223
- if ( ! empty( $permissions ) ) : ?>
224
- <div class="fs-permissions">
225
- <?php if ( $require_license_key ) : ?>
226
- <p class="fs-license-sync-disclaimer"><?php printf( __fs( 'license-sync-disclaimer', $slug ), $freemius_link ) ?></p>
227
- <?php endif ?>
228
- <a class="fs-trigger" href="#" tabindex="1"><?php _efs( 'what-permissions', $slug ) ?></a>
229
- <ul><?php
230
- foreach ( $permissions as $id => $permission ) : ?>
231
- <li id="fs-permission-<?php esc_attr_e( $id ); ?>"
232
- class="fs-permission fs-<?php esc_attr_e( $id ); ?>">
233
- <i class="<?php esc_attr_e( $permission['icon-class'] ); ?>"></i>
234
-
235
- <div>
236
- <span><?php esc_html_e( $permission['label'] ); ?></span>
237
-
238
- <p><?php esc_html_e( $permission['desc'] ); ?></p>
239
- </div>
240
- </li>
241
- <?php endforeach; ?>
242
- </ul>
243
- </div>
244
- <?php endif ?>
245
- <?php if ( $is_premium_code && $is_freemium ) : ?>
246
- <div class="fs-freemium-licensing">
247
- <p>
248
- <?php if ( $require_license_key ) : ?>
249
- <?php _efs( 'dont-have-license-key', $slug ) ?>
250
- <a data-require-license="false" tabindex="1"><?php _efs( 'activate-free-version', $slug ) ?></a>
251
- <?php else : ?>
252
- <?php _efs( 'have-license-key', $slug ) ?>
253
- <a data-require-license="true" tabindex="1"><?php _efs( 'activate-license', $slug ) ?></a>
254
- <?php endif ?>
255
- </p>
256
- </div>
257
- <?php endif ?>
258
- <div class="fs-terms">
259
- <a href="https://freemius.com/privacy/" target="_blank"
260
- tabindex="1"><?php _efs( 'privacy-policy', $slug ) ?></a>
261
- &nbsp;&nbsp;-&nbsp;&nbsp;
262
- <a href="https://freemius.com/terms/" target="_blank" tabindex="1"><?php _efs( 'tos', $slug ) ?></a>
263
- </div>
264
- </div>
265
- <script type="text/javascript">
266
- (function ($) {
267
- var $primaryCta = $('.fs-actions .button.button-primary'),
268
- $form = $('.fs-actions form'),
269
- requireLicenseKey = <?php echo $require_license_key ? 'true' : 'false' ?>,
270
- $licenseSecret,
271
- $licenseKeyInput = $('#fs_license_key');
272
-
273
- $('.fs-actions .button').on('click', function () {
274
- // Set loading mode.
275
- $(document.body).css({'cursor': 'wait'});
276
- });
277
-
278
- $form.on('submit', function () {
279
- /**
280
- * @author Vova Feldman (@svovaf)
281
- * @since 1.1.9
282
- */
283
- if (requireLicenseKey) {
284
- if (null == $licenseSecret) {
285
- $licenseSecret = $('<input type="hidden" name="license_secret_key" value="" />');
286
- $form.append($licenseSecret);
287
- }
288
-
289
- // Update secret key if premium only plugin.
290
- $licenseSecret.val($licenseKeyInput.val());
291
- }
292
-
293
- return true;
294
- });
295
-
296
- $primaryCta.on('click', function () {
297
- $(this).addClass('fs-loading');
298
- $(this).html('<?php _efs( $is_pending_activation ? 'sending-email' : 'activating' , $slug ) ?>...').css({'cursor': 'wait'});
299
- });
300
-
301
- $('.fs-permissions .fs-trigger').on('click', function () {
302
- $('.fs-permissions').toggleClass('fs-open');
303
- });
304
-
305
- if (requireLicenseKey) {
306
- /**
307
- * Submit license key on enter.
308
- *
309
- * @author Vova Feldman (@svovaf)
310
- * @since 1.1.9
311
- */
312
- $licenseKeyInput.keypress(function (e) {
313
- if (e.which == 13) {
314
- if ('' !== $(this).val()) {
315
- $primaryCta.click();
316
- return false;
317
- }
318
- }
319
- });
320
-
321
- /**
322
- * Disable activation button when empty license key.
323
- *
324
- * @author Vova Feldman (@svovaf)
325
- * @since 1.1.9
326
- */
327
- $licenseKeyInput.on('keyup paste delete cut', function () {
328
- setTimeout(function () {
329
- if ('' === $licenseKeyInput.val()) {
330
- $primaryCta.attr('disabled', 'disabled');
331
- } else {
332
- $primaryCta.prop('disabled', false);
333
- }
334
- }, 100);
335
- }).focus();
336
- }
337
-
338
- /**
339
- * Set license mode trigger URL.
340
- *
341
- * @author Vova Feldman (@svovaf)
342
- * @since 1.1.9
343
- */
344
- var $connectLicenseModeTrigger = $('#fs_connect .fs-freemium-licensing a');
345
- if ($connectLicenseModeTrigger.length > 0) {
346
- $connectLicenseModeTrigger.attr('href', window.location.href + '&require_license=' + $connectLicenseModeTrigger.attr('data-require-license'))
347
- }
348
- })(jQuery);
349
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/contact.php DELETED
@@ -1,88 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- wp_enqueue_script( 'jquery' );
14
- wp_enqueue_script( 'json2' );
15
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
16
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
17
- fs_enqueue_local_style( 'fs_checkout', '/admin/common.css' );
18
-
19
- /**
20
- * @var array $VARS
21
- */
22
- $slug = $VARS['slug'];
23
- $fs = freemius( $slug );
24
-
25
- $context_params = array(
26
- 'plugin_id' => $fs->get_id(),
27
- 'plugin_public_key' => $fs->get_public_key(),
28
- 'plugin_version' => $fs->get_plugin_version(),
29
- );
30
-
31
-
32
- // Get site context secure params.
33
- if ( $fs->is_registered() ) {
34
- $context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
35
- $fs->get_site(),
36
- time(),
37
- 'contact'
38
- ) );
39
- }
40
-
41
- $query_params = array_merge( $_GET, array_merge( $context_params, array(
42
- 'plugin_version' => $fs->get_plugin_version(),
43
- 'wp_login_url' => wp_login_url(),
44
- 'site_url' => get_site_url(),
45
- // 'wp_admin_css' => get_bloginfo('wpurl') . "/wp-admin/load-styles.php?c=1&load=buttons,wp-admin,dashicons",
46
- ) ) );
47
- ?>
48
- <div class="fs-secure-notice">
49
- <i class="dashicons dashicons-lock"></i>
50
- <span><b>Secure HTTPS contact page</b>, running via iframe from external domain</span>
51
- </div>
52
- <div id="fs_contact" class="wrap" style="margin: 40px 0 -65px -20px;">
53
- <div id="iframe"></div>
54
- <script type="text/javascript">
55
- (function ($) {
56
- $(function () {
57
-
58
- var
59
- // Keep track of the iframe height.
60
- iframe_height = 800,
61
- base_url = '<?php echo WP_FS__ADDRESS ?>',
62
- src = base_url + '/contact/?<?php echo http_build_query($query_params) ?>#' + encodeURIComponent(document.location.href),
63
-
64
- // Append the Iframe into the DOM.
65
- iframe = $('<iframe " src="' + src + '" width="100%" height="' + iframe_height + 'px" scrolling="no" frameborder="0" style="background: transparent;"><\/iframe>')
66
- .appendTo('#iframe');
67
-
68
- FS.PostMessage.init(base_url);
69
- FS.PostMessage.receive('height', function (data) {
70
- var h = data.height;
71
- if (!isNaN(h) && h > 0 && h != iframe_height) {
72
- iframe_height = h;
73
- $("#iframe iframe").height(iframe_height + 'px');
74
- }
75
- });
76
- });
77
- })(jQuery);
78
- </script>
79
- </div>
80
- <?php
81
- $params = array(
82
- 'page' => 'contact',
83
- 'module_id' => $fs->get_id(),
84
- 'module_slug' => $slug,
85
- 'module_version' => $fs->get_plugin_version(),
86
- );
87
- fs_require_template( 'powered-by.php', $params );
88
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/deactivation-feedback-modal.php DELETED
@@ -1,201 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.2
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- $slug = $VARS['slug'];
14
- $fs = freemius( $slug );
15
-
16
- $confirmation_message = $fs->apply_filters( 'uninstall_confirmation_message', '' );
17
-
18
- $reasons = $VARS['reasons'];
19
-
20
- $reasons_list_items_html = '';
21
-
22
- foreach ( $reasons as $reason ) {
23
- $list_item_classes = 'reason' . ( ! empty( $reason['input_type'] ) ? ' has-input' : '' );
24
- $reasons_list_items_html .= '<li class="' . $list_item_classes . '" data-input-type="' . $reason['input_type'] . '" data-input-placeholder="' . $reason['input_placeholder'] . '"><label><span><input type="radio" name="selected-reason" value="' . $reason['id'] . '"/></span><span>' . $reason['text'] . '</span></label></li>';
25
- }
26
- ?>
27
- <script type="text/javascript">
28
- (function ($) {
29
- var reasonsHtml = <?php echo json_encode( $reasons_list_items_html ); ?>,
30
- modalHtml =
31
- '<div class="fs-modal<?php echo empty( $confirmation_message ) ? ' no-confirmation-message' : ''; ?>">'
32
- + ' <div class="fs-modal-dialog">'
33
- + ' <div class="fs-modal-body">'
34
- + ' <div class="fs-modal-panel" data-panel-id="confirm"><p><?php echo $confirmation_message; ?></p></div>'
35
- + ' <div class="fs-modal-panel active" data-panel-id="reasons"><h3><strong><?php printf( __fs( 'deactivation-share-reason' , $slug ) ); ?>:</strong></h3><ul id="reasons-list">' + reasonsHtml + '</ul></div>'
36
- + ' </div>'
37
- + ' <div class="fs-modal-footer">'
38
- + ' <a href="#" class="button button-secondary button-deactivate"></a>'
39
- + ' <a href="#" class="button button-primary button-close"><?php printf( __fs( 'deactivation-modal-button-cancel' , $slug ) ); ?></a>'
40
- + ' </div>'
41
- + ' </div>'
42
- + '</div>',
43
- $modal = $(modalHtml),
44
- $deactivateLink = $('#the-list .deactivate > [data-slug=<?php echo $VARS['slug']; ?>].fs-slug').prev();
45
-
46
- $modal.appendTo($('body'));
47
-
48
- registerEventHandlers();
49
-
50
- function registerEventHandlers() {
51
- $deactivateLink.click(function (evt) {
52
- evt.preventDefault();
53
-
54
- showModal();
55
- });
56
-
57
- $modal.on('click', '.button', function (evt) {
58
- evt.preventDefault();
59
-
60
- if ($(this).hasClass('disabled')) {
61
- return;
62
- }
63
-
64
- var _parent = $(this).parents('.fs-modal:first');
65
- var _this = $(this);
66
-
67
- if (_this.hasClass('allow-deactivate')) {
68
- var $radio = $('input[type="radio"]:checked');
69
-
70
- if (0 === $radio.length) {
71
- // If no selected reason, just deactivate the plugin.
72
- window.location.href = $deactivateLink.attr('href');
73
- return;
74
- }
75
-
76
- var $selected_reason = $radio.parents('li:first'),
77
- $input = $selected_reason.find('textarea, input[type="text"]');
78
-
79
- $.ajax({
80
- url : ajaxurl,
81
- method : 'POST',
82
- data : {
83
- 'action' : 'submit-uninstall-reason',
84
- 'reason_id' : $radio.val(),
85
- 'reason_info': ( 0 !== $input.length ) ? $input.val().trim() : ''
86
- },
87
- beforeSend: function () {
88
- _parent.find('.button').addClass('disabled');
89
- _parent.find('.button-secondary').text('Processing...');
90
- },
91
- complete : function () {
92
- // Do not show the dialog box, deactivate the plugin.
93
- window.location.href = $deactivateLink.attr('href');
94
- }
95
- });
96
- } else if (_this.hasClass('button-deactivate')) {
97
- // Change the Deactivate button's text and show the reasons panel.
98
- _parent.find('.button-deactivate').addClass('allow-deactivate');
99
-
100
- showPanel('reasons');
101
- }
102
- });
103
-
104
- $modal.on('click', 'input[type="radio"]', function () {
105
- var _parent = $(this).parents('li:first');
106
-
107
- $modal.find('.reason-input').remove();
108
- $modal.find('.button-deactivate').text('<?php printf( __fs( 'deactivation-modal-button-submit' , $slug ) ); ?>');
109
-
110
- if (_parent.hasClass('has-input')) {
111
- var inputType = _parent.data('input-type'),
112
- inputPlaceholder = _parent.data('input-placeholder'),
113
- reasonInputHtml = '<div class="reason-input">' + ( ( 'textfield' === inputType ) ? '<input type="text" />' : '<textarea rows="5"></textarea>' ) + '</div>';
114
-
115
- _parent.append($(reasonInputHtml));
116
- _parent.find('input, textarea').attr('placeholder', inputPlaceholder).focus();
117
- }
118
- });
119
-
120
- // If the user has clicked outside the window, cancel it.
121
- $modal.on('click', function (evt) {
122
- var $target = $(evt.target);
123
-
124
- // If the user has clicked anywhere in the modal dialog, just return.
125
- if ($target.hasClass('fs-modal-body') || $target.hasClass('fs-modal-footer')) {
126
- return;
127
- }
128
-
129
- // If the user has not clicked the close button and the clicked element is inside the modal dialog, just return.
130
- if (!$target.hasClass('button-close') && ( $target.parents('.fs-modal-body').length > 0 || $target.parents('.fs-modal-footer').length > 0 )) {
131
- return;
132
- }
133
-
134
- closeModal();
135
- });
136
- }
137
-
138
- function showModal() {
139
- resetModal();
140
-
141
- // Display the dialog box.
142
- $modal.addClass('active');
143
-
144
- $('body').addClass('has-fs-modal');
145
- }
146
-
147
- function closeModal() {
148
- $modal.removeClass('active');
149
-
150
- $('body').removeClass('has-fs-modal');
151
- }
152
-
153
- function resetModal() {
154
- $modal.find('.button').removeClass('disabled');
155
-
156
- // Uncheck all radio buttons.
157
- $modal.find('input[type="radio"]').prop('checked', false);
158
-
159
- // Remove all input fields ( textfield, textarea ).
160
- $modal.find('.reason-input').remove();
161
-
162
- var $deactivateButton = $modal.find('.button-deactivate');
163
-
164
- /*
165
- * If the modal dialog has no confirmation message, that is, it has only one panel, then ensure
166
- * that clicking the deactivate button will actually deactivate the plugin.
167
- */
168
- if ($modal.hasClass('no-confirmation-message')) {
169
- $deactivateButton.addClass('allow-deactivate');
170
-
171
- showPanel('reasons');
172
- } else {
173
- $deactivateButton.removeClass('allow-deactivate');
174
-
175
- showPanel('confirm');
176
- }
177
- }
178
-
179
- function showPanel(panelType) {
180
- $modal.find('.fs-modal-panel').removeClass('active ');
181
- $modal.find('[data-panel-id="' + panelType + '"]').addClass('active');
182
-
183
- updateButtonLabels();
184
- }
185
-
186
- function updateButtonLabels() {
187
- var $deactivateButton = $modal.find('.button-deactivate');
188
-
189
- // Reset the deactivate button's text.
190
- if ('confirm' === getCurrentPanel()) {
191
- $deactivateButton.text('<?php printf( __fs( 'deactivation-modal-button-confirm' , $slug ) ); ?>');
192
- } else {
193
- $deactivateButton.text('<?php printf( __fs( 'deactivate' , $slug ) ); ?>');
194
- }
195
- }
196
-
197
- function getCurrentPanel() {
198
- return $modal.find('.fs-modal-panel.active').attr('data-panel-id');
199
- }
200
- })(jQuery);
201
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/debug.php DELETED
@@ -1,296 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.1
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- global $fs_active_plugins;
14
-
15
- $fs_options = FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
16
- ?>
17
- <h1><?php echo __fs( 'Freemius Debug' ) . ' - ' . __fs( 'SDK' ) . ' v.' . $fs_active_plugins->newest->version ?></h1>
18
- <div>
19
- <!-- Debugging Switch -->
20
- <?php //$debug_mode = get_option( 'fs_debug_mode', null ) ?>
21
- <span class="switch-label"><?php _efs( 'debugging' ) ?></span>
22
-
23
- <div class="switch <?php echo WP_FS__DEBUG_SDK ? 'off' : 'on' ?>">
24
- <div class="toggle"></div>
25
- <span class="on"><?php _efs( 'on' ) ?></span>
26
- <span class="off"><?php _efs( 'off' ) ?></span>
27
- </div>
28
- <script type="text/javascript">
29
- (function ($) {
30
- $(document).ready(function () {
31
- // Switch toggle
32
- $('.switch').click(function () {
33
- $(this)
34
- .toggleClass('on')
35
- .toggleClass('off');
36
-
37
- $.post(ajaxurl, {
38
- action: 'fs_toggle_debug_mode',
39
- is_on : ($(this).hasClass('off') ? 1 : 0)
40
- }, function (response) {
41
- if (1 == response) {
42
- // Refresh page on success.
43
- location.reload();
44
- }
45
- });
46
- });
47
- });
48
- }(jQuery));
49
- </script>
50
- </div>
51
- <h2><?php _efs( 'actions' ) ?></h2>
52
- <table>
53
- <tbody>
54
- <tr>
55
- <td>
56
- <!-- Delete All Accounts -->
57
- <form action="" method="POST">
58
- <input type="hidden" name="fs_action" value="restart_freemius">
59
- <?php wp_nonce_field( 'restart_freemius' ) ?>
60
- <button class="button button-primary"
61
- onclick="if (confirm('<?php _efs( 'delete-all-confirm' ) ?>')) this.parentNode.submit(); return false;"><?php _efs( 'delete-all-accounts' ) ?></button>
62
- </form>
63
- </td>
64
- <td>
65
- <!-- Clear API Cache -->
66
- <form action="" method="POST">
67
- <input type="hidden" name="fs_clear_api_cache" value="true">
68
- <button class="button button-primary"><?php _efs( 'clear-api-cache' ) ?></button>
69
- </form>
70
- </td>
71
- <td>
72
- <!-- Sync Data with Server -->
73
- <form action="" method="POST">
74
- <input type="hidden" name="background_sync" value="true">
75
- <button class="button button-primary"><?php _efs( 'sync-data-from-server' ) ?></button>
76
- </form>
77
- </td>
78
- </tr>
79
- </tbody>
80
- </table>
81
- <h2><?php _efs( 'sdk-versions' ) ?></h2>
82
- <table id="fs_sdks" class="widefat">
83
- <thead>
84
- <tr>
85
- <th><?php _efs( 'version' ) ?></th>
86
- <th><?php _efs( 'sdk-path' ) ?></th>
87
- <th><?php _efs( 'plugin-path' ) ?></th>
88
- <th><?php _efs( 'is-active' ) ?></th>
89
- </tr>
90
- </thead>
91
- <tbody>
92
- <?php foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) : ?>
93
- <?php $is_active = ( WP_FS__SDK_VERSION == $data->version ) ?>
94
- <tr<?php if ( $is_active ) {
95
- echo ' style="background: #E6FFE6; font-weight: bold"';
96
- } ?>>
97
- <td><?php echo $data->version ?></td>
98
- <td><?php echo $sdk_path ?></td>
99
- <td><?php echo $data->plugin_path ?></td>
100
- <td><?php echo ( $is_active ) ? 'Active' : 'Inactive' ?></td>
101
- </tr>
102
- <?php endforeach ?>
103
- </tbody>
104
- </table>
105
- <?php $plugins = $fs_options->get_option( 'plugins' ) ?>
106
- <?php if ( is_array( $plugins ) && 0 < count( $plugins ) ) : ?>
107
- <h2><?php _efs( 'plugins' ) ?></h2>
108
- <table id="fs_plugins" class="widefat">
109
- <thead>
110
- <tr>
111
- <th><?php _efs( 'id' ) ?></th>
112
- <th><?php _efs( 'slug' ) ?></th>
113
- <th><?php _efs( 'version' ) ?></th>
114
- <th><?php _efs( 'title' ) ?></th>
115
- <th><?php _efs( 'api' ) ?></th>
116
- <th><?php _efs( 'freemius-state' ) ?></th>
117
- <th><?php _efs( 'plugin-path' ) ?></th>
118
- <th><?php _efs( 'public-key' ) ?></th>
119
- </tr>
120
- </thead>
121
- <tbody>
122
- <?php foreach ( $plugins as $slug => $data ) : ?>
123
- <?php $is_active = is_plugin_active( $data->file ) ?>
124
- <?php $fs = $is_active ? freemius( $slug ) : null ?>
125
- <tr<?php if ( $is_active ) {
126
- echo ' style="background: #E6FFE6; font-weight: bold"';
127
- } ?>>
128
- <td><?php echo $data->id ?></td>
129
- <td><?php echo $slug ?></td>
130
- <td><?php echo $data->version ?></td>
131
- <td><?php echo $data->title ?></td>
132
- <td><?php if ( $is_active ) {
133
- echo $fs->has_api_connectivity() ?
134
- __fs( 'connected' ) :
135
- __fs( 'blocked' );
136
- } ?></td>
137
- <td><?php if ( $is_active ) {
138
- echo $fs->is_on() ?
139
- __fs( 'on' ) :
140
- __fs( 'off' );
141
- } ?></td>
142
- <td><?php echo $data->file ?></td>
143
- <td><?php echo $data->public_key ?></td>
144
- </tr>
145
- <?php endforeach ?>
146
- </tbody>
147
- </table>
148
- <?php endif ?>
149
- <?php
150
- /**
151
- * @var array $VARS
152
- * @var FS_Site[] $sites
153
- */
154
- $sites = $VARS['sites'];
155
- ?>
156
- <?php if ( is_array( $sites ) && 0 < count( $sites ) ) : ?>
157
- <h2><?php _efs( 'plugin-installs' ) ?> / <?php _efs( 'sites' ) ?></h2>
158
- <table id="fs_installs" class="widefat">
159
- <thead>
160
- <tr>
161
- <th><?php _efs( 'id' ) ?></th>
162
- <th><?php _efs( 'slug' ) ?></th>
163
- <th><?php _efs( 'plan' ) ?></th>
164
- <th><?php _efs( 'public-key' ) ?></th>
165
- <th><?php _efs( 'secret-key' ) ?></th>
166
- </tr>
167
- </thead>
168
- <tbody>
169
- <?php foreach ( $sites as $slug => $site ) : ?>
170
- <tr>
171
- <td><?php echo $site->id ?></td>
172
- <td><?php echo $slug ?></td>
173
- <td><?php
174
- echo is_object( $site->plan ) ?
175
- base64_decode( $site->plan->name ) :
176
- ''
177
- ?></td>
178
- <td><?php echo $site->public_key ?></td>
179
- <td><?php echo $site->secret_key ?></td>
180
- </tr>
181
- <?php endforeach ?>
182
- </tbody>
183
- </table>
184
- <?php endif ?>
185
- <?php
186
- $addons = $VARS['addons'];
187
- ?>
188
- <?php foreach ( $addons as $plugin_id => $plugin_addons ) : ?>
189
- <h2><?php printf( __fs( 'addons-of-x' ), $plugin_id ) ?></h2>
190
- <table id="fs_addons" class="widefat">
191
- <thead>
192
- <tr>
193
- <th><?php _efs( 'id' ) ?></th>
194
- <th><?php _efs( 'title' ) ?></th>
195
- <th><?php _efs( 'slug' ) ?></th>
196
- <th><?php _efs( 'version' ) ?></th>
197
- <th><?php _efs( 'public-key' ) ?></th>
198
- <th><?php _efs( 'secret-key' ) ?></th>
199
- </tr>
200
- </thead>
201
- <tbody>
202
- <?php
203
- /**
204
- * @var FS_Plugin[] $plugin_addons
205
- */
206
- foreach ( $plugin_addons as $addon ) : ?>
207
- <tr>
208
- <td><?php echo $addon->id ?></td>
209
- <td><?php echo $addon->title ?></td>
210
- <td><?php echo $addon->slug ?></td>
211
- <td><?php echo $addon->version ?></td>
212
- <td><?php echo $addon->public_key ?></td>
213
- <td><?php echo $addon->secret_key ?></td>
214
- </tr>
215
- <?php endforeach ?>
216
- </tbody>
217
- </table>
218
- <?php endforeach ?>
219
- <?php
220
- /**
221
- * @var FS_User[] $users
222
- */
223
- $users = $VARS['users'];
224
- ?>
225
- <?php if ( is_array( $users ) && 0 < count( $users ) ) : ?>
226
- <h2><?php _efs( 'users' ) ?></h2>
227
- <table id="fs_users" class="widefat">
228
- <thead>
229
- <tr>
230
- <th><?php _efs( 'id' ) ?></th>
231
- <th><?php _efs( 'name' ) ?></th>
232
- <th><?php _efs( 'email' ) ?></th>
233
- <th><?php _efs( 'verified' ) ?></th>
234
- <th><?php _efs( 'public-key' ) ?></th>
235
- <th><?php _efs( 'secret-key' ) ?></th>
236
- </tr>
237
- </thead>
238
- <tbody>
239
- <?php foreach ( $users as $user_id => $user ) : ?>
240
- <tr>
241
- <td><?php echo $user->id ?></td>
242
- <td><?php echo $user->get_name() ?></td>
243
- <td><a href="mailto:<?php esc_attr_e( $user->email ) ?>"><?php echo $user->email ?></a></td>
244
- <td><?php echo json_encode( $user->is_verified ) ?></td>
245
- <td><?php echo $user->public_key ?></td>
246
- <td><?php echo $user->secret_key ?></td>
247
- </tr>
248
- <?php endforeach ?>
249
- </tbody>
250
- </table>
251
- <?php endif ?>
252
- <?php
253
- /**
254
- * @var FS_Plugin_License[] $licenses
255
- */
256
- $licenses = $VARS['licenses'];
257
- ?>
258
- <?php if ( is_array( $licenses ) && 0 < count( $licenses ) ) : ?>
259
- <h2><?php _efs( 'licenses' ) ?></h2>
260
- <table id="fs_users" class="widefat">
261
- <thead>
262
- <tr>
263
- <th><?php _efs( 'id' ) ?></th>
264
- <th><?php _efs( 'plugin-id' ) ?></th>
265
- <th><?php _efs( 'user-id' ) ?></th>
266
- <th><?php _efs( 'plan-id' ) ?></th>
267
- <th><?php _efs( 'quota' ) ?></th>
268
- <th><?php _efs( 'activated' ) ?></th>
269
- <th><?php _efs( 'blocking' ) ?></th>
270
- <th><?php _efs( 'license-key' ) ?></th>
271
- <th><?php _efs( 'expiration' ) ?></th>
272
- </tr>
273
- </thead>
274
- <tbody>
275
- <?php foreach ( $licenses as $slug => $module_licenses ) : ?>
276
- <?php foreach ( $module_licenses as $id => $licenses ) : ?>
277
- <?php if ( is_array( $licenses ) && 0 < count( $licenses ) ) : ?>
278
- <?php foreach ( $licenses as $license ) : ?>
279
- <tr>
280
- <td><?php echo $license->id ?></td>
281
- <td><?php echo $license->plugin_id ?></td>
282
- <td><?php echo $license->user_id ?></td>
283
- <td><?php echo $license->plan_id ?></td>
284
- <td><?php echo $license->is_unlimited() ? 'Unlimited' : ( $license->is_single_site() ? 'Single Site' : $license->quota ) ?></td>
285
- <td><?php echo $license->activated ?></td>
286
- <td><?php echo $license->is_block_features ? 'Blocking' : 'Flexible' ?></td>
287
- <td><?php echo htmlentities( $license->secret_key ) ?></td>
288
- <td><?php echo $license->expiration ?></td>
289
- </tr>
290
- <?php endforeach ?>
291
- <?php endif ?>
292
- <?php endforeach ?>
293
- <?php endforeach ?>
294
- </tbody>
295
- </table>
296
- <?php endif ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/debug/api-calls.php DELETED
@@ -1,138 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.7.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- if ( class_exists( 'Freemius_Api' ) ) {
14
- $logger = Freemius_Api::GetLogger();
15
- } else {
16
- $logger = array();
17
- }
18
-
19
- $counters = array(
20
- 'GET' => 0,
21
- 'POST' => 0,
22
- 'PUT' => 0,
23
- 'DELETE' => 0
24
- );
25
-
26
- $show_body = false;
27
- foreach ( $logger as $log ) {
28
- $counters[ $log['method'] ] ++;
29
-
30
- if ( ! is_null( $log['body'] ) ) {
31
- $show_body = true;
32
- }
33
- }
34
-
35
- $pretty_print = $show_body && defined( 'JSON_PRETTY_PRINT' ) && version_compare( phpversion(), '5.3', '>=' );
36
-
37
- $root_path_len = strlen( ABSPATH );
38
- ?>
39
- <h1><?php _efs( 'API' ) ?></h1>
40
-
41
- <h2><span>Total Time:</span><?php echo Freemius_Debug_Bar_Panel::total_time() ?></h2>
42
-
43
- <h2><span>Total Requests:</span><?php echo Freemius_Debug_Bar_Panel::requests_count() ?></h2>
44
- <?php foreach ( $counters as $method => $count ) : ?>
45
- <h2><span><?php echo $method ?>:</span><?php echo number_format( $count ) ?></h2>
46
- <?php endforeach ?>
47
- <table class="widefat">
48
- <thead>
49
- <tr>
50
- <th>#</th>
51
- <th><?php _efs( 'Method' ) ?></th>
52
- <th><?php _efs( 'Code' ) ?></th>
53
- <th><?php _efs( 'Length' ) ?></th>
54
- <th><?php _efs( 'Path' ) ?></th>
55
- <?php if ( $show_body ) : ?>
56
- <th><?php _efs( 'Body' ) ?></th>
57
- <?php endif ?>
58
- <th><?php _efs( 'Result' ) ?></th>
59
- <th><?php _efs( 'Start' ) ?></th>
60
- <th><?php _efs( 'End' ) ?></th>
61
- </tr>
62
- </thead>
63
- <tbody>
64
- <?php foreach ( $logger as $log ) : ?>
65
- <tr>
66
- <td><?php echo $log['id'] ?>.</td>
67
- <td><?php echo $log['method'] ?></td>
68
- <td><?php echo $log['code'] ?></td>
69
- <td><?php echo number_format( 100 * $log['total'], 2 ) . ' ' . __fs( 'ms' ) ?></td>
70
- <td>
71
- <?php
72
- printf( '<a href="#" onclick="jQuery(this).parent().find(\'table\').toggle(); return false;">%s</a>',
73
- $log['path']
74
- );
75
- ?>
76
- <table class="widefat" style="display: none">
77
- <tbody>
78
- <?php for ( $i = 0, $bt = $log['backtrace'], $len = count( $bt ); $i < $len; $i ++ ) : ?>
79
- <tr>
80
- <td><?php echo( $len - $i ) ?></td>
81
- <td><?php if ( isset( $bt[ $i ]['function'] ) ) {
82
- echo ( isset( $bt[ $i ]['class'] ) ? $bt[ $i ]['class'] . $bt[ $i ]['type'] : '' ) . $bt[ $i ]['function'];
83
- } ?></td>
84
- <td><?php if ( isset( $bt[ $i ]['file'] ) ) {
85
- echo substr( $bt[ $i ]['file'], $root_path_len ) . ':' . $bt[ $i ]['line'];
86
- } ?></td>
87
- </tr>
88
- <?php endfor ?>
89
- </tbody>
90
- </table>
91
- </td>
92
- <?php if ( $show_body ) : ?>
93
- <td>
94
- <?php if ( 'GET' !== $log['method'] ) : ?>
95
- <?php
96
- $body = $log['body'];
97
- printf(
98
- '<a href="#" onclick="jQuery(this).parent().find(\'pre\').toggle(); return false;">%s</a>',
99
- substr( $body, 0, 32 ) . ( 32 < strlen( $body ) ? '...' : '' )
100
- );
101
- if ( $pretty_print ) {
102
- $body = json_encode( json_decode( $log['body'] ), JSON_PRETTY_PRINT );
103
- }
104
- ?>
105
- <pre style="display: none"><code><?php echo esc_html( $body ) ?></code></pre>
106
- <?php endif ?>
107
- </td>
108
- <?php endif ?>
109
- <td>
110
- <?php
111
- $result = $log['result'];
112
-
113
- $is_not_empty_result = ( is_string( $result ) && ! empty( $result ) );
114
-
115
- if ( $is_not_empty_result ) {
116
- printf(
117
- '<a href="#" onclick="jQuery(this).parent().find(\'pre\').toggle(); return false;">%s</a>',
118
- substr( $result, 0, 32 ) . ( 32 < strlen( $result ) ? '...' : '' )
119
- );
120
- }
121
-
122
- if ( $is_not_empty_result && $pretty_print ) {
123
- $decoded = json_decode( $result );
124
- if ( ! is_null( $decoded ) ) {
125
- $result = json_encode( $decoded, JSON_PRETTY_PRINT );
126
- }
127
- } else {
128
- $result = is_string( $result ) ? $result : json_encode( $result );
129
- }
130
- ?>
131
- <pre<?php if ( $is_not_empty_result ) : ?> style="display: none"<?php endif ?>><code><?php echo esc_html( $result ) ?></code></pre>
132
- </td>
133
- <td><?php echo number_format( 100 * ( $log['start'] - WP_FS__SCRIPT_START_TIME ), 2 ) . ' ' . __fs( 'ms' ) ?></td>
134
- <td><?php echo number_format( 100 * ( $log['end'] - WP_FS__SCRIPT_START_TIME ), 2 ) . ' ' . __fs( 'ms' ) ?></td>
135
- </tr>
136
- <?php endforeach ?>
137
- </tbody>
138
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/debug/logger.php DELETED
@@ -1,66 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.7.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- $log_book = FS_Logger::get_log();
14
- ?>
15
- <h1><?php _efs( 'Log' ) ?></h1>
16
-
17
- <table class="widefat" style="font-size: 11px;">
18
- <thead>
19
- <tr>
20
- <th>#</th>
21
- <th><?php _efs( 'id' ) ?></th>
22
- <th><?php _efs( 'type' ) ?></th>
23
- <th><?php _efs( 'function' ) ?></th>
24
- <th><?php _efs( 'message' ) ?></th>
25
- <th><?php _efs( 'file' ) ?></th>
26
- <th><?php _efs( 'timestamp' ) ?></th>
27
- </tr>
28
- </thead>
29
- <tbody>
30
-
31
- <?php $i = 0;
32
- foreach ( $log_book as $log ) : ?>
33
- <?php
34
- /**
35
- * @var FS_Logger $logger
36
- */
37
- $logger = $log['logger'];
38
- ?>
39
- <tr<?php if ( $i % 2 ) {
40
- echo ' class="alternate"';
41
- } ?>>
42
- <td><?php echo $log['cnt'] ?>.</td>
43
- <td><?php echo $logger->get_id() ?></td>
44
- <td><?php echo $log['type'] ?></td>
45
- <td><b><code style="color: blue;"><?php echo $log['function'] ?></code></b></td>
46
- <td>
47
- <?php
48
- printf(
49
- '<a href="#" style="color: darkorange !important;" onclick="jQuery(this).parent().find(\'div\').toggle(); return false;"><nobr>%s</nobr></a>',
50
- substr( $log['msg'], 0, 32 ) . ( 32 < strlen( $log['msg'] ) ? '...' : '' )
51
- );
52
- ?>
53
- <div style="display: none;">
54
- <b style="color: darkorange;"><?php echo $log['msg'] ?></b>
55
- </div>
56
- </td>
57
- <td><?php
58
- if ( isset( $log['file'] ) ) {
59
- echo substr( $log['file'], $logger->get_file() ) . ':' . $log['line'] . ')';
60
- }
61
- ?></td>
62
- <td><?php echo number_format( 100 * ( $log['timestamp'] - WP_FS__SCRIPT_START_TIME ), 2 ) . ' ' . __fs( 'ms' ) ?></td>
63
- </tr>
64
- <?php $i ++; endforeach ?>
65
- </tbody>
66
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/debug/plugins-themes-sync.php DELETED
@@ -1,68 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.7.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- $fs_options = FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
14
- $all_plugins = $fs_options->get_option( 'all_plugins' );
15
- $all_themes = $fs_options->get_option( 'all_themes' );
16
- ?>
17
- <h1><?php _efs( 'plugins-themes-sync' ) ?></h1>
18
- <table class="widefat">
19
- <thead>
20
- <tr>
21
- <th></th>
22
- <th><?php _efs( 'total' ) ?></th>
23
- <th><?php _efs( 'Last' ) ?></th>
24
- </tr>
25
- </thead>
26
- <tbody>
27
- <?php if ( is_object( $all_plugins ) ) : ?>
28
- <tr>
29
- <td><?php _efs( 'plugins' ) ?></td>
30
- <td><?php echo count( $all_plugins->plugins ) ?></td>
31
- <td><?php
32
- if ( isset( $all_plugins->timestamp ) && is_numeric( $all_plugins->timestamp ) ) {
33
- $diff = abs( WP_FS__SCRIPT_START_TIME - $all_plugins->timestamp );
34
- $human_diff = ( $diff < MINUTE_IN_SECONDS ) ?
35
- $diff . ' ' . __fs( 'sec' ) :
36
- human_time_diff( WP_FS__SCRIPT_START_TIME, $all_plugins->timestamp );
37
-
38
- if ( WP_FS__SCRIPT_START_TIME < $all_plugins->timestamp ) {
39
- printf( __fs( 'in-x' ), $human_diff );
40
- } else {
41
- printf( __fs( 'x-ago' ), $human_diff );
42
- }
43
- }
44
- ?></td>
45
- </tr>
46
- <?php endif ?>
47
- <?php if ( is_object( $all_themes ) ) : ?>
48
- <tr>
49
- <td><?php _efs( 'themes' ) ?></td>
50
- <td><?php echo count( $all_themes->themes ) ?></td>
51
- <td><?php
52
- if ( isset( $all_themes->timestamp ) && is_numeric( $all_themes->timestamp ) ) {
53
- $diff = abs( WP_FS__SCRIPT_START_TIME - $all_themes->timestamp );
54
- $human_diff = ( $diff < MINUTE_IN_SECONDS ) ?
55
- $diff . ' ' . __fs( 'sec' ) :
56
- human_time_diff( WP_FS__SCRIPT_START_TIME, $all_themes->timestamp );
57
-
58
- if ( WP_FS__SCRIPT_START_TIME < $all_themes->timestamp ) {
59
- printf( __fs( 'in-x' ), $human_diff );
60
- } else {
61
- printf( __fs( 'x-ago' ), $human_diff );
62
- }
63
- }
64
- ?></td>
65
- </tr>
66
- <?php endif ?>
67
- </tbody>
68
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/debug/scheduled-crons.php DELETED
@@ -1,109 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.7.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- $fs_options = FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true );
14
- $plugins = $fs_options->get_option( 'plugins' );
15
- $scheduled_crons = array();
16
- if ( is_array( $plugins ) && 0 < count( $plugins ) ) {
17
- foreach ( $plugins as $slug => $data ) {
18
- /**
19
- * @author Vova Feldman
20
- *
21
- * @since 1.2.1 Don't load data from inactive modules.
22
- */
23
- if ( is_plugin_active( $data->file ) ) {
24
- $fs = freemius( $slug );
25
-
26
- $next_execution = $fs->next_sync_cron();
27
- $last_execution = $fs->last_sync_cron();
28
-
29
- if ( false !== $next_execution ) {
30
- $scheduled_crons[ $slug ][] = array(
31
- 'name' => $fs->get_plugin_name(),
32
- 'slug' => $slug,
33
- 'type' => 'sync_cron',
34
- 'last' => $last_execution,
35
- 'next' => $next_execution,
36
- );
37
- }
38
-
39
- $next_install_execution = $fs->next_install_sync();
40
- $last_install_execution = $fs->last_install_sync();
41
-
42
- if ( false !== $next_install_execution ||
43
- false !== $last_install_execution
44
- ) {
45
- $scheduled_crons[ $slug ][] = array(
46
- 'name' => $fs->get_plugin_name(),
47
- 'slug' => $slug,
48
- 'type' => 'install_sync',
49
- 'last' => $last_install_execution,
50
- 'next' => $next_install_execution,
51
- );
52
- }
53
- }
54
- }
55
- }
56
- ?>
57
- <h1><?php _efs( 'scheduled-crons' ) ?></h1>
58
- <table class="widefat">
59
- <thead>
60
- <tr>
61
- <th><?php _efs( 'slug' ) ?></th>
62
- <th><?php _efs( 'plugin' ) ?></th>
63
- <th><?php _efs( 'type' ) ?></th>
64
- <th><?php _efs( 'Last' ) ?></th>
65
- <th><?php _efs( 'Next' ) ?></th>
66
- </tr>
67
- </thead>
68
- <tbody>
69
- <?php foreach ( $scheduled_crons as $slug => $crons ) : ?>
70
- <?php foreach ( $crons as $cron ) : ?>
71
- <tr>
72
- <td><?php echo $slug ?></td>
73
- <td><?php echo $cron['name'] ?></td>
74
- <td><?php echo $cron['type'] ?></td>
75
- <td><?php
76
- if ( is_numeric( $cron['last'] ) ) {
77
- $diff = abs( WP_FS__SCRIPT_START_TIME - $cron['last'] );
78
- $human_diff = ( $diff < MINUTE_IN_SECONDS ) ?
79
- $diff . ' ' . __fs( 'sec' ) :
80
- human_time_diff( WP_FS__SCRIPT_START_TIME, $cron['last'] );
81
-
82
- if ( WP_FS__SCRIPT_START_TIME < $cron['last'] ) {
83
- printf( __fs( 'in-x' ), $human_diff );
84
- } else {
85
- printf( __fs( 'x-ago' ), $human_diff );
86
- }
87
-
88
- // echo ' ' . $cron['last'];
89
- }
90
- ?></td>
91
- <td><?php
92
- if ( is_numeric( $cron['next'] ) ) {
93
- $diff = abs( WP_FS__SCRIPT_START_TIME - $cron['next'] );
94
- $human_diff = ( $diff < MINUTE_IN_SECONDS ) ?
95
- $diff . ' ' . __fs( 'sec' ) :
96
- human_time_diff( WP_FS__SCRIPT_START_TIME, $cron['next'] );
97
-
98
- if ( WP_FS__SCRIPT_START_TIME < $cron['next'] ) {
99
- printf( __fs( 'in-x' ), $human_diff );
100
- } else {
101
- printf( __fs( 'x-ago' ), $human_diff );
102
- }
103
- }
104
- ?></td>
105
- </tr>
106
- <?php endforeach ?>
107
- <?php endforeach ?>
108
- </tbody>
109
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/email.php DELETED
@@ -1,49 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.1
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $sections = $VARS['sections'];
17
- ?>
18
- <table>
19
- <?php
20
- foreach ( $sections as $section_id => $section ) {
21
- ?>
22
- <thead>
23
- <tr><th colspan="2" style="text-align: left; background: #333; color: #fff; padding: 5px;"><?php echo $section['title']; ?></th></tr>
24
- </thead>
25
- <tbody>
26
- <?php
27
- foreach ( $section['rows'] as $row_id => $row ) {
28
- $col_count = count( $row );
29
- ?>
30
- <tr>
31
- <?php
32
- if ( 1 === $col_count ) { ?>
33
- <td style="vertical-align: top;" colspan="2"><?php echo $row[0]; ?></td>
34
- <?php
35
- } else { ?>
36
- <td style="vertical-align: top;"><b><?php echo $row[0]; ?>:</b></td>
37
- <td><?php echo $row[1]; ?></td>
38
- <?php
39
- }
40
- ?>
41
- </tr>
42
- <?php
43
- }
44
- ?>
45
- </tbody>
46
- <?php
47
- }
48
- ?>
49
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/firewall-issues-js.php DELETED
@@ -1,60 +0,0 @@
1
- <?php
2
- /**
3
- * API connectivity issues (CloudFlare's firewall) handler for handling different
4
- * scenarios selected by the user after connectivity issue is detected, by sending
5
- * AJAX call to the server in order to make the actual actions.
6
- *
7
- * @package Freemius
8
- * @copyright Copyright (c) 2015, Freemius, Inc.
9
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
10
- * @since 1.0.9
11
- */
12
-
13
- if ( ! defined( 'ABSPATH' ) ) {
14
- exit;
15
- }
16
- ?>
17
- <script type="text/javascript">
18
- jQuery(document).ready(function ($) {
19
- $('#fs_firewall_issue_options a.fs-resolve').click(function () {
20
- var
21
- error_type = $(this).attr('data-type'),
22
- notice = $(this).parents('.fs-notice'),
23
- slug = notice.attr('data-slug');
24
-
25
- var data = {
26
- action : 'fs_resolve_firewall_issues_' + slug,
27
- slug : slug,
28
- error_type: error_type
29
- };
30
-
31
- if ('squid' === error_type) {
32
- data.hosting_company = prompt('What is the name or URL of your hosting company?');
33
- if (null == data.hosting_company)
34
- return false;
35
-
36
- if ('' === data.hosting_company) {
37
- alert('We won\'t be able to help without knowing your hosting company.');
38
- return false;
39
- }
40
- }
41
-
42
- if ('retry_ping' === error_type) {
43
- data.action = 'fs_retry_connectivity_test_' + slug;
44
- }
45
-
46
- $(this).css({'cursor': 'wait'});
47
-
48
- // since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
49
- $.post(ajaxurl, data, function (response) {
50
- if (1 == response) {
51
- // Refresh page on success.
52
- location.reload();
53
- } else if ('http' === response.substr(0, 4)) {
54
- // Ping actually worked, redirect.
55
- window.location = response;
56
- }
57
- });
58
- });
59
- });
60
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/forms/deactivation/contact.php DELETED
@@ -1,23 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.2.0
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- $fs = freemius( $slug );
18
-
19
- echo __fs( 'contact-support-before-deactivation', $slug )
20
- . sprintf(" <a href='%s' class='button button-small button-primary'>%s</a>",
21
- $fs->contact_url( 'technical_support' ),
22
- __fs( 'contact-support', $slug )
23
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/forms/deactivation/form.php DELETED
@@ -1,360 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.2
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- $fs = freemius( $slug );
18
-
19
- $confirmation_message = $fs->apply_filters( 'uninstall_confirmation_message', '' );
20
-
21
- $reasons = $VARS['reasons'];
22
-
23
- $reasons_list_items_html = '';
24
-
25
- foreach ( $reasons as $reason ) {
26
- $list_item_classes = 'reason' . ( ! empty( $reason['input_type'] ) ? ' has-input' : '' );
27
-
28
- if ( isset( $reason['internal_message'] ) && ! empty( $reason['internal_message'] ) ) {
29
- $list_item_classes .= ' has-internal-message';
30
- $reason_internal_message = $reason['internal_message'];
31
- } else {
32
- $reason_internal_message = '';
33
- }
34
-
35
- $reason_list_item_html = <<< HTML
36
- <li class="{$list_item_classes}"
37
- data-input-type="{$reason['input_type']}"
38
- data-input-placeholder="{$reason['input_placeholder']}">
39
- <label>
40
- <span>
41
- <input type="radio" name="selected-reason" value="{$reason['id']}"/>
42
- </span>
43
- <span>{$reason['text']}</span>
44
- </label>
45
- <div class="internal-message">{$reason_internal_message}</div>
46
- </li>
47
- HTML;
48
-
49
- $reasons_list_items_html .= $reason_list_item_html;
50
- }
51
-
52
- $is_anonymous = ( ! $fs->is_registered() );
53
- if ( $is_anonymous ) {
54
- $anonymous_feedback_checkbox_html =
55
- '<label class="anonymous-feedback-label"><input type="checkbox" class="anonymous-feedback-checkbox"> '
56
- . __fs( 'anonymous-feedback', $slug )
57
- . '</label>';
58
- } else {
59
- $anonymous_feedback_checkbox_html = '';
60
- }
61
-
62
- fs_enqueue_local_style( 'dialog-boxes', '/admin/dialog-boxes.css' );
63
- ?>
64
- <script type="text/javascript">
65
- (function ($) {
66
- var reasonsHtml = <?php echo json_encode( $reasons_list_items_html ); ?>,
67
- modalHtml =
68
- '<div class="fs-modal fs-modal-deactivation-feedback<?php echo empty( $confirmation_message ) ? ' no-confirmation-message' : ''; ?>">'
69
- + ' <div class="fs-modal-dialog">'
70
- + ' <div class="fs-modal-header">'
71
- + ' <h4><?php _efs('quick-feedback' , $slug) ?></h4>'
72
- + ' </div>'
73
- + ' <div class="fs-modal-body">'
74
- + ' <div class="fs-modal-panel" data-panel-id="confirm"><p><?php echo $confirmation_message; ?></p></div>'
75
- + ' <div class="fs-modal-panel active" data-panel-id="reasons"><h3><strong><?php printf( __fs( 'deactivation-share-reason' , $slug ) ); ?>:</strong></h3><ul id="reasons-list">' + reasonsHtml + '</ul></div>'
76
- + ' </div>'
77
- + ' <div class="fs-modal-footer">'
78
- + ' <?php echo $anonymous_feedback_checkbox_html ?>'
79
- + ' <a href="#" class="button button-secondary button-deactivate"></a>'
80
- + ' <a href="#" class="button button-primary button-close"><?php printf( __fs( 'deactivation-modal-button-cancel' , $slug ) ) ?></a>'
81
- + ' </div>'
82
- + ' </div>'
83
- + '</div>',
84
- $modal = $(modalHtml),
85
- $deactivateLink = $('#the-list .deactivate > [data-slug=<?php echo $VARS['slug']; ?>].fs-slug').prev(),
86
- $anonymousFeedback = $modal.find( '.anonymous-feedback-label' ),
87
- isAnonymous = <?php echo ( $is_anonymous ? 'true' : 'false' ); ?>,
88
- selectedReasonID = false,
89
- otherReasonID = <?php echo Freemius::REASON_OTHER; ?>,
90
- dontShareDataReasonID = <?php echo Freemius::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION; ?>;
91
-
92
- $modal.appendTo($('body'));
93
-
94
- registerEventHandlers();
95
-
96
- function registerEventHandlers() {
97
- $deactivateLink.click(function (evt) {
98
- evt.preventDefault();
99
-
100
- showModal();
101
- });
102
-
103
- $modal.on('input propertychange', '.reason-input input', function () {
104
- if (!isOtherReasonSelected()) {
105
- return;
106
- }
107
-
108
- var reason = $(this).val().trim();
109
-
110
- /**
111
- * If reason is not empty, remove the error-message class of the message container
112
- * to change the message color back to default.
113
- */
114
- if (reason.length > 0) {
115
- $('.message').removeClass('error-message');
116
- enableDeactivateButton();
117
- }
118
- });
119
-
120
- $modal.on('blur', '.reason-input input', function () {
121
- var $userReason = $(this);
122
-
123
- setTimeout(function () {
124
- if (!isOtherReasonSelected()) {
125
- return;
126
- }
127
-
128
- /**
129
- * If reason is empty, add the error-message class to the message container
130
- * to change the message color to red.
131
- */
132
- if (0 === $userReason.val().trim().length) {
133
- $('.message').addClass('error-message');
134
- disableDeactivateButton();
135
- }
136
- }, 150);
137
- });
138
-
139
- $modal.on('click', '.fs-modal-footer .button', function (evt) {
140
- evt.preventDefault();
141
-
142
- if ($(this).hasClass('disabled')) {
143
- return;
144
- }
145
-
146
- var _parent = $(this).parents('.fs-modal:first');
147
- var _this = $(this);
148
-
149
- if (_this.hasClass('allow-deactivate')) {
150
- var $radio = $('input[type="radio"]:checked');
151
-
152
- if (0 === $radio.length) {
153
- // If no selected reason, just deactivate the plugin.
154
- window.location.href = $deactivateLink.attr('href');
155
- return;
156
- }
157
-
158
- var $selected_reason = $radio.parents('li:first'),
159
- $input = $selected_reason.find('textarea, input[type="text"]'),
160
- userReason = ( 0 !== $input.length ) ? $input.val().trim() : '';
161
-
162
- if (isOtherReasonSelected() && ( '' === userReason )) {
163
- return;
164
- }
165
-
166
- $.ajax({
167
- url : ajaxurl,
168
- method : 'POST',
169
- data : {
170
- 'action' : '<?php echo $fs->get_action_tag( 'submit_uninstall_reason' ) ?>',
171
- 'reason_id' : $radio.val(),
172
- 'reason_info' : userReason,
173
- 'is_anonymous': isAnonymousFeedback()
174
- },
175
- beforeSend: function () {
176
- _parent.find('.fs-modal-footer .button').addClass('disabled');
177
- _parent.find('.fs-modal-footer .button-secondary').text('Processing...');
178
- },
179
- complete : function () {
180
- // Do not show the dialog box, deactivate the plugin.
181
- window.location.href = $deactivateLink.attr('href');
182
- }
183
- });
184
- } else if (_this.hasClass('button-deactivate')) {
185
- // Change the Deactivate button's text and show the reasons panel.
186
- _parent.find('.button-deactivate').addClass('allow-deactivate');
187
-
188
- showPanel('reasons');
189
- }
190
- });
191
-
192
- $modal.on('click', 'input[type="radio"]', function () {
193
- var $selectedReasonOption = $(this);
194
-
195
- // If the selection has not changed, do not proceed.
196
- if (selectedReasonID === $selectedReasonOption.val())
197
- return;
198
-
199
- selectedReasonID = $selectedReasonOption.val();
200
-
201
- if ( isAnonymous ) {
202
- if ( isReasonSelected( dontShareDataReasonID ) ) {
203
- $anonymousFeedback.hide();
204
- } else {
205
- $anonymousFeedback.show();
206
- }
207
- }
208
-
209
- var _parent = $(this).parents('li:first');
210
-
211
- $modal.find('.reason-input').remove();
212
- $modal.find( '.internal-message' ).hide();
213
- $modal.find('.button-deactivate').text('<?php printf( __fs( 'deactivation-modal-button-submit' , $slug ) ); ?>');
214
-
215
- enableDeactivateButton();
216
-
217
- if ( _parent.hasClass( 'has-internal-message' ) ) {
218
- _parent.find( '.internal-message' ).show();
219
- }
220
-
221
- if (_parent.hasClass('has-input')) {
222
- var inputType = _parent.data('input-type'),
223
- inputPlaceholder = _parent.data('input-placeholder'),
224
- reasonInputHtml = '<div class="reason-input"><span class="message"></span>' + ( ( 'textfield' === inputType ) ? '<input type="text" />' : '<textarea rows="5"></textarea>' ) + '</div>';
225
-
226
- _parent.append($(reasonInputHtml));
227
- _parent.find('input, textarea').attr('placeholder', inputPlaceholder).focus();
228
-
229
- if (isOtherReasonSelected()) {
230
- showMessage('<?php printf( __fs( 'ask-for-reason-message' , $slug ) ); ?>');
231
- disableDeactivateButton();
232
- }
233
- }
234
- });
235
-
236
- // If the user has clicked outside the window, cancel it.
237
- $modal.on('click', function (evt) {
238
- var $target = $(evt.target);
239
-
240
- // If the user has clicked anywhere in the modal dialog, just return.
241
- if ($target.hasClass('fs-modal-body') || $target.hasClass('fs-modal-footer')) {
242
- return;
243
- }
244
-
245
- // If the user has not clicked the close button and the clicked element is inside the modal dialog, just return.
246
- if (!$target.hasClass('button-close') && ( $target.parents('.fs-modal-body').length > 0 || $target.parents('.fs-modal-footer').length > 0 )) {
247
- return;
248
- }
249
-
250
- closeModal();
251
- return false;
252
- });
253
- }
254
-
255
- function isAnonymousFeedback() {
256
- if ( ! isAnonymous ) {
257
- return false;
258
- }
259
-
260
- return ( isReasonSelected( dontShareDataReasonID ) || $anonymousFeedback.find( 'input' ).prop( 'checked' ) );
261
- }
262
-
263
- function isReasonSelected( reasonID ) {
264
- // Get the selected radio input element.
265
- var $selectedReasonOption = $modal.find('input[type="radio"]:checked');
266
-
267
- return ( reasonID == $selectedReasonOption.val() );
268
- }
269
-
270
- function isOtherReasonSelected() {
271
- return isReasonSelected( otherReasonID );
272
- }
273
-
274
- function showModal() {
275
- resetModal();
276
-
277
- // Display the dialog box.
278
- $modal.addClass('active');
279
-
280
- $('body').addClass('has-fs-modal');
281
- }
282
-
283
- function closeModal() {
284
- $modal.removeClass('active');
285
-
286
- $('body').removeClass('has-fs-modal');
287
- }
288
-
289
- function resetModal() {
290
- selectedReasonID = false;
291
-
292
- enableDeactivateButton();
293
-
294
- // Uncheck all radio buttons.
295
- $modal.find('input[type="radio"]').prop('checked', false);
296
-
297
- // Remove all input fields ( textfield, textarea ).
298
- $modal.find('.reason-input').remove();
299
-
300
- $modal.find('.message').hide();
301
-
302
- if ( isAnonymous ) {
303
- $anonymousFeedback.find( 'input' ).prop( 'checked', false );
304
-
305
- // Hide, since by default there is no selected reason.
306
- $anonymousFeedback.hide();
307
- }
308
-
309
- var $deactivateButton = $modal.find('.button-deactivate');
310
-
311
- /*
312
- * If the modal dialog has no confirmation message, that is, it has only one panel, then ensure
313
- * that clicking the deactivate button will actually deactivate the plugin.
314
- */
315
- if ($modal.hasClass('no-confirmation-message')) {
316
- $deactivateButton.addClass('allow-deactivate');
317
-
318
- showPanel('reasons');
319
- } else {
320
- $deactivateButton.removeClass('allow-deactivate');
321
-
322
- showPanel('confirm');
323
- }
324
- }
325
-
326
- function showMessage(message) {
327
- $modal.find('.message').text(message).show();
328
- }
329
-
330
- function enableDeactivateButton() {
331
- $modal.find('.button-deactivate').removeClass('disabled');
332
- }
333
-
334
- function disableDeactivateButton() {
335
- $modal.find('.button-deactivate').addClass('disabled');
336
- }
337
-
338
- function showPanel(panelType) {
339
- $modal.find('.fs-modal-panel').removeClass('active ');
340
- $modal.find('[data-panel-id="' + panelType + '"]').addClass('active');
341
-
342
- updateButtonLabels();
343
- }
344
-
345
- function updateButtonLabels() {
346
- var $deactivateButton = $modal.find('.button-deactivate');
347
-
348
- // Reset the deactivate button's text.
349
- if ('confirm' === getCurrentPanel()) {
350
- $deactivateButton.text('<?php printf( __fs( 'deactivation-modal-button-confirm' , $slug ) ); ?>');
351
- } else {
352
- $deactivateButton.text('<?php printf( __fs( 'skip-deactivate' , $slug ) ); ?>');
353
- }
354
- }
355
-
356
- function getCurrentPanel() {
357
- return $modal.find('.fs-modal-panel.active').attr('data-panel-id');
358
- }
359
- })(jQuery);
360
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/forms/deactivation/retry-skip.php DELETED
@@ -1,24 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.2.0
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- $fs = freemius( $slug );
18
-
19
- $skip_url = wp_nonce_url( $fs->_get_admin_page_url( '', array( 'fs_action' => $slug . '_skip_activation' ) ), $slug . '_skip_activation' );
20
- $skip_text = strtolower( __fs( 'skip', $slug ) );
21
- $use_plugin_anonymously_text = __fs( 'click-here-to-use-plugin-anonymously', $slug );
22
-
23
- echo sprintf( __fs( 'dont-have-to-share-any-data', $slug ), "<a href='{$skip_url}'>{$skip_text}</a>" )
24
- . " <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/forms/license-activation.php DELETED
@@ -1,228 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.9
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- $fs = freemius( $slug );
18
-
19
- if ($fs->is_registered()) {
20
- // The URL to redirect to after successfully activating the license from the "Plugins" page.
21
- if ( $fs->is_addon() ) {
22
- $sync_license_url = $fs->get_parent_instance()->_get_sync_license_url( $fs->get_id(), true );
23
- } else {
24
- $sync_license_url = $fs->_get_sync_license_url( $fs->get_id(), true );
25
- }
26
-
27
- /**
28
- * Trigger license sync after valid license activation.
29
- */
30
- $after_license_activation_url = $sync_license_url;
31
- }
32
- else
33
- {
34
- /**
35
- * If user not yet registered, the license activation triggers
36
- * an opt-in, which automatically sync the license.
37
- */
38
- $after_license_activation_url = $fs->get_account_url();
39
- }
40
-
41
- $cant_find_license_key_text = __fs( 'cant-find-license-key', $slug );
42
- $message_above_input_field = __fs( 'activate-license-message', $slug );
43
- $message_below_input_field = '';
44
-
45
- $header_title = __fs( $fs->is_free_plan() ? 'activate-license' : 'update-license', $slug );
46
-
47
- if ( $fs->is_registered() ) {
48
- $activate_button_text = $header_title;
49
- } else {
50
- $freemius_site_url = $fs->has_paid_plan() ?
51
- 'https://freemius.com/wordpress/' :
52
- // Insights platform information.
53
- 'https://freemius.com/wordpress/usage-tracking/';
54
-
55
- $freemius_link = '<a href="' . $freemius_site_url . '" target="_blank" tabindex="0">freemius.com</a>';
56
-
57
- $message_below_input_field = sprintf( __fs( 'license-sync-disclaimer', $slug ), $freemius_link );
58
-
59
- $activate_button_text = __fs( 'agree-activate-license', $slug );
60
- }
61
-
62
- $license_key_text = __fs( 'license-key' , $slug );
63
-
64
- $modal_content_html = <<< HTML
65
- <div class="notice notice-error inline license-activation-message"><p></p></div>
66
- <p>{$message_above_input_field}</p>
67
- <input class="license_key" type="text" placeholder="{$license_key_text}" tabindex="1" />
68
- <a class="show-license-resend-modal show-license-resend-modal-{$slug}" href="!#" tabindex="2">{$cant_find_license_key_text}</a>
69
- <p>{$message_below_input_field}</p>
70
- HTML;
71
-
72
- fs_enqueue_local_style( 'dialog-boxes', '/admin/dialog-boxes.css' );
73
- ?>
74
- <script type="text/javascript">
75
- (function( $ ) {
76
- $( document ).ready(function() {
77
- var modalContentHtml = <?php echo json_encode($modal_content_html); ?>,
78
- modalHtml =
79
- '<div class="fs-modal fs-modal-license-activation">'
80
- + ' <div class="fs-modal-dialog">'
81
- + ' <div class="fs-modal-header">'
82
- + ' <h4><?php echo $header_title ?></h4>'
83
- + ' <a href="!#" class="fs-close"><i class="dashicons dashicons-no" title="<?php _efs( 'dismiss' ) ?>"></i></a>'
84
- + ' </div>'
85
- + ' <div class="fs-modal-body">'
86
- + ' <div class="fs-modal-panel active">' + modalContentHtml + '</div>'
87
- + ' </div>'
88
- + ' <div class="fs-modal-footer">'
89
- + ' <button class="button button-secondary button-close" tabindex="4"><?php _efs('deactivation-modal-button-cancel', $slug); ?></button>'
90
- + ' <button class="button button-primary button-activate-license" tabindex="3"><?php echo $activate_button_text; ?></button>'
91
- + ' </div>'
92
- + ' </div>'
93
- + '</div>',
94
- $modal = $(modalHtml),
95
- $activateLicenseLink = $('span.activate-license.<?php echo $VARS['slug'] ?> a, .activate-license-trigger.<?php echo $VARS['slug'] ?>'),
96
- $activateLicenseButton = $modal.find('.button-activate-license'),
97
- $licenseKeyInput = $modal.find('input.license_key'),
98
- $licenseActivationMessage = $modal.find( '.license-activation-message' ),
99
- pluginSlug = '<?php echo $slug ?>',
100
- afterActivationUrl = '<?php echo $after_license_activation_url ?>';
101
-
102
- $modal.appendTo($('body'));
103
-
104
- function registerEventHandlers() {
105
- $activateLicenseLink.click(function (evt) {
106
- evt.preventDefault();
107
-
108
- showModal();
109
- });
110
-
111
- $modal.on('input propertychange', 'input.license_key', function () {
112
-
113
- var licenseKey = $(this).val().trim();
114
-
115
- /**
116
- * If license key is not empty, enable the license activation button.
117
- */
118
- if (licenseKey.length > 0) {
119
- enableActivateLicenseButton();
120
- }
121
- });
122
-
123
- $modal.on('blur', 'input.license_key', function () {
124
- var licenseKey = $(this).val().trim();
125
-
126
- /**
127
- * If license key is empty, disable the license activation button.
128
- */
129
- if (0 === licenseKey.length) {
130
- disableActivateLicenseButton();
131
- }
132
- });
133
-
134
- $modal.on('click', '.button-activate-license', function (evt) {
135
- evt.preventDefault();
136
-
137
- if ($(this).hasClass('disabled')) {
138
- return;
139
- }
140
-
141
- var licenseKey = $licenseKeyInput.val().trim();
142
-
143
- disableActivateLicenseButton();
144
-
145
- if (0 === licenseKey.length) {
146
- return;
147
- }
148
-
149
- $.ajax({
150
- url: ajaxurl,
151
- method: 'POST',
152
- data: {
153
- action : 'fs_activate_license_' + pluginSlug,
154
- slug : pluginSlug,
155
- license_key: licenseKey
156
- },
157
- beforeSend: function () {
158
- $activateLicenseButton.text( '<?php _efs( 'activating-license', $slug ); ?>' );
159
- },
160
- success: function( result ) {
161
- var resultObj = $.parseJSON( result );
162
- if ( resultObj.success ) {
163
- closeModal();
164
-
165
- // Redirect to the "Account" page and sync the license.
166
- window.location.href = afterActivationUrl;
167
- } else {
168
- showError( resultObj.error );
169
- resetActivateLicenseButton();
170
- }
171
- }
172
- });
173
- });
174
-
175
- // If the user has clicked outside the window, close the modal.
176
- $modal.on('click', '.fs-close, .button-secondary', function () {
177
- closeModal();
178
- return false;
179
- });
180
- }
181
-
182
- registerEventHandlers();
183
-
184
- function showModal() {
185
- resetModal();
186
-
187
- // Display the dialog box.
188
- $modal.addClass('active');
189
- $('body').addClass('has-fs-modal');
190
-
191
- $licenseKeyInput.focus();
192
- }
193
-
194
- function closeModal() {
195
- $modal.removeClass('active');
196
- $('body').removeClass('has-fs-modal');
197
- }
198
-
199
- function resetActivateLicenseButton() {
200
- enableActivateLicenseButton();
201
- $activateLicenseButton.text( '<?php echo $activate_button_text; ?>' );
202
- }
203
-
204
- function resetModal() {
205
- hideError();
206
- resetActivateLicenseButton();
207
- $licenseKeyInput.val( '' );
208
- }
209
-
210
- function enableActivateLicenseButton() {
211
- $activateLicenseButton.removeClass( 'disabled' );
212
- }
213
-
214
- function disableActivateLicenseButton() {
215
- $activateLicenseButton.addClass( 'disabled' );
216
- }
217
-
218
- function hideError() {
219
- $licenseActivationMessage.hide();
220
- }
221
-
222
- function showError( msg ) {
223
- $licenseActivationMessage.find( ' > p' ).html( msg );
224
- $licenseActivationMessage.show();
225
- }
226
- });
227
- })( jQuery );
228
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/forms/resend-key.php DELETED
@@ -1,197 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.2.0
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- $fs = freemius( $slug );
18
-
19
- $message_above_input_field = __fs( 'ask-for-upgrade-email-address', $slug );
20
- $send_button_text = __fs( 'send-license-key', $slug );
21
- $cancel_button_text = __fs( 'deactivation-modal-button-cancel', $slug );
22
- $email_address_placeholder = __fs( 'email-address', $slug );
23
-
24
- $modal_content_html = <<< HTML
25
- <div class="notice notice-error inline license-resend-message"><p></p></div>
26
- <p>{$message_above_input_field}</p>
27
- <div class="input-container">
28
- <div class="button-container">
29
- <a href="#" class="button button-primary button-send-license-key disabled" tabindex="2">{$send_button_text}</a>
30
- </div>
31
- <div class="email-address-container">
32
- <input class="email-address" type="text" placeholder="{$email_address_placeholder}" tabindex="1">
33
- </div>
34
- </div>
35
- HTML;
36
-
37
- fs_enqueue_local_style( 'dialog-boxes', '/admin/dialog-boxes.css' );
38
- ?>
39
- <script type="text/javascript">
40
- (function ($) {
41
- $(document).ready(function () {
42
- var modalContentHtml = <?php echo json_encode( $modal_content_html ); ?>,
43
- modalHtml =
44
- '<div class="fs-modal fs-modal-license-key-resend">'
45
- + ' <div class="fs-modal-dialog">'
46
- + ' <div class="fs-modal-header">'
47
- + ' <h4><?php echo $send_button_text ?></h4>'
48
- + ' <a href="#!" class="fs-close" tabindex="3" title="Close"><i class="dashicons dashicons-no" title="<?php _efs( 'dismiss' ) ?>"></i></a>'
49
- + ' </div>'
50
- + ' <div class="fs-modal-body">'
51
- + ' <div class="fs-modal-panel active">' + modalContentHtml + '</div>'
52
- + ' </div>'
53
- + ' </div>'
54
- + '</div>',
55
- $modal = $(modalHtml),
56
- $sendLicenseKeyButton = $modal.find('.button-send-license-key'),
57
- $emailAddressInput = $modal.find('input.email-address'),
58
- $licenseResendMessage = $modal.find('.license-resend-message'),
59
- moduleSlug = '<?php echo $slug; ?>',
60
- isChild = false;
61
-
62
- $modal.appendTo($('body'));
63
-
64
- registerEventHandlers();
65
-
66
- function registerEventHandlers() {
67
- $('a.show-license-resend-modal-' + moduleSlug).click(function (evt) {
68
- evt.preventDefault();
69
-
70
- showModal();
71
- });
72
-
73
- $modal.on('input propertychange', 'input.email-address', function () {
74
-
75
- var emailAddress = $(this).val().trim();
76
-
77
- /**
78
- * If email address is not empty, enable the send license key button.
79
- */
80
- if (emailAddress.length > 0) {
81
- enableSendLicenseKeyButton();
82
- }
83
- });
84
-
85
- $modal.on('blur', 'input.email-address', function () {
86
- var emailAddress = $(this).val().trim();
87
-
88
- /**
89
- * If email address is empty, disable the send license key button.
90
- */
91
- if (0 === emailAddress.length) {
92
- disableSendLicenseKeyButton();
93
- }
94
- });
95
-
96
- $modal.on('click', '.fs-close', function (){
97
- closeModal();
98
- return false;
99
- });
100
-
101
- $modal.on('click', '.button', function (evt) {
102
- evt.preventDefault();
103
-
104
- if ($(this).hasClass('disabled')) {
105
- return;
106
- }
107
-
108
- var emailAddress = $emailAddressInput.val().trim();
109
-
110
- disableSendLicenseKeyButton();
111
-
112
- if (0 === emailAddress.length) {
113
- return;
114
- }
115
-
116
- $.ajax({
117
- url : ajaxurl,
118
- method : 'POST',
119
- data : {
120
- action: '<?php echo $fs->get_action_tag( 'resend_license_key' ) ?>',
121
- slug : moduleSlug,
122
- email : emailAddress
123
- },
124
- beforeSend: function () {
125
- $sendLicenseKeyButton.text('<?php _efs( 'sending-license-key', $slug ) ?>...');
126
- },
127
- success : function (result) {
128
- var resultObj = $.parseJSON(result);
129
- if (resultObj.success) {
130
- closeModal();
131
- } else {
132
- showError(resultObj.error);
133
- resetSendLicenseKeyButton();
134
- }
135
- }
136
- });
137
- });
138
- }
139
-
140
- function showModal() {
141
- resetModal();
142
-
143
- // Display the dialog box.
144
- $modal.addClass('active');
145
- $emailAddressInput.focus();
146
-
147
- var $body = $('body');
148
-
149
- isChild = $body.hasClass('has-fs-modal');
150
- if (isChild) {
151
- return;
152
- }
153
-
154
- $body.addClass('has-fs-modal');
155
- }
156
-
157
- function closeModal() {
158
- $modal.removeClass('active');
159
-
160
- // If child modal, do not remove the "has-fs-modal" class of the <body> element to keep its scrollbars hidden.
161
- if (isChild) {
162
- return;
163
- }
164
-
165
- $('body').removeClass('has-fs-modal');
166
- }
167
-
168
- function resetSendLicenseKeyButton() {
169
- enableSendLicenseKeyButton();
170
- $sendLicenseKeyButton.text('<?php echo $send_button_text; ?>');
171
- }
172
-
173
- function resetModal() {
174
- hideError();
175
- resetSendLicenseKeyButton();
176
- $emailAddressInput.val('');
177
- }
178
-
179
- function enableSendLicenseKeyButton() {
180
- $sendLicenseKeyButton.removeClass('disabled');
181
- }
182
-
183
- function disableSendLicenseKeyButton() {
184
- $sendLicenseKeyButton.addClass('disabled');
185
- }
186
-
187
- function hideError() {
188
- $licenseResendMessage.hide();
189
- }
190
-
191
- function showError(msg) {
192
- $licenseResendMessage.find(' > p').html(msg);
193
- $licenseResendMessage.show();
194
- }
195
- });
196
- })(jQuery);
197
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/pending-activation.php DELETED
@@ -1,157 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.9
7
- */
8
-
9
- wp_enqueue_script( 'jquery' );
10
- wp_enqueue_script( 'json2' );
11
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
12
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
13
-
14
- fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
15
-
16
- $slug = $VARS['slug'];
17
- $fs = freemius( $slug );
18
- $current_user = wp_get_current_user();
19
-
20
- $first_name = $current_user->user_firstname;
21
- if ( empty( $first_name ) ) {
22
- $first_name = $current_user->nickname;
23
- }
24
-
25
- $site_url = get_site_url();
26
- $protocol_pos = strpos( $site_url, '://' );
27
- if ( false !== $protocol_pos ) {
28
- $site_url = substr( $site_url, $protocol_pos + 3 );
29
- }
30
- ?>
31
- <div id="fs_connect" class="wrap fs-anonymous-disabled">
32
- <div class="fs-visual">
33
- <b class="fs-site-icon"><i class="dashicons dashicons-wordpress"></i></b>
34
- <i class="dashicons dashicons-plus fs-first"></i>
35
-
36
- <div class="fs-plugin-icon">
37
- <object data="//plugins.svn.wordpress.org/<?php echo $slug ?>/assets/icon-128x128.png" type="image/png">
38
- <object data="//plugins.svn.wordpress.org/<?php echo $slug ?>/assets/icon-128x128.jpg" type="image/png">
39
- <object data="//plugins.svn.wordpress.org/<?php echo $slug ?>/assets/icon-256x256.png"
40
- type="image/png">
41
- <object data="//plugins.svn.wordpress.org/<?php echo $slug ?>/assets/icon-256x256.jpg"
42
- type="image/png">
43
- <img src="//wimg.freemius.com/plugin-icon.png"/>
44
- </object>
45
- </object>
46
- </object>
47
- </object>
48
- </div>
49
- <i class="dashicons dashicons-plus fs-second"></i>
50
- <img class="fs-connect-logo" width="80" height="80" src="//img.freemius.com/connect-logo.png"/>
51
- </div>
52
- <div class="fs-content">
53
- <p><?php
54
- echo $fs->apply_filters( 'pending_activation_message', sprintf(
55
- __fs( 'thanks-x', $slug ) . '<br>' .
56
- __fs( 'pending-activation-message', $slug ),
57
- $first_name,
58
- '<b>' . $fs->get_plugin_name() . '</b>',
59
- '<b>' . $current_user->user_email . '</b>'
60
- ) )
61
- ?></p>
62
- </div>
63
- <div class="fs-actions">
64
- <?php $fs_user = Freemius::_get_user_by_email( $current_user->user_email ) ?>
65
- <form method="post" action="<?php echo WP_FS__ADDRESS ?>/action/service/user/install/">
66
- <?php
67
- $params = array(
68
- 'user_firstname' => $current_user->user_firstname,
69
- 'user_lastname' => $current_user->user_lastname,
70
- 'user_nickname' => $current_user->user_nicename,
71
- 'user_email' => $current_user->user_email,
72
- 'plugin_slug' => $slug,
73
- 'plugin_id' => $fs->get_id(),
74
- 'plugin_public_key' => $fs->get_public_key(),
75
- 'plugin_version' => $fs->get_plugin_version(),
76
- 'return_url' => wp_nonce_url( $fs->_get_admin_page_url(
77
- '',
78
- array( 'fs_action' => $slug . '_activate_new' )
79
- ), $slug . '_activate_new' ),
80
- 'account_url' => wp_nonce_url( $fs->_get_admin_page_url(
81
- 'account',
82
- array( 'fs_action' => 'sync_user' )
83
- ), 'sync_user' ),
84
- 'site_url' => get_site_url(),
85
- 'site_name' => get_bloginfo( 'name' ),
86
- 'platform_version' => get_bloginfo( 'version' ),
87
- 'language' => get_bloginfo( 'language' ),
88
- 'charset' => get_bloginfo( 'charset' ),
89
- );
90
- ?>
91
- <?php foreach ( $params as $name => $value ) : ?>
92
- <input type="hidden" name="<?php echo $name ?>" value="<?php echo esc_attr( $value ) ?>">
93
- <?php endforeach ?>
94
- <button class="button button-primary" tabindex="1"
95
- type="submit"><?php _efs( 'resend-activation-email', $slug ) ?></button>
96
- </form>
97
- </div>
98
- <div class="fs-permissions">
99
- <a class="fs-trigger" href="#"><?php _efs( 'what-permissions', $slug ) ?></a>
100
- <ul>
101
- <li>
102
- <i class="dashicons dashicons-admin-users"></i>
103
-
104
- <div>
105
- <span><?php _efs( 'permissions-profile', $slug ) ?></span>
106
-
107
- <p><?php _efs( 'permissions-profile_desc', $slug ) ?></p>
108
- </div>
109
- </li>
110
- <li>
111
- <i class="dashicons dashicons-wordpress"></i>
112
-
113
- <div>
114
- <span><?php _efs( 'permissions-site', $slug ) ?></span>
115
-
116
- <p><?php _efs( 'permissions-site_desc', $slug ) ?></p>
117
- </div>
118
- </li>
119
- <?php if ( $fs->is_permission_requested( 'newsletter' ) ) : ?>
120
- <li>
121
- <i class="dashicons dashicons-email-alt"></i>
122
-
123
- <div>
124
- <span><?php _efs( 'permissions-newsletter', $slug ) ?></span>
125
-
126
- <p><?php _efs( 'permissions-newsletter_desc', $slug ) ?></p>
127
- </div>
128
- </li>
129
- <?php endif ?>
130
- <li>
131
- <i class="dashicons dashicons-admin-plugins"></i>
132
-
133
- <div>
134
- <span><?php _efs( 'permissions-events', $slug ) ?></span>
135
-
136
- <p><?php _efs( 'permissions-events_desc', $slug ) ?></p>
137
- </div>
138
- </li>
139
- </ul>
140
- </div>
141
- <div class="fs-terms">
142
- <a href="https://freemius.com/privacy/" target="_blank"><?php _efs( 'privacy-policy', $slug ) ?></a>
143
- &nbsp;&nbsp;-&nbsp;&nbsp;
144
- <a href="https://freemius.com/terms/" target="_blank"><?php _efs( 'tos', $slug ) ?></a>
145
- </div>
146
- </div>
147
- <script type="text/javascript">
148
- (function ($) {
149
- $('.button.button-primary').on('click', function () {
150
- $(document.body).css({'cursor': 'wait'});
151
- $(this).html('Sending email...').css({'cursor': 'wait'});
152
- });
153
- $('.fs-permissions .fs-trigger').on('click', function () {
154
- $('.fs-permissions').toggleClass('fs-open');
155
- });
156
- })(jQuery);
157
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/plugin-icon.php DELETED
@@ -1,96 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.1.4
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- */
16
- $slug = $VARS['slug'];
17
- $fs = freemius( $slug );
18
-
19
- /**
20
- * @since 1.1.7.5
21
- */
22
- $local_path = $fs->apply_filters( 'plugin_icon', false );
23
-
24
- if ( is_string( $local_path ) ) {
25
- $icons = array( $local_path );
26
- } else {
27
- global $fs_active_plugins;
28
-
29
- $img_dir = WP_FS__DIR_IMG;
30
-
31
- if ( 1 < count( $fs_active_plugins->plugins ) ) {
32
- foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) {
33
- if ( $data->plugin_path == $fs->get_plugin_basename() ) {
34
- $img_dir = WP_PLUGIN_DIR . '/' . $sdk_path . '/assets/img';
35
- break;
36
- }
37
- }
38
- }
39
-
40
- $icons = glob( fs_normalize_path( $img_dir . '/' . $slug . '.*' ) );
41
- if ( ! is_array( $icons ) || 0 === count( $icons ) ) {
42
- $icon_found = false;
43
- $local_path = fs_normalize_path( $img_dir . '/' . $slug . '.png' );
44
- $have_write_permissions = is_writable( fs_normalize_path( $img_dir ) );
45
-
46
- if ( WP_FS__IS_LOCALHOST && $fs->is_org_repo_compliant() && $have_write_permissions ) {
47
- /**
48
- * IMPORTANT: THIS CODE WILL NEVER RUN AFTER THE PLUGIN IS IN THE REPO.
49
- *
50
- * This code will only be executed once during the testing
51
- * of the plugin in a local environment. The plugin icon file WILL
52
- * already exist in the assets folder when the plugin is deployed to
53
- * the repository.
54
- */
55
- $suffixes = array(
56
- '-128x128.png',
57
- '-128x128.jpg',
58
- '-256x256.png',
59
- '-256x256.jpg',
60
- '.svg',
61
- );
62
-
63
- $base_url = 'https://plugins.svn.wordpress.org/' . $slug . '/assets/icon';
64
-
65
- foreach ( $suffixes as $s ) {
66
- $headers = get_headers( $base_url . $s );
67
- if ( strpos( $headers[0], '200' ) ) {
68
- $local_path = fs_normalize_path( $img_dir . '/' . $slug . '.' . substr( $s, strpos( $s, '.' ) + 1 ) );
69
- fs_download_image( $base_url . $s, $local_path );
70
- $icon_found = true;
71
- break;
72
- }
73
- }
74
- }
75
-
76
- if ( ! $icon_found ) {
77
- // No icons found, fallback to default icon.
78
- if ( $have_write_permissions ) {
79
- // If have write permissions, copy default icon.
80
- copy( fs_normalize_path( $img_dir . '/plugin-icon.png' ), $local_path );
81
- } else {
82
- // If doesn't have write permissions, use default icon path.
83
- $local_path = fs_normalize_path( $img_dir . '/plugin-icon.png' );
84
- }
85
- }
86
-
87
- $icons = array( $local_path );
88
- }
89
- }
90
-
91
- $icon_dir = dirname( $icons[0] );
92
- $relative_url = fs_img_url( substr( $icons[0], strlen( $icon_dir ) ), $icon_dir );
93
- ?>
94
- <div class="fs-plugin-icon">
95
- <img src="<?php echo $relative_url ?>" width="80" height="80" />
96
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/plugin-info/description.php DELETED
@@ -1,77 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- *
16
- * @var FS_Plugin $plugin
17
- */
18
- $plugin = $VARS['plugin'];
19
-
20
- if ( ! empty( $plugin->info->selling_point_0 ) ||
21
- ! empty( $plugin->info->selling_point_1 ) ||
22
- ! empty( $plugin->info->selling_point_2 )
23
- ) : ?>
24
- <div class="fs-selling-points">
25
- <ul>
26
- <?php for ( $i = 0; $i < 3; $i ++ ) : ?>
27
- <?php if ( ! empty( $plugin->info->{'selling_point_' . $i} ) ) : ?>
28
- <li><i class="dashicons dashicons-yes"></i>
29
-
30
- <h3><?php echo $plugin->info->{'selling_point_' . $i} ?></h3></li>
31
- <?php endif ?>
32
- <?php endfor ?>
33
- </ul>
34
- </div>
35
- <?php endif ?>
36
- <div>
37
- <?php
38
- echo wp_kses( $plugin->info->description, array(
39
- 'a' => array( 'href' => array(), 'title' => array(), 'target' => array() ),
40
- 'b' => array(),
41
- 'i' => array(),
42
- 'p' => array(),
43
- 'blockquote' => array(),
44
- 'h2' => array(),
45
- 'h3' => array(),
46
- 'ul' => array(),
47
- 'ol' => array(),
48
- 'li' => array()
49
- ) );
50
- ?>
51
- </div>
52
- <?php if ( ! empty( $plugin->info->screenshots ) ) : ?>
53
- <?php $screenshots = $plugin->info->screenshots ?>
54
- <div class="fs-screenshots clearfix">
55
- <h2><?php _efs( 'screenshots', $plugin->slug ) ?></h2>
56
- <ul>
57
- <?php $i = 0;
58
- foreach ( $screenshots as $s => $url ) : ?>
59
- <?php
60
- // Relative URLs are replaced with WordPress.org base URL
61
- // therefore we need to set absolute URLs.
62
- $url = 'http' . ( WP_FS__IS_HTTPS ? 's' : '' ) . ':' . $url; ?>
63
- <li class="<?php echo ( 0 === $i % 2 ) ? 'odd' : 'even' ?>">
64
- <style>
65
- #section-description .fs-screenshots <?php echo ".fs-screenshot-{$i}" ?>
66
- {
67
- background-image: url('<?php echo $url ?>');
68
- }
69
- </style>
70
- <a href="<?php echo $url ?>"
71
- title="<?php printf( __fs( 'view-full-size-x', $plugin->slug ), $i ) ?>"
72
- class="fs-screenshot-<?php echo $i ?>"></a>
73
- </li>
74
- <?php $i ++; endforeach ?>
75
- </ul>
76
- </div>
77
- <?php endif ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/plugin-info/features.php DELETED
@@ -1,99 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- *
16
- * @var FS_Plugin $plugin
17
- */
18
- $plugin = $VARS['plugin'];
19
-
20
- $plans = $VARS['plans'];
21
-
22
- $features_plan_map = array();
23
- foreach ( $plans as $plan ) {
24
- foreach ( $plan->features as $feature ) {
25
- if ( ! isset( $features_plan_map[ $feature->id ] ) ) {
26
- $features_plan_map[ $feature->id ] = array( 'feature' => $feature, 'plans' => array() );
27
- }
28
-
29
- $features_plan_map[ $feature->id ]['plans'][ $plan->id ] = $feature;
30
- }
31
-
32
- // Add support as a feature.
33
- if ( ! empty( $plan->support_email ) ||
34
- ! empty( $plan->support_skype ) ||
35
- ! empty( $plan->support_phone ) ||
36
- true === $plan->is_success_manager
37
- ) {
38
- if ( ! isset( $features_plan_map['support'] ) ) {
39
- $support_feature = new stdClass();
40
- $support_feature->id = 'support';
41
- $support_feature->title = __fs( 'Support', $plugin->slug );
42
- $features_plan_map[ $support_feature->id ] = array( 'feature' => $support_feature, 'plans' => array() );
43
- } else {
44
- $support_feature = $features_plan_map['support'];
45
- }
46
-
47
- $features_plan_map[ $support_feature->id ]['plans'][ $plan->id ] = $support_feature;
48
- }
49
- }
50
-
51
- // Add updates as a feature for all plans.
52
- $updates_feature = new stdClass();
53
- $updates_feature->id = 'updates';
54
- $updates_feature->title = __fs( 'unlimited-updates', $plugin->slug );
55
- $features_plan_map[ $updates_feature->id ] = array( 'feature' => $updates_feature, 'plans' => array() );
56
- foreach ( $plans as $plan ) {
57
- $features_plan_map[ $updates_feature->id ]['plans'][ $plan->id ] = $updates_feature;
58
- }
59
- ?>
60
- <div class="fs-features">
61
- <table>
62
- <thead>
63
- <tr>
64
- <th></th>
65
- <?php foreach ( $plans as $plan ) : ?>
66
- <th>
67
- <?php echo $plan->title ?>
68
- <span class="fs-price">
69
- <?php foreach ( $plan->pricing as $pricing ) : ?>
70
- <?php if ( 1 == $pricing->licenses ) : ?>
71
- $<?php echo $pricing->annual_price ?> / year
72
- <?php endif ?>
73
- <?php endforeach ?>
74
- </span>
75
- </th>
76
- <?php endforeach ?>
77
- </tr>
78
- </thead>
79
- <tbody>
80
- <?php $odd = true;
81
- foreach ( $features_plan_map as $feature_id => $data ) : ?>
82
- <tr class="fs-<?php echo $odd ? 'odd' : 'even' ?>">
83
- <td><?php echo ucfirst( $data['feature']->title ) ?></td>
84
- <?php foreach ( $plans as $plan ) : ?>
85
- <td>
86
- <?php if ( isset( $data['plans'][ $plan->id ] ) ) : ?>
87
- <?php if ( ! empty( $data['plans'][ $plan->id ]->value ) ) : ?>
88
- <b><?php echo $data['plans'][ $plan->id ]->value ?></b>
89
- <?php else : ?>
90
- <i class="dashicons dashicons-yes"></i>
91
- <?php endif ?>
92
- <?php endif ?>
93
- </td>
94
- <?php endforeach ?>
95
- </tr>
96
- <?php $odd = ! $odd; endforeach ?>
97
- </tbody>
98
- </table>
99
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/plugin-info/screenshots.php DELETED
@@ -1,35 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.6
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- /**
14
- * @var array $VARS
15
- *
16
- * @var FS_Plugin $plugin
17
- */
18
- $plugin = $VARS['plugin'];
19
-
20
- $screenshots = $VARS['screenshots'];
21
- ?>
22
- <ol>
23
- <?php $i = 0;
24
- foreach ( $screenshots as $s => $url ) : ?>
25
- <?php
26
- // Relative URLs are replaced with WordPress.org base URL
27
- // therefore we need to set absolute URLs.
28
- $url = 'http' . ( WP_FS__IS_HTTPS ? 's' : '' ) . ':' . $url; ?>
29
- <li>
30
- <a href="<?php echo $url ?>"
31
- title="<?php printf( __fs( 'view-full-size-x', $plugin->slug ), $i ) ?>"><img
32
- src="<?php echo $url ?>"></a>
33
- </li>
34
- <?php $i ++; endforeach ?>
35
- </ol>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/powered-by.php DELETED
@@ -1,39 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.5
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- $VARS = isset($VARS) ? $VARS : array();
14
-
15
- wp_enqueue_script( 'jquery' );
16
- wp_enqueue_script( 'json2' );
17
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
18
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
19
- ?>
20
-
21
- <div id="piframe"></div>
22
- <script type="text/javascript">
23
- (function ($) {
24
- $(function () {
25
- var
26
- base_url = '<?php echo WP_FS__ADDRESS ?>',
27
- piframe = $('<iframe id="fs_promo_tab" src="' + base_url + '/promotional-tab/?<?php echo http_build_query($VARS) ?>#' + encodeURIComponent(document.location.href) + '" height="350" width="60" frameborder="0" style=" background: transparent; position: fixed; top: 20%; right: 0;" scrolling="no"></iframe>')
28
- .appendTo('#piframe');
29
-
30
- FS.PostMessage.init(base_url);
31
- FS.PostMessage.receive('state', function (state) {
32
- if ('closed' === state)
33
- $('#fs_promo_tab').css('width', '60px');
34
- else
35
- $('#fs_promo_tab').css('width', '345px');
36
- });
37
- });
38
- })(jQuery);
39
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/pricing.php DELETED
@@ -1,111 +0,0 @@
1
- <?php
2
- /**
3
- * @package Freemius
4
- * @copyright Copyright (c) 2015, Freemius, Inc.
5
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
6
- * @since 1.0.3
7
- */
8
-
9
- if ( ! defined( 'ABSPATH' ) ) {
10
- exit;
11
- }
12
-
13
- wp_enqueue_script( 'jquery' );
14
- wp_enqueue_script( 'json2' );
15
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
16
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
17
-
18
- /**
19
- * @var array $VARS
20
- */
21
- $slug = $VARS['slug'];
22
- $fs = freemius( $slug );
23
- $timestamp = time();
24
-
25
- $context_params = array(
26
- 'plugin_id' => $fs->get_id(),
27
- 'plugin_public_key' => $fs->get_public_key(),
28
- 'plugin_version' => $fs->get_plugin_version(),
29
- );
30
-
31
- // Get site context secure params.
32
- if ( $fs->is_registered() ) {
33
- $context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
34
- $fs->get_site(),
35
- $timestamp,
36
- 'upgrade'
37
- ) );
38
- }
39
-
40
- if ( $fs->is_payments_sandbox() ) // Append plugin secure token for sandbox mode authentication.)
41
- {
42
- $context_params['sandbox'] = FS_Security::instance()->get_secure_token(
43
- $fs->get_plugin(),
44
- $timestamp,
45
- 'checkout'
46
- );
47
- }
48
-
49
- $query_params = array_merge( $context_params, $_GET, array(
50
- 'next' => $fs->_get_sync_license_url( false, false ),
51
- 'plugin_version' => $fs->get_plugin_version(),
52
- // Billing cycle.
53
- 'billing_cycle' => fs_request_get( 'billing_cycle', WP_FS__PERIOD_ANNUALLY ),
54
- ) );
55
- ?>
56
-
57
- <div id="fs_pricing" class="wrap" style="margin: 0 0 -65px -20px;">
58
- <div id="iframe"></div>
59
- <form action="" method="POST">
60
- <input type="hidden" name="user_id"/>
61
- <input type="hidden" name="user_email"/>
62
- <input type="hidden" name="site_id"/>
63
- <input type="hidden" name="public_key"/>
64
- <input type="hidden" name="secret_key"/>
65
- <input type="hidden" name="action" value="account"/>
66
- </form>
67
-
68
- <script type="text/javascript">
69
- (function ($, undef) {
70
- $(function () {
71
- var
72
- // Keep track of the iframe height.
73
- iframe_height = 800,
74
- base_url = '<?php echo WP_FS__ADDRESS ?>',
75
- // Pass the parent page URL into the Iframe in a meaningful way (this URL could be
76
- // passed via query string or hard coded into the child page, it depends on your needs).
77
- src = base_url + '/pricing/?<?php echo http_build_query($query_params) ?>#' + encodeURIComponent(document.location.href),
78
-
79
- // Append the Iframe into the DOM.
80
- iframe = $('<iframe " src="' + src + '" width="100%" height="' + iframe_height + 'px" scrolling="no" frameborder="0" style="background: transparent;"><\/iframe>')
81
- .appendTo('#iframe');
82
-
83
- FS.PostMessage.init(base_url);
84
-
85
- FS.PostMessage.receive('height', function (data) {
86
- var h = data.height;
87
- if (!isNaN(h) && h > 0 && h != iframe_height) {
88
- iframe_height = h;
89
- $("#iframe iframe").height(iframe_height + 'px');
90
- }
91
- });
92
-
93
- FS.PostMessage.receive('get_dimensions', function (data) {
94
- FS.PostMessage.post('dimensions', {
95
- height : $(document.body).height(),
96
- scrollTop: $(document).scrollTop()
97
- }, iframe[0]);
98
- });
99
- });
100
- })(jQuery);
101
- </script>
102
- </div>
103
- <?php
104
- $params = array(
105
- 'page' => 'pricing',
106
- 'module_id' => $fs->get_id(),
107
- 'module_slug' => $slug,
108
- 'module_version' => $fs->get_plugin_version(),
109
- );
110
- fs_require_template( 'powered-by.php', $params );
111
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/templates/sticky-admin-notice-js.php DELETED
@@ -1,40 +0,0 @@
1
- <?php
2
- /**
3
- * Sticky admin notices JavaScript handler for dismissing notice messages
4
- * by sending AJAX call to the server in order to remove the message from the Database.
5
- *
6
- * @package Freemius
7
- * @copyright Copyright (c) 2015, Freemius, Inc.
8
- * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
9
- * @since 1.0.7
10
- */
11
-
12
- if ( ! defined( 'ABSPATH' ) ) {
13
- exit;
14
- }
15
- ?>
16
- <script type="text/javascript" >
17
- jQuery(document).ready(function($) {
18
- $('.fs-notice.fs-sticky .fs-close').click(function(){
19
- var
20
- notice = $(this).parents('.fs-notice'),
21
- id = notice.attr('data-id'),
22
- slug = notice.attr('data-slug');
23
-
24
- notice.fadeOut('fast', function(){
25
- var data = {
26
- action: 'fs_dismiss_notice_action_' + slug,
27
- slug: slug,
28
- message_id: id
29
- };
30
-
31
- // since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
32
- $.post(ajaxurl, data, function(response) {
33
-
34
- });
35
-
36
- notice.remove();
37
- });
38
- });
39
- });
40
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Requires at least: 4.4
6
  Tested up to: 4.8
7
  License: GPLv2 or later
8
  Text Domain: wp-to-twitter
9
- Stable tag: 3.2.19
10
 
11
  Posts a Twitter update when you update your WordPress blog or add a link, with your chosen URL shortening service.
12
 
@@ -48,7 +48,7 @@ Upgrade to [WP Tweets Pro](http://www.joedolson.com/wp-tweets-pro/) for extra fe
48
  * Upload images to Twitter
49
  * Integrated Twitter Card support
50
  * Automatically schedule Tweets of old posts
51
- * [Check out WP Tweets PRO!](http://www.joedolson.com/wp-tweets-pro/)
52
 
53
  Want to stay up to date on WP to Twitter? [Follow me on Twitter!](https://twitter.com/joedolson)
54
 
@@ -58,9 +58,22 @@ Visit the [WP to Twitter translation site](https://translate.wordpress.org/proje
58
 
59
  Translating my plug-ins is always appreciated. Work on WP to Twitter translations at <a href="https://translate.wordpress.org/projects/wp-plugins/wp-to-twitter">the WordPress translation site</a>! You'll need a WordPress.org account to contribute!
60
 
 
 
 
 
61
  == Changelog ==
62
 
63
- * TODO: explore use of emojis in templates; they work in custom Tweets
 
 
 
 
 
 
 
 
 
64
 
65
  = 3.2.19 =
66
 
6
  Tested up to: 4.8
7
  License: GPLv2 or later
8
  Text Domain: wp-to-twitter
9
+ Stable tag: 3.3.0
10
 
11
  Posts a Twitter update when you update your WordPress blog or add a link, with your chosen URL shortening service.
12
 
48
  * Upload images to Twitter
49
  * Integrated Twitter Card support
50
  * Automatically schedule Tweets of old posts
51
+ * [Try out WP Tweets PRO!](http://www.joedolson.com/wp-tweets-pro/)
52
 
53
  Want to stay up to date on WP to Twitter? [Follow me on Twitter!](https://twitter.com/joedolson)
54
 
58
 
59
  Translating my plug-ins is always appreciated. Work on WP to Twitter translations at <a href="https://translate.wordpress.org/projects/wp-plugins/wp-to-twitter">the WordPress translation site</a>! You'll need a WordPress.org account to contribute!
60
 
61
+ = Extending WP to Twitter =
62
+
63
+ Check out my <a href="https://github.com/joedolson/plugin-extensions/tree/master/wp-to-twitter">GitHub repository of plug-in extensions</a>.
64
+
65
  == Changelog ==
66
 
67
+ = 3.3.0 =
68
+
69
+ * Bug fix: Fix arguments when using keywords with YOURLS
70
+ * Bug fix: Problem saving settings in PHP 7.1 due to array assignment changes
71
+ * New: Add filter to provide custom support any taxonomy as hashtags, 'wpt_hash_source' & 'wpt_hash_tag_sources'
72
+ * New: Add cache refresh checkbox for Tweet widget
73
+ * Update: Rewritten debugging mechanism
74
+ * New: admin notice to indicate in debugging.
75
+ * Remove Freemius (with all thanks to the Freemius team.)
76
+ * Minor tweaks to Tweet widget CSS
77
 
78
  = 3.2.19 =
79
 
uninstall.php ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( !defined( 'ABSPATH' ) && !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
3
+ exit();
4
+ } else {
5
+ delete_option( 'wpt_post_types' );
6
+ delete_option( 'jd_twit_remote' );
7
+ delete_option( 'jd_post_excerpt' );
8
+
9
+ delete_option( 'comment-published-update' );
10
+ delete_option( 'comment-published-text' );
11
+ delete_option( 'wpt_status_message_last' );
12
+ delete_option( 'wtt_twitter_username' );
13
+ // Su.pr API
14
+ delete_option( 'suprapi' );
15
+
16
+ // Error checking
17
+ delete_option( 'jd-functions-checked' );
18
+ delete_option( 'wp_twitter_failure' );
19
+ delete_option( 'wp_supr_failure' );
20
+ delete_option( 'wp_url_failure' );
21
+ delete_option( 'wp_bitly_failure' );
22
+ delete_option( 'wpt_curl_error' );
23
+
24
+ // Rate Limiting
25
+ delete_option( 'wpt_rate_limits' );
26
+ delete_option( 'wpt_default_rate_limit' );
27
+ delete_option( 'wpt_rate_limit' );
28
+ delete_option( 'wpt_rate_limiting' );
29
+
30
+ // Blogroll options
31
+ delete_option( 'jd-use-link-title' );
32
+ delete_option( 'jd-use-link-description' );
33
+ delete_option( 'newlink-published-text' );
34
+ delete_option( 'jd_twit_blogroll' );
35
+
36
+ // Default publishing options.
37
+ delete_option( 'jd_tweet_default' );
38
+ delete_option( 'jd_tweet_default_edit' );
39
+ delete_option( 'wpt_inline_edits' );
40
+
41
+ // Note that default options are set.
42
+ delete_option( 'twitterInitialised' );
43
+ delete_option( 'wpt_twitter_setup' );
44
+ delete_option( 'wp_twitter_failure' );
45
+ delete_option( 'twitterlogin' );
46
+ delete_option( 'twitterpw' );
47
+ delete_option( 'twitterlogin_encrypted' );
48
+ delete_option( 'suprapi' );
49
+ delete_option( 'jd_twit_quickpress' );
50
+ delete_option( 'jd-use-supr' );
51
+ delete_option( 'jd-use-none' );
52
+ delete_option( 'jd-use-wp' );
53
+
54
+ // Special Options
55
+ delete_option( 'jd_twit_prepend' );
56
+ delete_option( 'jd_twit_append' );
57
+ delete_option( 'jd_twit_remote' );
58
+ delete_option( 'twitter-analytics-campaign' );
59
+ delete_option( 'use-twitter-analytics' );
60
+ delete_option( 'jd_twit_custom_url' );
61
+ delete_option( 'jd_shortener' );
62
+ delete_option( 'jd_strip_nonan' );
63
+
64
+ delete_option( 'jd_individual_twitter_users' );
65
+ delete_option( 'use_tags_as_hashtags' );
66
+ delete_option( 'jd_max_tags' );
67
+ delete_option( 'jd_max_characters' );
68
+ // Bitly Settings
69
+ delete_option( 'bitlylogin' );
70
+ delete_option( 'jd-use-bitly' );
71
+ delete_option( 'bitlyapi' );
72
+
73
+ // twitter compatible api
74
+ delete_option( 'jd_api_post_status' );
75
+ delete_option( 'app_consumer_key' );
76
+ delete_option( 'app_consumer_secret' );
77
+ delete_option( 'oauth_token' );
78
+ delete_option( 'oauth_token_secret' );
79
+
80
+ //dymamic analytics
81
+ delete_option( 'jd_dynamic_analytics' );
82
+ delete_option( 'use_dynamic_analytics' );
83
+ //category limits
84
+ delete_option( 'limit_categories' );
85
+ delete_option( 'tweet_categories' );
86
+ //yourls installation
87
+ delete_option( 'yourlsapi' );
88
+ delete_option( 'yourlspath' );
89
+ delete_option( 'yourlsurl' );
90
+ delete_option( 'yourlslogin' );
91
+ delete_option( 'jd_replace_character' );
92
+ delete_option( 'jd_date_format' );
93
+ delete_option( 'jd_keyword_format' );
94
+ //Version
95
+ delete_option( 'wp_to_twitter_version' );
96
+ delete_option( 'wpt_authentication_missing' );
97
+ delete_option( 'wpt_http' );
98
+ }
wp-to-twitter-manager.php CHANGED
@@ -143,21 +143,33 @@ function wpt_updated_settings() {
143
  if ( isset( $_POST['submit-type'] ) && $_POST['submit-type'] == 'options' ) {
144
  // UPDATE OPTIONS
145
  $wpt_settings = get_option( 'wpt_post_types' );
 
 
 
 
 
 
146
  foreach ( $_POST['wpt_post_types'] as $key => $value ) {
147
- $array = array(
 
 
 
148
  'post-published-update' => ( isset( $value["post-published-update"] ) ) ? $value["post-published-update"] : "",
149
  'post-published-text' => $value["post-published-text"],
150
  'post-edited-update' => ( isset( $value["post-edited-update"] ) ) ? $value["post-edited-update"] : "",
151
  'post-edited-text' => $value["post-edited-text"]
152
  );
153
- $wpt_settings[ $key ] = $array;
 
154
  }
 
 
155
  update_option( 'wpt_post_types', $wpt_settings );
156
  update_option( 'newlink-published-text', $_POST['newlink-published-text'] );
157
  update_option( 'jd_twit_blogroll', ( isset( $_POST['jd_twit_blogroll'] ) ) ? $_POST['jd_twit_blogroll'] : "" );
158
- $message = wpt_select_shortener( $_POST );
159
  $message .= __( 'WP to Twitter Options Updated', 'wp-to-twitter' );
160
- $message = apply_filters( 'wpt_settings', $message, $_POST );
161
  }
162
 
163
  if ( isset( $_POST['wpt_shortener_update'] ) && $_POST['wpt_shortener_update'] == 'true' ) {
@@ -184,7 +196,6 @@ function wpt_update_settings() {
184
  wpt_updated_settings();
185
  wpt_show_last_tweet();
186
  wpt_handle_errors();
187
- wpt_show_debug();
188
  ?>
189
  <?php $elem = ( version_compare( '4.3', get_option( 'version' ), '>=' ) ) ? 'h1' : 'h2'; ?>
190
  <<?php echo $elem; ?>><?php _e( "WP to Twitter Options", 'wp-to-twitter' ); ?></<?php echo $elem; ?>>
143
  if ( isset( $_POST['submit-type'] ) && $_POST['submit-type'] == 'options' ) {
144
  // UPDATE OPTIONS
145
  $wpt_settings = get_option( 'wpt_post_types' );
146
+ if ( !is_array( $wpt_settings ) ) {
147
+ $wpt_settings = array();
148
+ }
149
+
150
+ $keys = array();
151
+ $values = array();
152
  foreach ( $_POST['wpt_post_types'] as $key => $value ) {
153
+ // using wp_encode_emoji allows me to save emoji in templates
154
+ // ...but I haven't found a way to convert the saved emoji *back* to unicode
155
+ // sending the HTML entity just yields a broken character on Twitter.
156
+ $array = array(
157
  'post-published-update' => ( isset( $value["post-published-update"] ) ) ? $value["post-published-update"] : "",
158
  'post-published-text' => $value["post-published-text"],
159
  'post-edited-update' => ( isset( $value["post-edited-update"] ) ) ? $value["post-edited-update"] : "",
160
  'post-edited-text' => $value["post-edited-text"]
161
  );
162
+ array_push( $keys, $key );
163
+ array_push( $values, $array );
164
  }
165
+
166
+ $wpt_settings = array_combine( $keys, $values );
167
  update_option( 'wpt_post_types', $wpt_settings );
168
  update_option( 'newlink-published-text', $_POST['newlink-published-text'] );
169
  update_option( 'jd_twit_blogroll', ( isset( $_POST['jd_twit_blogroll'] ) ) ? $_POST['jd_twit_blogroll'] : "" );
170
+ $message = wpt_select_shortener( $_POST );
171
  $message .= __( 'WP to Twitter Options Updated', 'wp-to-twitter' );
172
+ $message = apply_filters( 'wpt_settings', $message, $_POST );
173
  }
174
 
175
  if ( isset( $_POST['wpt_shortener_update'] ) && $_POST['wpt_shortener_update'] == 'true' ) {
196
  wpt_updated_settings();
197
  wpt_show_last_tweet();
198
  wpt_handle_errors();
 
199
  ?>
200
  <?php $elem = ( version_compare( '4.3', get_option( 'version' ), '>=' ) ) ? 'h1' : 'h2'; ?>
201
  <<?php echo $elem; ?>><?php _e( "WP to Twitter Options", 'wp-to-twitter' ); ?></<?php echo $elem; ?>>
wp-to-twitter-shorteners.php CHANGED
@@ -8,7 +8,7 @@ if ( ! function_exists( 'wpt_shorten_url' ) ) { // prep work for future plug-in
8
  add_filter( 'wptt_shorten_link', 'wpt_shorten_url', 10, 4 );
9
 
10
  function wpt_shorten_url( $url, $thisposttitle, $post_ID, $testmode = false, $store_urls = true ) {
11
- wpt_mail( "Initial Link Data: #$post_ID", "$url, $thisposttitle, $post_ID, $testmode" ); // DEBUG
12
  // filter link before sending to shortener or adding analytics
13
  $shortener = get_option( 'jd_shortener' );
14
  $url = apply_filters( 'wpt_shorten_link', $url, $shortener, $post_ID );
@@ -125,26 +125,29 @@ if ( ! function_exists( 'wpt_shorten_url' ) ) { // prep work for future plug-in
125
  $token = stripcslashes( get_option( 'yourlstoken' ) );
126
  $yourlsurl = esc_url( get_option( 'yourlsurl' ) );
127
  if ( $token ) {
128
- $api_url = add_query_arg( array(
129
- 'signature' => $token,
130
- 'url' => $encoded,
131
- 'action' => 'shorturl',
132
- 'format' => 'json',
133
- 'title' => urlencode( $thisposttitle )
134
- ), $yourlsurl );
135
  } else {
136
- $api_url = add_query_arg( array(
137
- 'username' => $yourlslogin,
138
- 'password' => $yourlsapi,
139
- 'url' => $encoded,
140
- 'action' => 'shorturl',
141
- 'format' => 'json',
142
- 'title' => urlencode( $thisposttitle )
143
- ), $yourlsurl );
144
  }
145
  if ( $keyword_format ) {
146
- $api_url['keyword'] = $keyword_format;
147
  }
 
 
 
148
  $json = wpt_remote_json( $api_url, false );
149
  wpt_mail( "YOURLS JSON Response", print_r( $json, 1 ) ); // DEBUG YOURLS response
150
  if ( is_object( $json ) ) {
8
  add_filter( 'wptt_shorten_link', 'wpt_shorten_url', 10, 4 );
9
 
10
  function wpt_shorten_url( $url, $thisposttitle, $post_ID, $testmode = false, $store_urls = true ) {
11
+ wpt_mail( "Initial Link", "$url, $thisposttitle, $post_ID, $testmode" ); // DEBUG
12
  // filter link before sending to shortener or adding analytics
13
  $shortener = get_option( 'jd_shortener' );
14
  $url = apply_filters( 'wpt_shorten_link', $url, $shortener, $post_ID );
125
  $token = stripcslashes( get_option( 'yourlstoken' ) );
126
  $yourlsurl = esc_url( get_option( 'yourlsurl' ) );
127
  if ( $token ) {
128
+ $args = array(
129
+ 'signature' => $token,
130
+ 'url' => $encoded,
131
+ 'action' => 'shorturl',
132
+ 'format' => 'json',
133
+ 'title' => urlencode( $thisposttitle )
134
+ );
135
  } else {
136
+ $args = array(
137
+ 'username' => $yourlslogin,
138
+ 'password' => $yourlsapi,
139
+ 'url' => $encoded,
140
+ 'action' => 'shorturl',
141
+ 'format' => 'json',
142
+ 'title' => urlencode( $thisposttitle )
143
+ );
144
  }
145
  if ( $keyword_format ) {
146
+ $args['keyword'] = $keyword_format;
147
  }
148
+
149
+ $api_url = add_query_arg( $args, $yourlsurl );
150
+
151
  $json = wpt_remote_json( $api_url, false );
152
  wpt_mail( "YOURLS JSON Response", print_r( $json, 1 ) ); // DEBUG YOURLS response
153
  if ( is_object( $json ) ) {
wp-to-twitter.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP to Twitter
4
  Plugin URI: http://www.joedolson.com/wp-to-twitter/
5
  Description: Posts a Tweet when you update your WordPress blog or post a link, using your URL shortening service. Rich in features for customizing and promoting your Tweets.
6
- Version: 3.2.19
7
  Author: Joseph Dolson
8
  Text Domain: wp-to-twitter
9
  Domain Path: /lang
@@ -30,6 +30,7 @@ if ( ! defined( 'ABSPATH' ) ) {
30
  } // Exit if accessed directly
31
 
32
  define( 'WPT_DEBUG', false ); // Debugging only works with WP Tweets PRO.
 
33
  define( 'WPT_DEBUG_ADDRESS', get_option( 'admin_email' ) );
34
  define( 'WPT_FROM', "From: \"" . get_option( 'blogname' ) . "\" <" . get_option( 'admin_email' ) . ">" );
35
  // define( 'WPT_DEBUG_ADDRESS', 'debug@joedolson.com, yourname@youraddress.com' ); // for multiple recipients.
@@ -44,59 +45,7 @@ require_once( plugin_dir_path( __FILE__ ) . '/wpt-widget.php' );
44
  require_once( plugin_dir_path( __FILE__ ) . '/wpt-rate-limiting.php' );
45
 
46
  global $wpt_version;
47
- $wpt_version = "3.2.19";
48
-
49
- // Create a helper function for easy SDK access.
50
- function wtt_fs() {
51
- global $wtt_fs;
52
-
53
- if ( ! isset( $wtt_fs ) ) {
54
- // Include Freemius SDK.
55
- require_once dirname(__FILE__) . '/freemius/start.php';
56
-
57
- $wtt_fs = fs_dynamic_init( array(
58
- 'id' => '176',
59
- 'slug' => 'wp-to-twitter',
60
- 'public_key' => 'pk_6f6b0b21c7da9b9d4ad8cded5bd16',
61
- 'is_premium' => false,
62
- 'has_addons' => false,
63
- 'has_paid_plans' => false,
64
- 'menu' => array(
65
- 'slug' => 'wp-tweets-pro',
66
- 'account' => false,
67
- 'contact' => false,
68
- 'support' => false
69
- ),
70
- ) );
71
- }
72
-
73
- return $wtt_fs;
74
- }
75
-
76
- function wtt_fs_custom_connect_message(
77
- $message,
78
- $user_first_name,
79
- $plugin_title,
80
- $user_login,
81
- $site_link,
82
- $freemius_link
83
- ) {
84
- return sprintf(
85
- __fs( 'hey-x' ) . '<br>' .
86
- __( 'Can you help me improve %2$s? Let me connect your user, %3$s at %4$s, to %5$s. </p><p><em>This is purely optional, but I appreciate your help!</em>', 'wp-to-twitter' ),
87
- $user_first_name,
88
- '<b>' . $plugin_title . '</b>',
89
- '<b>' . $user_login . '</b>',
90
- $site_link,
91
- $freemius_link
92
- );
93
- }
94
-
95
- // Init Freemius.
96
- wtt_fs();
97
- wtt_fs()->add_filter( 'connect_message', 'wtt_fs_custom_connect_message', 10, 6 );
98
- wtt_fs()->add_action( 'after_uninstall', 'wtt_fs_uninstall_cleanup' );
99
-
100
 
101
  add_action( 'plugins_loaded', 'wpt_load_textdomain' );
102
  function wpt_load_textdomain() {
@@ -361,7 +310,7 @@ function wpt_check_recent_tweet( $id, $auth ) {
361
  $expire = apply_filters( 'wpt_recent_tweet_threshold', 30 );
362
  // if expiration is 0, don't set the transient. We don't want permanent transients.
363
  if ( $expire !== 0 ) {
364
- wpt_mail( "Tweet transient being set: $id", "$expire / $auth / $id" );
365
  if ( $auth == false ) {
366
  set_transient( "_wpt_most_recent_tweet_$id", true, $expire );
367
  } else {
@@ -411,14 +360,14 @@ function wpt_post_to_twitter( $twit, $auth = false, $id = false, $media = false
411
  $check = ( ! $auth ) ? get_option( 'jd_last_tweet' ) : get_user_meta( $auth, 'wpt_last_tweet', true ); // get user's last tweet
412
  // prevent duplicate Tweets
413
  if ( $check == $twit ) {
414
- wpt_mail( "Matched: tweet identical: #$id", "This Tweet: $twit; Check Tweet: $check; $auth, $id, $media" ); // DEBUG
415
  $error = __( 'This tweet is identical to another Tweet recently sent to this account.', 'wp-to-twitter' ) . ' ' . __( 'Twitter requires all Tweets to be unique.', 'wp-to-twitter' );
416
  wpt_saves_error( $id, $auth, $twit, $error, '403-1', time() );
417
  wpt_set_log( 'wpt_status_message', $id, $error );
418
 
419
  return false;
420
  } else if ( $twit == '' || ! $twit ) {
421
- wpt_mail( "Tweet check: empty sentence: #$id", "$twit, $auth, $id, $media" ); // DEBUG
422
  $error = __( 'This tweet was blank and could not be sent to Twitter.', 'wp-tweets-pro' );
423
  wpt_saves_error( $id, $auth, $twit, $error, '403-2', time() );
424
  wpt_set_log( 'wpt_status_message', $id, $error );
@@ -429,10 +378,10 @@ function wpt_post_to_twitter( $twit, $auth = false, $id = false, $media = false
429
  // must be designated as media and have a valid attachment
430
  $attachment = ( $media ) ? wpt_post_attachment( $id ) : false;
431
  if ( $attachment ) {
432
- wpt_mail( 'Has Upload', "$auth, $attachment" );
433
  $meta = wp_get_attachment_metadata( $attachment );
434
  if ( ! isset( $meta['width'], $meta['height'] ) ) {
435
- wpt_mail( "Image Data Does not Exist for Attachment #$attachment", print_r( $meta, 1 ) );
436
  $attachment = false;
437
  }
438
  }
@@ -526,14 +475,14 @@ function wpt_post_to_twitter( $twit, $auth = false, $id = false, $media = false
526
  $error = __( "<strong>Code $http_code</strong>: Twitter did not return a recognized response code.", 'wp-to-twitter' );
527
  break;
528
  }
529
- $body = $connection->body;
530
- $error_code = ( $http_code != 200 ) ? $body->errors[0]->code : '';
531
- $error_message = ( $http_code != 200 ) ? $body->errors[0]->message : '';
532
  $error_supplement = ($error_code != '' ) ? " (Error Code: " . $error_code . ': ' . $error_message . ")" : '';
533
- $error .= ( $supplement != '' ) ? " $supplement" : '';
534
- $error .= $error_supplement;
535
  // debugging
536
- wpt_mail( "Twitter Response: $http_code, #$id", "$http_code, $error" ); // DEBUG
537
  // end debugging
538
  // only save last Tweet if successful
539
  if ( $http_code == '200' ) {
@@ -814,7 +763,7 @@ function wpt_tweet( $post_ID, $type = 'instant' ) {
814
  } else {
815
  $default = ( $tweet_this == 'yes' ) ? true : false;
816
  }
817
- wpt_mail( "1: JD Tweet This Value: #$post_ID", "Tweet this: $tweet_this /" . get_option( 'jd_tweet_default' ) . " / $type" ); // DEBUG
818
  if ( $default ) { // default switch: depend on default settings.
819
  $post_info = wpt_post_info( $post_ID );
820
  $media = wpt_post_with_media( $post_ID, $post_info );
@@ -824,11 +773,11 @@ function wpt_tweet( $post_ID, $type = 'instant' ) {
824
  $auth = $post_info['authId'];
825
  }
826
  /* debug data */
827
- wpt_mail( "2: POST Debug Data #$post_ID", "Post_Info: " . print_r( $post_info, 1 ) . "\n\nPOST: " . print_r( $_POST, 1 ) . " / $type" );
828
  if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true && function_exists( 'wpt_filter_post_info' ) ) {
829
  $filter = wpt_filter_post_info( $post_info );
830
  if ( $filter == true ) {
831
- wpt_mail( "3a: Post filtered: #$post_ID", print_r( $post_info, 1 ) . " / $type" );
832
 
833
  return false;
834
  }
@@ -841,7 +790,7 @@ function wpt_tweet( $post_ID, $type = 'instant' ) {
841
  $post_type = $post_info['postType'];
842
  if ( $type == 'future' || get_post_meta( $post_ID, 'wpt_publishing' ) == 'future' ) {
843
  $new = 1; // if this is a future action, then it should be published regardless of relationship
844
- wpt_mail( "4: Future post: #$post_ID", print_r( $post_info, 1 ) . " / $type" );
845
  delete_post_meta( $post_ID, 'wpt_publishing' );
846
  } else {
847
  // if the post modified date and the post date are the same, this is new.
@@ -877,13 +826,13 @@ function wpt_tweet( $post_ID, $type = 'instant' ) {
877
  return false;
878
  }
879
  }
880
- wpt_mail( "4a: Edited post #$post_ID", "Tweet this: " . print_r( $post_info, 1 ) . " / $type" ); // DEBUG
881
  if ( $post_type_settings[ $post_type ]['post-edited-update'] == '1' ) {
882
  $nptext = stripcslashes( $post_type_settings[ $post_type ]['post-edited-text'] );
883
  $oldpost = true;
884
  }
885
  } else {
886
- wpt_mail( "4b: New Post #$post_ID", "Tweet this: " . print_r( $post_info, 1 ) . " / $type" ); // DEBUG
887
  if ( $post_type_settings[ $post_type ]['post-published-update'] == '1' ) {
888
  $nptext = stripcslashes( $post_type_settings[ $post_type ]['post-published-text'] );
889
  $newpost = true;
@@ -892,7 +841,7 @@ function wpt_tweet( $post_ID, $type = 'instant' ) {
892
  if ( $newpost || $oldpost ) {
893
  $template = ( $customTweet != "" ) ? $customTweet : $nptext;
894
  $sentence = jd_truncate_tweet( $template, $post_info, $post_ID );
895
- wpt_mail( "5: Tweet Truncated #$post_ID", "Truncated Tweet: $sentence / $template / $type" ); // DEBUG
896
  if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true ) {
897
  $sentence2 = jd_truncate_tweet( $template, $post_info, $post_ID, false, $auth );
898
  }
@@ -931,7 +880,7 @@ function wpt_tweet( $post_ID, $type = 'instant' ) {
931
  ) );
932
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
933
  $author_id = ( $acct ) ? "#$acct" : 'Main';
934
- wpt_mail( "7a: Tweet Scheduled for Auth ID $author_id #$post_ID", print_r( array(
935
  'id' => $acct,
936
  'sentence' => $sentence,
937
  'rt' => 0,
@@ -974,7 +923,7 @@ function wpt_tweet( $post_ID, $type = 'instant' ) {
974
  } else {
975
  $author_id = 'Main';
976
  }
977
- wpt_mail( "7b: Retweet Scheduled for Auth ID $author_id #$post_ID", print_r( array(
978
  'id' => $acct,
979
  'sentence' => $retweet,
980
  'rt' => $i,
@@ -1006,7 +955,7 @@ function wpt_tweet( $post_ID, $type = 'instant' ) {
1006
  }
1007
  } else {
1008
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
1009
- wpt_mail( "3c: Not a Tweeted post type #$post_ID", "Post_Info: " . print_r( $post_info, 1 ) . " / $type" );
1010
  }
1011
 
1012
  return $post_ID;
@@ -1077,7 +1026,8 @@ function wpt_generate_hash_tags( $post_ID ) {
1077
  $max_tags = 100;
1078
  }
1079
  $use_cats = ( get_option( 'wpt_use_cats' ) == '1' ) ? true : false;
1080
- $tags = ( $use_cats == true ) ? wp_get_post_categories( $post_ID, array( 'fields' => 'all' ) ) : get_the_tags( $post_ID );
 
1081
  if ( $tags && count( $tags ) > 0 ) {
1082
  $i = 1;
1083
  foreach ( $tags as $value ) {
@@ -1138,6 +1088,29 @@ function wpt_add_twitter_outer_box() {
1138
  }
1139
  }
1140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1141
  /**
1142
  * Print post meta box
1143
  */
@@ -1586,7 +1559,13 @@ function wpt_save_post( $id ) {
1586
  // WPT PRO //
1587
  // only send debug data if post meta is updated.
1588
  if ( $update == true || is_int( $update ) ) {
1589
- wpt_mail( "Post Meta Inserted: #$id", print_r( $_POST, 1 ) ); // DEBUG
 
 
 
 
 
 
1590
  }
1591
  }
1592
 
@@ -1888,6 +1867,14 @@ function wpt_dismiss_promotion() {
1888
 
1889
  add_action( 'admin_notices', 'wpt_dismiss_promotion', 5 );
1890
  add_action( 'admin_notices', 'wpt_promotion_notice', 10 );
 
 
 
 
 
 
 
 
1891
  /**
1892
  * Display promotion notice to admin users who have not donated or purchased WP Tweets PRO.
1893
  */
3
  Plugin Name: WP to Twitter
4
  Plugin URI: http://www.joedolson.com/wp-to-twitter/
5
  Description: Posts a Tweet when you update your WordPress blog or post a link, using your URL shortening service. Rich in features for customizing and promoting your Tweets.
6
+ Version: 3.3.0
7
  Author: Joseph Dolson
8
  Text Domain: wp-to-twitter
9
  Domain Path: /lang
30
  } // Exit if accessed directly
31
 
32
  define( 'WPT_DEBUG', false ); // Debugging only works with WP Tweets PRO.
33
+ define( 'WPT_DEBUG_BY_EMAIL', false ); // Email debugging no longer default as of 3.3.0
34
  define( 'WPT_DEBUG_ADDRESS', get_option( 'admin_email' ) );
35
  define( 'WPT_FROM', "From: \"" . get_option( 'blogname' ) . "\" <" . get_option( 'admin_email' ) . ">" );
36
  // define( 'WPT_DEBUG_ADDRESS', 'debug@joedolson.com, yourname@youraddress.com' ); // for multiple recipients.
45
  require_once( plugin_dir_path( __FILE__ ) . '/wpt-rate-limiting.php' );
46
 
47
  global $wpt_version;
48
+ $wpt_version = "3.3.0";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  add_action( 'plugins_loaded', 'wpt_load_textdomain' );
51
  function wpt_load_textdomain() {
310
  $expire = apply_filters( 'wpt_recent_tweet_threshold', 30 );
311
  // if expiration is 0, don't set the transient. We don't want permanent transients.
312
  if ( $expire !== 0 ) {
313
+ wpt_mail( "Tweet transient set", "$expire / $auth / $id" );
314
  if ( $auth == false ) {
315
  set_transient( "_wpt_most_recent_tweet_$id", true, $expire );
316
  } else {
360
  $check = ( ! $auth ) ? get_option( 'jd_last_tweet' ) : get_user_meta( $auth, 'wpt_last_tweet', true ); // get user's last tweet
361
  // prevent duplicate Tweets
362
  if ( $check == $twit ) {
363
+ wpt_mail( "Matched: tweet identical", "This Tweet: $twit; Check Tweet: $check; $auth, $id, $media" ); // DEBUG
364
  $error = __( 'This tweet is identical to another Tweet recently sent to this account.', 'wp-to-twitter' ) . ' ' . __( 'Twitter requires all Tweets to be unique.', 'wp-to-twitter' );
365
  wpt_saves_error( $id, $auth, $twit, $error, '403-1', time() );
366
  wpt_set_log( 'wpt_status_message', $id, $error );
367
 
368
  return false;
369
  } else if ( $twit == '' || ! $twit ) {
370
+ wpt_mail( "Tweet check: empty sentence", "$twit, $auth, $id, $media" ); // DEBUG
371
  $error = __( 'This tweet was blank and could not be sent to Twitter.', 'wp-tweets-pro' );
372
  wpt_saves_error( $id, $auth, $twit, $error, '403-2', time() );
373
  wpt_set_log( 'wpt_status_message', $id, $error );
378
  // must be designated as media and have a valid attachment
379
  $attachment = ( $media ) ? wpt_post_attachment( $id ) : false;
380
  if ( $attachment ) {
381
+ wpt_mail( 'Post has upload', "$auth, $attachment" );
382
  $meta = wp_get_attachment_metadata( $attachment );
383
  if ( ! isset( $meta['width'], $meta['height'] ) ) {
384
+ wpt_mail( "Image Data Does not Exist for #$attachment", print_r( $meta, 1 ) );
385
  $attachment = false;
386
  }
387
  }
475
  $error = __( "<strong>Code $http_code</strong>: Twitter did not return a recognized response code.", 'wp-to-twitter' );
476
  break;
477
  }
478
+ $body = $connection->body;
479
+ $error_code = ( $http_code != 200 ) ? $body->errors[0]->code : '';
480
+ $error_message = ( $http_code != 200 ) ? $body->errors[0]->message : '';
481
  $error_supplement = ($error_code != '' ) ? " (Error Code: " . $error_code . ': ' . $error_message . ")" : '';
482
+ $error .= ( $supplement != '' ) ? " $supplement" : '';
483
+ $error .= $error_supplement;
484
  // debugging
485
+ wpt_mail( "Twitter Response: $http_code", "$error" ); // DEBUG
486
  // end debugging
487
  // only save last Tweet if successful
488
  if ( $http_code == '200' ) {
763
  } else {
764
  $default = ( $tweet_this == 'yes' ) ? true : false;
765
  }
766
+ wpt_mail( "1: Tweet Template", "$tweet_this / (Original: " . get_option( 'jd_tweet_default' ) . ") / $type" ); // DEBUG
767
  if ( $default ) { // default switch: depend on default settings.
768
  $post_info = wpt_post_info( $post_ID );
769
  $media = wpt_post_with_media( $post_ID, $post_info );
773
  $auth = $post_info['authId'];
774
  }
775
  /* debug data */
776
+ wpt_mail( "2: POST Debug Data", "Post_Info: " . print_r( $post_info, 1 ) . " / $type" );
777
  if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true && function_exists( 'wpt_filter_post_info' ) ) {
778
  $filter = wpt_filter_post_info( $post_info );
779
  if ( $filter == true ) {
780
+ wpt_mail( "3: Post caught by wpt_filter_post_info", print_r( $post_info, 1 ) . " / $type" );
781
 
782
  return false;
783
  }
790
  $post_type = $post_info['postType'];
791
  if ( $type == 'future' || get_post_meta( $post_ID, 'wpt_publishing' ) == 'future' ) {
792
  $new = 1; // if this is a future action, then it should be published regardless of relationship
793
+ wpt_mail( "4a: Is a future post", print_r( $post_info, 1 ) . " / $type" );
794
  delete_post_meta( $post_ID, 'wpt_publishing' );
795
  } else {
796
  // if the post modified date and the post date are the same, this is new.
826
  return false;
827
  }
828
  }
829
+ wpt_mail( "4b: Is edited post", "Tweet this: " . print_r( $post_info, 1 ) . " / $type" ); // DEBUG
830
  if ( $post_type_settings[ $post_type ]['post-edited-update'] == '1' ) {
831
  $nptext = stripcslashes( $post_type_settings[ $post_type ]['post-edited-text'] );
832
  $oldpost = true;
833
  }
834
  } else {
835
+ wpt_mail( "4c: Is new post", "Tweet this: " . print_r( $post_info, 1 ) . " / $type" ); // DEBUG
836
  if ( $post_type_settings[ $post_type ]['post-published-update'] == '1' ) {
837
  $nptext = stripcslashes( $post_type_settings[ $post_type ]['post-published-text'] );
838
  $newpost = true;
841
  if ( $newpost || $oldpost ) {
842
  $template = ( $customTweet != "" ) ? $customTweet : $nptext;
843
  $sentence = jd_truncate_tweet( $template, $post_info, $post_ID );
844
+ wpt_mail( "5: Tweet Truncated", "Truncated Tweet: $sentence / $template / $type" ); // DEBUG
845
  if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true ) {
846
  $sentence2 = jd_truncate_tweet( $template, $post_info, $post_ID, false, $auth );
847
  }
880
  ) );
881
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
882
  $author_id = ( $acct ) ? "#$acct" : 'Main';
883
+ wpt_mail( "7a: Tweet Scheduled for author $author_id", print_r( array(
884
  'id' => $acct,
885
  'sentence' => $sentence,
886
  'rt' => 0,
923
  } else {
924
  $author_id = 'Main';
925
  }
926
+ wpt_mail( "7b: Retweet Scheduled for author $author_id", print_r( array(
927
  'id' => $acct,
928
  'sentence' => $retweet,
929
  'rt' => $i,
955
  }
956
  } else {
957
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
958
+ wpt_mail( "3c: Not a Tweeted post type", "Post_Info: " . print_r( $post_info, 1 ) . " / $type" );
959
  }
960
 
961
  return $post_ID;
1026
  $max_tags = 100;
1027
  }
1028
  $use_cats = ( get_option( 'wpt_use_cats' ) == '1' ) ? true : false;
1029
+ $tags = ( $use_cats == true ) ? wp_get_post_categories( $post_ID, array( 'fields' => 'all' ) ) : get_the_tags( $post_ID );
1030
+ $tags = apply_filters( 'wpt_hash_source', $tags, $post_ID );
1031
  if ( $tags && count( $tags ) > 0 ) {
1032
  $i = 1;
1033
  foreach ( $tags as $value ) {
1088
  }
1089
  }
1090
 
1091
+
1092
+ add_action( 'admin_menu', 'wpt_add_twitter_debug_box' );
1093
+ /**
1094
+ * Set up post meta box.
1095
+ */
1096
+ function wpt_add_twitter_debug_box() {
1097
+ if ( WPT_DEBUG && current_user_can( 'manage_options' ) ) {
1098
+ wpt_check_version();
1099
+ // add Twitter panel to post types where it's enabled.
1100
+ $wpt_post_types = get_option( 'wpt_post_types' );
1101
+ if ( function_exists( 'add_meta_box' ) ) {
1102
+ if ( is_array( $wpt_post_types ) ) {
1103
+ foreach ( $wpt_post_types as $key => $value ) {
1104
+ if ( $value['post-published-update'] == 1 || $value['post-edited-update'] == 1 ) {
1105
+ add_meta_box( 'wp2t-debug', 'WP to Twitter Debugging', 'wpt_show_debug', $key, 'advanced' );
1106
+ }
1107
+ }
1108
+ }
1109
+ }
1110
+ }
1111
+ }
1112
+
1113
+
1114
  /**
1115
  * Print post meta box
1116
  */
1559
  // WPT PRO //
1560
  // only send debug data if post meta is updated.
1561
  if ( $update == true || is_int( $update ) ) {
1562
+ wpt_mail( "Post Meta Inserted", print_r( $_POST, 1 ) ); // DEBUG
1563
+ }
1564
+ if ( isset( $_POST['wpt-delete-debug'] ) && $_POST['wpt-delete-debug'] == 'true' ) {
1565
+ delete_post_meta( $id, '_wpt_debug_log' );
1566
+ }
1567
+ if ( isset( $_POST['wpt-delete-all-debug'] ) && $_POST['wpt-delete-all-debug'] == 'true' ) {
1568
+ delete_post_meta_by_key( '_wpt_debug_log' );
1569
  }
1570
  }
1571
 
1867
 
1868
  add_action( 'admin_notices', 'wpt_dismiss_promotion', 5 );
1869
  add_action( 'admin_notices', 'wpt_promotion_notice', 10 );
1870
+ add_action( 'admin_notices', 'wpt_debugging_enabled', 10 );
1871
+
1872
+ function wpt_debugging_enabled() {
1873
+ if ( current_user_can( 'manage_options' ) && WPT_DEBUG ) {
1874
+ echo "<div class='notice error important'><p>" . __( "<strong>WP to Twitter</strong> debugging is enabled. Remember to disable debugging when you are finished.", 'wp-to-twitter' ) . "</p></div>";
1875
+ }
1876
+ }
1877
+
1878
  /**
1879
  * Display promotion notice to admin users who have not donated or purchased WP Tweets PRO.
1880
  */
wpt-functions.php CHANGED
@@ -187,28 +187,59 @@ function wpt_cap_checkbox( $role, $cap, $name ) {
187
 
188
  function wpt_mail( $subject, $body, $override=false ) {
189
  if ( ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) || $override == true ) {
190
- $use_email = true;
191
- if ( $use_email ) {
192
  wp_mail( WPT_DEBUG_ADDRESS, $subject, $body, WPT_FROM );
193
  } else {
194
- $debug = get_option( 'wpt_debug' );
195
- $debug[ date( 'Y-m-d H:i:s' ) ] = array( $subject, $body );
196
- update_option( 'wpt_debug', $debug );
197
  }
198
  }
199
  }
200
 
 
 
 
 
 
 
 
 
201
  function wpt_show_debug() {
202
- // Nothing triggers this. If you want some debugging information, just add the parameter to the URL.
203
- if ( isset( $_GET['debug'] ) && $_GET['debug'] == 'true' ) {
204
- $debug = get_option( 'wpt_debug' );
205
- echo "<pre>";
206
- print_r( $debug );
207
- echo "</pre>";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  }
209
- if ( isset( $_GET['debug'] ) && $_GET['debug'] == 'delete' ) {
210
- delete_option( 'wpt_debug' );
211
- }
212
  }
213
 
214
  function wpt_remote_json( $url, $array = true, $method = 'GET' ) {
@@ -467,6 +498,7 @@ function wpt_date_compare( $modified, $postdate ) {
467
  * @return mixed boolean|integer Attachment ID.
468
  */
469
  function wpt_post_attachment( $post_ID ) {
 
470
  $use_featured_image = apply_filters( 'wpt_use_featured_image', true, $post_ID );
471
  if ( has_post_thumbnail( $post_ID ) && $use_featured_image ) {
472
  $attachment = get_post_thumbnail_id( $post_ID );
@@ -488,6 +520,7 @@ function wpt_post_attachment( $post_ID ) {
488
  $return = false;
489
  }
490
  }
 
491
  return apply_filters( 'wpt_post_attachment', $return, $post_ID );
492
  }
493
 
@@ -1043,103 +1076,6 @@ function wpt_delete_copied_meta( $new_id, $post ) {
1043
  delete_post_meta( $new_id, '_wpt_failed' );
1044
  }
1045
 
1046
- // uninstall WP to Twitter
1047
- function wtt_fs_uninstall_cleanup() {
1048
- delete_option( 'wpt_post_types' );
1049
- delete_option( 'jd_twit_remote' );
1050
- delete_option( 'jd_post_excerpt' );
1051
-
1052
- delete_option( 'comment-published-update' );
1053
- delete_option( 'comment-published-text' );
1054
- delete_option( 'wpt_status_message_last' );
1055
- delete_option( 'wtt_twitter_username' );
1056
- // Su.pr API
1057
- delete_option( 'suprapi' );
1058
-
1059
- // Error checking
1060
- delete_option( 'jd-functions-checked' );
1061
- delete_option( 'wp_twitter_failure' );
1062
- delete_option( 'wp_supr_failure' );
1063
- delete_option( 'wp_url_failure' );
1064
- delete_option( 'wp_bitly_failure' );
1065
- delete_option( 'wpt_curl_error' );
1066
-
1067
- // Rate Limiting
1068
- delete_option( 'wpt_rate_limits' );
1069
- delete_option( 'wpt_default_rate_limit' );
1070
- delete_option( 'wpt_rate_limit' );
1071
- delete_option( 'wpt_rate_limiting' );
1072
-
1073
- // Blogroll options
1074
- delete_option( 'jd-use-link-title' );
1075
- delete_option( 'jd-use-link-description' );
1076
- delete_option( 'newlink-published-text' );
1077
- delete_option( 'jd_twit_blogroll' );
1078
-
1079
- // Default publishing options.
1080
- delete_option( 'jd_tweet_default' );
1081
- delete_option( 'jd_tweet_default_edit' );
1082
- delete_option( 'wpt_inline_edits' );
1083
-
1084
- // Note that default options are set.
1085
- delete_option( 'twitterInitialised' );
1086
- delete_option( 'wpt_twitter_setup' );
1087
- delete_option( 'wp_twitter_failure' );
1088
- delete_option( 'twitterlogin' );
1089
- delete_option( 'twitterpw' );
1090
- delete_option( 'twitterlogin_encrypted' );
1091
- delete_option( 'suprapi' );
1092
- delete_option( 'jd_twit_quickpress' );
1093
- delete_option( 'jd-use-supr' );
1094
- delete_option( 'jd-use-none' );
1095
- delete_option( 'jd-use-wp' );
1096
-
1097
- // Special Options
1098
- delete_option( 'jd_twit_prepend' );
1099
- delete_option( 'jd_twit_append' );
1100
- delete_option( 'jd_twit_remote' );
1101
- delete_option( 'twitter-analytics-campaign' );
1102
- delete_option( 'use-twitter-analytics' );
1103
- delete_option( 'jd_twit_custom_url' );
1104
- delete_option( 'jd_shortener' );
1105
- delete_option( 'jd_strip_nonan' );
1106
-
1107
- delete_option( 'jd_individual_twitter_users' );
1108
- delete_option( 'use_tags_as_hashtags' );
1109
- delete_option( 'jd_max_tags' );
1110
- delete_option( 'jd_max_characters' );
1111
- // Bitly Settings
1112
- delete_option( 'bitlylogin' );
1113
- delete_option( 'jd-use-bitly' );
1114
- delete_option( 'bitlyapi' );
1115
-
1116
- // twitter compatible api
1117
- delete_option( 'jd_api_post_status' );
1118
- delete_option( 'app_consumer_key' );
1119
- delete_option( 'app_consumer_secret' );
1120
- delete_option( 'oauth_token' );
1121
- delete_option( 'oauth_token_secret' );
1122
-
1123
- //dymamic analytics
1124
- delete_option( 'jd_dynamic_analytics' );
1125
- delete_option( 'use_dynamic_analytics' );
1126
- //category limits
1127
- delete_option( 'limit_categories' );
1128
- delete_option( 'tweet_categories' );
1129
- //yourls installation
1130
- delete_option( 'yourlsapi' );
1131
- delete_option( 'yourlspath' );
1132
- delete_option( 'yourlsurl' );
1133
- delete_option( 'yourlslogin' );
1134
- delete_option( 'jd_replace_character' );
1135
- delete_option( 'jd_date_format' );
1136
- delete_option( 'jd_keyword_format' );
1137
- //Version
1138
- delete_option( 'wp_to_twitter_version' );
1139
- delete_option( 'wpt_authentication_missing' );
1140
- delete_option( 'wpt_http' );
1141
- }
1142
-
1143
  /**
1144
  * Functions to provide fallbacks for changed function names in case any plug-ins or themes are calling WP to Twitter functions in custom code.
1145
  */
187
 
188
  function wpt_mail( $subject, $body, $override=false ) {
189
  if ( ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) || $override == true ) {
190
+ if ( WPT_DEBUG_BY_EMAIL ) {
 
191
  wp_mail( WPT_DEBUG_ADDRESS, $subject, $body, WPT_FROM );
192
  } else {
193
+ wpt_debug_log( $subject, $body );
 
 
194
  }
195
  }
196
  }
197
 
198
+ function wpt_debug_log( $subject, $body ) {
199
+ global $post_ID;
200
+ if ( $post_ID ) {
201
+ $time = current_time( 'timestamp' );
202
+ add_post_meta( $post_ID, '_wpt_debug_log', array( $time, $subject, $body ) );
203
+ }
204
+ }
205
+
206
  function wpt_show_debug() {
207
+ global $post_ID;
208
+ if ( WPT_DEBUG ) {
209
+ $records = '';
210
+ $debug_log = get_post_meta( $post_ID, '_wpt_debug_log' );
211
+ if ( is_array( $debug_log ) ) {
212
+ foreach( $debug_log as $entry ) {
213
+ $date = date_i18n( 'Y-m-d H:i', $entry[0] );
214
+ $subject = $entry[1];
215
+ $body = $entry[2];
216
+ $records .= "<li><button type='button' class='toggle-debug button-secondary' aria-expanded='false'><strong>$date</strong>:<br />$subject</button><pre class='wpt-debug-details'>" . esc_html( $body ) . "</pre></li>";
217
+ }
218
+ }
219
+ $script = "
220
+ <script>
221
+ (function ($) {
222
+ $(function() {
223
+ $( 'button.toggle-debug' ).on( 'click', function() {
224
+ var next = $( this ).next( 'pre' );
225
+ if ( $( this ).next( 'pre' ).is( ':visible' ) ) {
226
+ $( this ).next( 'pre' ).hide();
227
+ $( this ).attr( 'aria-expanded', 'false' );
228
+ } else {
229
+ $( this ).next( 'pre' ).show();
230
+ $( this ).attr( 'aria-expanded', 'true' );
231
+ }
232
+ });
233
+ })
234
+ })(jQuery);
235
+ </script>";
236
+ $delete = "<ul>
237
+ <li><input type='checkbox' name='wpt-delete-debug' value='true' id='wpt-delete-debug'> <label for='wpt-delete-debug'>" . __( 'Delete debugging logs on this post', 'wp-to-twitter' ) . "</label></li>
238
+ <li><input type='checkbox' name='wpt-delete-all-debug' value='true' id='wpt-delete-all-debug'> <label for='wpt-delete-all-debug'>" . __( 'Delete debugging logs for all posts', 'wp-to-twitter' ) . "</label></li>
239
+ </ul>";
240
+
241
+ echo ( $records != '' ) ? "$script<div class='wpt-debug-log'><h3>Debugging Log:</h3><ul>$records</ul></div>$delete" : '';
242
  }
 
 
 
243
  }
244
 
245
  function wpt_remote_json( $url, $array = true, $method = 'GET' ) {
498
  * @return mixed boolean|integer Attachment ID.
499
  */
500
  function wpt_post_attachment( $post_ID ) {
501
+ $return = false;
502
  $use_featured_image = apply_filters( 'wpt_use_featured_image', true, $post_ID );
503
  if ( has_post_thumbnail( $post_ID ) && $use_featured_image ) {
504
  $attachment = get_post_thumbnail_id( $post_ID );
520
  $return = false;
521
  }
522
  }
523
+
524
  return apply_filters( 'wpt_post_attachment', $return, $post_ID );
525
  }
526
 
1076
  delete_post_meta( $new_id, '_wpt_failed' );
1077
  }
1078
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1079
  /**
1080
  * Functions to provide fallbacks for changed function names in case any plug-ins or themes are calling WP to Twitter functions in custom code.
1081
  */
wpt-rate-limiting.php CHANGED
@@ -104,6 +104,9 @@ function wpt_default_rate_limit( $term = false ) {
104
  function wpt_get_rate_limit( $term ) {
105
  $limits = get_option( 'wpt_rate_limit' );
106
  $limit = isset( $limits[$term] ) ? $limits[$term] : wpt_default_rate_limit( $term );
 
 
 
107
 
108
  return $limit;
109
  }
@@ -116,10 +119,10 @@ function wpt_term_rate_limits() {
116
  $taxonomies = array();
117
  }
118
  foreach ( $taxonomies as $value ) {
119
- add_action( $value . '_add_form_fields', 'wpt_add_term_rate_limit', 10, 1 );
120
- add_action( $value . '_edit_form_fields', 'wpt_edit_term_rate_limit', 10, 2 );
121
- add_action( 'edit_'.$value, 'wpt_save_term_rate_limit', 10, 2 );
122
- add_action( 'created_'.$value, 'wpt_save_term_rate_limit', 10, 2 );
123
  }
124
  }
125
 
104
  function wpt_get_rate_limit( $term ) {
105
  $limits = get_option( 'wpt_rate_limit' );
106
  $limit = isset( $limits[$term] ) ? $limits[$term] : wpt_default_rate_limit( $term );
107
+ if ( !is_int( $limit ) ) {
108
+ $limit = wpt_default_rate_limit( $term );
109
+ }
110
 
111
  return $limit;
112
  }
119
  $taxonomies = array();
120
  }
121
  foreach ( $taxonomies as $value ) {
122
+ add_action( $value . '_add_form_fields', 'wpt_add_term_rate_limit', 10, 1 );
123
+ add_action( $value . '_edit_form_fields', 'wpt_edit_term_rate_limit', 10, 2 );
124
+ add_action( 'edit_'.$value, 'wpt_save_term_rate_limit', 10, 2 );
125
+ add_action( 'created_'.$value, 'wpt_save_term_rate_limit', 10, 2 );
126
  }
127
  }
128
 
wpt-widget.php CHANGED
@@ -81,9 +81,9 @@ function wpt_twitter_feed( $instance ) {
81
  $header .= '<div class="wpt-header">';
82
  $header .= "<div class='wpt-follow-button'>$follow_button</div>
83
  <p>
84
- <img src='$avatar' alt='' class='wpt-twitter-avatar $img_alignment $verified' />
85
- <span class='wpt-twitter-name'>$name</span><br />
86
- <span class='wpt-twitter-id'><a href='$follow_url'>@" . esc_html( $twitter_ID ) . "</a></span>
87
  </p>";
88
  $header .= '</div>';
89
  } else {
@@ -346,6 +346,10 @@ class WPT_Latest_Tweets_Widget extends WP_Widget {
346
  <label
347
  for="<?php echo $this->get_field_id( 'source' ); ?>"><?php _e( 'Include Tweet source', 'wp-to-twitter' ); ?></label>
348
  </p>
 
 
 
 
349
  <?php
350
  }
351
  }
81
  $header .= '<div class="wpt-header">';
82
  $header .= "<div class='wpt-follow-button'>$follow_button</div>
83
  <p>
84
+ <img src='$avatar' alt='' class='wpt-twitter-avatar $img_alignment $verified' />
85
+ <span class='wpt-twitter-name'>$name</span><br />
86
+ <span class='wpt-twitter-id'><a href='$follow_url'>@" . esc_html( $twitter_ID ) . "</a></span>
87
  </p>";
88
  $header .= '</div>';
89
  } else {
346
  <label
347
  for="<?php echo $this->get_field_id( 'source' ); ?>"><?php _e( 'Include Tweet source', 'wp-to-twitter' ); ?></label>
348
  </p>
349
+ <p>
350
+ <input id="<?php echo $this->get_field_id( 'cache' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'cache' ); ?>" value="1" />
351
+ <label for="<?php echo $this->get_field_id( 'cache' ); ?>"><?php _e( 'Clear cache', 'wp-to-twitter' ); ?></label>
352
+ </p>
353
  <?php
354
  }
355
  }
wpt_twitter_oauth.php CHANGED
@@ -277,7 +277,8 @@ if ( ! class_exists( 'wpt_TwitterOAuth' ) ) {
277
 
278
  $response = $tmhOAuth->response['response'];
279
  $full = $tmhOAuth->response;
280
- wpt_mail( "Media Posted - Media ID #$args[media] ($transport)",
 
281
  "Twitter Response" . "\n" . print_r( $full, 1 ) . "\n\n" .
282
  "Attachment Details" . "\n" . print_r( $upload, 1 ) . "\n\n" .
283
  "Img Request Response" . "\n" . print_r( $remote, 1 )
277
 
278
  $response = $tmhOAuth->response['response'];
279
  $full = $tmhOAuth->response;
280
+ wpt_mail( "Media Posted", "
281
+ Media ID #$args[media] ($transport)" . "\n\n" .
282
  "Twitter Response" . "\n" . print_r( $full, 1 ) . "\n\n" .
283
  "Attachment Details" . "\n" . print_r( $upload, 1 ) . "\n\n" .
284
  "Img Request Response" . "\n" . print_r( $remote, 1 )