Plugin Directory

Changeset 2972469


Ignore:
Timestamp:
09/28/2023 05:51:36 AM (3 years ago)
Author:
podpirate
Message:

Release 2.0.4

Location:
the-paste
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • the-paste/tags/2.0.4/.wp-release-info.json

    r2972171 r2972469  
    22  "id": "https://github.com/mcguffin/the-paste/raw/master/.wp-release-info.json",
    33  "slug": "the-paste",
    4   "version": "2.0.3",
     4  "version": "2.0.4",
    55  "url": "https://wordpress.org/plugins/the-paste/",
    6   "package": "https://github.com/mcguffin/the-paste/releases/download/2.0.3/the-paste.zip",
     6  "package": "https://github.com/mcguffin/the-paste/releases/download/2.0.4/the-paste.zip",
    77  "tested": "6.3",
    88  "requires_php": "7.4"
  • the-paste/tags/2.0.4/css/admin/mce/the-paste-editor.css

    r2971871 r2972469  
    11/* WordPress Dashicons Vars */
    22/* generated from https://raw.githubusercontent.com/WordPress/dashicons/master/codepoints.json */
    3 body#tinymce {
    4   background-color: #ccc;
    5 }
    6 
    73progress.the-paste-progress {
    84  --bar-height: 4px;
  • the-paste/tags/2.0.4/include/version.php

    r2972171 r2972469  
    1 <?php return "2.0.3";
     1<?php return "2.0.4";
  • the-paste/tags/2.0.4/index.php

    r2972171 r2972469  
    66Description: Paste files and image data from clipboard into the WordPress media library.
    77Author: Jörn Lund
    8 Version: 2.0.3
     8Version: 2.0.4
    99Author URI: https://github.com/mcguffin
    1010License: GPL3
  • the-paste/tags/2.0.4/languages/the-paste.pot

    r2972171 r2972469  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: The Paste 2.0.3\n"
     5"Project-Id-Version: The Paste 2.0.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/the-paste\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-09-27T10:57:18+00:00\n"
     12"POT-Creation-Date: 2023-09-28T05:51:11+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
  • the-paste/tags/2.0.4/readme.txt

    r2972171 r2972469  
    66Tested up to: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 2.0.3
     8Stable tag: 2.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== Changelog ==
     49
     50= 2.0.4 =
     51* Remove debugging artefact
    4952
    5053= 2.0.3 =
  • the-paste/trunk/.wp-release-info.json

    r2972171 r2972469  
    22  "id": "https://github.com/mcguffin/the-paste/raw/master/.wp-release-info.json",
    33  "slug": "the-paste",
    4   "version": "2.0.3",
     4  "version": "2.0.4",
    55  "url": "https://wordpress.org/plugins/the-paste/",
    6   "package": "https://github.com/mcguffin/the-paste/releases/download/2.0.3/the-paste.zip",
     6  "package": "https://github.com/mcguffin/the-paste/releases/download/2.0.4/the-paste.zip",
    77  "tested": "6.3",
    88  "requires_php": "7.4"
  • the-paste/trunk/css/admin/mce/the-paste-editor.css

    r2971871 r2972469  
    11/* WordPress Dashicons Vars */
    22/* generated from https://raw.githubusercontent.com/WordPress/dashicons/master/codepoints.json */
    3 body#tinymce {
    4   background-color: #ccc;
    5 }
    6 
    73progress.the-paste-progress {
    84  --bar-height: 4px;
  • the-paste/trunk/include/version.php

    r2972171 r2972469  
    1 <?php return "2.0.3";
     1<?php return "2.0.4";
  • the-paste/trunk/index.php

    r2972171 r2972469  
    66Description: Paste files and image data from clipboard into the WordPress media library.
    77Author: Jörn Lund
    8 Version: 2.0.3
     8Version: 2.0.4
    99Author URI: https://github.com/mcguffin
    1010License: GPL3
  • the-paste/trunk/languages/the-paste.pot

    r2972171 r2972469  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: The Paste 2.0.3\n"
     5"Project-Id-Version: The Paste 2.0.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/the-paste\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-09-27T10:57:18+00:00\n"
     12"POT-Creation-Date: 2023-09-28T05:51:11+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.8.1\n"
  • the-paste/trunk/readme.txt

    r2972171 r2972469  
    66Tested up to: 6.3
    77Requires PHP: 7.4
    8 Stable tag: 2.0.3
     8Stable tag: 2.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== Changelog ==
     49
     50= 2.0.4 =
     51* Remove debugging artefact
    4952
    5053= 2.0.3 =
Note: See TracChangeset for help on using the changeset viewer.