Plugin Directory

Changeset 2307056


Ignore:
Timestamp:
05/18/2020 09:31:18 AM (6 years ago)
Author:
liorchen
Message:

1.0.133.1

Location:
infinitycrowds/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • infinitycrowds/trunk/readme.txt

    r2307052 r2307056  
    67674. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
    68685. Go to InfinityCrowd page and login to the system.
    69 6. register at https://infinitycrowd.io/register
     696. register at https://platform.infinitycrowds.com/signup
    7070
    7171== Upgrade Notice ==
  • infinitycrowds/trunk/views/login.php

    r2293269 r2307056  
    22    $email = isset($_POST['email']) ? $_POST['email'] : '';
    33?>
    4 <div class='wrap infcrwds-root'><h2>Infinitycrowds Login</h2>
     4<div class='wrap infcrwds-root'><h2>Infinitycrowd Login</h2>
    55    <form method='post'>
    66    <table class='form-table'>
  • infinitycrowds/trunk/views/settings.php

    r2246018 r2307056  
    11<div class='wrap infcrwds-root'>
    2     <h2>Infinitycrowds</h2>
     2    <h2>Infinitycrowd</h2>
    33    <h4>Status - <?php echo $ic_status ?></h4>
    44    <?php if($settings_enabled) { ?>
Note: See TracChangeset for help on using the changeset viewer.