Changeset 2494723
- Timestamp:
- 03/13/2021 10:20:33 AM (5 years ago)
- Location:
- super-reactions
- Files:
-
- 62 added
- 4 edited
-
tags/1.3.1 (added)
-
tags/1.3.1/LICENSE (added)
-
tags/1.3.1/admin (added)
-
tags/1.3.1/admin/ajax.php (added)
-
tags/1.3.1/admin/assets (added)
-
tags/1.3.1/admin/assets/dist (added)
-
tags/1.3.1/admin/assets/dist/css (added)
-
tags/1.3.1/admin/assets/dist/css/srea-admin.css (added)
-
tags/1.3.1/admin/assets/dist/css/srea-admin.min.css (added)
-
tags/1.3.1/admin/assets/dist/js (added)
-
tags/1.3.1/admin/assets/dist/js/srea-admin.js (added)
-
tags/1.3.1/admin/assets/dist/js/srea-admin.min.js (added)
-
tags/1.3.1/admin/class-init.php (added)
-
tags/1.3.1/admin/class-settings-view.php (added)
-
tags/1.3.1/admin/index.php (added)
-
tags/1.3.1/constants.php (added)
-
tags/1.3.1/front (added)
-
tags/1.3.1/front/assets (added)
-
tags/1.3.1/front/assets/dist (added)
-
tags/1.3.1/front/assets/dist/css (added)
-
tags/1.3.1/front/assets/dist/css/srea-front.css (added)
-
tags/1.3.1/front/assets/dist/css/srea-front.min.css (added)
-
tags/1.3.1/front/assets/dist/js (added)
-
tags/1.3.1/front/assets/dist/js/srea-front.js (added)
-
tags/1.3.1/front/assets/dist/js/srea-front.min.js (added)
-
tags/1.3.1/front/assets/img (added)
-
tags/1.3.1/front/assets/img/logo.png (added)
-
tags/1.3.1/front/class-init.php (added)
-
tags/1.3.1/front/index.php (added)
-
tags/1.3.1/includes (added)
-
tags/1.3.1/includes/ajax.php (added)
-
tags/1.3.1/includes/class-assets.php (added)
-
tags/1.3.1/includes/class-db.php (added)
-
tags/1.3.1/includes/class-init.php (added)
-
tags/1.3.1/includes/class-reactions.php (added)
-
tags/1.3.1/includes/functions (added)
-
tags/1.3.1/includes/functions.php (added)
-
tags/1.3.1/includes/functions/functions.php (added)
-
tags/1.3.1/includes/functions/helpers.php (added)
-
tags/1.3.1/includes/functions/templates.php (added)
-
tags/1.3.1/includes/hooks.php (added)
-
tags/1.3.1/includes/options.php (added)
-
tags/1.3.1/includes/templates.php (added)
-
tags/1.3.1/index.php (added)
-
tags/1.3.1/languages (added)
-
tags/1.3.1/languages/super-reactions.pot (added)
-
tags/1.3.1/readme.txt (added)
-
tags/1.3.1/super-reactions.php (added)
-
tags/1.3.1/vendor (added)
-
tags/1.3.1/vendor/autoload.php (added)
-
tags/1.3.1/vendor/composer (added)
-
tags/1.3.1/vendor/composer/ClassLoader.php (added)
-
tags/1.3.1/vendor/composer/InstalledVersions.php (added)
-
tags/1.3.1/vendor/composer/LICENSE (added)
-
tags/1.3.1/vendor/composer/autoload_classmap.php (added)
-
tags/1.3.1/vendor/composer/autoload_files.php (added)
-
tags/1.3.1/vendor/composer/autoload_namespaces.php (added)
-
tags/1.3.1/vendor/composer/autoload_psr4.php (added)
-
tags/1.3.1/vendor/composer/autoload_real.php (added)
-
tags/1.3.1/vendor/composer/autoload_static.php (added)
-
tags/1.3.1/vendor/composer/installed.json (added)
-
tags/1.3.1/vendor/composer/installed.php (added)
-
trunk/admin/class-settings-view.php (modified) (1 diff)
-
trunk/constants.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/super-reactions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
super-reactions/trunk/admin/class-settings-view.php
r2494716 r2494723 194 194 foreach ( $reactions as $slug => $config ) { 195 195 $this->generate_single_preview( $slug ); 196 $this->generate_single_preview( $slug );197 196 } 198 197 } -
super-reactions/trunk/constants.php
r2494716 r2494723 6 6 define( 'SREA_URL', plugin_dir_url( __FILE__ ) ); 7 7 8 define( 'SREA_VERSION', '1.3. 0' );8 define( 'SREA_VERSION', '1.3.1' ); 9 9 define( 'SREA_SLUG', 'super_reactions' ); 10 10 -
super-reactions/trunk/readme.txt
r2494716 r2494723 6 6 Tested up to: 5.6 7 7 Requires PHP: 7.0 8 Stable tag: 1.3. 08 Stable tag: 1.3.1 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 22 22 23 23 == Changelog == 24 25 = 1.3.1 = 26 * Fix duplicated settings 24 27 25 28 = 1.3.0 = -
super-reactions/trunk/super-reactions.php
r2494716 r2494723 4 4 * Plugin Name: Super Reactions 5 5 * Description: Get meaningful reactions from users. 6 * Version: 1.3. 06 * Version: 1.3.1 7 7 * Author: Super Reactions Team 8 8 * Text Domain: super-reactions
Note: See TracChangeset
for help on using the changeset viewer.