Changeset 2339539
- Timestamp:
- 07/13/2020 08:13:19 AM (6 years ago)
- Location:
- mowomo-redes-sociales
- Files:
-
- 3 deleted
- 2 edited
- 6 copied
-
tags/2.0.2 (copied) (copied from mowomo-redes-sociales/trunk)
-
tags/2.0.2/README.md (copied) (copied from mowomo-redes-sociales/trunk/README.md) (2 diffs)
-
tags/2.0.2/assets/js/scripts.js (deleted)
-
tags/2.0.2/assets/js/scripts.min.js (deleted)
-
tags/2.0.2/includes/admin/class.mwm-rrss-admin.php (copied) (copied from mowomo-redes-sociales/trunk/includes/admin/class.mwm-rrss-admin.php)
-
tags/2.0.2/includes/frontend/class.mwm-rrss.php (copied) (copied from mowomo-redes-sociales/trunk/includes/frontend/class.mwm-rrss.php)
-
tags/2.0.2/mowomo-dashboard/includes/admin/class.mwm-dashboard.php (copied) (copied from mowomo-redes-sociales/trunk/mowomo-dashboard/includes/admin/class.mwm-dashboard.php)
-
tags/2.0.2/mowomo-redessociales.php (copied) (copied from mowomo-redes-sociales/trunk/mowomo-redessociales.php) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/assets/js/scripts.min.js (deleted)
-
trunk/mowomo-redessociales.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mowomo-redes-sociales/tags/2.0.2/README.md
r2339530 r2339539 4 4 Requires at least: 4.6 5 5 Tested up to: 5.4.2 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later … … 36 36 37 37 == Changelog == 38 = 2.0.2 = 39 40 - Improved performance, making the plugin work better in installations with js optimization 41 - Bugs fixed 42 38 43 = 2.0.1 = 39 44 40 45 - Bugs fixed 46 41 47 42 48 = 2.0.0 = -
mowomo-redes-sociales/tags/2.0.2/mowomo-redessociales.php
r2339530 r2339539 8 8 * Text Domain: mowomo-redes-sociales 9 9 * Domain Path: /languages/ 10 * Version: 2.0. 110 * Version: 2.0.2 11 11 * License: GPLv2 or later. 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 32 32 return; 33 33 } else { 34 define('MWM_RRSS_VERSION', '2.0. 1');34 define('MWM_RRSS_VERSION', '2.0.2'); 35 35 } 36 36 if (!defined('MWM_RRSS_SLUG')) { -
mowomo-redes-sociales/trunk/README.md
r2339530 r2339539 4 4 Requires at least: 4.6 5 5 Tested up to: 5.4.2 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later … … 36 36 37 37 == Changelog == 38 = 2.0.2 = 39 40 - Improved performance, making the plugin work better in installations with js optimization 41 - Bugs fixed 42 38 43 = 2.0.1 = 39 44 40 45 - Bugs fixed 46 41 47 42 48 = 2.0.0 = -
mowomo-redes-sociales/trunk/mowomo-redessociales.php
r2339530 r2339539 8 8 * Text Domain: mowomo-redes-sociales 9 9 * Domain Path: /languages/ 10 * Version: 2.0. 110 * Version: 2.0.2 11 11 * License: GPLv2 or later. 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 32 32 return; 33 33 } else { 34 define('MWM_RRSS_VERSION', '2.0. 1');34 define('MWM_RRSS_VERSION', '2.0.2'); 35 35 } 36 36 if (!defined('MWM_RRSS_SLUG')) {
Note: See TracChangeset
for help on using the changeset viewer.