Skip to content

Commit

Permalink
readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
xxsimoxx committed Nov 20, 2019
1 parent 342b059 commit 4476d9b
Showing 1 changed file with 72 additions and 61 deletions.
133 changes: 72 additions & 61 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,65 +37,76 @@ You can choose which users can manage vars.

== Changelog ==

## [1.3.2] - 2019-11-20 v. 1.3.2
### Added
- Auto update plugin
- Screenshot and many plugin information
### Deprecated
- `function cpv_do ( $var )` better use `vars_do`
- `[cpv]` better use `[vars]`
### Fixes
- Fixed bug with MCE button with html code in var
## [1.3.0] - 2019-10-29 v. 1.3.0
### Plugin renamed from cpvars to vars
= 1.3.2 =
Added
* Auto update plugin
* Screenshot and many plugin information
Deprecated
* `function cpv_do ( $var )` better use `vars_do`
* `[cpv]` better use `[vars]`
Fixes
* Fixed bug with MCE button with html code in var
Removed
* Self-checking for new releases (old method)

= 1.3.0 =
Plugin renamed from cpvars to vars
When you upgrade from a previous version to 1.3.0, please deactivate and reactivate the plugin to be sure that the migration is complete.
- Renamed everything
- Compatibility with older version settings
### Fixes
- Longer preview in TinyMCE button
- Fixed tools menu slug
## [1.2.3] - 2019-10-13 v. 1.2.3
### Fixes
- All occurrencies of CPvars replaced with cpvars
- PHP 7.4 compatibility
## [1.2.2] - 2019-10-11 v. 1.2.2
### Added
- Icon on TinyMCE menu and setting page
### Bugfix
- Transient for updates
- Correct the slug for security menu
## [1.2.1] - 2019-09-25 v. 1.2.1
### Added
- Support for GitHub Updater (https://github.com/afragen/github-updater)
- Self-checking for new releases
### Changed
- Links in plugins page now have just an icon
## [1.2.0] - 2019-09-23 v. 1.2.0
### Added
- Now admin can choose who can add/change vars based on capability
- Added a check for new version in GitHub
- Security menu page
### Changed
- Links in plugins page now have just an icon
## [1.1.2] - 2019-08-30 v. 1.1.2
### Fixed
- Fixed a warn in certain conditions
## [1.1.1] - 2019-08-29 v. 1.1.1
### Added
- Settings in plugin page
### Fixed
- Code and translations cleaning
## [1.1.0] - 2019-08-26 v. 1.1.0
### Added
- Filters to output
- cpv_do() function
### Removed
- Option to exec PHP code.
### Other
- Started using SEMVer
## [1.0.1] - 2019-07-30 v. 1.0.1
### Added
- Option to exec PHP code.
- CHANGELOG.md
### Removed
- Old debug code
* Renamed everything
* Compatibility with older version settings
Fixes
* Longer preview in TinyMCE button
* Fixed tools menu slug

= 1.2.3 =
Fixes
* All occurrencies of CPvars replaced with cpvars
* PHP 7.4 compatibility

= 1.2.2 =
Added
* Icon on TinyMCE menu and setting page
Bugfix
* Transient for updates
* Correct the slug for security menu

= 1.2.1 =
Added
* Support for GitHub Updater (https://github.com/afragen/github-updater)
* Self-checking for new releases
Changed
* Links in plugins page now have just an icon

= 1.2.0 =
Added
* Now admin can choose who can add/change vars based on capability
* Added a check for new version in GitHub
* Security menu page
Changed
* Links in plugins page now have just an icon

= 1.1.2 =
Fixed
* Fixed a warn in certain conditions

= 1.1.1 =
Added
* Settings in plugin page
Fixed
* Code and translations cleaning

= 1.1.0 =
Added
* Filters to output
* cpv_do() function
Removed
* Option to exec PHP code.
Other
* Started using SEMVer

= 1.0.1 =
Added
* Option to exec PHP code.
* CHANGELOG.md
Removed
* Old debug code

0 comments on commit 4476d9b

Please sign in to comment.