Plugin Directory

Changeset 3283908


Ignore:
Timestamp:
04/29/2025 08:20:25 AM (9 months ago)
Author:
rtcamp
Message:

Update to version 1.2.1 from GitHub

Location:
embed-google-drive
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • embed-google-drive/tags/1.2.1/includes/classes/class-rtcamp-google-embeds.php

    r3012766 r3283908  
    3939
    4040        return self::$instance;
    41 
    4241    }
    4342
     
    5352        // Register custom oembed provider for google drive urls.
    5453        add_filter( 'oembed_providers', array( $this, 'oembed_providers' ) );
    55 
    5654    }
    5755
     
    9694
    9795        load_plugin_textdomain( 'rt-google-embeds', false, RT_GOOGLE_EMBEDS_PLUGIN_DIR . 'languages/' );
    98 
    9996    }
    10097
     
    161158            array( $this, 'wpdocs_embed_handler_google_drive' )
    162159        );
    163 
    164160    }
    165161
     
    189185            )
    190186        );
    191 
    192187    }
    193188
     
    212207
    213208        return ob_get_clean();
    214 
    215209    }
    216210
     
    252246
    253247        return false;
    254 
    255248    }
    256249
     
    287280            )
    288281        );
    289 
    290282    }
    291283
     
    343335
    344336        return new WP_REST_Response( $data, 200 );
    345 
    346337    }
    347338
     
    362353
    363354        return $matches[0];
    364 
    365355    }
    366356
     
    383373        $data['preview_url'] = $this->get_thumbnail_url( $file_id );
    384374        return new WP_REST_Response( $data, 200 );
    385 
    386     }
    387 
     375    }
    388376}
    389377
  • embed-google-drive/tags/1.2.1/languages/rt-google-embeds.po

    r3232441 r3283908  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Embed Google Drive 1.2\n"
     5"Project-Id-Version: Embed Google Drive 1.2.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/embed-google-drive\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • embed-google-drive/tags/1.2.1/readme.txt

    r3232441 r3283908  
    44Tags: Google Drive, embed, spreadsheet, document, drawing
    55Requires at least: 5.5
    6 Tested up to: 6.7.1
     6Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.2
     8Stable tag: 1.2.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 1.2.1 =
     73* Chore: Plugin tested up to WordPress 6.8
     74* Chore: Doc update
     75
    7276= 1.2 =
    7377* Chore: Plugin tested up to WordPress 6.7.1
     
    8892== Upgrade Notice ==
    8993
     94= 1.2.1 =
     95* Chore: Plugin tested up to WordPress 6.8
     96* Chore: Doc update
     97
    9098= 1.2 =
    9199* Chore: Plugin tested up to WordPress 6.7.1
    92100* Chore: Doc update
    93 
    94 = 1.1 =
    95 * Plugin tested upto WordPress 6.4.2
    96 * PHP Version updated to 8.0
    97 * Fixed PHP Coding Standards issues
    98 * Plugin is VIP compatible
  • embed-google-drive/tags/1.2.1/rt-google-embeds.php

    r3232441 r3283908  
    44 * Description: Embed a link and preview of Google Drive Documents by pasting a shared document link into the editor.
    55 * Plugin URI: https://github.com/rtCamp/embed-google-drive
    6  * Version: 1.2
     6 * Version: 1.2.1
    77 * Author: rtCamp
    88 * Text Domain: rt-google-embeds
     
    2020
    2121if ( ! defined( 'RT_GOOGLE_EMBEDS_VERSION' ) ) {
    22     define( 'RT_GOOGLE_EMBEDS_VERSION', '1.2' );
     22    define( 'RT_GOOGLE_EMBEDS_VERSION', '1.2.1' );
    2323}
    2424
  • embed-google-drive/trunk/includes/classes/class-rtcamp-google-embeds.php

    r3012766 r3283908  
    3939
    4040        return self::$instance;
    41 
    4241    }
    4342
     
    5352        // Register custom oembed provider for google drive urls.
    5453        add_filter( 'oembed_providers', array( $this, 'oembed_providers' ) );
    55 
    5654    }
    5755
     
    9694
    9795        load_plugin_textdomain( 'rt-google-embeds', false, RT_GOOGLE_EMBEDS_PLUGIN_DIR . 'languages/' );
    98 
    9996    }
    10097
     
    161158            array( $this, 'wpdocs_embed_handler_google_drive' )
    162159        );
    163 
    164160    }
    165161
     
    189185            )
    190186        );
    191 
    192187    }
    193188
     
    212207
    213208        return ob_get_clean();
    214 
    215209    }
    216210
     
    252246
    253247        return false;
    254 
    255248    }
    256249
     
    287280            )
    288281        );
    289 
    290282    }
    291283
     
    343335
    344336        return new WP_REST_Response( $data, 200 );
    345 
    346337    }
    347338
     
    362353
    363354        return $matches[0];
    364 
    365355    }
    366356
     
    383373        $data['preview_url'] = $this->get_thumbnail_url( $file_id );
    384374        return new WP_REST_Response( $data, 200 );
    385 
    386     }
    387 
     375    }
    388376}
    389377
  • embed-google-drive/trunk/languages/rt-google-embeds.po

    r3232441 r3283908  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Embed Google Drive 1.2\n"
     5"Project-Id-Version: Embed Google Drive 1.2.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/embed-google-drive\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • embed-google-drive/trunk/readme.txt

    r3232441 r3283908  
    44Tags: Google Drive, embed, spreadsheet, document, drawing
    55Requires at least: 5.5
    6 Tested up to: 6.7.1
     6Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.2
     8Stable tag: 1.2.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 1.2.1 =
     73* Chore: Plugin tested up to WordPress 6.8
     74* Chore: Doc update
     75
    7276= 1.2 =
    7377* Chore: Plugin tested up to WordPress 6.7.1
     
    8892== Upgrade Notice ==
    8993
     94= 1.2.1 =
     95* Chore: Plugin tested up to WordPress 6.8
     96* Chore: Doc update
     97
    9098= 1.2 =
    9199* Chore: Plugin tested up to WordPress 6.7.1
    92100* Chore: Doc update
    93 
    94 = 1.1 =
    95 * Plugin tested upto WordPress 6.4.2
    96 * PHP Version updated to 8.0
    97 * Fixed PHP Coding Standards issues
    98 * Plugin is VIP compatible
  • embed-google-drive/trunk/rt-google-embeds.php

    r3232441 r3283908  
    44 * Description: Embed a link and preview of Google Drive Documents by pasting a shared document link into the editor.
    55 * Plugin URI: https://github.com/rtCamp/embed-google-drive
    6  * Version: 1.2
     6 * Version: 1.2.1
    77 * Author: rtCamp
    88 * Text Domain: rt-google-embeds
     
    2020
    2121if ( ! defined( 'RT_GOOGLE_EMBEDS_VERSION' ) ) {
    22     define( 'RT_GOOGLE_EMBEDS_VERSION', '1.2' );
     22    define( 'RT_GOOGLE_EMBEDS_VERSION', '1.2.1' );
    2323}
    2424
Note: See TracChangeset for help on using the changeset viewer.