Plugin Directory

Changeset 861723


Ignore:
Timestamp:
02/20/2014 03:25:14 PM (12 years ago)
Author:
marcelioleal
Message:

new version 4.5

Location:
siteapps
Files:
2 edited
10 copied

Legend:

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

    r861204 r861723  
    44Requires at least: 2.8
    55Tested up to: 3.5.1
    6 Stable tag: 4.4
     6Stable tag: 4.5
    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* 2014/02/20 - Change error message style in SiteApps Settings Page
    103104* 2014/02/13 - Add an option for Cloud Flare
    104105* 2013/01/09 - Add css and js only in SiteApps Settings Page.
     
    131132== Upgrade Notice ==
    132133
     134= 4.5 =
     135
     136* Style Changes in Settings Page
     137
    133138= 4.4 =
    134139
  • siteapps/tags/4.5/siteapps.php

    r861204 r861723  
    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, Phillip Klien, Rafael Mauro, Marcelio Leal, Gabriel Sapo (SiteApps Team 2014)
    8 Version: 4.4
     8Version: 4.5
    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', '4.4');
     35define('SITEAPPS_VERSION', '4.5');
    3636
    3737require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php');
  • siteapps/trunk/readme.txt

    r861204 r861723  
    44Requires at least: 2.8
    55Tested up to: 3.5.1
    6 Stable tag: 4.4
     6Stable tag: 4.5
    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* 2014/02/20 - Change error message style in SiteApps Settings Page
    103104* 2014/02/13 - Add an option for Cloud Flare
    104105* 2013/01/09 - Add css and js only in SiteApps Settings Page.
     
    131132== Upgrade Notice ==
    132133
     134= 4.5 =
     135
     136* Style Changes in Settings Page
     137
    133138= 4.4 =
    134139
  • siteapps/trunk/siteapps.php

    r861204 r861723  
    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, Phillip Klien, Rafael Mauro, Marcelio Leal, Gabriel Sapo (SiteApps Team 2014)
    8 Version: 4.4
     8Version: 4.5
    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', '4.4');
     35define('SITEAPPS_VERSION', '4.5');
    3636
    3737require_once(SITEAPPS_CLASS_DIR . 'SiteAppsPlugin.php');
Note: See TracChangeset for help on using the changeset viewer.