Changeset 544457
- Timestamp:
- 05/15/2012 01:05:48 PM (14 years ago)
- Location:
- ad-manager-for-wp
- Files:
-
- 9 added
- 3 edited
-
tags/0.9.4 (added)
-
tags/0.9.4/ad-manager.css (added)
-
tags/0.9.4/ad-manager.js (added)
-
tags/0.9.4/ad-manager.php (added)
-
tags/0.9.4/ad-types.php (added)
-
tags/0.9.4/lang (added)
-
tags/0.9.4/lang/ad-manager.pot (added)
-
tags/0.9.4/readme.txt (added)
-
tags/0.9.4/screenshot-1.png (added)
-
trunk/ad-manager.php (modified) (3 diffs)
-
trunk/lang/ad-manager.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ad-manager-for-wp/trunk/ad-manager.php
r544448 r544457 2 2 /* 3 3 Plugin Name: Ad Manager 4 Version: 0.9. 34 Version: 0.9.4 5 5 Plugin URI: http://digitalnature.eu/forum/plugins/ad-manager/ 6 6 Description: Manage ads on your website trough the WP dashboard … … 34 34 35 35 const 36 VERSION = '0.9. 3', // plugin version36 VERSION = '0.9.4', // plugin version 37 37 ID = 'ad_manager', // internally used, mostly for text domain 38 38 PROJECT_URI = 'http://digitalnature.eu/forum/plugins/ad-manager/'; // plugin project page … … 1006 1006 1007 1007 parse_str(stripslashes_deep($_POST['data']), $input); 1008 1009 // @see why here: http://php.net/manual/en/function.parse-str.php 1010 if(get_magic_quotes_gpc()) 1011 $input = stripslashes_deep($input); 1012 1008 1013 $id = isset($input['id']) ? (int)$input['id'] : 1; 1009 1014 -
ad-manager-for-wp/trunk/lang/ad-manager.pot
r544448 r544457 3 3 "Project-Id-Version: Ad Manager\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2012-05-15 15:3 9+0200\n"5 "POT-Creation-Date: 2012-05-15 15:38+0200\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: xs\n" … … 309 309 msgstr "" 310 310 311 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:67 312 msgid "Some HTML tags are disallowed for security reasons (only super-administrators can post unfiltered code)" 313 msgstr "" 314 315 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:93 311 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:88 316 312 msgid "Image w/ link" 317 313 msgstr "" 318 314 319 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:9 9315 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:94 320 316 msgid "Advertisment" 321 317 msgstr "" 322 318 323 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:1 11319 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:106 324 320 msgid "Link URI" 325 321 msgstr "" 326 322 327 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:11 5323 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:110 328 324 msgid "Title" 329 325 msgstr "" 330 326 331 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:11 9327 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:114 332 328 msgid "Image URI" 333 329 msgstr "" 334 330 335 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:12 6331 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:121 336 332 msgid "Track click count" 337 333 msgstr "" 338 334 339 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:1 33335 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:128 340 336 #, php-format 341 337 msgid "and auto-disable after %s clicks (0 = no limit)" 342 338 msgstr "" 343 339 344 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:1 64340 #: c:\wamp\www\wpmu\wp-content\plugins\ad-manager/ad-types.php:159 345 341 msgid "You must provide a valid link URI" 346 342 msgstr "" -
ad-manager-for-wp/trunk/readme.txt
r544448 r544457 64 64 == Changelog == 65 65 66 = 0.9.4 = 67 * Fixed re-escaping quotes issue when magic_quotes_gpc is on 68 66 69 = 0.9.3 = 67 70 * Code inside the textarea is now escaped for display
Note: See TracChangeset
for help on using the changeset viewer.