Plugin Directory

Changeset 756724


Ignore:
Timestamp:
08/15/2013 02:25:33 PM (13 years ago)
Author:
marcelioleal
Message:

new version

Location:
siteapps
Files:
4 edited
4 copied

Legend:

Unmodified
Added
Removed
  • siteapps/tags/3.1/readme.txt

    r753877 r756724  
    44Requires at least: 2.8
    55Tested up to: 3.5.1
    6 Stable tag: 3.0
     6Stable tag: 3.1
    77
    88Deliver a new experience to your visitors using SiteApps. You can install applications, use segmentation, and analyze/optimize your site.
     
    101101== ChangeLog ==
    102102
     103* 2013/08/16 - Hot fix configuration
    103104* 2013/08/02 - New configuration and new shortcuts
    104105* 2013/08/02 - Signup
     
    118119 
    119120== Upgrade Notice ==
     121
     122= 3.1 =
     123
     124* Hot fix configuration
    120125
    121126= 3.0 =
  • siteapps/tags/3.1/siteapps.php

    r753877 r756724  
    66Description: SiteApps is the optimization command center for the SMB website.  SiteApps is designed for you - the business owner - to update, enhance and optimize the most valuable asset of your digital presence.  This plugin automatically installs SiteApps on your WordPress site.
    77Author: Leandro Lages, Rafael Mauro, Marcelio Leal
    8 Version: 3.0
     8Version: 3.1
    99Requires at least: 2.8
    1010Author URI: http://siteapps.com/
     
    3333define('SITEAPPS_IMAGES_DIR', dirname(__FILE__) . "/images/");
    3434define('SITEAPPS_PLUGIN_NAME', 'siteapps');
    35 define('SITEAPPS_VERSION', '3.0');
     35define('SITEAPPS_VERSION', '3.1');
    3636
    3737require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php');
  • siteapps/trunk/readme.txt

    r753877 r756724  
    44Requires at least: 2.8
    55Tested up to: 3.5.1
    6 Stable tag: 3.0
     6Stable tag: 3.1
    77
    88Deliver a new experience to your visitors using SiteApps. You can install applications, use segmentation, and analyze/optimize your site.
     
    101101== ChangeLog ==
    102102
     103* 2013/08/16 - Hot fix configuration
    103104* 2013/08/02 - New configuration and new shortcuts
    104105* 2013/08/02 - Signup
     
    118119 
    119120== Upgrade Notice ==
     121
     122= 3.1 =
     123
     124* Hot fix configuration
    120125
    121126= 3.0 =
  • siteapps/trunk/siteapps.php

    r753877 r756724  
    66Description: SiteApps is the optimization command center for the SMB website.  SiteApps is designed for you - the business owner - to update, enhance and optimize the most valuable asset of your digital presence.  This plugin automatically installs SiteApps on your WordPress site.
    77Author: Leandro Lages, Rafael Mauro, Marcelio Leal
    8 Version: 3.0
     8Version: 3.1
    99Requires at least: 2.8
    1010Author URI: http://siteapps.com/
     
    3333define('SITEAPPS_IMAGES_DIR', dirname(__FILE__) . "/images/");
    3434define('SITEAPPS_PLUGIN_NAME', 'siteapps');
    35 define('SITEAPPS_VERSION', '3.0');
     35define('SITEAPPS_VERSION', '3.1');
    3636
    3737require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php');
Note: See TracChangeset for help on using the changeset viewer.