Plugin Directory

Changeset 516235


Ignore:
Timestamp:
03/08/2012 10:34:47 AM (14 years ago)
Author:
mobstac
Message:

Plugin update

Location:
mobstac-blogger/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mobstac-blogger/trunk/readme.txt

    r516231 r516235  
    3030
    3131== Changelog ==
     32= 2.65 =
     33* Modified the URL for obtaining API Key.
     34
    3235= 2.64 =
    3336* From now on mobile will be created from http://mobstac.com/ .
  • mobstac-blogger/trunk/wordpress_common.php

    r516231 r516235  
    44Plugin URI: http://mobstac.com/tour
    55Description: Redirects mobile visitors to a mobile version of your WordPress blog, powered by MobStac with blazing-fast page loads, support for over 5000 mobile devices (not just iPhones and touch phones), custom domain support (m.yourdomain.com), analytics, and ad network integration.
    6 Version: 2.63
     6Version: 2.65
    77Author: MobStac
    88Author URI: http://mobstac.com
     
    380380        <p><b>Already have a MobStac site?</b></p>
    381381        <p>Please enter the following details to get the plugin working.</p>
    382         <p><b>Your MobStac API key</b><i>* (Get <a href="http://b.mobstac.com/mpa/apikey/" target="_blank">your API Key</a>)</i>
     382        <p><b>Your MobStac API key</b><i><a href="http://mobstac.com/mpa/apikey/" target="_blank">(Get your API Key)</a></i>
    383383        <p><input type="text" name="<?php echo $this->MOBSTAC_API_KEY; ?>" value="<?php echo $mobstac_api_key; ?>" size="40" /></p>
    384384        </p>
    385385
    386         <p><b>MobStac site URL</b><i>* (Enter the URL of your mobile site e.g. http://myblog.mobstac.com)</i>
     386        <p><b>MobStac site URL</b><i> (Enter the URL of your mobile site e.g. http://myblog.mobstac.com)</i>
    387387        <p><input type="text" name="<?php echo $this->MOBILE_URL; ?>" value="<?php echo $mobile_url; ?>" size="20" /></p>
    388388        </p>
Note: See TracChangeset for help on using the changeset viewer.