Plugin Directory

Changeset 3492978


Ignore:
Timestamp:
03/27/2026 08:50:58 PM (24 hours ago)
Author:
fernandot
Message:

Probado con wp 7

Location:
scheduled-posts-showcase
Files:
21 added
3 edited

Legend:

Unmodified
Added
Removed
  • scheduled-posts-showcase/trunk/includes/class-spscase-promo-banner.php

    r3469643 r3492978  
    150150                'button'      => __( 'Install Divi Lightbox', 'scheduled-posts-showcase' ),
    151151            ),
     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            ),
    152158        );
    153159    }
     
    187193                'button'      => __( 'Request a quote', 'scheduled-posts-showcase' ),
    188194                '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' ),
    189203            ),
    190204        );
  • scheduled-posts-showcase/trunk/readme.txt

    r3470292 r3492978  
    33Tags: scheduled-posts, future-posts, upcoming-posts, editorial-calendar, content-schedule
    44Requires at least: 5.8
    5 Tested up to: 6.9
     5Tested up to: 7.0
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    126126
    127127== Changelog ==
     128
     129= 1.0.1 =
     130Tested up to WordPress 7.0
    128131
    129132= 1.0.0 =
  • scheduled-posts-showcase/trunk/scheduled-posts-showcase.php

    r3469643 r3492978  
    44 * Plugin URI:        https://servicios.ayudawp.com
    55 * 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.0
     6 * Version:           1.0.1
    77 * Requires at least: 5.8
    88 * Requires PHP:      7.4
     
    2424 * Plugin constants.
    2525 */
    26 define( 'SPSCASE_VERSION', '1.0.0' );
     26define( 'SPSCASE_VERSION', '1.0.1' );
    2727define( 'SPSCASE_PLUGIN_FILE', __FILE__ );
    2828define( 'SPSCASE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.