Plugin Directory

Changeset 3114370

Timestamp:
07/08/2024 01:54:00 PM (4 weeks ago)
Author:
tropicalista
Message:

Update to version 0.4.6 from GitHub

Location:
pdf-embed
Files:
50 added
2 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pdf-embed/tags/0.4.6/pdf-embed.php

    r3114231 r3114370  
    22/**
    33 * Plugin Name: Pdf Embed
    4  * Plugin URI:  https://formello.net/
     4 * Plugin URI:  https://f/
    55 * Description: PDF embedded with official Adobe API.
    6  * Version:     0.4.4
     6 * Version:     0.4.
    77 * Author:      Tropicalista
    88 * Author URI:  https://www.francescopepe.com
     
    1313 * @package     Formello/PdfEmbed
    1414 */
     15
     16
    1517
    1618/**
     
    2628    );
    2729    $args = array(
    28         'type' => 'string',
     30        'type' => 'string',
    2931        'sanitize_callback' => 'sanitize_text_field',
    30         'default' => '',
    31         'show_in_rest' => true,
     32        'default' => '',
     33        'show_in_rest' => true,
    3234    );
    3335    register_setting( 'embed_pdf', 'pdf_embed_api_key', $args );
     
    7072}
    7173add_filter( 'render_block', 'pdf_embed_render', 10, 2 );
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
  • pdf-embed/tags/0.4.6/readme.txt

    r3114231 r3114370  
    33Tags:              pdf embedder, embed pdf, pdf embed api, pdf block, block
    44Tested up to:      6.5
    5 Stable tag:        0.4.5
     5Stable tag:        0.4.
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    4444* [Search Console](https://wordpress.org/plugins/search-console): view all your search console data inside WordPress admin.
    4545
     46
     47
     48
     49
     50
     51
     52
     53
     54
    4655== Installation ==
    4756
     
    6978
    7079== Changelog ==
     80
     81
     82
    7183
    7284= 0.4.5 =
  • pdf-embed/trunk/pdf-embed.php

    r3114231 r3114370  
    22/**
    33 * Plugin Name: Pdf Embed
    4  * Plugin URI:  https://formello.net/
     4 * Plugin URI:  https://f/
    55 * Description: PDF embedded with official Adobe API.
    6  * Version:     0.4.4
     6 * Version:     0.4.
    77 * Author:      Tropicalista
    88 * Author URI:  https://www.francescopepe.com
     
    1313 * @package     Formello/PdfEmbed
    1414 */
     15
     16
    1517
    1618/**
     
    2628    );
    2729    $args = array(
    28         'type' => 'string',
     30        'type' => 'string',
    2931        'sanitize_callback' => 'sanitize_text_field',
    30         'default' => '',
    31         'show_in_rest' => true,
     32        'default' => '',
     33        'show_in_rest' => true,
    3234    );
    3335    register_setting( 'embed_pdf', 'pdf_embed_api_key', $args );
     
    7072}
    7173add_filter( 'render_block', 'pdf_embed_render', 10, 2 );
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
  • pdf-embed/trunk/readme.txt

    r3114231 r3114370  
    33Tags:              pdf embedder, embed pdf, pdf embed api, pdf block, block
    44Tested up to:      6.5
    5 Stable tag:        0.4.5
     5Stable tag:        0.4.
    66License:           GPL-2.0-or-later
    77License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    4444* [Search Console](https://wordpress.org/plugins/search-console): view all your search console data inside WordPress admin.
    4545
     46
     47
     48
     49
     50
     51
     52
     53
     54
    4655== Installation ==
    4756
     
    6978
    7079== Changelog ==
     80
     81
     82
    7183
    7284= 0.4.5 =
Note: See TracChangeset for help on using the changeset viewer.