Plugin Directory

Changeset 956361


Ignore:
Timestamp:
07/29/2014 04:06:21 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

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

    r956099 r956361  
    5151    2.  in the code at the top of advertising-manager.php
    5252    3.  in the readme file
    53     4.  in this build file (search for the version number 3.4.25 - there are a number of places in this file where the version exists)
     53    4.  in this build file (search for the version number 3.4.26 - there are a number of places in this file where the version exists)
    5454    5.  check the upgrade to make sure any version upgrades are correct
    5555
     
    6969- Tag the version in wordpress
    7070    cd ~/code/wordpress/advertising-manager
    71     svn cp trunk tags/3.4.25
    72     svn ci -m "tagging version 3.4.25"
     71    svn cp trunk tags/3.4.26
     72    svn ci -m "tagging version 3.4.26"
    7373
    7474- Add a zipped file to the repository:
     
    8080    svn export http://svn.wp-plugins.org/advertising-manager/trunk
    8181    mv trunk advertising-manager
    82     zip -r advertising-manager-3.4.25.zip advertising-manager/
     82    zip -r advertising-manager-3.4.26.zip advertising-manager/
    8383   
    8484    http://code.openx.org/projects/list_files/advertising-manager
  • advertising-manager/trunk/readme.txt

    r956094 r956361  
    106106== Upgrade Notice ==
    107107
    108 = 3.4.25 =
    109 * Added experimental ad quality feature - url verification
    110 * Clean up the way notices work
     108= 3.4.26 =
     109* Allowed default ad to be toggled from ad list again
     110* Changed Ad.js URL to be from CDN
    111111
    112112== Change Log ==
     113
     114= 3.4.26 =
     115* Allowed default ad to be toggled from ad list again
     116* Changed Ad.js URL to be from CDN
    113117
    114118= 3.4.25 =
Note: See TracChangeset for help on using the changeset viewer.