Changeset 956361
- Timestamp:
- 07/29/2014 04:06:21 AM (12 years ago)
- Location:
- advertising-manager/trunk
- Files:
-
- 3 edited
-
advertising-manager.php (modified) (2 diffs)
-
deploy.txt (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advertising-manager/trunk/advertising-manager.php
r956360 r956361 6 6 Author: Scott Switzer 7 7 Author URI: http://github.com/switzer 8 Version: 3.4.2 58 Version: 3.4.26 9 9 Text Domain: advman 10 10 Domain Path: /languages … … 29 29 30 30 31 define('ADVMAN_VERSION', '3.4.2 5');31 define('ADVMAN_VERSION', '3.4.26'); 32 32 define('ADVMAN_PATH', dirname(__FILE__)); 33 33 define('ADVMAN_LIB', ADVMAN_PATH . '/lib/Advman'); -
advertising-manager/trunk/deploy.txt
r956099 r956361 51 51 2. in the code at the top of advertising-manager.php 52 52 3. in the readme file 53 4. in this build file (search for the version number 3.4.2 5- 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) 54 54 5. check the upgrade to make sure any version upgrades are correct 55 55 … … 69 69 - Tag the version in wordpress 70 70 cd ~/code/wordpress/advertising-manager 71 svn cp trunk tags/3.4.2 572 svn ci -m "tagging version 3.4.2 5"71 svn cp trunk tags/3.4.26 72 svn ci -m "tagging version 3.4.26" 73 73 74 74 - Add a zipped file to the repository: … … 80 80 svn export http://svn.wp-plugins.org/advertising-manager/trunk 81 81 mv trunk advertising-manager 82 zip -r advertising-manager-3.4.2 5.zip advertising-manager/82 zip -r advertising-manager-3.4.26.zip advertising-manager/ 83 83 84 84 http://code.openx.org/projects/list_files/advertising-manager -
advertising-manager/trunk/readme.txt
r956094 r956361 106 106 == Upgrade Notice == 107 107 108 = 3.4.2 5=109 * A dded experimental ad quality feature - url verification110 * C lean up the way notices work108 = 3.4.26 = 109 * Allowed default ad to be toggled from ad list again 110 * Changed Ad.js URL to be from CDN 111 111 112 112 == 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 113 117 114 118 = 3.4.25 =
Note: See TracChangeset
for help on using the changeset viewer.