Changeset 2862790
- Timestamp:
- 02/09/2023 03:26:20 PM (3 years ago)
- Location:
- wikipedia-preview
- Files:
-
- 10 added
- 6 edited
- 1 copied
-
assets/Step-1-detailed.png (added)
-
assets/Step-2-detailed.png (added)
-
assets/Step-3-detailed.png (added)
-
assets/Step-4-detailed.png (added)
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/illustration01.png (added)
-
assets/wordmark.png (added)
-
tags/1.8.0 (copied) (copied from wikipedia-preview/trunk)
-
tags/1.8.0/intro.css (added)
-
tags/1.8.0/intro.php (added)
-
tags/1.8.0/readme.txt (modified) (1 diff)
-
tags/1.8.0/wikipediapreview.php (modified) (3 diffs)
-
trunk/intro.css (added)
-
trunk/intro.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wikipediapreview.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wikipedia-preview/tags/1.8.0/readme.txt
r2862580 r2862790 3 3 Donate link: https://donate.wikimedia.org/wiki/Ways_to_Give 4 4 Tags: wikipedia, facts, popup, card, wiki 5 Stable tag: 1. 7.05 Stable tag: 1.8.0 6 6 Tested up to: 6.1 7 7 License: MIT -
wikipedia-preview/tags/1.8.0/wikipediapreview.php
r2862580 r2862790 5 5 * Description: Provide context to your readers by displaying a Wikipedia article preview when a reader clicks or hovers over a word or concept. 6 6 * Text Domain: wikipedia-preview 7 * Version: 1. 7.07 * Version: 1.8.0 8 8 * Requires at least: 4.6 9 9 * Requires PHP: 5.6.39 … … 14 14 */ 15 15 16 DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1. 7.0' );16 DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1.8.0' ); 17 17 18 18 function wikipediapreview_enqueue_scripts() { … … 141 141 142 142 require __DIR__ . '/banner.php'; 143 require __DIR__ . '/intro.php'; -
wikipedia-preview/trunk/readme.txt
r2862580 r2862790 3 3 Donate link: https://donate.wikimedia.org/wiki/Ways_to_Give 4 4 Tags: wikipedia, facts, popup, card, wiki 5 Stable tag: 1. 7.05 Stable tag: 1.8.0 6 6 Tested up to: 6.1 7 7 License: MIT -
wikipedia-preview/trunk/wikipediapreview.php
r2862580 r2862790 5 5 * Description: Provide context to your readers by displaying a Wikipedia article preview when a reader clicks or hovers over a word or concept. 6 6 * Text Domain: wikipedia-preview 7 * Version: 1. 7.07 * Version: 1.8.0 8 8 * Requires at least: 4.6 9 9 * Requires PHP: 5.6.39 … … 14 14 */ 15 15 16 DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1. 7.0' );16 DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1.8.0' ); 17 17 18 18 function wikipediapreview_enqueue_scripts() { … … 141 141 142 142 require __DIR__ . '/banner.php'; 143 require __DIR__ . '/intro.php';
Note: See TracChangeset
for help on using the changeset viewer.