Changeset 3090385
- Timestamp:
- 05/21/2024 07:27:13 PM (21 months ago)
- Location:
- sided
- Files:
-
- 39 added
- 2 edited
-
tags/1.4.2 (added)
-
tags/1.4.2/admin (added)
-
tags/1.4.2/admin/css (added)
-
tags/1.4.2/admin/css/blockstyles.css (added)
-
tags/1.4.2/admin/css/styles.css (added)
-
tags/1.4.2/admin/css/styles.scss (added)
-
tags/1.4.2/assets (added)
-
tags/1.4.2/assets/css (added)
-
tags/1.4.2/assets/css/daterangepicker.css (added)
-
tags/1.4.2/assets/js (added)
-
tags/1.4.2/assets/js/daterangepicker.min.js (added)
-
tags/1.4.2/assets/js/jquery.simplePagination.min.js (added)
-
tags/1.4.2/assets/js/jquery.validate.min.js (added)
-
tags/1.4.2/assets/screenshot-1.jpg (added)
-
tags/1.4.2/assets/screenshot-2.jpg (added)
-
tags/1.4.2/env.php (added)
-
tags/1.4.2/includes (added)
-
tags/1.4.2/includes/block-editor (added)
-
tags/1.4.2/includes/block-editor/index.js (added)
-
tags/1.4.2/includes/block-editor/index.jsx (added)
-
tags/1.4.2/includes/block-editor/sided-block-editor.php (added)
-
tags/1.4.2/partials (added)
-
tags/1.4.2/partials/functions.php (added)
-
tags/1.4.2/partials/includes (added)
-
tags/1.4.2/partials/includes/imgs (added)
-
tags/1.4.2/partials/includes/imgs/sided_favicon.jpg (added)
-
tags/1.4.2/partials/includes/sided-authenticate-apikey.php (added)
-
tags/1.4.2/partials/includes/sided-common-header.php (added)
-
tags/1.4.2/partials/includes/sided-settings-header.php (added)
-
tags/1.4.2/partials/sided-create-debate-from-block.php (added)
-
tags/1.4.2/partials/sided-create-debate.php (added)
-
tags/1.4.2/partials/sided-dashboard.php (added)
-
tags/1.4.2/partials/sided-debates.php (added)
-
tags/1.4.2/partials/sided-edit-debate.php (added)
-
tags/1.4.2/partials/sided-edit-draft.php (added)
-
tags/1.4.2/partials/sided-settings.php (added)
-
tags/1.4.2/partials/sided-shortcode-to-embed.php (added)
-
tags/1.4.2/readme.txt (added)
-
tags/1.4.2/sided.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sided.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sided/trunk/readme.txt
r3090383 r3090385 4 4 Tags: polls, polling, comments, commenting, survey 5 5 Requires at least: 4.7 6 Tested up to: 6. 27 Stable tag: 1.4. 16 Tested up to: 6.5.3 7 Stable tag: 1.4.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 38 38 39 39 == Changelog == 40 = 1.4.2 = 41 * Bugfix 42 40 43 = 1.4.1 = 41 44 * Bugfix -
sided/trunk/sided.php
r3090383 r3090385 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. 16 * Version: 1.4.2 7 7 * Author: Sided 8 8 **/ 9 9 10 define( 'SIDED_VERSION', '1.4. 1' );10 define( 'SIDED_VERSION', '1.4.2' ); 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.