Plugin Directory

Changeset 3045869


Ignore:
Timestamp:
03/05/2024 05:15:24 PM (2 years ago)
Author:
sided
Message:

1.3.4 - Remove embeds from pages (keep it on posts only) (3)

Location:
sided/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sided/trunk/readme.txt

    r3033309 r3045869  
    55Requires at least: 4.7
    66Tested up to: 6.2
    7 Stable tag: 1.3.3
     7Stable tag: 1.3.4
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    3838
    3939== Changelog ==
     40= 1.3.4 =
     41* Remove embeds from pages (keep it on posts only)
     42
    4043= 1.3.3 =
    4144* Send tags to Sided
  • sided/trunk/sided.php

    r3033309 r3045869  
    44* Plugin URI: https://sided.co/
    55* Description: It is a wordpress plugin to embed sided polls in your Wordpress website.
    6 * Version: 1.3.3
     6* Version: 1.3.4
    77* Author: Sided
    88**/
    99
    10 define( 'SIDED_VERSION', '1.3.3' );
     10define( 'SIDED_VERSION', '1.3.4' );
    1111define( 'SIDED_PLUGIN', __FILE__ );
    1212define( 'SIDED_PLUGIN_DIR', untrailingslashit( dirname( SIDED_PLUGIN ) ) );
Note: See TracChangeset for help on using the changeset viewer.