Changeset 3492978
- Timestamp:
- 03/27/2026 08:50:58 PM (24 hours ago)
- Location:
- scheduled-posts-showcase
- Files:
-
- 21 added
- 3 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/css (added)
-
tags/1.0.1/assets/css/admin.css (added)
-
tags/1.0.1/assets/css/frontend.css (added)
-
tags/1.0.1/assets/js (added)
-
tags/1.0.1/assets/js/admin.js (added)
-
tags/1.0.1/assets/js/block-editor.js (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/class-spscase-block.php (added)
-
tags/1.0.1/includes/class-spscase-cache.php (added)
-
tags/1.0.1/includes/class-spscase-promo-banner.php (added)
-
tags/1.0.1/includes/class-spscase-query.php (added)
-
tags/1.0.1/includes/class-spscase-render.php (added)
-
tags/1.0.1/includes/class-spscase-rest-api.php (added)
-
tags/1.0.1/includes/class-spscase-settings.php (added)
-
tags/1.0.1/includes/class-spscase-shortcode.php (added)
-
tags/1.0.1/includes/class-spscase-widget.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/scheduled-posts-showcase.php (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/includes/class-spscase-promo-banner.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/scheduled-posts-showcase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scheduled-posts-showcase/trunk/includes/class-spscase-promo-banner.php
r3469643 r3492978 150 150 'button' => __( 'Install Divi Lightbox', 'scheduled-posts-showcase' ), 151 151 ), 152 'periscopio' => array( 153 'icon' => 'dashicons-rss', 154 'title' => __( 'Custom Dashboard News', 'scheduled-posts-showcase' ), 155 'description' => __( 'Add your own custom feeds and links to the news and events dashboard widget and replace WordPress default one.', 'scheduled-posts-showcase' ), 156 'button' => __( 'Install Periscopio', 'scheduled-posts-showcase' ), 157 ), 152 158 ); 153 159 } … … 187 193 'button' => __( 'Request a quote', 'scheduled-posts-showcase' ), 188 194 'url' => 'https://servicios.ayudawp.com/producto/desarrollo-wordpress/', 195 ), 196 'hosting' => array( 197 'icon' => 'dashicons-cloud-saved', 198 'title' => __( 'Hosting built for WordPress', 'scheduled-posts-showcase' ), 199 'description' => __( 'Google Cloud servers, automatic geo-located daily backups, and 24/7 expert support. Speed, security, and migration tools included.', 'scheduled-posts-showcase' ), 200 'button' => __( 'Learn more', 'scheduled-posts-showcase' ), 201 /* translators: SiteGround affiliate URL. Change this URL in translations to use a localized landing page. */ 202 'url' => __( 'https://stgrnd.co/telladowpbox', 'scheduled-posts-showcase' ), 189 203 ), 190 204 ); -
scheduled-posts-showcase/trunk/readme.txt
r3470292 r3492978 3 3 Tags: scheduled-posts, future-posts, upcoming-posts, editorial-calendar, content-schedule 4 4 Requires at least: 5.8 5 Tested up to: 6.95 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 126 126 127 127 == Changelog == 128 129 = 1.0.1 = 130 Tested up to WordPress 7.0 128 131 129 132 = 1.0.0 = -
scheduled-posts-showcase/trunk/scheduled-posts-showcase.php
r3469643 r3492978 4 4 * Plugin URI: https://servicios.ayudawp.com 5 5 * Description: Display your scheduled posts on the frontend without generating 404 links. Show visitors what's coming next with a beautiful, customizable widget, block, or shortcode. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 24 24 * Plugin constants. 25 25 */ 26 define( 'SPSCASE_VERSION', '1.0. 0' );26 define( 'SPSCASE_VERSION', '1.0.1' ); 27 27 define( 'SPSCASE_PLUGIN_FILE', __FILE__ ); 28 28 define( 'SPSCASE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.