Changeset 3491261
- Timestamp:
- 03/25/2026 09:16:10 PM (3 days ago)
- Location:
- restrict-content/tags/3.2.26
- Files:
-
- 8 edited
- 1 copied
-
. (copied) (copied from restrict-content/trunk)
-
composer.json (modified) (1 diff)
-
core/includes/class-restrict-content.php (modified) (1 diff)
-
core/includes/integrations/class-rcp-telemetry.php (modified) (1 diff)
-
lang/restrict-content.pot (modified) (2 diffs)
-
legacy/restrictcontent.php (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
restrictcontent.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
restrict-content/tags/3.2.26/composer.json
r3486071 r3491261 1 1 { 2 2 "name": "restrictcontent/restrict-content", 3 "version": "3.2.2 5",3 "version": "3.2.26", 4 4 "type": "wordpress-plugin", 5 5 "description": "A simple, yet powerful membership solution for WordPress.", -
restrict-content/tags/3.2.26/core/includes/class-restrict-content.php
r3486071 r3491261 27 27 */ 28 28 final class Restrict_Content_Pro { 29 const VERSION = '3.5.5 8.1';29 const VERSION = '3.5.59'; 30 30 31 31 /** -
restrict-content/tags/3.2.26/core/includes/integrations/class-rcp-telemetry.php
r3469631 r3491261 338 338 // A ordered list display better that a comma separated list, especially when there are multiple values. 339 339 340 $formatted_payment_gateways = array_combine( 341 range( 342 1, 343 count( $telemetry_info->payment_gateways()['enabled_gateways'] ) 344 ), 345 array_values( $telemetry_info->payment_gateways()['enabled_gateways'] ) 346 ); 340 $enabled_gateways = $telemetry_info->payment_gateways()['enabled_gateways']; 341 $formatted_payment_gateways = $enabled_gateways ? array_combine( range( 1, count( $enabled_gateways ) ), array_values( $enabled_gateways ) ) : []; 347 342 348 343 $active_add_ons = wp_list_pluck( $telemetry_info->active_addons(), 'name' ); -
restrict-content/tags/3.2.26/lang/restrict-content.pot
r3486071 r3491261 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Restrict Content 3.2.2 5\n"5 "Project-Id-Version: Restrict Content 3.2.26\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2026-03- 18 22:45:16+00:00\n"7 "POT-Creation-Date: 2026-03-25 21:12:45+00:00\n" 8 8 "PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 6307 6307 #. translators: %s: The RCP Title. 6308 6308 6309 #: core/includes/integrations/class-rcp-telemetry.php:353 6310 msgid "These are %s fields that we use for analysis and to make the product better." 6311 msgstr "" 6312 6309 6313 #: core/includes/integrations/class-rcp-telemetry.php:358 6310 msgid "These are %s fields that we use for analysis and to make the product better."6311 msgstr ""6312 6313 #: core/includes/integrations/class-rcp-telemetry.php:3636314 6314 msgid "Version" 6315 6315 msgstr "" 6316 6316 6317 #: core/includes/integrations/class-rcp-telemetry.php:36 76317 #: core/includes/integrations/class-rcp-telemetry.php:362 6318 6318 msgid "Last Updated" 6319 6319 msgstr "" 6320 6320 6321 #: core/includes/integrations/class-rcp-telemetry.php:3 716321 #: core/includes/integrations/class-rcp-telemetry.php:366 6322 6322 msgid "Total Membership Levels" 6323 6323 msgstr "" 6324 6324 6325 #: core/includes/integrations/class-rcp-telemetry.php:37 56325 #: core/includes/integrations/class-rcp-telemetry.php:370 6326 6326 msgid "Total Paid Membership Levels" 6327 6327 msgstr "" 6328 6328 6329 #: core/includes/integrations/class-rcp-telemetry.php:37 96329 #: core/includes/integrations/class-rcp-telemetry.php:374 6330 6330 msgid "Total Free Membership Levels" 6331 6331 msgstr "" 6332 6332 6333 #: core/includes/integrations/class-rcp-telemetry.php:3 836333 #: core/includes/integrations/class-rcp-telemetry.php:378 6334 6334 msgid "Total One-Time Membership Levels" 6335 6335 msgstr "" 6336 6336 6337 #: core/includes/integrations/class-rcp-telemetry.php:38 76337 #: core/includes/integrations/class-rcp-telemetry.php:382 6338 6338 msgid "Total Recurring Membership Levels" 6339 6339 msgstr "" 6340 6340 6341 #: core/includes/integrations/class-rcp-telemetry.php:3 916341 #: core/includes/integrations/class-rcp-telemetry.php:386 6342 6342 msgid "Total Paying Customers" 6343 6343 msgstr "" 6344 6344 6345 #: core/includes/integrations/class-rcp-telemetry.php:39 56345 #: core/includes/integrations/class-rcp-telemetry.php:390 6346 6346 msgid "Total Free Customers" 6347 6347 msgstr "" 6348 6348 6349 #: core/includes/integrations/class-rcp-telemetry.php:39 96349 #: core/includes/integrations/class-rcp-telemetry.php:394 6350 6350 msgid "Total No-Membership Customers" 6351 6351 msgstr "" 6352 6352 6353 #: core/includes/integrations/class-rcp-telemetry.php: 4036353 #: core/includes/integrations/class-rcp-telemetry.php:398 6354 6354 msgid "Is Multiple Memberships" 6355 6355 msgstr "" 6356 6356 6357 #: core/includes/integrations/class-rcp-telemetry.php:40 76357 #: core/includes/integrations/class-rcp-telemetry.php:402 6358 6358 msgid "Total Revenue This Month" 6359 6359 msgstr "" 6360 6360 6361 #: core/includes/integrations/class-rcp-telemetry.php:4 116361 #: core/includes/integrations/class-rcp-telemetry.php:406 6362 6362 msgid "Payment Gateways" 6363 6363 msgstr "" 6364 6364 6365 #: core/includes/integrations/class-rcp-telemetry.php:41 56365 #: core/includes/integrations/class-rcp-telemetry.php:410 6366 6366 msgid "Active Add-ons" 6367 6367 msgstr "" 6368 6368 6369 #: core/includes/integrations/class-rcp-telemetry.php:41 96369 #: core/includes/integrations/class-rcp-telemetry.php:414 6370 6370 msgid "Deactivated Add-ons" 6371 6371 msgstr "" -
restrict-content/tags/3.2.26/legacy/restrictcontent.php
r3486071 r3491261 22 22 23 23 if ( ! defined( 'RC_PLUGIN_VERSION' ) ) { 24 define( 'RC_PLUGIN_VERSION', '3.2.2 5' );24 define( 'RC_PLUGIN_VERSION', '3.2.26' ); 25 25 } 26 26 -
restrict-content/tags/3.2.26/package.json
r3486071 r3491261 1 1 { 2 2 "name": "restrict-content", 3 "version": "3.2.2 5",3 "version": "3.2.26", 4 4 "description": "Set up a complete membership system for your WordPress site and deliver premium content to your members. Unlimited membership packages, membership management, discount codes, registration / login forms, and more.", 5 5 "homepage": "https://restrictcontentpro.com/", -
restrict-content/tags/3.2.26/readme.txt
r3486071 r3491261 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.9 9 Stable tag: 3.2.2 59 Stable tag: 3.2.26 10 10 11 11 Restrict Content is a powerful WordPress membership plugin that gives you full control over who can and cannot view content on your WordPress site. … … 258 258 == Changelog == 259 259 260 = 3.2.26 = 261 * Fix: Fixed a fatal error when no payment gateways are enabled in telemetry data. 262 260 263 = 3.2.25 = 261 264 * Security: Improved sanitization and validation of member-related POST data. -
restrict-content/tags/3.2.26/restrictcontent.php
r3486071 r3491261 4 4 * Plugin URI: https://restrictcontentpro.com 5 5 * Description: Set up a complete membership system for your WordPress site and deliver premium content to your members. Unlimited membership packages, membership management, discount codes, registration / login forms, and more. 6 * Version: 3.2.2 56 * Version: 3.2.26 7 7 * Author: StellarWP 8 8 * Author URI: https://stellarwp.com/ … … 19 19 define('RCP_ROOT', plugin_dir_path(__FILE__)); 20 20 define('RCP_WEB_ROOT', plugin_dir_url(__FILE__)); 21 define('RCF_VERSION', '3.2.2 5');21 define('RCF_VERSION', '3.2.26'); 22 22 23 23 // Load Strauss autoload.
Note: See TracChangeset
for help on using the changeset viewer.