Changeset 3367324
- Timestamp:
- 09/24/2025 04:40:59 PM (5 months ago)
- Location:
- sided/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sided.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sided/trunk/readme.txt
r3367247 r3367324 5 5 Requires at least: 4.7 6 6 Tested up to: 6.5.3 7 Stable tag: 1.4. 47 Stable tag: 1.4.3 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later -
sided/trunk/sided.php
r3367247 r3367324 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.4. 46 * Version: 1.4.3 7 7 * Author: Sided 8 * License: GPLv2 or later9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html10 * Text Domain: sided11 8 **/ 12 9 13 define( 'SIDED_VERSION', '1.4. 4' );10 define( 'SIDED_VERSION', '1.4.3' ); 14 11 define( 'SIDED_PLUGIN', __FILE__ ); 15 12 define( 'SIDED_PLUGIN_DIR', untrailingslashit( dirname( SIDED_PLUGIN ) ) );
Note: See TracChangeset
for help on using the changeset viewer.