Changeset 2933631
- Timestamp:
- 07/04/2023 05:09:25 AM (3 years ago)
- Location:
- setupad/trunk
- Files:
-
- 4 edited
-
admin/includes/database/class-setupad-display.php (modified) (1 diff)
-
admin/includes/forms/setupad-create-ad-unit-form.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
setupad.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
setupad/trunk/admin/includes/database/class-setupad-display.php
r2932166 r2933631 68 68 </div> 69 69 70 <? 70 <?php 71 71 $this->extra_tablenav( $which ); 72 72 -
setupad/trunk/admin/includes/forms/setupad-create-ad-unit-form.php
r2932166 r2933631 549 549 class="code" placeholder="0" <?php if (isset($item['setupad_block_position']) && $item['setupad_block_position']) echo "disabled" ?>> 550 550 </td> 551 <td>552 553 </td>554 551 </tr> 555 552 <tr class="form-field two-inputs setupad-before-paragraph" style="display: none;"> -
setupad/trunk/readme.txt
r2932166 r2933631 5 5 Requires at least: 4.4 6 6 Tested up to: 6.2 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 78 78 == Changelog == 79 79 80 = 1.3.1 = 81 - Bug fixes 82 80 83 = 1.3.0 = 81 84 - URL exclusions -
setupad/trunk/setupad.php
r2932166 r2933631 2 2 /** 3 3 * @package Setupad 4 * @version 1.3. 04 * @version 1.3.1 5 5 */ 6 6 /* … … 8 8 Description: Simple and powerful ad insertion and management tool for WordPress users with built-in integration with Setupad header bidding monetization platform. 9 9 Author: Setupad 10 Version: 1.3. 010 Version: 1.3.1 11 11 Author URI: https://setupad.com/ 12 12 */
Note: See TracChangeset
for help on using the changeset viewer.