Plugin Directory

Changeset 962336


Ignore:
Timestamp:
08/08/2014 10:42:33 AM (12 years ago)
Author:
switzer
Message:

updating version

Location:
advertising-manager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • advertising-manager/trunk/advertising-manager.php

    r958458 r962336  
    66Author: Scott Switzer
    77Author URI: http://github.com/switzer
    8 Version: 3.4.27
     8Version: 3.4.28
    99Text Domain: advman
    1010Domain Path: /languages
     
    2929
    3030
    31     define('ADVMAN_VERSION', '3.4.27');
     31    define('ADVMAN_VERSION', '3.4.28');
    3232    define('ADVMAN_PATH', dirname(__FILE__));
    3333    define('ADVMAN_LIB', ADVMAN_PATH . '/lib/Advman');
  • advertising-manager/trunk/deploy.txt

    r958673 r962336  
    3030    3.  in the readme file (stable tag at the top)
    3131    4.  In the readme file (Changelog)
    32     5.  in this build file (search for the version number 3.4.27 - there are a number of places in this file where the version exists)
     32    5.  in this build file (search for the version number 3.4.28 - there are a number of places in this file where the version exists)
    3333    6.  check the upgrade to make sure any version upgrades are correct
    3434
     
    4848- Tag the version in wordpress
    4949    cd ~/code/wordpress/advertising-manager
    50     svn cp trunk tags/3.4.27
    51     svn ci -m "tagging version 3.4.27"
     50    svn cp trunk tags/3.4.28
     51    svn ci -m "tagging version 3.4.28"
  • advertising-manager/trunk/readme.txt

    r958446 r962336  
    102102== Upgrade Notice ==
    103103
    104 = 3.4.27 =
    105 * Updated translations to use Transifex (https://www.transifex.com/projects/p/advertising-manager/)
    106 * Updated deployment instructions with new translation methodology
     104= 3.4.28 =
     105* Fixed bug when using filtering by tag or category
     106* Removed templates for wordpress versions 2.4 and earlier
     107* Reformatted code in preparation for ad slots
    107108
    108109== Change Log ==
     110
     111= 3.4.28 =
     112* Fixed bug when using filtering by tag or category
     113* Removed templates for wordpress versions 2.4 and earlier
     114* Reformatted code in preparation for ad slots
    109115
    110116= 3.4.27 =
Note: See TracChangeset for help on using the changeset viewer.