Changeset 2607019
- Timestamp:
- 09/30/2021 01:22:48 AM (4 years ago)
- Location:
- add-polylang-support-for-customizer
- Files:
-
- 31 added
- 2 edited
-
tags/1.4.4 (added)
-
tags/1.4.4/LICENSE.txt (added)
-
tags/1.4.4/apsfc.php (added)
-
tags/1.4.4/assets (added)
-
tags/1.4.4/assets/index.php (added)
-
tags/1.4.4/assets/js (added)
-
tags/1.4.4/assets/js/apsfc.js (added)
-
tags/1.4.4/assets/js/index.php (added)
-
tags/1.4.4/includes (added)
-
tags/1.4.4/includes/class-apsfc.php (added)
-
tags/1.4.4/includes/class-settings.php (added)
-
tags/1.4.4/includes/index.php (added)
-
tags/1.4.4/index.php (added)
-
tags/1.4.4/languages (added)
-
tags/1.4.4/languages/apsfc-en_GB.mo (added)
-
tags/1.4.4/languages/apsfc-en_GB.po (added)
-
tags/1.4.4/languages/apsfc-en_US.mo (added)
-
tags/1.4.4/languages/apsfc-en_US.po (added)
-
tags/1.4.4/languages/apsfc-es_ES.mo (added)
-
tags/1.4.4/languages/apsfc-es_ES.po (added)
-
tags/1.4.4/languages/apsfc-hi_IN.mo (added)
-
tags/1.4.4/languages/apsfc-hi_IN.po (added)
-
tags/1.4.4/languages/apsfc-lv.mo (added)
-
tags/1.4.4/languages/apsfc-lv.po (added)
-
tags/1.4.4/languages/apsfc-pt_PT.mo (added)
-
tags/1.4.4/languages/apsfc-pt_PT.po (added)
-
tags/1.4.4/languages/apsfc-zh_CN.mo (added)
-
tags/1.4.4/languages/apsfc-zh_CN.po (added)
-
tags/1.4.4/languages/apsfc.pot (added)
-
tags/1.4.4/languages/index.php (added)
-
tags/1.4.4/readme.txt (added)
-
trunk/apsfc.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-polylang-support-for-customizer/trunk/apsfc.php
r2598034 r2607019 5 5 * 6 6 * @link https://richardev.com 7 * @since 1.4. 37 * @since 1.4.4 8 8 * @package Polylang_Customizer 9 9 * … … 12 12 * Plugin URI: https://wordpress.org/plugins/add-polylang-support-for-customizer 13 13 * Description: This plugin adds Polylang support for Customizer. 14 * Version: 1.4. 314 * Version: 1.4.4 15 15 * Author: richardev 16 * Author URI: https:// richardev.com16 * Author URI: https://discord.gg/ZptSdXMPrM 17 17 * License: GPL-2.0+ 18 18 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 41 41 * Rename this for your plugin and update it as you release new versions. 42 42 */ 43 define('APSFC_VERSION', '1.4. 3');43 define('APSFC_VERSION', '1.4.4'); 44 44 define('APSFC_BASENAME', plugin_basename(__FILE__)); 45 45 -
add-polylang-support-for-customizer/trunk/readme.txt
r2598034 r2607019 16 16 17 17 This plugin adds Polylang support for WordPress Customizer. 18 19 ## Support 20 21 We provice direct support via our [Frontbee Discord server](https://discord.gg/ZptSdXMPrM) 18 22 19 23 ## Features … … 59 63 60 64 This plugin is licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible. 61 62 For reference, [here\'s a discussion](http://make.wordpress.org/themes/2013/03/04/licensing-note-apache-and-gpl/) that covers the Apache 2.0 License used by [Bootstrap](http://twitter.github.io/bootstrap/).63 65 64 66 # Credits … … 115 117 = 1.4.3 = 116 118 * Workaround for update version mismatch 119 = 1.4.4 = 120 * Added support URL
Note: See TracChangeset
for help on using the changeset viewer.