Plugin Directory

Changeset 2862790


Ignore:
Timestamp:
02/09/2023 03:26:20 PM (3 years ago)
Author:
wikimediafoundation
Message:

v1.8.0

Location:
wikipedia-preview
Files:
10 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wikipedia-preview/tags/1.8.0/readme.txt

    r2862580 r2862790  
    33Donate link: https://donate.wikimedia.org/wiki/Ways_to_Give
    44Tags: wikipedia, facts, popup, card, wiki
    5 Stable tag: 1.7.0
     5Stable tag: 1.8.0
    66Tested up to: 6.1
    77License: MIT
  • wikipedia-preview/tags/1.8.0/wikipediapreview.php

    r2862580 r2862790  
    55 * Description: Provide context to your readers by displaying a Wikipedia article preview when a reader clicks or hovers over a word or concept.
    66 * Text Domain: wikipedia-preview
    7  * Version: 1.7.0
     7 * Version: 1.8.0
    88 * Requires at least: 4.6
    99 * Requires PHP: 5.6.39
     
    1414 */
    1515
    16 DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1.7.0' );
     16DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1.8.0' );
    1717
    1818function wikipediapreview_enqueue_scripts() {
     
    141141
    142142require __DIR__ . '/banner.php';
     143require __DIR__ . '/intro.php';
  • wikipedia-preview/trunk/readme.txt

    r2862580 r2862790  
    33Donate link: https://donate.wikimedia.org/wiki/Ways_to_Give
    44Tags: wikipedia, facts, popup, card, wiki
    5 Stable tag: 1.7.0
     5Stable tag: 1.8.0
    66Tested up to: 6.1
    77License: MIT
  • wikipedia-preview/trunk/wikipediapreview.php

    r2862580 r2862790  
    55 * Description: Provide context to your readers by displaying a Wikipedia article preview when a reader clicks or hovers over a word or concept.
    66 * Text Domain: wikipedia-preview
    7  * Version: 1.7.0
     7 * Version: 1.8.0
    88 * Requires at least: 4.6
    99 * Requires PHP: 5.6.39
     
    1414 */
    1515
    16 DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1.7.0' );
     16DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1.8.0' );
    1717
    1818function wikipediapreview_enqueue_scripts() {
     
    141141
    142142require __DIR__ . '/banner.php';
     143require __DIR__ . '/intro.php';
Note: See TracChangeset for help on using the changeset viewer.