Changeset 3534693
- Timestamp:
- 05/17/2026 05:26:01 PM (2 months ago)
- Location:
- adslastica/trunk
- Files:
-
- 2 edited
-
adslastica.php (modified) (8 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adslastica/trunk/adslastica.php
r3529945 r3534693 3 3 * Plugin Name: Adslastica 4 4 * Description: Simple AdSense helper for manual ad placements via shortcodes. 5 * Version: 1.6. 05 * Version: 1.6.1 6 6 * Author: digidepot 7 7 * License: GPL2+ … … 13 13 } 14 14 15 define( 'ADSLASTICA_VERSION', '1.6. 0' );15 define( 'ADSLASTICA_VERSION', '1.6.1' ); 16 16 17 17 add_action( 'admin_menu', 'adslastica_add_admin_menu' ); … … 138 138 ' 139 139 .adslastica-wrap { 140 max-width: 760px;140 max-width: 900px; 141 141 } 142 142 … … 148 148 margin-top: 18px; 149 149 border-radius: 8px; 150 max-width: 720px;150 max-width: 860px; 151 151 box-shadow: 0 1px 2px rgba(0,0,0,0.04); 152 152 } … … 160 160 } 161 161 162 .adslastica-shortcode { 162 .adslastica-shortcode-box { 163 width: 220px; 164 padding: 8px 10px; 165 font-size: 16px; 166 font-family: Consolas, Monaco, monospace; 167 background: #f6f7f7; 168 border: 1px solid #c3c4c7; 169 border-radius: 4px; 170 margin: 8px 0 14px; 163 171 display: block; 164 margin-top: 14px; 165 padding-top: 4px; 166 font-size: 12px; 167 font-weight: 400; 168 color: #646970; 169 line-height: 1.6; 172 box-sizing: border-box; 170 173 } 171 174 … … 187 190 .adslastica-card textarea { 188 191 width: 100%; 189 max-width: 680px;190 height: 1 40px;191 min-height: 1 40px;192 max-width: 820px; 193 height: 180px; 194 min-height: 180px; 192 195 font-family: Consolas, Monaco, monospace; 193 font-size: 1 3px;194 line-height: 1. 5;196 font-size: 15px; 197 line-height: 1.6; 195 198 padding: 12px; 196 199 background: #f6f7f7; … … 227 230 228 231 <div class="adslastica-card adslastica-card-ad-1"> 229 <h3> 230 Ad 1 231 <span class="adslastica-shortcode">(Shortcode: [adslastica_ad_1])</span> 232 </h3> 232 <h3>Ad 1</h3> 233 234 <input type="text" value="[adslastica_ad_1]" readonly onclick="this.select();" class="adslastica-shortcode-box"> 233 235 234 236 <form method="post" action="<?php echo esc_url( admin_url( 'admin-post.php' ) ); ?>"> … … 250 252 251 253 <div class="adslastica-card adslastica-card-ad-2"> 252 <h3> 253 Ad 2 254 <span class="adslastica-shortcode">(Shortcode: [adslastica_ad_2])</span> 255 </h3> 254 <h3>Ad 2</h3> 255 256 <input type="text" value="[adslastica_ad_2]" readonly onclick="this.select();" class="adslastica-shortcode-box"> 256 257 257 258 <form method="post" action="<?php echo esc_url( admin_url( 'admin-post.php' ) ); ?>"> -
adslastica/trunk/readme.txt
r3529945 r3534693 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.6. 06 Stable tag: 1.6.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 85 85 == Changelog == 86 86 87 = 1.6. 0=87 = 1.6.1 = 88 88 * Improved admin panel design 89 89 * Added shortcode support for Ad 2
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](https://plugins.trac.wordpress.org/chrome/site/your_project_logo.png)