You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: classes/patreon_options.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ function patreon_plugin_setup_page(){
286
286
<th scope="row">
287
287
<strong>Enable image locking features</strong>
288
288
<br>
289
-
<div class="patreon-options-info">If on, you will be able to lock your images and provide patron only images anywhere in your posts like webcomics or visual content. If you aren't using image locking or having complications due to your web host infrastructure, you can keep this feature off. Whenever you turn this feature on or off, you should visit 'Permalinks' settings in your WordPress site and save your permalinks just once by clicking 'Save'. Otherwise your images may appear broken.</div>
289
+
<div class="patreon-options-info">If on, you will be able to lock your images and provide patron only images anywhere in your posts like webcomics or visual content. This may use noticeable server resources at your web host. If you aren't using image locking or having complications due to your web host infrastructure, you turn this feature off. Whenever you turn this feature on or off, you should visit 'Permalinks' settings in your WordPress site and save your permalinks just once by clicking 'Save'. Otherwise your images may appear broken.</div>
define( "PATREON_CREATOR_BYPASSES_FILTER_MESSAGE", 'This content is for Patrons only, it\'s not locked for you because you are logged in as the Patreon creator' );
69
69
define( "PATREON_NO_LOCKING_LEVEL_SET_FOR_THIS_POST", 'Post is already public. If you would like to lock this post, please set a pledge level for it' );
70
70
define( "PATREON_NO_POST_ID_TO_UNLOCK_POST", 'Sorry - could not get the post id for this locked post' );
define( "PATREON_PRIVACY_POLICY_ADDENDUM", '<h2>Patreon features in this website</h2>In order to enable you to use this website with Patreon services, we save certain functionally important Patreon information about you in this website if you log in with Patreon.
@@ -79,6 +79,11 @@ It is difficult to protect videos due the intensive bandwidth requirements of h
79
79
80
80
== Upgrade Notice ==
81
81
82
+
= 1.8.1 =
83
+
84
+
* Enhanced post id detection from attachment url. This will address various issues those who are using image locking were having with smaller size thumbnails of locked images, or non locked images of smaller attachment sizes.
85
+
* Hid the PCM addon upsell notification when PP addon is active
86
+
82
87
= 1.8.0 =
83
88
84
89
* Made the post syncer not overwrite $ level if an existing post has it. This will prevent overriding of already set post tier values with.
@@ -438,6 +443,11 @@ Nothing will be changed at your site - the plugin will just connect your site to
438
443
439
444
== Changelog ==
440
445
446
+
= 1.8.1 =
447
+
448
+
* Enhanced post id detection from attachment url. This will address various issues those who are using image locking were having with smaller size thumbnails of locked images, or non locked images of smaller attachment sizes.
449
+
* Hid the PCM addon upsell notification when PP addon is active
450
+
441
451
= 1.8.0 =
442
452
443
453
* Made the post syncer not overwrite $ level if an existing post has it. This will prevent overriding of already set post tier values with.
0 commit comments