Changeset 3469631
- Timestamp:
- 02/25/2026 04:57:03 PM (4 weeks ago)
- Location:
- restrict-content/tags/3.2.22
- 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) (2 diffs)
-
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.22/composer.json
r3460177 r3469631 1 1 { 2 2 "name": "restrictcontent/restrict-content", 3 "version": "3.2.2 1",3 "version": "3.2.22", 4 4 "type": "wordpress-plugin", 5 5 "description": "A simple, yet powerful membership solution for WordPress.", -
restrict-content/tags/3.2.22/core/includes/class-restrict-content.php
r3460177 r3469631 27 27 */ 28 28 final class Restrict_Content_Pro { 29 const VERSION = '3.5.5 3';29 const VERSION = '3.5.54'; 30 30 31 31 /** -
restrict-content/tags/3.2.22/core/includes/integrations/class-rcp-telemetry.php
r3420370 r3469631 335 335 } 336 336 337 // We need to format the list values, so they can display properly in the WordPress Site Health section. 338 // A ordered list display better that a comma separated list, especially when there are multiple values. 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 ); 347 348 $active_add_ons = wp_list_pluck( $telemetry_info->active_addons(), 'name' ); 349 $formatted_active_add_ons = $active_add_ons ? array_combine( range( 1, count( $active_add_ons ) ), array_values( $active_add_ons ) ) : []; 350 351 $deactivated_addons = wp_list_pluck( $telemetry_info->deactivated_addons(), 'name' ); 352 $formatted_deactivated_add_ons = $deactivated_addons ? array_combine( range( 1, count( $deactivated_addons ) ), array_values( $deactivated_addons ) ) : []; 353 337 354 $_info[ $rcp_slug ] = [ 338 355 'label' => $rcp_title, … … 393 410 'payment_gateways' => [ 394 411 'label' => esc_html__( 'Payment Gateways', 'rcp' ), 395 'value' => wp_json_encode( $telemetry_info->payment_gateways() ),412 'value' => $formatted_payment_gateways, 396 413 ], 397 414 'active_add_ons' => [ 398 415 'label' => esc_html__( 'Active Add-ons', 'rcp' ), 399 'value' => wp_json_encode( $telemetry_info->active_addons() ),416 'value' => $formatted_active_add_ons, 400 417 ], 401 418 'deactivated_add_ons' => [ 402 419 'label' => esc_html__( 'Deactivated Add-ons', 'rcp' ), 403 'value' => wp_json_encode( $telemetry_info->deactivated_addons() ),420 'value' => $formatted_deactivated_add_ons, 404 421 ], 405 422 ], 406 423 ]; 407 424 408 409 425 return $_info; 410 426 } -
restrict-content/tags/3.2.22/lang/restrict-content.pot
r3460177 r3469631 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Restrict Content 3.2.2 1\n"5 "Project-Id-Version: Restrict Content 3.2.22\n" 6 6 "Report-Msgid-Bugs-To: http://ithemes.com/support/\n" 7 "POT-Creation-Date: 2026-02- 12 16:59:02+00:00\n"7 "POT-Creation-Date: 2026-02-25 16:47:56+00:00\n" 8 8 "PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n" 9 9 "MIME-Version: 1.0\n" … … 6297 6297 #. translators: %s: The RCP Title. 6298 6298 6299 #: core/includes/integrations/class-rcp-telemetry.php:3 416299 #: core/includes/integrations/class-rcp-telemetry.php:358 6300 6300 msgid "These are %s fields that we use for analysis and to make the product better." 6301 6301 msgstr "" 6302 6302 6303 #: core/includes/integrations/class-rcp-telemetry.php:3 466303 #: core/includes/integrations/class-rcp-telemetry.php:363 6304 6304 msgid "Version" 6305 6305 msgstr "" 6306 6306 6307 #: core/includes/integrations/class-rcp-telemetry.php:3 506307 #: core/includes/integrations/class-rcp-telemetry.php:367 6308 6308 msgid "Last Updated" 6309 6309 msgstr "" 6310 6310 6311 #: core/includes/integrations/class-rcp-telemetry.php:3 546311 #: core/includes/integrations/class-rcp-telemetry.php:371 6312 6312 msgid "Total Membership Levels" 6313 6313 msgstr "" 6314 6314 6315 #: core/includes/integrations/class-rcp-telemetry.php:3 586315 #: core/includes/integrations/class-rcp-telemetry.php:375 6316 6316 msgid "Total Paid Membership Levels" 6317 6317 msgstr "" 6318 6318 6319 #: core/includes/integrations/class-rcp-telemetry.php:3 626319 #: core/includes/integrations/class-rcp-telemetry.php:379 6320 6320 msgid "Total Free Membership Levels" 6321 6321 msgstr "" 6322 6322 6323 #: core/includes/integrations/class-rcp-telemetry.php:3 666323 #: core/includes/integrations/class-rcp-telemetry.php:383 6324 6324 msgid "Total One-Time Membership Levels" 6325 6325 msgstr "" 6326 6326 6327 #: core/includes/integrations/class-rcp-telemetry.php:3 706327 #: core/includes/integrations/class-rcp-telemetry.php:387 6328 6328 msgid "Total Recurring Membership Levels" 6329 6329 msgstr "" 6330 6330 6331 #: core/includes/integrations/class-rcp-telemetry.php:3 746331 #: core/includes/integrations/class-rcp-telemetry.php:391 6332 6332 msgid "Total Paying Customers" 6333 6333 msgstr "" 6334 6334 6335 #: core/includes/integrations/class-rcp-telemetry.php:3 786335 #: core/includes/integrations/class-rcp-telemetry.php:395 6336 6336 msgid "Total Free Customers" 6337 6337 msgstr "" 6338 6338 6339 #: core/includes/integrations/class-rcp-telemetry.php:3 826339 #: core/includes/integrations/class-rcp-telemetry.php:399 6340 6340 msgid "Total No-Membership Customers" 6341 6341 msgstr "" 6342 6342 6343 #: core/includes/integrations/class-rcp-telemetry.php: 3866343 #: core/includes/integrations/class-rcp-telemetry.php:403 6344 6344 msgid "Is Multiple Memberships" 6345 6345 msgstr "" 6346 6346 6347 #: core/includes/integrations/class-rcp-telemetry.php: 3906347 #: core/includes/integrations/class-rcp-telemetry.php:407 6348 6348 msgid "Total Revenue This Month" 6349 6349 msgstr "" 6350 6350 6351 #: core/includes/integrations/class-rcp-telemetry.php: 3946351 #: core/includes/integrations/class-rcp-telemetry.php:411 6352 6352 msgid "Payment Gateways" 6353 6353 msgstr "" 6354 6354 6355 #: core/includes/integrations/class-rcp-telemetry.php: 3986355 #: core/includes/integrations/class-rcp-telemetry.php:415 6356 6356 msgid "Active Add-ons" 6357 6357 msgstr "" 6358 6358 6359 #: core/includes/integrations/class-rcp-telemetry.php:4 026359 #: core/includes/integrations/class-rcp-telemetry.php:419 6360 6360 msgid "Deactivated Add-ons" 6361 6361 msgstr "" -
restrict-content/tags/3.2.22/legacy/restrictcontent.php
r3460177 r3469631 22 22 23 23 if ( ! defined( 'RC_PLUGIN_VERSION' ) ) { 24 define( 'RC_PLUGIN_VERSION', '3.2.2 1' );24 define( 'RC_PLUGIN_VERSION', '3.2.22' ); 25 25 } 26 26 -
restrict-content/tags/3.2.22/package.json
r3460177 r3469631 1 1 { 2 2 "name": "restrict-content", 3 "version": "3.2.2 1",3 "version": "3.2.22", 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.22/readme.txt
r3460177 r3469631 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.9 9 Stable tag: 3.2.2 19 Stable tag: 3.2.22 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.22 = 261 * Fix - Formatted telemetry list values for clearer display in Site Health. 262 260 263 = 3.2.21 = 261 264 * Security: Strengthened security measures for the registration process. -
restrict-content/tags/3.2.22/restrictcontent.php
r3460177 r3469631 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 16 * Version: 3.2.22 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 1');21 define('RCF_VERSION', '3.2.22'); 22 22 23 23 // Load Strauss autoload.
Note: See TracChangeset
for help on using the changeset viewer.