Changeset 3492962
- Timestamp:
- 03/27/2026 07:57:46 PM (25 hours ago)
- Location:
- gozer
- Files:
-
- 17 added
- 5 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/assets (added)
-
tags/1.0.3/assets/css (added)
-
tags/1.0.3/assets/css/admin-bar.css (added)
-
tags/1.0.3/assets/css/admin.css (added)
-
tags/1.0.3/assets/js (added)
-
tags/1.0.3/assets/js/admin-bar.js (added)
-
tags/1.0.3/assets/js/admin.js (added)
-
tags/1.0.3/gozer.php (added)
-
tags/1.0.3/includes (added)
-
tags/1.0.3/includes/admin-bar.php (added)
-
tags/1.0.3/includes/admin-settings.php (added)
-
tags/1.0.3/includes/class-gozer-promo-banner.php (added)
-
tags/1.0.3/includes/force-login.php (added)
-
tags/1.0.3/includes/helpers.php (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/uninstall.php (added)
-
trunk/assets/css/admin.css (modified) (1 diff)
-
trunk/gozer.php (modified) (2 diffs)
-
trunk/includes/admin-settings.php (modified) (1 diff)
-
trunk/includes/class-gozer-promo-banner.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gozer/trunk/assets/css/admin.css
r3450040 r3492962 329 329 } 330 330 331 .gozer-promo- column .button {331 .gozer-promo-notice .gozer-promo-column .button { 332 332 align-self: flex-start; 333 margin-top: auto; 333 334 white-space: normal; 334 335 height: auto; 336 min-height: auto; 335 337 line-height: 1.4; 336 338 padding: 6px 12px; 339 text-align: center; 337 340 } 338 341 -
gozer/trunk/gozer.php
r3475867 r3492962 4 4 * Plugin URI: https://servicios.ayudawp.com 5 5 * Description: Force visitors to log in before accessing your site. Configure exceptions for REST API, feeds, sitemaps, specific pages, IPs, and more through an intuitive settings page. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 … … 24 24 */ 25 25 26 define( 'GOZER_VERSION', '1.0. 2' );26 define( 'GOZER_VERSION', '1.0.3' ); 27 27 define( 'GOZER_PLUGIN_FILE', __FILE__ ); 28 28 define( 'GOZER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
gozer/trunk/includes/admin-settings.php
r3450040 r3492962 484 484 <?php 485 485 // Promotional banner with random plugins and services. 486 $promo_banner = new Gozer_Promo_Banner( 'gozer', 'gozer' , 'gozer');486 $promo_banner = new Gozer_Promo_Banner( 'gozer', 'gozer' ); 487 487 $promo_banner->render(); 488 488 ?> -
gozer/trunk/includes/class-gozer-promo-banner.php
r3450040 r3492962 24 24 25 25 /** 26 * Text domain for translations.26 * CSS class prefix. 27 27 * 28 28 * @var string 29 29 */ 30 private $textdomain;31 32 /**33 * CSS class prefix.34 *35 * @var string36 */37 30 private $css_prefix; 38 31 … … 41 34 * 42 35 * @param string $current_plugin_slug Current plugin slug. 43 * @param string $textdomain Text domain for translations.44 36 * @param string $css_prefix CSS class prefix. 45 37 */ 46 public function __construct( $current_plugin_slug, $ textdomain, $css_prefix ) {38 public function __construct( $current_plugin_slug, $css_prefix ) { 47 39 $this->current_plugin_slug = $current_plugin_slug; 48 $this->textdomain = $textdomain;49 40 $this->css_prefix = $css_prefix; 50 41 } … … 82 73 ), 83 74 'ai-content-signals' => array( 84 'icon' => 'dashicons- shield',75 'icon' => 'dashicons-flag', 85 76 'title' => __( 'Control AI content usage', 'gozer' ), 86 77 'description' => __( 'Cloudflare-endorsed plugin to define how AI systems can use your content: for training, search results, or both.', 'gozer' ), … … 91 82 'title' => __( 'Speed up your WordPress', 'gozer' ), 92 83 'description' => __( 'Comprehensive performance optimizations: critical CSS, lazy loading, cache rules, and 30+ tweaks with zero configuration.', 'gozer' ), 93 'button' => __( 'Install WPO Tweaks', 'gozer' ),84 'button' => __( 'Install Zero Config Performance', 'gozer' ), 94 85 ), 95 86 'no-gutenberg' => array( … … 170 161 'description' => __( 'Add native lightbox functionality to Divi theme images. No jQuery, fast loading, fully customizable.', 'gozer' ), 171 162 'button' => __( 'Install Divi Lightbox', 'gozer' ), 163 ), 164 'scheduled-posts-showcase' => array( 165 'icon' => 'dashicons-clock', 166 'title' => __( 'Show visitors what is coming up next', 'gozer' ), 167 'description' => __( 'Display your scheduled and future posts on the frontend to gain and retain visits.', 'gozer' ), 168 'button' => __( 'Install Scheduled Posts Showcase', 'gozer' ), 169 ), 170 'periscopio' => array( 171 'icon' => 'dashicons-rss', 172 'title' => __( 'Custom Dashboard News', 'gozer' ), 173 'description' => __( 'Add your own custom feeds and links to the news and events dashboard widget and replace WordPress default one.', 'gozer' ), 174 'button' => __( 'Install Periscopio', 'gozer' ), 172 175 ), 173 176 ); … … 208 211 'button' => __( 'Request a quote', 'gozer' ), 209 212 'url' => 'https://servicios.ayudawp.com/producto/desarrollo-wordpress/', 213 ), 214 'hosting' => array( 215 'icon' => 'dashicons-cloud-saved', 216 'title' => __( 'Hosting built for WordPress', 'gozer' ), 217 'description' => __( 'Google Cloud servers, automatic geo-located daily backups, and 24/7 expert support. Speed, security, and migration tools included.', 'gozer' ), 218 'button' => __( 'Learn more', 'gozer' ), 219 /* translators: SiteGround affiliate URL. Change this URL in translations to use a localized landing page. */ 220 'url' => __( 'https://stgrnd.co/telladowpbox', 'gozer' ), 210 221 ), 211 222 ); -
gozer/trunk/readme.txt
r3475867 r3492962 3 3 Tags: login, privacy, private, restricted, access 4 4 Requires at least: 5.0 5 Tested up to: 6.96 Stable tag: 1.0. 25 Tested up to: 7.0 6 Stable tag: 1.0.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 105 105 == Changelog == 106 106 107 = 1.0.3 = 108 * Fix: Fixed promotional banner button alignment on WordPress 7.0 due to core CSS specificity changes 109 * Tested up to WordPress 7.0 110 107 111 = 1.0.2 = 108 112 * Improved: Better name to make it easier to find the plugin
Note: See TracChangeset
for help on using the changeset viewer.