Changeset 3045869
- Timestamp:
- 03/05/2024 05:15:24 PM (2 years ago)
- Location:
- sided/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sided.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sided/trunk/readme.txt
r3033309 r3045869 5 5 Requires at least: 4.7 6 6 Tested up to: 6.2 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 38 38 39 39 == Changelog == 40 = 1.3.4 = 41 * Remove embeds from pages (keep it on posts only) 42 40 43 = 1.3.3 = 41 44 * Send tags to Sided -
sided/trunk/sided.php
r3033309 r3045869 4 4 * Plugin URI: https://sided.co/ 5 5 * Description: It is a wordpress plugin to embed sided polls in your Wordpress website. 6 * Version: 1.3. 36 * Version: 1.3.4 7 7 * Author: Sided 8 8 **/ 9 9 10 define( 'SIDED_VERSION', '1.3. 3' );10 define( 'SIDED_VERSION', '1.3.4' ); 11 11 define( 'SIDED_PLUGIN', __FILE__ ); 12 12 define( 'SIDED_PLUGIN_DIR', untrailingslashit( dirname( SIDED_PLUGIN ) ) );
Note: See TracChangeset
for help on using the changeset viewer.