Changeset 962336
- Timestamp:
- 08/08/2014 10:42:33 AM (12 years ago)
- Location:
- advertising-manager/trunk
- Files:
-
- 3 edited
-
advertising-manager.php (modified) (2 diffs)
-
deploy.txt (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advertising-manager/trunk/advertising-manager.php
r958458 r962336 6 6 Author: Scott Switzer 7 7 Author URI: http://github.com/switzer 8 Version: 3.4.2 78 Version: 3.4.28 9 9 Text Domain: advman 10 10 Domain Path: /languages … … 29 29 30 30 31 define('ADVMAN_VERSION', '3.4.2 7');31 define('ADVMAN_VERSION', '3.4.28'); 32 32 define('ADVMAN_PATH', dirname(__FILE__)); 33 33 define('ADVMAN_LIB', ADVMAN_PATH . '/lib/Advman'); -
advertising-manager/trunk/deploy.txt
r958673 r962336 30 30 3. in the readme file (stable tag at the top) 31 31 4. In the readme file (Changelog) 32 5. in this build file (search for the version number 3.4.2 7- 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) 33 33 6. check the upgrade to make sure any version upgrades are correct 34 34 … … 48 48 - Tag the version in wordpress 49 49 cd ~/code/wordpress/advertising-manager 50 svn cp trunk tags/3.4.2 751 svn ci -m "tagging version 3.4.2 7"50 svn cp trunk tags/3.4.28 51 svn ci -m "tagging version 3.4.28" -
advertising-manager/trunk/readme.txt
r958446 r962336 102 102 == Upgrade Notice == 103 103 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 107 108 108 109 == 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 109 115 110 116 = 3.4.27 =
Note: See TracChangeset
for help on using the changeset viewer.